A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
A
- AAD_OBO - io.vertx.ext.auth.oauth2.OAuth2FlowType
-
Extension OAuth2 flows to perform JSON Web Token Bearer Token authentication "On-Behalf-Of an existing user.
- abort(String) - 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) - Method in class io.vertx.rxjava3.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>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Aborts a transaction.
- ABORT - io.vertx.ext.stomp.Command
- ABORTED - io.vertx.grpc.common.GrpcStatus
- abortHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a
ABORT
frame is received. - abortHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a
ABORT
frame is received. - abortHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
ABORT
frame is received. - abortTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Aborts the ongoing transaction.
- abortTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Aborts the ongoing transaction.
- abortTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Aborts the ongoing transaction.
- abortTransaction() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Aborts the ongoing transaction.
- absoluteURI() - Method in interface io.vertx.core.http.HttpClientRequest
- absoluteURI() - Method in interface io.vertx.core.http.HttpServerRequest
- absoluteURI() - Method in interface io.vertx.core.spi.observability.HttpRequest
- absoluteURI() - Method in interface io.vertx.httpproxy.ProxyRequest
- absoluteURI() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- absoluteURI() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- absoluteURI() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- absoluteURI() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- absoluteURI() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- AbstractServiceReference<T> - Class in io.vertx.servicediscovery.types
-
A class to simplify the implementation of service reference.
- AbstractServiceReference(Vertx, ServiceDiscovery, Record) - Constructor for class io.vertx.servicediscovery.types.AbstractServiceReference
-
Creates a new instance of
AbstractServiceReference
. - AbstractSession - Class in io.vertx.ext.web.sstore
-
The abstract session class provides a barebones implementation for session storage implementors.
- AbstractSession() - Constructor for class io.vertx.ext.web.sstore.AbstractSession
-
This constructor is mandatory (even though not referenced anywhere) is required for serialization purposes.
- AbstractSession(VertxContextPRNG) - Constructor for class io.vertx.ext.web.sstore.AbstractSession
- AbstractSession(VertxContextPRNG, long, int) - Constructor for class io.vertx.ext.web.sstore.AbstractSession
- AbstractVerticle - Class in io.vertx.core
-
WARNING : this class is not deprecated, however we encourage instead to use
VerticleBase
An abstract base class that you can extend to write your own Verticle classes. - AbstractVerticle - Class in io.vertx.reactivex.core
- AbstractVerticle - Class in io.vertx.rxjava3.core
- AbstractVerticle() - Constructor for class io.vertx.core.AbstractVerticle
- AbstractVerticle() - Constructor for class io.vertx.reactivex.core.AbstractVerticle
- AbstractVerticle() - Constructor for class io.vertx.rxjava3.core.AbstractVerticle
- accept() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
-
Accept the WebSocket and terminate the WebSocket handshake.
- accept() - Method in interface io.vertx.ext.web.ParsedHeaderValues
- accept() - Method in interface io.vertx.mqtt.MqttEndpoint
-
Like
MqttEndpoint.accept(boolean)
with no session is present. - accept() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
-
Accept the WebSocket and terminate the WebSocket handshake.
- accept() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- accept() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Like
MqttEndpoint.accept()
with no session is present. - accept() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
-
Accept the WebSocket and terminate the WebSocket handshake.
- accept() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- accept() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Like
MqttEndpoint.accept()
with no session is present. - accept(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
- accept(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
- accept(boolean) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
- accept(boolean, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
- accept(boolean, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
- accept(boolean, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
- accept(T) - Method in interface io.vertx.junit5.ParameterClosingConsumer
- ACCEPT - Static variable in interface io.vertx.core.http.HttpHeaders
-
Accept header name
- ACCEPT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Accept header name
- ACCEPT - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Accept header name
- ACCEPT_CHARSET - Static variable in interface io.vertx.core.http.HttpHeaders
-
Accept-Charset header name
- ACCEPT_CHARSET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Accept-Charset header name
- ACCEPT_CHARSET - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Accept-Charset header name
- ACCEPT_ENCODING - Static variable in interface io.vertx.core.http.HttpHeaders
-
Accept-Encoding header name
- ACCEPT_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Accept-Encoding header name
- ACCEPT_ENCODING - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Accept-Encoding header name
- ACCEPT_LANGUAGE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Accept-Language header name
- ACCEPT_LANGUAGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Accept-Language header name
- ACCEPT_LANGUAGE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Accept-Language header name
- ACCEPT_PATCH - Static variable in interface io.vertx.core.http.HttpHeaders
-
Accept-Patch header name
- ACCEPT_PATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Accept-Patch header name
- ACCEPT_PATCH - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Accept-Patch header name
- ACCEPT_RANGES - Static variable in interface io.vertx.core.http.HttpHeaders
-
Accept-Ranges header name
- ACCEPT_RANGES - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Accept-Ranges header name
- ACCEPT_RANGES - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Accept-Ranges header name
- ACCEPT_VERSION - Static variable in class io.vertx.ext.stomp.Frame
- acceptableLanguages() - Method in interface io.vertx.ext.web.RoutingContext
-
Returns the languages for the current request.
- acceptableLanguages() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Returns the languages for the current request.
- acceptableLanguages() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Returns the languages for the current request.
- acceptCharset() - Method in interface io.vertx.ext.web.ParsedHeaderValues
- acceptCharset() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- acceptCharset() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- accepted() - Method in interface io.vertx.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.
- accepted() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.
- accepted() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.
- acceptEncoding() - Method in interface io.vertx.ext.web.ParsedHeaderValues
- acceptEncoding() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- acceptEncoding() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- acceptLanguage() - Method in interface io.vertx.ext.web.ParsedHeaderValues
- acceptLanguage() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- acceptLanguage() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- acceptMoreValues(Option) - Method in interface io.vertx.core.cli.CommandLine
-
Checks whether or not the given option accept more values.
- acceptMultipleValues() - Method in annotation type io.vertx.core.cli.annotations.Option
-
Whether or not the option accept multiple values.
- ACCEPTOR_EVENT_LOOP_GROUP - Static variable in interface io.vertx.core.spi.transport.Transport
- accepts(HttpVersion) - Method in enum io.vertx.grpc.server.GrpcProtocol
- accepts(WireFormat) - Method in interface io.vertx.grpc.common.GrpcMessageDecoder
- accepts(WireFormat) - Method in interface io.vertx.grpc.common.GrpcMessageEncoder
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.db2client.spi.DB2Driver
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.oracleclient.spi.OracleDriver
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
- acceptsOptions(SqlConnectOptions) - Method in interface io.vertx.sqlclient.spi.Driver
- acceptValue() - Method in annotation type io.vertx.core.cli.annotations.Option
-
Whether or not the option accept a value.
- acceptValue() - Method in class io.vertx.core.cli.Option
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Credentials header name
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Allow-Credentials header name
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Allow-Credentials header name
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Headers header name
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Allow-Headers header name
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Allow-Headers header name
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Methods header name
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Allow-Methods header name
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Allow-Methods header name
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Origin header name
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Allow-Origin header name
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Allow-Origin header name
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Private-Network header name
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Allow-Private-Network header name
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Allow-Private-Network header name
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Expose-Headers header name
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Expose-Headers header name
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Expose-Headers header name
- ACCESS_CONTROL_MAX_AGE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Max-Age header name
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Max-Age header name
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Max-Age header name
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Headers header name
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Request-Headers header name
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Request-Headers header name
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Method header name
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Request-Method header name
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Request-Method header name
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Private-Network header name
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Request-Private-Network header name
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Request-Private-Network header name
- AccessMode - Interface in io.vertx.core.spi.context.storage
-
Defines the access mode of a context local storage.
- ack() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
-
Send the PUBACK/PUBCOMP to the broker.
- ack() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
-
Send the PUBACK/PUBCOMP to the broker.
- ack() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
-
Send the PUBACK/PUBCOMP to the broker.
- ack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Handles a
ACK
frame. - ack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Handles a
ACK
frame. - ack(StompServerConnection, Frame) - Method in class io.vertx.rxjava3.ext.stomp.Destination
-
Handles a
ACK
frame. - ack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String) - Method in class io.vertx.rxjava3.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) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ack(String, String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ACK - io.vertx.ext.stomp.Command
- ACK - Static variable in class io.vertx.ext.stomp.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.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
ACK
frame is received. - ACKNOWLEDGED - io.vertx.ext.mongo.WriteOption
- Acknowledgement - Class in io.vertx.reactivex.ext.stomp
-
Structure passed to acknowledgement handler called when a
ACK
orNACK
frame is received. - Acknowledgement - Class in io.vertx.rxjava3.ext.stomp
-
Structure passed to acknowledgement handler called when a
ACK
orNACK
frame is received. - Acknowledgement - Interface in io.vertx.ext.stomp
-
Structure passed to acknowledgement handler called when a
ACK
orNACK
frame is received. - Acknowledgement(Acknowledgement) - Constructor for class io.vertx.reactivex.ext.stomp.Acknowledgement
- Acknowledgement(Acknowledgement) - Constructor for class io.vertx.rxjava3.ext.stomp.Acknowledgement
- Acknowledgement(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Acknowledgement
- Acknowledgement(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.Acknowledgement
- acl(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for Access List Control commands.
- acl(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for Access List Control commands.
- acl(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for Access List Control commands.
- ACL - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3744
ACL
method, this instance is interned and uniquely used. - ACL - Static variable in interface io.vertx.redis.client.Command
-
A container for Access List Control commands.
- AclPolicy - Class in io.vertx.ext.consul.policy
-
Holds properties of Acl policies
- AclPolicy() - Constructor for class io.vertx.ext.consul.policy.AclPolicy
- AclPolicy(JsonObject) - Constructor for class io.vertx.ext.consul.policy.AclPolicy
- AclToken - Class in io.vertx.ext.consul.token
- AclToken() - Constructor for class io.vertx.ext.consul.token.AclToken
- AclToken(JsonObject) - Constructor for class io.vertx.ext.consul.token.AclToken
- AclTokenType - Enum in io.vertx.ext.consul
-
Acl token type is either "client" (meaning the token cannot modify ACL rules) or "management" (meaning the token is allowed to perform all actions).
- acquireAndLinkPooled() - Method in class io.vertx.core.json.jackson.HybridJacksonPool
- acquirePooled() - Method in class io.vertx.core.json.jackson.HybridJacksonPool
- acquirePooled() - Method in class io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool
- activeContext() - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
- activeSpan() - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
- activeStreams() - Method in interface io.vertx.core.http.HttpClientConnection
- activeStreams() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- activeStreams() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- 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.rxjava3.pgclient.pubsub.PgSubscriber
- actualPort() - Method in interface io.vertx.core.http.HttpServer
-
The actual port the server is listening on.
- actualPort() - Method in interface io.vertx.core.net.NetServer
-
The actual port the server is listening on.
- actualPort() - Method in interface io.vertx.ext.shell.term.TermServer
-
The actual port the server is listening on.
- actualPort() - Method in interface io.vertx.ext.stomp.StompServer
-
Gets the port on which the server is listening.
- actualPort() - Method in interface io.vertx.mqtt.MqttServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.reactivex.core.http.HttpServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.reactivex.core.net.NetServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.reactivex.ext.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.rxjava3.core.http.HttpServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.rxjava3.core.net.NetServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Gets the port on which the server is listening.
- actualPort() - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
The actual port the server is listening on.
- actualStatus() - Method in exception io.vertx.grpc.client.InvalidStatusException
- add(int, Object) - Method in class io.vertx.core.json.JsonArray
-
Add an Object to the JSON array at given position
pos
. - add(AuthenticationProvider) - Method in interface io.vertx.ext.auth.ChainAuth
-
Appends a auth provider to the chain.
- add(AuthenticationHandler) - Method in interface io.vertx.ext.web.handler.ChainAuthHandler
-
Appends a auth provider to the chain.
- add(MSSQLException) - Method in exception io.vertx.mssqlclient.MSSQLException
- add(AuthenticationProvider) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
-
Appends a auth provider to the chain.
- add(AuthenticationHandler) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Appends a auth provider to the chain.
- add(AuthenticationProvider) - Method in class io.vertx.rxjava3.ext.auth.ChainAuth
-
Appends a auth provider to the chain.
- add(AuthenticationHandler) - Method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
-
Appends a auth provider to the chain.
- add(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
-
Like
MultiMap.add(String, String)
but acceptingCharSequence
as parameters - add(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
-
Like
MultiMap.add(String, Iterable)
but acceptingCharSequence
as parameters - add(Object) - Method in class io.vertx.core.json.JsonArray
-
Add an Object to the JSON array.
- add(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
-
Adds a new values under the specified name
- add(String, String) - Method in interface io.vertx.core.MultiMap
-
Adds a new value with the specified name and value.
- add(String, String) - Method in class io.vertx.ext.stomp.utils.Headers
- 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(JsonObject) - Method in class io.vertx.reactivex.uritemplate.Variables
-
Populates with a JSON object:
null
are conservedJsonArray
is converted toList
JsonObject
is converted toMap
any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}". - addAll(JsonObject) - Method in class io.vertx.rxjava3.uritemplate.Variables
-
Populates with a JSON object:
null
are conservedJsonArray
is converted toList
JsonObject
is converted toMap
any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}". - addAll(JsonObject) - Method in interface io.vertx.uritemplate.Variables
-
Populates with a JSON object:
null
are conservedJsonArray
is converted toList<String>
JsonObject
is converted toMap<String, String>
any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}". - 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
- addAndGet(long) - Method in interface io.vertx.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- addAndGet(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- addAndGet(long) - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- addAnnotation(OutputUnit) - Method in class io.vertx.json.schema.OutputUnit
- addAnnotations(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
- addArgument(Argument) - Method in interface io.vertx.core.cli.CLI
-
Adds an argument.
- addArguments(List<Argument>) - Method in interface io.vertx.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.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfBigDecimal(BigDecimal[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
BigDecimal
value at the end of the tuple. - addArrayOfBoolean(Boolean[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
Boolean
value at the end of the tuple. - addArrayOfBoolean(Boolean[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of
Boolean
value at the end of the tuple. - addArrayOfBoolean(Boolean[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Boolean
value at the end of the tuple. - addArrayOfBuffer(Buffer[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Buffer
value at the end of the tuple. - addArrayOfDouble(Double[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
Double
value at the end of the tuple. - addArrayOfDouble(Double[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of
Double
value at the end of the tuple. - addArrayOfDouble(Double[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Double
value at the end of the tuple. - addArrayOfFloat(Float[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
Float
value at the end of the tuple. - addArrayOfFloat(Float[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of
Float
value at the end of the tuple. - addArrayOfFloat(Float[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Float
value at the end of the tuple. - addArrayOfInteger(Integer[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
Integer
value at the end of the tuple. - addArrayOfInteger(Integer[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of
Integer
value at the end of the tuple. - addArrayOfInteger(Integer[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Integer
value at the end of the tuple. - addArrayOfJsonArray(JsonArray[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfJsonArray(JsonArray[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfJsonArray(JsonArray[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
JsonArray
value at the end of the tuple. - addArrayOfJsonObject(JsonObject[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfJsonObject(JsonObject[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfJsonObject(JsonObject[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
JsonObject
value at the end of the tuple. - addArrayOfLocalDate(LocalDate[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfLocalDate(LocalDate[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfLocalDate(LocalDate[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
LocalDate
value at the end of the tuple. - addArrayOfLocalDateTime(LocalDateTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfLocalDateTime(LocalDateTime[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfLocalDateTime(LocalDateTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
LocalDateTime
value at the end of the tuple. - addArrayOfLocalTime(LocalTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfLocalTime(LocalTime[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfLocalTime(LocalTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
LocalTime
value at the end of the tuple. - addArrayOfLong(Long[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
Long
value at the end of the tuple. - addArrayOfLong(Long[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of
Long
value at the end of the tuple. - addArrayOfLong(Long[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Long
value at the end of the tuple. - addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
OffsetDateTime
value at the end of the tuple. - addArrayOfOffsetTime(OffsetTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfOffsetTime(OffsetTime[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfOffsetTime(OffsetTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
OffsetTime
value at the end of the tuple. - addArrayOfShort(Short[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
Short
value at the end of the tuple. - addArrayOfShort(Short[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of
Short
value at the end of the tuple. - addArrayOfShort(Short[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Short
value at the end of the tuple. - addArrayOfString(String[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
String
value at the end of the tuple. - addArrayOfString(String[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of
String
value at the end of the tuple. - addArrayOfString(String[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
String
value at the end of the tuple. - addArrayOfTemporal(Temporal[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfTemporal(Temporal[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfTemporal(Temporal[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Temporal
value at the end of the tuple. - addArrayOfUUID(UUID[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfUUID(UUID[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfUUID(UUID[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
UUID
value at the end of the tuple. - addAudience(String) - Method in class io.vertx.ext.auth.JWTOptions
- addAuthorization(Authorization) - Method in interface io.vertx.ext.auth.authorization.AndAuthorization
- addAuthorization(Authorization) - Method in interface io.vertx.ext.auth.authorization.OrAuthorization
- addAuthorization(Authorization) - Method in interface io.vertx.serviceproxy.AuthorizationInterceptor
-
Add a single authority to the authorities set.
- addAuthorization(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- addAuthorization(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- addAuthorization(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- addAuthorization(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- addAuthorizationProvider(AuthorizationProvider) - Method in interface io.vertx.ext.web.handler.AuthorizationHandler
-
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
- addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
-
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
- addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
-
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
- addBigDecimal(BigDecimal) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a value at the end of the tuple.
- addBigDecimal(BigDecimal) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a value at the end of the tuple.
- addBigDecimal(BigDecimal) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
BigDecimal
value at the end of the tuple. - addBodyEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
-
Provides a handler that will be called after the last part of the body is written to the wire.
- addBodyEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Provides a handler that will be called after the last part of the body is written to the wire.
- addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Provides a handler that will be called after the last part of the body is written to the wire.
- addBoolean(Boolean) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a boolean value at the end of the tuple.
- addBoolean(Boolean) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a boolean value at the end of the tuple.
- addBoolean(Boolean) - Method in interface io.vertx.sqlclient.Tuple
-
Add a boolean value at the end of the tuple.
- addBuffer(Buffer) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a buffer value at the end of the tuple.
- addBuffer(Buffer) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a buffer value at the end of the tuple.
- addBuffer(Buffer) - Method in interface io.vertx.sqlclient.Tuple
-
Add a buffer value at the end of the tuple.
- addCachedMethod(HttpMethod) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Add an HTTP method that is cacheable.
- addCachedStatusCode(Integer) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Add a status code that is cacheable.
- addCapability(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Adds a capability to be set on the receiver source terminus.
- addCapability(String) - Method in class io.vertx.amqp.AmqpSenderOptions
-
Adds a capability to be set on the sender target terminus.
- addCertPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Add a path to a certificate file
- addCertPath(String) - Method in class io.vertx.core.net.PemTrustOptions
-
Add a certificate path
- addCertValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Add a certificate as a buffer
- addCertValue(Buffer) - Method in class io.vertx.core.net.PemTrustOptions
-
Add a certificate value
- addChoice(String) - Method in class io.vertx.core.cli.Option
-
Adds a choice to the list of values accepted by this option.
- addChoice(String) - Method in class io.vertx.core.cli.TypedOption
- addCompressor(CompressionOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
Add a compressor.
- addConfirmListener(int) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Add a Confirm Listener to the channel.
- addConfirmListener(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Add a Confirm Listener to the channel.
- addConfirmListener(int) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Add a Confirm Listener to the channel.
- addConnectionEstablishedCallback(Handler<Promise<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Set a callback to be called whenever a new connection is established.
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Adds a connection string (endpoint) to use while connecting to the redis server.
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
-
Adds a connection string (endpoint) to use while connecting to the Redis server.
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- addContactPoint(String, int) - Method in class io.vertx.cassandra.CassandraClientOptions
-
Adds a contact point to use for the initial connection to the cluster
- addContactPoint(InetSocketAddress) - Method in class io.vertx.cassandra.CassandraClientOptions
-
Adds a contact point to use for the initial connection to the cluster
- addCookie(Cookie) - Method in interface io.vertx.core.http.HttpServerResponse
-
Add a cookie.
- addCookie(Cookie) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Add a cookie.
- addCookie(Cookie) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Add a cookie.
- addCopiedHeader(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Adds a copied header.
- addCrlPath(String) - Method in class io.vertx.amqp.AmqpClientOptions
- addCrlPath(String) - Method in class io.vertx.core.eventbus.EventBusOptions
- addCrlPath(String) - Method in class io.vertx.core.http.HttpClientOptions
- addCrlPath(String) - Method in class io.vertx.core.http.HttpServerOptions
- addCrlPath(String) - Method in class io.vertx.core.http.WebSocketClientOptions
- 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.ServerSSLOptions
- addCrlPath(String) - Method in class io.vertx.core.net.SSLOptions
-
Add a CRL path
- addCrlPath(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add a CRL path
- addCrlPath(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Add a CRL path
- addCrlPath(String) - Method in class io.vertx.ext.mail.MailConfig
- addCrlPath(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- addCrlPath(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- addCrlPath(String) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- addCrlPath(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- addCrlPath(String) - Method in class io.vertx.mqtt.MqttClientOptions
- addCrlPath(String) - Method in class io.vertx.mqtt.MqttServerOptions
- addCrlPath(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- addCrlValue(Buffer) - Method in class io.vertx.amqp.AmqpClientOptions
- addCrlValue(Buffer) - Method in class io.vertx.core.eventbus.EventBusOptions
- addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpClientOptions
- addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpServerOptions
- addCrlValue(Buffer) - Method in class io.vertx.core.http.WebSocketClientOptions
- 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.ServerSSLOptions
- addCrlValue(Buffer) - Method in class io.vertx.core.net.SSLOptions
-
Add a CRL value
- addCrlValue(Buffer) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add a CRL value
- addCrlValue(Buffer) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Add a CRL value
- addCrlValue(Buffer) - Method in class io.vertx.ext.mail.MailConfig
- addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- addCrlValue(Buffer) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- addCrlValue(Buffer) - Method in class io.vertx.ext.web.client.WebClientOptions
- addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttClientOptions
- addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttServerOptions
- addCrlValue(Buffer) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- addDatacenter(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Adds a datacenter, like
AclPolicy.setDatacenters(List)
- addDatacenter(String) - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
-
Adds a datacenter, like
TokenApplyingOptions.setDatacenters(List)
- 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.rxjava3.ext.web.handler.MultiTenantHandler
-
Add a default handler for the case when no tenant was matched.
- addDirective(String, String) - Method in interface io.vertx.ext.web.handler.CSPHandler
-
Adds a single directive entry to the handler.
- addDirective(String, String) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
-
Adds a single directive entry to the handler.
- addDirective(String, String) - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
-
Adds a single directive entry to the handler.
- addDisabledMetricsCategory(MetricsDomain) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Set metric that will not be registered.
- addDisabledMetricsCategory(String) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Set metric that will not be registered.
- addDisabledTransport(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Add a transport (by name) to the set of disabled transports.
- addDKIMSignOption(DKIMSignOptions) - Method in class io.vertx.ext.mail.MailConfig
-
Adds a DKIMSignOptions.
- addDouble(Double) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a double value at the end of the tuple.
- addDouble(Double) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a double value at the end of the tuple.
- addDouble(Double) - Method in interface io.vertx.sqlclient.Tuple
-
Add a double value at the end of the tuple.
- addEnabledCipherSuite(String) - Method in class io.vertx.amqp.AmqpClientOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.core.eventbus.EventBusOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpClientOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpServerOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.WebSocketClientOptions
- 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.ServerSSLOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.SSLOptions
-
Add an enabled cipher suite, appended to the ordered suites.
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add an enabled cipher suite, appended to the ordered suites.
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Add an enabled cipher suite, appended to the ordered suites.
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.mail.MailConfig
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttClientOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttServerOptions
- addEnabledCipherSuite(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- addEnabledSaslMechanism(String) - Method in class io.vertx.amqp.AmqpClientOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.amqp.AmqpClientOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.eventbus.EventBusOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpClientOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.WebSocketClientOptions
- 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.ServerSSLOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.SSLOptions
-
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.mail.MailConfig
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttClientOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttServerOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- addEndHandler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.RoutingContext
-
Add an end handler for the request/response context.
- addEndHandler(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.rxjava3.ext.web.RoutingContext
-
Add an end handler for the request/response context.
- addError(TxnError) - Method in class io.vertx.ext.consul.TxnResponse
-
Adds error to this response
- addError(OutputUnit) - Method in class io.vertx.json.schema.OutputUnit
- addErrors(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
- addFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
-
Adds a failure handler for this route
- addFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
-
Adds a failure handler for this route
- addFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
-
Adds a failure handler for this route
- 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.rxjava3.sqlclient.Tuple
-
Add a float value at the end of the tuple.
- addFloat(Float) - Method in interface io.vertx.sqlclient.Tuple
-
Add a float value at the end of the tuple.
- addHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
-
Adds a handler for this route which is executed after the security and validation handlers defined in the contract
- addHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
-
Adds a handler for this route which is executed after the security and validation handlers defined in the contract
- addHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
-
Adds a handler for this route which is executed after the security and validation handlers defined in the contract
- addHeader(KafkaHeader) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Add an header to this record.
- addHeader(KafkaHeader) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
-
Add an header to this record.
- addHeader(KafkaHeader) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
-
Add an header to this record.
- addHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.RequestOptions
-
Add a request header.
- addHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.WebSocketConnectOptions
- addHeader(CharSequence, CharSequence) - Method in interface io.vertx.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(CharSequence, CharSequence) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.RequestOptions
- addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.WebSocketConnectOptions
- 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(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, Buffer) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Like
KafkaProducerRecord.addHeader(KafkaHeader)
but with a key/value pair - addHeader(String, Buffer) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
-
Like
KafkaProducerRecord.addHeader(java.lang.String, java.lang.String)
but with a key/value pair - addHeader(String, Buffer) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
-
Like
KafkaProducerRecord.addHeader(java.lang.String, java.lang.String)
but with a key/value pair - 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, Iterable<String>) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, Iterable<String>) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, String) - Method in class io.vertx.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 interface io.vertx.ext.mail.MailAttachment
-
Add an header to this attachment.
- addHeader(String, String) - Method in class io.vertx.ext.mail.MailMessage
-
Add a message header.
- addHeader(String, String) - Method in class io.vertx.ext.stomp.Frame
-
Adds a header to the frame.
- addHeader(String, String) - Method in interface io.vertx.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, String) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Like
KafkaProducerRecord.addHeader(KafkaHeader)
but with a key/value pair - addHeader(String, String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
Add an header to this attachment.
- addHeader(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, String) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
-
Like
KafkaProducerRecord.addHeader(java.lang.String, java.lang.String)
but with a key/value pair - addHeader(String, String) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
Add an header to this attachment.
- addHeader(String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, String) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
-
Like
KafkaProducerRecord.addHeader(java.lang.String, java.lang.String)
but with a key/value pair - 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.rxjava3.kafka.client.producer.KafkaProducerRecord
-
Add a list of headers to this record.
- addHeadersEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is received by Vert.x
- addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is received by Vert.x
- addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is received by Vert.x
- addInboundMapping(InboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
-
Adds an inbound mapping (Camel to Vert.x).
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
-
Adds an inbound permitted option to the current
BridgeOptions
. - addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- addingHeaders(Function<RoutingContext, MultiMap>) - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
- addingHeaders(Function<RoutingContext, MultiMap>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
- addingHeaders(Function<RoutingContext, MultiMap>) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
- addingPathPrefix(String) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Add a prefix to the URI.
- addingPathPrefix(String) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Add a prefix to the URI.
- 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.rxjava3.sqlclient.Tuple
-
Add an integer value at the end of the tuple.
- addInteger(Integer) - Method in interface io.vertx.sqlclient.Tuple
-
Add an integer value at the end of the tuple.
- addInterceptor(Handler<HttpContext<?>>) - Method in interface io.vertx.ext.web.client.OAuth2WebClient
- addInterceptor(Handler<HttpContext<?>>) - Method in interface io.vertx.ext.web.client.WebClient
-
Add interceptor in the chain.
- addInterceptor(Handler<HttpContext<?>>) - Method in interface io.vertx.ext.web.client.WebClientSession
- addInterceptor(ProxyInterceptor) - Method in interface io.vertx.httpproxy.HttpProxy
-
Add an interceptor to the interceptor chain.
- addInterceptor(ProxyInterceptor, boolean) - Method in interface io.vertx.httpproxy.HttpProxy
-
Add an interceptor to the interceptor chain.
- addInterceptor(ProxyInterceptor) - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Add an interceptor to the interceptor chain.
- addInterceptor(ProxyInterceptor, boolean) - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Add an interceptor to the interceptor chain.
- addInterceptor(ServiceInterceptor) - Method in class io.vertx.serviceproxy.ServiceBinder
- addInterceptor(String, ServiceInterceptor) - Method in class io.vertx.serviceproxy.ServiceBinder
- additional() - Method in exception io.vertx.mssqlclient.MSSQLException
- additionalImports() - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
- additionalImports() - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- additionalImports(ProxyModel) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- additionalItems(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- additionalProperties(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- addJsonArray(JsonArray) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a value at the end of the tuple.
- addJsonArray(JsonArray) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a value at the end of the tuple.
- addJsonArray(JsonArray) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
JsonArray
value at the end of the tuple. - addJsonObject(JsonObject) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a value at the end of the tuple.
- addJsonObject(JsonObject) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a value at the end of the tuple.
- addJsonObject(JsonObject) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
JsonObject
value at the end of the tuple. - addJwk(JsonObject) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- addJwk(JsonObject) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Adds a local JWKs
- 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.rxjava3.sqlclient.Tuple
-
Add a
LocalDate
value at the end of the tuple. - addLocalDate(LocalDate) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
LocalDate
value at the end of the tuple. - addLocalDateTime(LocalDateTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a
LocalDateTime
value at the end of the tuple. - addLocalDateTime(LocalDateTime) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a
LocalDateTime
value at the end of the tuple. - addLocalDateTime(LocalDateTime) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
LocalDateTime
value at the end of the tuple. - addLocalTime(LocalTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a
LocalTime
value at the end of the tuple. - addLocalTime(LocalTime) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a
LocalTime
value at the end of the tuple. - addLocalTime(LocalTime) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
LocalTime
value at the end of the tuple. - addLong(Long) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a long value at the end of the tuple.
- addLong(Long) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a long value at the end of the tuple.
- addLong(Long) - Method in interface io.vertx.sqlclient.Tuple
-
Add a long value at the end of the tuple.
- addMonitoredEventBusHandler(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add a monitored event bus handler.
- addMonitoredHttpClientEndpoint(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http client endpoint.
- addMonitoredHttpClientUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http client uri.
- addMonitoredHttpServerRoute(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http server route.
- addMonitoredHttpServerUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http server uri.
- addNode(Node) - Method in class io.vertx.kafka.admin.ClusterDescription
-
Add a node belonging to this cluster to the current node list.
- addNonProxyHost(String) - Method in class io.vertx.core.http.HttpClientOptions
- addNonProxyHost(String) - Method in class io.vertx.core.http.WebSocketClientOptions
- addNonProxyHost(String) - Method in class io.vertx.core.net.ClientOptionsBase
-
Add a
host
to theClientOptionsBase.getNonProxyHosts()
list. - addNonProxyHost(String) - Method in class io.vertx.core.net.NetClientOptions
- addNonProxyHost(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- addNull() - Method in class io.vertx.core.json.JsonArray
-
Add a null value to the JSON array.
- addOffsetDateTime(OffsetDateTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a
OffsetDateTime
value at the end of the tuple. - addOffsetDateTime(OffsetDateTime) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a
OffsetDateTime
value at the end of the tuple. - addOffsetDateTime(OffsetDateTime) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
OffsetDateTime
value at the end of the tuple. - addOffsetTime(OffsetTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a
OffsetTime
value at the end of the tuple. - addOffsetTime(OffsetTime) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a
OffsetTime
value at the end of the tuple. - addOffsetTime(OffsetTime) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
OffsetTime
value at the end of the tuple. - addOperation(TxnOperation) - Method in class io.vertx.ext.consul.TxnRequest
-
Adds operation to this request
- addOption(Option) - Method in interface io.vertx.core.cli.CLI
-
Adds an option.
- addOptions(List<Option>) - Method in interface io.vertx.core.cli.CLI
-
Adds a set of options.
- addOrigin(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an origin to the list of allowed Origins.
- addOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add an origin to the list of allowed Origins.
- addOrigin(String) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add an origin to the list of allowed Origins.
- addOrigins(List<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set the list of allowed origins.
- addOrigins(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Set the list of allowed origins.
- addOrigins(List<String>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Set the list of allowed origins.
- addOriginsWithRegex(List<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set the list of allowed regex origins.
- addOriginsWithRegex(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Set the list of allowed regex origins.
- addOriginsWithRegex(List<String>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Set the list of allowed regex origins.
- addOriginWithRegex(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a regex origin to the list of allowed Origins.
- addOriginWithRegex(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add a regex origin to the list of allowed Origins.
- addOriginWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add a regex origin to the list of allowed Origins.
- addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is sent from Vert.x
- addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is sent from Vert.x
- addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is sent from Vert.x
- addOutboundMapping(OutboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
-
Adds an outbound mapping (Vert.x to Camel).
- addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
-
Adds an outbound permitted option to the current
BridgeOptions
. - addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
- addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- addPoint(Point) - Method in class io.vertx.pgclient.data.Path
- addPoint(Point) - Method in class io.vertx.pgclient.data.Polygon
- addPolicy(PolicyLink) - Method in class io.vertx.ext.consul.token.AclToken
-
Adds a policy.
- addProperty(String, String) - Method in class io.vertx.db2client.DB2ConnectOptions
- addProperty(String, String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Add a property for this client, which will be sent to server at the re-authentication.
- addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- addProperty(String, String) - Method in class io.vertx.oracleclient.OracleConnectOptions
- addProperty(String, String) - Method in class io.vertx.pgclient.PgConnectOptions
- addProperty(String, String) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Add a property for this client, which will be sent to server at the connection start.
- addPubKeyCredParam(COSEAlgorithm) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- addPubSecKey(PubSecKeyOptions) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- addPubSecKey(PubSecKeyOptions) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- addQueryParam(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Add a query parameter to the request.
- addQueryParam(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Add a query parameter to the request.
- addQueryParam(String, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Add a query parameter to the request.
- addRegistration(String, RegistrationInfo, Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Share a new messaging handler registration with other nodes in the cluster.
- addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- addReporter(ReportOptions) - Method in class io.vertx.ext.unit.report.ReportingOptions
-
Add a reporter to the current list.
- addReporter(ReportOptions) - Method in class io.vertx.ext.unit.TestOptions
- address - Variable in class io.vertx.ext.shell.command.base.BusPublish
- address() - Method in interface io.vertx.amqp.AmqpMessage
- address() - Method in interface io.vertx.amqp.AmqpReceiver
-
The listened address.
- address() - Method in interface io.vertx.amqp.AmqpSender
- address() - Method in interface io.vertx.core.eventbus.Message
-
The address the message was sent to
- address() - Method in interface io.vertx.core.eventbus.MessageConsumer
- address() - Method in interface io.vertx.core.eventbus.MessageProducer
- address() - Method in interface io.vertx.core.net.endpoint.ServerEndpoint
- address() - Method in class io.vertx.core.spi.cluster.RegistrationUpdateEvent
- address() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- 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.reactivex.core.net.endpoint.ServerEndpoint
- address() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- address() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
-
The listened address.
- address() - Method in class io.vertx.rxjava3.amqp.AmqpSender
- address() - Method in class io.vertx.rxjava3.core.eventbus.Message
-
The address the message was sent to
- address() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- address() - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
- address() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- address(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- address(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- address(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- Address - Interface in io.vertx.core.net
-
A general purpose networking address.
- addressOf(S) - Method in interface io.vertx.core.spi.endpoint.EndpointResolver
-
Returns the socket address of a given endpoint
server
. - AddressResolver<A extends Address> - Interface in io.vertx.core.net
-
A provider for address resolver.
- AddressResolverOptions - Class in io.vertx.core.dns
-
Configuration options for Vert.x hostname resolver.
- AddressResolverOptions() - Constructor for class io.vertx.core.dns.AddressResolverOptions
- AddressResolverOptions(AddressResolverOptions) - Constructor for class io.vertx.core.dns.AddressResolverOptions
- AddressResolverOptions(JsonObject) - Constructor for class io.vertx.core.dns.AddressResolverOptions
- AddressResolverOptionsConverter - Class in io.vertx.core.dns
-
Converter and mapper for
AddressResolverOptions
. - AddressResolverOptionsConverter() - Constructor for class io.vertx.core.dns.AddressResolverOptionsConverter
- AddressResolverProvider - Interface in io.vertx.core.spi.dns
- addResult(TxnResult) - Method in class io.vertx.ext.consul.TxnResponse
-
Adds result to this response
- addRootCertificate(X509Certificate) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
-
Adds a root certificate using its 'CN' subject as key.
- addScope(String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- addScope(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Add a scope
- addScope(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- addSearchDomain(String) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Add a DNS search domain.
- addServer(String) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Add a DNS server address.
- addServer(S) - Method in interface io.vertx.core.spi.endpoint.EndpointBuilder
-
Like
EndpointBuilder.addServer(Object, String)
with a default key. - addServer(S, String) - Method in interface io.vertx.core.spi.endpoint.EndpointBuilder
-
Add a
server
with its associatedkey
- addService(BindableService) - Method in class io.vertx.grpc.VertxServerBuilder
- addService(BindableService) - Method in interface io.vertx.grpcio.server.GrpcIoServer
-
Like
GrpcServer.addService(Service)
with a gRPC/IOBindableService
. - addService(ServerServiceDefinition) - Method in class io.vertx.grpc.VertxServerBuilder
- addService(Service) - Method in interface io.vertx.grpc.server.GrpcServer
-
Add a service to this gRPC server.
- addService(Service) - Method in class io.vertx.reactivex.grpc.server.GrpcServer
-
Add a service to this gRPC server.
- addService(Service) - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
-
Add a service to this gRPC server.
- 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.rxjava3.sqlclient.Tuple
-
Add a short value at the end of the tuple.
- addShort(Short) - Method in interface io.vertx.sqlclient.Tuple
-
Add a short value at the end of the tuple.
- addSignedHeader(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Adds the signed header
- 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.rxjava3.sqlclient.Tuple
-
Add a string value at the end of the tuple.
- addString(String) - Method in interface io.vertx.sqlclient.Tuple
-
Add a string value at the end of the tuple.
- addSubProtocol(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
-
Add a WebSocket sub protocol to use.
- addSupportedGrantType(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- addTemporal(Temporal) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a
Temporal
value at the end of the tuple. - addTemporal(Temporal) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add a
Temporal
value at the end of the tuple. - addTemporal(Temporal) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
Temporal
value at the end of the tuple. - addTenantHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.handler.MultiTenantHandler
-
Add a handler for a given tenant to this handler.
- addTenantHandler(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
Add a handler for a given tenant to this handler.
- addTenantHandler(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
-
Add a handler for a given tenant to this handler.
- addTransport(AuthenticatorTransport) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- 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.rxjava3.sqlclient.Tuple
-
Add a
UUID
value at the end of the tuple. - addUUID(UUID) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
UUID
value at the end of the tuple. - addValue(Object) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an object value at the end of the tuple.
- addValue(Object) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Add an object value at the end of the tuple.
- addValue(Object) - Method in interface io.vertx.sqlclient.Tuple
-
Add an object value at the end of the tuple.
- addWebSocketSubProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
-
Add a WebSocket sub-protocol to the list supported by the server.
- adjustLocation(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
- ADMINISTRATIVE_ACTION - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- 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.rxjava3.ext.unit.TestSuite
-
Set a callback executed after the tests.
- afterAll(ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- afterConfigParsed(JsonObject) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
after the config has been parsed. - afterConfigParsed(JsonObject) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after parsing the
conf
parameter. - afterDeploymentOptionsParsed(JsonObject) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after parsing the
deployment-options
parameter. - 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(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.rxjava3.ext.unit.TestSuite
-
Set a callback executed after each test and before the suite
after
callback. - afterEach(ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- afterFailureToDeployVerticle(HookContext, Throwable) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after the verticle has failed to be deployed.
- afterFailureToStartVertx(HookContext, Throwable) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after Vert.x has failed to start.
- afterFailureToStopVertx(HookContext, Throwable) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after Vert.x has failed to stop.
- afterStartingVertx(Vertx) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
after the vertx instance is started. - afterStoppingVertx() - Method in class io.vertx.core.Launcher
- afterVerticleDeployed(HookContext) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after the verticle has been deployed successfully.
- afterVertxOptionsParsed(JsonObject) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after parsing the
options
parameter. - afterVertxStarted(HookContext) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after Vert.x has started successfully.
- afterVertxStopped(HookContext) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked after Vert.x has stopped successfully.
- AGE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Age header name
- AGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Age header name
- AGE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Age header name
- agentInfo() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the configuration and member information of the local agent
- agentInfo() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the configuration and member information of the local agent
- agentInfo() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the configuration and member information of the local agent
- aggregate(String, JsonArray) - Method in interface io.vertx.ext.mongo.MongoClient
-
Run aggregate MongoDB command with default
AggregateOptions
. - aggregate(String, JsonArray) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Run aggregate MongoDB command with default
AggregateOptions
. - aggregate(String, JsonArray) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Run aggregate MongoDB command with default
AggregateOptions
. - aggregatedStatus() - Method in class io.vertx.ext.consul.ServiceEntry
-
AggregatedStatus returns the "best" status for the list of health checks.
- AggregateOptions - Class in io.vertx.ext.mongo
-
Options used to configure aggregate operations.
- AggregateOptions() - Constructor for class io.vertx.ext.mongo.AggregateOptions
-
Default constructor
- AggregateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.AggregateOptions
-
Constructor from JSON
- AggregateOptions(AggregateOptions) - Constructor for class io.vertx.ext.mongo.AggregateOptions
-
Copy constructor
- AggregateOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
AggregateOptions
. - AggregateOptionsConverter() - Constructor for class io.vertx.ext.mongo.AggregateOptionsConverter
- aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Run aggregate MongoDB command.
- aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Run aggregate MongoDB command.
- aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Run aggregate MongoDB command.
- algoName() - Method in enum io.vertx.ext.mail.CanonicalizationAlgorithm
-
Gets the canonicalization algorithm representation.
- alias(String) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- all() - Method in interface io.vertx.cassandra.ResultSet
-
The method should not be used concurrently with others like
ResultSet.fetchNextPage()
orResultSet.one()
. - all() - Static method in interface io.vertx.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
- all() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
-
Create a chain authentication handler that will assert that all handlers pass the verification.
- all() - Method in class io.vertx.reactivex.cassandra.ResultSet
-
The method should not be used concurrently with others like
ResultSet.fetchNextPage()
orResultSet.one()
. - all() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
- all() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Create a chain authentication handler that will assert that all handlers pass the verification.
- all() - Method in class io.vertx.rxjava3.cassandra.ResultSet
-
The method should not be used concurrently with others like
ResultSet.fetchNextPage()
orResultSet.one()
. - all() - Static method in class io.vertx.rxjava3.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
- all() - Static method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
-
Create a chain authentication handler that will assert that all handlers pass the verification.
- all(Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
- all(Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.all(Future, Future)
but with 3 futures. - all(Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.all(Future, Future)
but with 4 futures. - all(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.all(Future, Future)
but with 5 futures. - all(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.all(Future, Future)
but with 6 futures. - all(List<? extends Future<?>>) - Static method in interface io.vertx.core.Future
-
Like
Future.all(Future, Future)
but with a list of futures. - ALL - io.vertx.ext.web.AllowForwardHeaders
-
Will process both
AllowForwardHeaders.FORWARD
andAllowForwardHeaders.X_FORWARD
. - allArguments() - Method in interface io.vertx.core.cli.CommandLine
- allOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- ALLOW - io.vertx.pgclient.SslMode
-
first try a non-SSL connection; if that fails, try an SSL connection.
- ALLOW - Static variable in interface io.vertx.core.http.HttpHeaders
-
Allow header name
- ALLOW - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Allow header name
- ALLOW - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Allow header name
- allowAdditionalProperties(boolean) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- allowCredentials(boolean) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set whether credentials are allowed.
- allowCredentials(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Set whether credentials are allowed.
- allowCredentials(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Set whether credentials are allowed.
- allowedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeader(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeader(String) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedHeaders(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedHeaders(Set<String>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedMethod(HttpMethod) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethod(HttpMethod) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethod(HttpMethod) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethods(Set<HttpMethod>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of allowed methods
- allowedMethods(Set<HttpMethod>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add a set of allowed methods
- allowedMethods(Set<HttpMethod>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add a set of allowed methods
- allowForward(AllowForwardHeaders) - Method in interface io.vertx.ext.web.Router
-
Set whether the router should parse "forwarded"-type headers
- allowForward(AllowForwardHeaders) - Method in class io.vertx.reactivex.ext.web.Router
-
Set whether the router should parse "forwarded"-type headers
- allowForward(AllowForwardHeaders) - Method in class io.vertx.rxjava3.ext.web.Router
-
Set whether the router should parse "forwarded"-type headers
- AllowForwardHeaders - Enum in io.vertx.ext.web
-
What kind of forward header parsing are we allowing.
- allowPrivateNetwork(boolean) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set whether access from public to private networks are allowed.
- allowPrivateNetwork(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Set whether access from public to private networks are allowed.
- allowPrivateNetwork(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Set whether access from public to private networks are allowed.
- alpnName() - Method in enum io.vertx.core.http.HttpVersion
- ALREADY_EXISTS - io.vertx.grpc.common.GrpcStatus
- alterConfigs(Map<ConfigResource, Config>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Update the configuration for the specified resources with the default options
- alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Alter committed offsets for a set of partitions in a consumer group.
- ALWAYS - io.vertx.core.tracing.TracingPolicy
-
Reuse an existing trace or create a new trace when no one exist.
- ALWAYS - io.vertx.redis.client.RedisReplicas
-
Queries are always run on REPLICA nodes (never on MASTER node).
- AmazonCognitoAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Amazon Cognito.
- AmazonCognitoAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Amazon Cognito.
- AmazonCognitoAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Amazon Cognito. - AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
- AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
- AmazonCognitoAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
- AmazonCognitoAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
- AmbiguousOptionException - Exception in io.vertx.core.cli
-
Exception thrown when the command line is ambiguous meaning it cannot determine exactly which option has to be set.
- AmbiguousOptionException(String, List<Option>) - Constructor for exception io.vertx.core.cli.AmbiguousOptionException
-
Creates a new instance of
AmbiguousOptionException
. - AmqpClient - Class in io.vertx.reactivex.amqp
-
AMQP Client entry point.
- AmqpClient - Class in io.vertx.rxjava3.amqp
-
AMQP Client entry point.
- AmqpClient - Interface in io.vertx.amqp
-
AMQP Client entry point.
- AmqpClient(AmqpClient) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
- AmqpClient(AmqpClient) - Constructor for class io.vertx.rxjava3.amqp.AmqpClient
- AmqpClient(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
- AmqpClient(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpClient
- AmqpClientOptions - Class in io.vertx.amqp
-
Configures the AMQP Client.
- AmqpClientOptions() - Constructor for class io.vertx.amqp.AmqpClientOptions
- AmqpClientOptions(AmqpClientOptions) - Constructor for class io.vertx.amqp.AmqpClientOptions
- AmqpClientOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpClientOptions
- AmqpClientOptionsConverter - Class in io.vertx.amqp
-
Converter and mapper for
AmqpClientOptions
. - AmqpClientOptionsConverter() - Constructor for class io.vertx.amqp.AmqpClientOptionsConverter
- AmqpConnection - Class in io.vertx.reactivex.amqp
-
Once connected to the broker or router, you get a connection.
- AmqpConnection - Class in io.vertx.rxjava3.amqp
-
Once connected to the broker or router, you get a connection.
- AmqpConnection - Interface in io.vertx.amqp
-
Once connected to the broker or router, you get a connection.
- AmqpConnection(AmqpConnection) - Constructor for class io.vertx.reactivex.amqp.AmqpConnection
- AmqpConnection(AmqpConnection) - Constructor for class io.vertx.rxjava3.amqp.AmqpConnection
- AmqpConnection(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpConnection
- AmqpConnection(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpConnection
- AmqpMessage - Class in io.vertx.reactivex.amqp
-
Represents an AMQP message.
- AmqpMessage - Class in io.vertx.rxjava3.amqp
-
Represents an AMQP message.
- AmqpMessage - Interface in io.vertx.amqp
-
Represents an AMQP message.
- AmqpMessage(AmqpMessage) - Constructor for class io.vertx.reactivex.amqp.AmqpMessage
- AmqpMessage(AmqpMessage) - Constructor for class io.vertx.rxjava3.amqp.AmqpMessage
- AmqpMessage(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpMessage
- AmqpMessage(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpMessage
- AmqpMessageBuilder - Class in io.vertx.reactivex.amqp
-
Builder to create a new
AmqpMessage
. - AmqpMessageBuilder - Class in io.vertx.rxjava3.amqp
-
Builder to create a new
AmqpMessage
. - AmqpMessageBuilder - Interface in io.vertx.amqp
-
Builder to create a new
AmqpMessage
. - AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
- AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- AmqpMessageBuilder(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
- AmqpMessageBuilder(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- AmqpReceiver - Class in io.vertx.reactivex.amqp
-
Interface used to consume AMQP message as a stream of message.
- AmqpReceiver - Class in io.vertx.rxjava3.amqp
-
Interface used to consume AMQP message as a stream of message.
- AmqpReceiver - Interface in io.vertx.amqp
-
Interface used to consume AMQP message as a stream of message.
- AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.reactivex.amqp.AmqpReceiver
- AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.rxjava3.amqp.AmqpReceiver
- AmqpReceiver(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpReceiver
- AmqpReceiver(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpReceiver
- AmqpReceiverOptions - Class in io.vertx.amqp
-
Configures the AMQP Receiver.
- AmqpReceiverOptions() - Constructor for class io.vertx.amqp.AmqpReceiverOptions
- AmqpReceiverOptions(AmqpReceiverOptions) - Constructor for class io.vertx.amqp.AmqpReceiverOptions
- AmqpReceiverOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpReceiverOptions
- AmqpReceiverOptionsConverter - Class in io.vertx.amqp
-
Converter and mapper for
AmqpReceiverOptions
. - AmqpReceiverOptionsConverter() - Constructor for class io.vertx.amqp.AmqpReceiverOptionsConverter
- AmqpSender - Class in io.vertx.reactivex.amqp
-
AMQP Sender interface used to send messages.
- AmqpSender - Class in io.vertx.rxjava3.amqp
-
AMQP Sender interface used to send messages.
- AmqpSender - Interface in io.vertx.amqp
-
AMQP Sender interface used to send messages.
- AmqpSender(AmqpSender) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
- AmqpSender(AmqpSender) - Constructor for class io.vertx.rxjava3.amqp.AmqpSender
- AmqpSender(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
- AmqpSender(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpSender
- AmqpSenderOptions - Class in io.vertx.amqp
-
Configures the AMQP Sender.
- AmqpSenderOptions() - Constructor for class io.vertx.amqp.AmqpSenderOptions
- AmqpSenderOptions(AmqpSenderOptions) - Constructor for class io.vertx.amqp.AmqpSenderOptions
- AmqpSenderOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpSenderOptions
- AmqpSenderOptionsConverter - Class in io.vertx.amqp
-
Converter and mapper for
AmqpSenderOptions
. - AmqpSenderOptionsConverter() - Constructor for class io.vertx.amqp.AmqpSenderOptionsConverter
- and(Expectation<? super V>) - Method in interface io.vertx.core.Expectation
-
Returned an expectation succeeding when this expectation and the
other
expectation succeeds. - AndAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
-
Allows to perform a logical 'and' between several authorizations
- AndAuthorization - Class in io.vertx.rxjava3.ext.auth.authorization
-
Allows to perform a logical 'and' between several authorizations
- AndAuthorization - Interface in io.vertx.ext.auth.authorization
-
Allows to perform a logical 'and' between several authorizations
- AndAuthorization(AndAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- AndAuthorization(AndAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- AndAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- AndAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- andThen(Completable<? super T>) - Method in interface io.vertx.core.Future
-
Invokes the given
handler
upon completion. - andThen(Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Future
-
Invokes the given
handler
upon completion. - annotate(String, String) - Method in interface io.vertx.json.schema.JsonSchema
-
Annotates the schema.
- annotate(String, String) - Method in class io.vertx.reactivex.json.schema.JsonSchema
-
Annotates the schema.
- annotate(String, String) - Method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Annotates the schema.
- AnnotatedCommand - Class in io.vertx.ext.shell.command
-
The base command class that Java annotated command should extend.
- AnnotatedCommand() - Constructor for class io.vertx.ext.shell.command.AnnotatedCommand
- annotations() - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
- annotations() - Method in class io.vertx.serviceproxy.generator.ServiceProxyGen
- annotations() - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- annotations() - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
- annotations() - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
- annotations() - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
- any() - Static method in interface io.vertx.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider that will resolve on the first success.
- any() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
-
Create a chain authentication handler that will assert that any handler passes the verification.
- any() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider that will resolve on the first success.
- any() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Create a chain authentication handler that will assert that any handler passes the verification.
- any() - Static method in class io.vertx.rxjava3.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider that will resolve on the first success.
- any() - Static method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
-
Create a chain authentication handler that will assert that any handler passes the verification.
- any(Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
- any(Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.any(Future, Future)
but with 3 futures. - any(Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.any(Future, Future)
but with 4 futures. - any(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.any(Future, Future)
but with 5 futures. - any(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.any(Future, Future)
but with 6 futures. - any(List<? extends Future<?>>) - Static method in interface io.vertx.core.Future
-
Like
Future.any(Future, Future)
but with a list of futures. - ANY - io.vertx.ext.consul.HealthState
- anyOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- 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.rxjava3.redis.client.RedisAPI
- api(RedisConnection) - Static method in class io.vertx.rxjava3.redis.client.RedisAPI
- apiKeyHandler(APIKeyHandler) - Method in interface io.vertx.ext.web.openapi.router.Security
-
Configure the
APIKeyHandler
to be used when creating the router. - apiKeyHandler(APIKeyHandler) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- apiKeyHandler(APIKeyHandler) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- APIKeyHandler - Class in io.vertx.reactivex.ext.web.handler
-
An authentication handler that provides API Key support.
- APIKeyHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An authentication handler that provides API Key support.
- APIKeyHandler - Interface in io.vertx.ext.web.handler
-
An authentication handler that provides API Key support.
- APIKeyHandler(APIKeyHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.APIKeyHandler
- APIKeyHandler(APIKeyHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
- APIKeyHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.APIKeyHandler
- APIKeyHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
- append(int) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Append the
index
as reference token to JsonPointer - append(int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Append the
index
as reference token to JsonPointer - append(int) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Append the
index
as reference token to JsonPointer - 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(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(JsonPointer) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Append all tokens of
pointer
to this pointer
Note: The base URI of this pointer will remain untouched - append(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(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(String) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Append an unescaped
token
to this pointer
Note: If you provide escaped path the behaviour is undefined - append(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Append a value to a key.
- append(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Append a value to a key.
- append(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Append a value to a key.
- 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(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(List<String>) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Append an unescaped list of
tokens
to JsonPointer
Note: If you provide escaped paths the behaviour is undefined - APPEND - Static variable in interface io.vertx.redis.client.Command
-
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.rxjava3.core.json.pointer.JsonPointerIterator
-
Append array element
- appendBuffer(Buffer) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified
Buffer
to the end of this Buffer. - appendBuffer(Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified
Buffer
starting at theoffset
usinglen
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. - 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. - appendDouble(double) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified
double
to the end of the Buffer. - appendDoubleLE(double) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified unsigned
double
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written. - appendFloat(float) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified
float
to the end of the Buffer. - appendFloatLE(float) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified unsigned
float
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written. - appendInt(int) - Method in interface io.vertx.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. - appendLong(long) - Method in interface io.vertx.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. - appendMedium(int) - Method in interface io.vertx.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. - appendOption(StringBuilder, Option) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Appends the usage clause for an Option to a StringBuilder.
- appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
- appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.pgclient.spi.PgDriver
- appendQueryPlaceholder(StringBuilder, int, int) - Method in interface io.vertx.sqlclient.spi.Driver
-
Append a parameter placeholder in the
query
. - appendShort(short) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified
short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written. - 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. - 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 interface io.vertx.core.buffer.Buffer
-
Appends the specified
String
to the end of the Buffer with the encoding as specified byenc
. - appendUnsignedByte(short) - Method in interface io.vertx.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. - 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. - 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. - 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. - AppleIdAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Apple.
- AppleIdAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Apple.
- AppleIdAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Apple. - AppleIdAuth(AppleIdAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
- AppleIdAuth(AppleIdAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
- AppleIdAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
- AppleIdAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
- APPLICATION_HAL_JSON - Static variable in interface io.vertx.openapi.contract.MediaType
- APPLICATION_HAL_JSON - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- APPLICATION_HAL_JSON - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- APPLICATION_JSON - Static variable in interface io.vertx.openapi.contract.MediaType
- APPLICATION_JSON - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- APPLICATION_JSON - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- APPLICATION_JSON_UTF8 - Static variable in interface io.vertx.openapi.contract.MediaType
- APPLICATION_JSON_UTF8 - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- APPLICATION_JSON_UTF8 - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- APPLICATION_OCTET_STREAM - Static variable in interface io.vertx.openapi.contract.MediaType
- APPLICATION_OCTET_STREAM - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- APPLICATION_OCTET_STREAM - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in interface io.vertx.core.http.HttpHeaders
-
application/x-www-form-urlencoded header value
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
application/x-www-form-urlencoded header value
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
application/x-www-form-urlencoded header value
- ApplicationJsonAnalyser - Class in io.vertx.openapi.validation.analyser
- ApplicationJsonAnalyser(String, Buffer, ValidationContext) - Constructor for class io.vertx.openapi.validation.analyser.ApplicationJsonAnalyser
- applicationLayerProtocol() - Method in interface io.vertx.core.net.NetSocket
- applicationLayerProtocol() - Method in class io.vertx.reactivex.core.net.NetSocket
- applicationLayerProtocol() - Method in class io.vertx.rxjava3.core.net.NetSocket
- applicationProperties() - Method in interface io.vertx.amqp.AmqpMessage
- applicationProperties() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- applicationProperties() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- applicationProperties(JsonObject) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- applicationProperties(JsonObject) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- applicationProperties(JsonObject) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- applicationProtocols(List<String>) - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
- applicationProtocols(List<String>) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Set the application protocols to use when using ALPN.
- apply() - Method in interface io.vertx.junit5.VertxTestContext.ExecutionBlock
- apply(int) - Method in interface io.vertx.jdbcclient.spi.JDBCColumnDescriptorProvider
-
Get a column descriptor
- apply(Single<T>) - Method in class io.vertx.rxjava3.core.ExpectationTransformer
- apply(Single<T>) - Method in class io.vertx.reactivex.core.ExpectationTransformer
- apply(Buffer) - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- apply(RoutingContext) - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
- apply(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- 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
- applyHttpChallenge(String) - Method in interface io.vertx.ext.auth.authentication.Credentials
-
Applies the HTTP Authorization challenge to this Credential instance.
- applyHttpChallenge(String, HttpMethod, String) - Method in interface io.vertx.ext.auth.authentication.Credentials
-
Applies the HTTP Authorization challenge to this Credential instance.
- applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in interface io.vertx.ext.auth.authentication.Credentials
-
Applies the HTTP Authorization challenge to this Credential instance.
- applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- applySystemProperties() - Method in class io.vertx.core.spi.launcher.DefaultCommand
-
Sets the system properties specified by the user command line.
- arg(boolean) - Method in interface io.vertx.redis.client.Request
-
Adds a boolean encoded to string
- arg(byte) - Method in interface io.vertx.redis.client.Request
-
Adds a byte encoded to string
- arg(byte[]) - Method in interface io.vertx.redis.client.Request
-
Adds a byte array
- arg(double) - Method in interface io.vertx.redis.client.Request
-
Adds a double encoded to string
- arg(float) - Method in interface io.vertx.redis.client.Request
-
Adds a float encoded to string
- arg(int) - Method in interface io.vertx.redis.client.Request
-
Adds a int encoded to string
- arg(long) - Method in interface io.vertx.redis.client.Request
-
Adds a long encoded to string
- arg(short) - Method in interface io.vertx.redis.client.Request
-
Adds a short encoded to string
- arg(Buffer) - Method in interface io.vertx.redis.client.Request
-
Adds a String key argument
- arg(JsonArray) - Method in interface io.vertx.redis.client.Request
-
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ... valueN.
- arg(JsonObject) - Method in interface io.vertx.redis.client.Request
-
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ... keyN, valueN.
- 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
- 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.
- argName() - Method in annotation type io.vertx.core.cli.annotations.Argument
-
The name of this argument (used in doc)
- argName() - Method in annotation type io.vertx.core.cli.annotations.Option
-
The name of this argument (used in doc)
- args() - Method in interface io.vertx.ext.shell.command.CommandProcess
- argsTokens() - Method in interface io.vertx.ext.shell.command.CommandProcess
- Argument - Class in io.vertx.core.cli
-
Defines a command line argument.
- Argument - Annotation Type in io.vertx.core.cli.annotations
-
Annotates a setter to be called with the value of 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 copyingother
. - Argument(JsonObject) - Constructor for class io.vertx.core.cli.Argument
-
Creates a new instance of
Argument
from the given JSON object. - ArgumentConverter - Class in io.vertx.core.cli
-
Converter and mapper for
Argument
. - ArgumentConverter() - Constructor for class io.vertx.core.cli.ArgumentConverter
- ARRAY - io.vertx.json.schema.common.dsl.SchemaType
- 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.rxjava3.core.parsetools.JsonParser
-
Flip the parser to emit a stream of events for each new json array.
- ArrayKeyword - Class in io.vertx.json.schema.common.dsl
- ArrayKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.ArrayKeyword
- ArrayKeyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.ArrayKeyword
- ArrayOfBigDecimal - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfBoolean - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfBuffer - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfDouble - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfFloat - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfInteger - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfJsonArray - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfJsonObject - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfLocalDate - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfLocalDateTime - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfLocalTime - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfLong - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfOffsetDateTime - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfOffsetTime - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfShort - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfString - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfTemporal - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayOfUUID - Static variable in class io.vertx.sqlclient.data.NullValue
- ArrayParserFactory - Class in io.vertx.reactivex.ext.web.validation.builder
-
This interface is used to create able to parse serialized array structures.
- ArrayParserFactory - Class in io.vertx.rxjava3.ext.web.validation.builder
-
This interface is used to create able to parse serialized array structures.
- ArrayParserFactory - Interface in io.vertx.ext.web.validation.builder
-
This interface is used to create
ValueParser
able to parse serialized array structures. - ArrayParserFactory(ArrayParserFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- ArrayParserFactory(ArrayParserFactory) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- ArrayParserFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- ArrayParserFactory(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- arraySchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- ArraySchemaBuilder - Class in io.vertx.json.schema.common.dsl
- arrayValue() - Method in interface io.vertx.core.parsetools.JsonEvent
- 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.rxjava3.core.parsetools.JsonParser
-
Flip the parser to emit a single value event for each new json array.
- as(BodyCodec<U>) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to decode the response with the
responseCodec
. - as(BodyCodec<U>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to decode the response with the
responseCodec
. - as(BodyCodec<U>) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to decode the response with the
responseCodec
. - asBoolean(AsyncResult) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
-
Coerces an
AsyncResult
as a boolean value according to Groovy-Truth. - asInteger() - Method in class io.vertx.json.schema.common.dsl.NumberSchemaBuilder
- asJsonArray() - Method in interface io.vertx.ext.web.RequestBody
- asJsonArray() - Method in class io.vertx.reactivex.ext.web.RequestBody
- asJsonArray() - Method in class io.vertx.rxjava3.ext.web.RequestBody
- asJsonArray(int) - Method in interface io.vertx.ext.web.RequestBody
-
Gets the current body buffer as a
JsonArray
. - asJsonArray(int) - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonArray(int) - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonObject() - Method in interface io.vertx.ext.web.RequestBody
- asJsonObject() - Method in class io.vertx.reactivex.ext.web.RequestBody
- asJsonObject() - Method in class io.vertx.rxjava3.ext.web.RequestBody
- asJsonObject(int) - Method in interface io.vertx.ext.web.RequestBody
-
Gets the current body buffer as a
JsonObject
. - asJsonObject(int) - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonObject(int) - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Gets the current body buffer as a .
- asking() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Sent by cluster clients after an -ASK redirect.
- asking() - Method in interface io.vertx.redis.client.RedisAPI
-
Sent by cluster clients after an -ASK redirect.
- asking() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Sent by cluster clients after an -ASK redirect.
- ASKING - Static variable in interface io.vertx.redis.client.Command
-
Sent by cluster clients after an -ASK redirect.
- asMessageHandler() - Method in interface io.vertx.ext.unit.collect.EventBusCollector
- asPojo(Class<R>) - Method in interface io.vertx.ext.web.RequestBody
- asPojo(Class<R>) - Method in class io.vertx.reactivex.ext.web.RequestBody
- asPojo(Class<R>) - Method in class io.vertx.rxjava3.ext.web.RequestBody
- asPojo(Class<R>, int) - Method in interface io.vertx.ext.web.RequestBody
- asPojo(Class<R>, int) - Method in class io.vertx.reactivex.ext.web.RequestBody
- asPojo(Class<R>, int) - Method in class io.vertx.rxjava3.ext.web.RequestBody
- 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 theactual
argument. - assertEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the
expected
argument is equals to theactual
argument. - assertEquals(Object, Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the
expected
argument is equals to theactual
argument. - assertEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the
expected
argument is equals to theactual
argument. - assertEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the
expected
argument is equals to theactual
argument. - assertEquals(Object, Object, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the
expected
argument is equals to theactual
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
isfalse
. - assertFalse(boolean) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the specified
condition
isfalse
. - assertFalse(boolean) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the specified
condition
isfalse
. - assertFalse(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified
condition
isfalse
. - assertFalse(boolean, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the specified
condition
isfalse
. - assertFalse(boolean, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the specified
condition
isfalse
. - assertInRange(double, double, double) - Method in interface io.vertx.ext.unit.TestContext
-
Asserts that the
expected
double argument is equals to theactual
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 theactual
double argument within a positive delta. - assertInRange(double, double, double) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Asserts that the
expected
double argument is equals to theactual
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 theactual
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 theactual
double argument within a positive delta. - assertInRange(double, double, double, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Asserts that the
expected
double argument is equals to theactual
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 thesecond
argument. - assertNotEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the
first
argument is not equals to thesecond
argument. - assertNotEquals(Object, Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the
first
argument is not equals to thesecond
argument. - assertNotEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the
first
argument is not equals to thesecond
argument. - assertNotEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the
first
argument is not equals to thesecond
argument. - assertNotEquals(Object, Object, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the
first
argument is not equals to thesecond
argument. - assertNotNull(Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the
expected
argument is notnull
. - assertNotNull(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the
expected
argument is notnull
. - assertNotNull(Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the
expected
argument is notnull
. - assertNotNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the
expected
argument is notnull
. - assertNotNull(Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the
expected
argument is notnull
. - assertNotNull(Object, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the
expected
argument is notnull
. - assertNull(Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the
expected
argument isnull
. - assertNull(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the
expected
argument isnull
. - assertNull(Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the
expected
argument isnull
. - assertNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the
expected
argument isnull
. - assertNull(Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the
expected
argument isnull
. - assertNull(Object, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the
expected
argument isnull
. - assertTrue(boolean) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified
condition
istrue
. - assertTrue(boolean) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the specified
condition
istrue
. - assertTrue(boolean) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the specified
condition
istrue
. - assertTrue(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified
condition
istrue
. - assertTrue(boolean, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the specified
condition
istrue
. - assertTrue(boolean, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Assert the specified
condition
istrue
. - assign(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Manually assign a partition to this consumer.
- assign(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Manually assign a partition to this consumer.
- assign(TopicPartition) - Method in class io.vertx.rxjava3.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(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Manually assign a list of partition to this consumer.
- assign(Set<TopicPartition>) - Method in class io.vertx.rxjava3.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.
- assignment() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions currently assigned to this consumer.
- assignment() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the set of partitions currently assigned to this consumer.
- assignment() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions currently assigned to this consumer.
- assignment() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions currently assigned to this consumer.
- asStream() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
- asStream() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
- asString() - Method in interface io.vertx.ext.web.RequestBody
- asString() - Method in class io.vertx.reactivex.ext.web.RequestBody
- asString() - Method in class io.vertx.rxjava3.ext.web.RequestBody
- asString(String) - Method in interface io.vertx.ext.web.RequestBody
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- asString(String) - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- asString(String) - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- asType(Map, Class) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
-
Convert a JSON like map data structure to a Vert.x data object or a
JsonObject
. - async() - 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() - 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() - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- async(int) - Method in 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 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.rxjava3.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.
- Async - Class in io.vertx.rxjava3.ext.unit
-
An asynchronous exit point for a test.
- Async - Interface in io.vertx.ext.unit
-
An asynchronous exit point for a test.
- Async(Async) - Constructor for class io.vertx.reactivex.ext.unit.Async
- Async(Async) - Constructor for class io.vertx.rxjava3.ext.unit.Async
- Async(Object) - Constructor for class io.vertx.reactivex.ext.unit.Async
- Async(Object) - Constructor for class io.vertx.rxjava3.ext.unit.Async
- 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.
- 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.
- asyncAssertFailure() - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
- 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.
- 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.
- asyncAssertFailure(Handler<Throwable>) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
- 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.
- 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.
- asyncAssertSuccess() - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
- 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.
- 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.
- asyncAssertSuccess(Handler<T>) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
- 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 - Class in io.vertx.rxjava3.core.file
-
Represents a file on the file-system which can be read from, or written to asynchronously.
- AsyncFile - Interface in io.vertx.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(AsyncFile) - Constructor for class io.vertx.rxjava3.core.file.AsyncFile
- AsyncFile(Object) - Constructor for class io.vertx.reactivex.core.file.AsyncFile
- AsyncFile(Object) - Constructor for class io.vertx.rxjava3.core.file.AsyncFile
- AsyncFileLock - Class in io.vertx.reactivex.core.file
-
A lock on a region of an
AsyncFile
. - AsyncFileLock - Class in io.vertx.rxjava3.core.file
-
A lock on a region of an
AsyncFile
. - AsyncFileLock - Interface in io.vertx.core.file
-
A lock on a region of an
AsyncFile
. - AsyncFileLock(AsyncFileLock) - Constructor for class io.vertx.reactivex.core.file.AsyncFileLock
- AsyncFileLock(AsyncFileLock) - Constructor for class io.vertx.rxjava3.core.file.AsyncFileLock
- AsyncFileLock(Object) - Constructor for class io.vertx.reactivex.core.file.AsyncFileLock
- AsyncFileLock(Object) - Constructor for class io.vertx.rxjava3.core.file.AsyncFileLock
- AsyncMap<K,V> - Class in io.vertx.reactivex.core.shareddata
-
An asynchronous map.
- AsyncMap<K,V> - Class in io.vertx.rxjava3.core.shareddata
-
An asynchronous map.
- AsyncMap<K,V> - Interface in io.vertx.core.shareddata
-
An asynchronous map.
- AsyncMap(AsyncMap) - Constructor for class io.vertx.reactivex.core.shareddata.AsyncMap
- AsyncMap(AsyncMap) - Constructor for class io.vertx.rxjava3.core.shareddata.AsyncMap
- AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.core.shareddata.AsyncMap
- AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava3.core.shareddata.AsyncMap
- AsyncResult<T> - Interface in io.vertx.core
-
Encapsulates the result of an asynchronous operation.
- attach(Context) - Method in enum io.vertx.tracing.opentelemetry.VertxContextStorageProvider.VertxContextStorage
- attach(ContextInternal, Context) - Method in enum io.vertx.tracing.opentelemetry.VertxContextStorageProvider.VertxContextStorage
- attachment(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Set Content-Disposition get to "attachment" with optional
filename
mime type. - attachment(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Set Content-Disposition get to "attachment" with optional
filename
mime type. - attachment(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Set Content-Disposition get to "attachment" with optional
filename
mime type. - Attestation - Enum in io.vertx.ext.auth.webauthn4j
-
AttestationConveyancePreference https://www.w3.org/TR/webauthn/#attestation-convey
- AttestationCertificates - Class in io.vertx.ext.auth.webauthn4j
-
Data Object containing the list of certificates used during the attestation of this authenticator.
- AttestationCertificates() - Constructor for class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- AttestationCertificates(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- AttestationCertificatesConverter - Class in io.vertx.ext.auth.webauthn4j
-
Converter and mapper for
AttestationCertificates
. - AttestationCertificatesConverter() - Constructor for class io.vertx.ext.auth.webauthn4j.AttestationCertificatesConverter
- attribute(String, String) - Method in interface io.vertx.core.http.ClientForm
- attribute(String, String) - Method in interface io.vertx.core.http.ClientMultipartForm
- 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.rxjava3.ext.web.multipart.MultipartForm
-
Add an attribute form data part.
- ATTRIBUTE - io.vertx.redis.client.ResponseType
-
Attribute message
- attributes() - Method in interface io.vertx.ext.auth.User
-
Gets extra attributes of the user.
- attributes() - Method in class io.vertx.reactivex.ext.auth.User
-
Gets extra attributes of the user.
- attributes() - Method in interface io.vertx.redis.client.Response
-
RESP3 responses may include attributes
- attributes() - Method in class io.vertx.rxjava3.ext.auth.User
-
Gets extra attributes of the user.
- audit(Marker, boolean) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- audit(Marker, boolean) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- audit(Marker, boolean) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- auditHandlerFor(Marker) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- auditHandlerFor(Marker) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- auditHandlerFor(Marker) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- auth() - Method in interface io.vertx.mqtt.MqttEndpoint
- auth() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- auth() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- auth(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Authenticate to the server.
- auth(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Authenticate to the server.
- auth(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Authenticate to the server.
- Auth - Class in io.vertx.config.vault.client
-
Represents Auth result.
- Auth() - Constructor for class io.vertx.config.vault.client.Auth
- Auth(JsonObject) - Constructor for class io.vertx.config.vault.client.Auth
- AUTH - Static variable in interface io.vertx.redis.client.Command
-
Authenticate to the server.
- AUTH_CODE - io.vertx.ext.auth.oauth2.OAuth2FlowType
-
The authorization code is obtained by using an authorization server as an intermediary between the client and resource owner.
- AUTH_JWT - io.vertx.ext.auth.oauth2.OAuth2FlowType
-
RFC7523: JSON Web Token Bearer Token as a means for requesting an OAuth 2.0 access token as well as for client authentication.
- Auth0Auth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Okta Auth0. - AuthConverter - Class in io.vertx.config.vault.client
-
Converter and mapper for
Auth
. - AuthConverter() - Constructor for class io.vertx.config.vault.client.AuthConverter
- authenticate(Function<RoutingContext, Single<User>>) - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
-
This function will allow you to perform authentication the way you intended to.
- authenticate(Credentials) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
-
Authenticate a user.
- authenticate(Credentials) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
-
Authenticate a user.
- authenticate(Credentials) - Method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
-
Authenticate a user.
- authenticate(Function<RoutingContext, Future<User>>) - Method in interface io.vertx.ext.web.handler.SimpleAuthenticationHandler
-
This function will allow you to perform authentication the way you intended to.
- authenticate(Function<RoutingContext, Future<User>>) - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
-
This function will allow you to perform authentication the way you intended to.
- authenticate(Function<RoutingContext, Single<User>>) - Method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
-
This function will allow you to perform authentication the way you intended to.
- authenticated() - Method in interface io.vertx.ext.web.UserContext
- authenticated() - Method in class io.vertx.reactivex.ext.web.UserContext
- authenticated() - Method in class io.vertx.rxjava3.ext.web.UserContext
- authentication(Credentials) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to perform HTTP Authentication.
- authentication(Credentials) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to perform HTTP Authentication.
- authentication(Credentials) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to perform HTTP Authentication.
- AUTHENTICATION - io.vertx.ext.auth.audit.Marker
- authenticationData() - Method in interface io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage
- authenticationData() - Method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- authenticationData() - Method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- authenticationExchange(MqttAuthenticationExchangeMessage) - Method in interface io.vertx.mqtt.MqttClient
-
It is used for Enhanced Authentication and is able to carry an authentication method and authentication data.
- authenticationExchange(MqttAuthenticationExchangeMessage) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the AUTH message to the remote MQTT client
- authenticationExchange(MqttAuthenticationExchangeMessage) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
It is used for Enhanced Authentication and is able to carry an authentication method and authentication data.
- authenticationExchange(MqttAuthenticationExchangeMessage) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the AUTH message to the remote MQTT client
- authenticationExchange(MqttAuthenticationExchangeMessage) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
It is used for Enhanced Authentication and is able to carry an authentication method and authentication data.
- authenticationExchange(MqttAuthenticationExchangeMessage) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the AUTH message to the remote MQTT client
- authenticationExchangeHandler(Handler<MqttAuthenticationExchangeMessage>) - Method in interface io.vertx.mqtt.MqttClient
-
Sets handler which will be called after AUTH packet receiving
- authenticationExchangeHandler(Handler<MqttAuthenticationExchangeMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the auth handler on the MQTT endpoint.
- authenticationExchangeHandler(Handler<MqttAuthenticationExchangeMessage>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sets handler which will be called after AUTH packet receiving
- authenticationExchangeHandler(Handler<MqttAuthenticationExchangeMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the auth handler on the MQTT endpoint.
- authenticationExchangeHandler(Handler<MqttAuthenticationExchangeMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sets handler which will be called after AUTH packet receiving
- authenticationExchangeHandler(Handler<MqttAuthenticationExchangeMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the auth handler on the MQTT endpoint.
- AuthenticationHandler - Interface in io.vertx.ext.web.handler
-
Base interface for auth handlers.
- AuthenticationHandler - Interface in io.vertx.reactivex.ext.web.handler
-
Base interface for auth handlers.
- AuthenticationHandler - Interface in io.vertx.rxjava3.ext.web.handler
-
Base interface for auth handlers.
- AuthenticationInterceptor - Interface in io.vertx.serviceproxy
-
Create an event bus service interceptor that will provide an authentication check
- authenticationMethod() - Method in interface io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage
- authenticationMethod() - Method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- authenticationMethod() - Method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- authenticationProvider(AuthenticationProvider) - Method in interface io.vertx.ext.shell.term.TermServer
-
Set an auth provider to use, any provider configured in options will override this provider.
- AuthenticationProvider - Class in io.vertx.reactivex.ext.auth.authentication
-
User-facing interface for authenticating users.
- AuthenticationProvider - Class in io.vertx.rxjava3.ext.auth.authentication
-
User-facing interface for authenticating users.
- AuthenticationProvider - Interface in io.vertx.ext.auth.authentication
-
User-facing interface for authenticating users.
- AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
- AuthenticationProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- AuthenticationProvider(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
- Authenticator - Class in io.vertx.ext.auth.otp
-
Authenticator of specific user.
- Authenticator - Class in io.vertx.ext.auth.webauthn4j
-
Data Object representing an authenticator at rest.
- Authenticator() - Constructor for class io.vertx.ext.auth.otp.Authenticator
- Authenticator() - Constructor for class io.vertx.ext.auth.webauthn4j.Authenticator
- Authenticator(boolean) - Constructor for class io.vertx.ext.auth.otp.Authenticator
- Authenticator(JsonObject) - Constructor for class io.vertx.ext.auth.otp.Authenticator
- Authenticator(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn4j.Authenticator
- AuthenticatorAttachment - Enum in io.vertx.ext.auth.webauthn4j
-
AuthenticatorAttachment https://www.w3.org/TR/webauthn/#enumdef-authenticatorattachment
- AuthenticatorConverter - Class in io.vertx.ext.auth.otp
-
Converter and mapper for
Authenticator
. - AuthenticatorConverter - Class in io.vertx.ext.auth.webauthn4j
-
Converter and mapper for
Authenticator
. - AuthenticatorConverter() - Constructor for class io.vertx.ext.auth.otp.AuthenticatorConverter
- AuthenticatorConverter() - Constructor for class io.vertx.ext.auth.webauthn4j.AuthenticatorConverter
- authenticatorFetcher(Function<String, Single<Authenticator>>) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Provide a that can fetch s from a backend given an
identifier
argument. - authenticatorFetcher(Function<String, Single<Authenticator>>) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Provide a that can fetch s from a backend given an
identifier
argument. - authenticatorFetcher(Function<String, Single<Authenticator>>) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Provide a that can fetch s from a backend given an
identifier
argument. - authenticatorFetcher(Function<String, Single<Authenticator>>) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Provide a that can fetch s from a backend given an
identifier
argument. - authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
- authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in interface io.vertx.ext.auth.otp.totp.TotpAuth
- authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Provide a that can fetch s from a backend given an
identifier
argument. - authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Provide a that can fetch s from a backend given an
identifier
argument. - AuthenticatorTransport - Enum in io.vertx.ext.auth.webauthn4j
-
AuthenticatorTransport https://www.w3.org/TR/webauthn/#enumdef-authenticatortransport
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
-
Provide a
Function
that can update or insert aAuthenticator
. - authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
Provide a
Function
that can update or insert aAuthenticator
. - authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Provide a that can update or insert a .
- authority() - Method in interface io.vertx.core.http.HttpServerRequest
- authority() - Method in interface io.vertx.core.http.ServerWebSocket
- authority() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- authority() - Method in class io.vertx.grpcio.client.GrpcIoClientChannel
- authority() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- authority() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- authority() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- authority() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- authority() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- authority() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- authority(HostAndPort) - Method in interface io.vertx.core.http.HttpClientRequest
-
Override the request authority, when using HTTP/1.x this overrides the request
host
header, when using HTTP/2 this sets theauthority
pseudo header. - authority(HostAndPort) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Override the request authority, when using HTTP/1.x this overrides the request
host
header, when using HTTP/2 this sets theauthority
pseudo header. - authority(HostAndPort) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Override the request authority, when using HTTP/1.x this overrides the request
host
header, when using HTTP/2 this sets theauthority
pseudo header. - authority(String) - Static method in interface io.vertx.core.net.HostAndPort
-
Like
HostAndPort.authority(String, int)
without a port,-1
is used instead. - authority(String, int) - Static method in interface io.vertx.core.net.HostAndPort
-
Create an instance with a valid
host
for a valid authority: thehost
must match the host rule of rfc3986. - authorization(Authorization) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- authorization(Authorization) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- authorization(Authorization) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- Authorization - Interface in io.vertx.ext.auth.authorization
-
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.)
- Authorization - Interface in io.vertx.reactivex.ext.auth.authorization
-
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.)
- Authorization - Interface in io.vertx.rxjava3.ext.auth.authorization
-
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.)
- AUTHORIZATION - io.vertx.ext.auth.audit.Marker
- AUTHORIZATION - Static variable in interface io.vertx.core.http.HttpHeaders
-
Authorization header name
- AUTHORIZATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Authorization header name
- AUTHORIZATION - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Authorization header name
- AuthorizationContext - Class in io.vertx.reactivex.ext.auth.authorization
-
The AuthorizationContext contains properties that can be used to match authorizations.
- AuthorizationContext - Class in io.vertx.rxjava3.ext.auth.authorization
-
The AuthorizationContext contains properties that can be used to match authorizations.
- AuthorizationContext - Interface in io.vertx.ext.auth.authorization
-
The AuthorizationContext contains properties that can be used to match authorizations.
- AuthorizationContext(AuthorizationContext) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- AuthorizationContext(AuthorizationContext) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- AuthorizationContext(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- AuthorizationContext(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- AuthorizationHandler - Class in io.vertx.reactivex.ext.web.handler
-
Base interface for authorization handlers that provide authorization support.
- AuthorizationHandler - Class in io.vertx.rxjava3.ext.web.handler
-
Base interface for authorization handlers that provide authorization support.
- AuthorizationHandler - Interface in io.vertx.ext.web.handler
-
Base interface for authorization handlers that provide authorization support.
- AuthorizationHandler(AuthorizationHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
- AuthorizationHandler(AuthorizationHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
- AuthorizationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
- AuthorizationHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
- AuthorizationInterceptor - Interface in io.vertx.serviceproxy
-
Create an event bus service interceptor that will provide an authorization check
- AuthorizationProvider - Interface in io.vertx.ext.auth.authorization
-
The role of an AuthorizationProvider is to return a set of Authorization.
- AuthorizationProvider - Interface in io.vertx.reactivex.ext.auth.authorization
-
The role of an AuthorizationProvider is to return a set of Authorization.
- AuthorizationProvider - Interface in io.vertx.rxjava3.ext.auth.authorization
-
The role of an AuthorizationProvider is to return a set of Authorization.
- authorizations() - Method in interface io.vertx.ext.auth.User
-
Returns user's authorizations that have been previously loaded by the providers.
- authorizations() - Method in class io.vertx.reactivex.ext.auth.User
-
Returns user's authorizations that have been previously loaded by the providers.
- authorizations() - Method in class io.vertx.rxjava3.ext.auth.User
-
Returns user's authorizations that have been previously loaded by the providers.
- Authorizations - Class in io.vertx.reactivex.ext.auth.authorization
-
Represents a cache map of authorizations per provider.
- Authorizations - Class in io.vertx.rxjava3.ext.auth.authorization
-
Represents a cache map of authorizations per provider.
- Authorizations - Interface in io.vertx.ext.auth.authorization
-
Represents a cache map of authorizations per provider.
- Authorizations(Authorizations) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorizations
- Authorizations(Authorizations) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.Authorizations
- Authorizations(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorizations
- Authorizations(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.Authorizations
- authorizeURL(OAuth2AuthorizationURL) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
The client sends the end-user's browser to this endpoint to request their authentication and consent.
- authorizeURL(OAuth2AuthorizationURL) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
The client sends the end-user's browser to this endpoint to request their authentication and consent.
- authorizeURL(OAuth2AuthorizationURL) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
The client sends the end-user's browser to this endpoint to request their authentication and consent.
- authProvider(AuthenticationProvider) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the
AuthenticationProvider
to be used to authenticate the user. - authProvider(AuthenticationProvider) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the to be used to authenticate the user.
- authProvider(AuthenticationProvider) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the to be used to authenticate the user.
- autoKeepAlive(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Enable/disable auto keep alive (sending ping response)
- autoKeepAlive(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Enable/disable auto keep alive (sending ping response)
- autoKeepAlive(boolean) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Enable/disable auto keep alive (sending ping response)
- available() - Method in interface io.vertx.core.transport.Transport
- available() - Method in interface io.vertx.ext.web.RequestBody
-
Return
true
if aBodyHandler
was executed before this call in the lifetime of the request. - available() - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Return
true
if aBodyHandler
was executed before this call in the lifetime of the request. - available() - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Return
true
if aBodyHandler
was executed before this call in the lifetime of the request. - await() - Method in interface io.vertx.core.Future
-
Park the current thread until the
future
is completed, when the future is completed the thread is un-parked and the result value is returned when the future was completed with a result otherwise, the failure is thrown This method must be called from a vertx virtual thread or a non vertx thread. - await() - Method in interface io.vertx.ext.unit.Completion
-
Cause the current thread to wait until this completion completes.
- await() - Method in class io.vertx.reactivex.ext.unit.Completion
-
Cause the current thread to wait until this completion completes.
- await() - Method in class io.vertx.rxjava3.ext.unit.Completion
-
Cause the current thread to wait until this completion completes.
- await(long) - Method in interface io.vertx.ext.unit.Completion
-
Cause the current thread to wait until this completion completes with a configurable timeout.
- 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.
- await(long) - Method in class io.vertx.rxjava3.ext.unit.Completion
-
Cause the current thread to wait until this completion completes with a configurable timeout.
- await(long, TimeUnit) - Method in interface io.vertx.core.Future
-
Like
Future.await()
but with a timeout. - await(Future<T>) - Static method in interface io.vertx.core.Future
-
Calls
Future.await()
onfuture
. - awaitCompletion(long, TimeUnit) - Method in class io.vertx.junit5.VertxTestContext
-
Wait for the completion of the test context.
- awaitSuccess() - Method in interface io.vertx.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds.
- awaitSuccess() - 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.
- awaitSuccess() - Method in class io.vertx.rxjava3.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds.
- 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.
- 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.
- awaitSuccess(long) - Method in class io.vertx.rxjava3.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.
- 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.
- awaitTermination() - Method in class io.vertx.grpc.VertxServer
- awaitTermination(long, TimeUnit) - Method in class io.vertx.grpc.VertxServer
- AzureADAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Azure AD.
- AzureADAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Azure AD.
- AzureADAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Azure AD. - AzureADAuth(AzureADAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
- AzureADAuth(AzureADAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
- AzureADAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
- AzureADAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
B
- BackendRegistries - Class in io.vertx.micrometer.backends
-
BackendRegistries
is responsible for managing registries related to particular micrometer backends (influxdb, prometheus...) - BackendRegistry - Interface in io.vertx.micrometer.backends
- background(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
-
Should the index be created in the background
- backgroundHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
Set a background handler, this handler is called when the command is running and put to background.
- BADKEY - io.vertx.core.dns.DnsResponseCode
-
ID 13, bad key
- BadRequestException - Exception in io.vertx.ext.web.validation
-
Represents an exception while processing a request with
ValidationHandler
. - BadRequestException(String, boolean, Throwable) - Constructor for exception io.vertx.ext.web.validation.BadRequestException
- BadRequestException(String, Throwable) - Constructor for exception io.vertx.ext.web.validation.BadRequestException
- BADSIG - io.vertx.core.dns.DnsResponseCode
-
ID 12, bad signature
- BADTIME - io.vertx.core.dns.DnsResponseCode
-
ID 14, bad timestamp
- BADVERS - io.vertx.core.dns.DnsResponseCode
-
ID 11, bad extension mechanism for version
- base64(byte[]) - Static method in class io.vertx.ext.mail.mailencoder.Utils
- BASE64 - io.vertx.ext.shell.command.base.ObjectType
- BaseBridgeEvent - Class in io.vertx.reactivex.ext.bridge
-
Represents an event that occurs on the event bus bridge.
- BaseBridgeEvent - Class in io.vertx.rxjava3.ext.bridge
-
Represents an event that occurs on the event bus bridge.
- BaseBridgeEvent - Interface in io.vertx.ext.bridge
-
Represents an event that occurs on the event bus bridge.
- BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- BaseBridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- BaseBridgeEvent(Object) - Constructor for class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- BaseCommandPack - Class in io.vertx.ext.shell.command.base
- BaseCommandPack(Vertx) - Constructor for class io.vertx.ext.shell.command.base.BaseCommandPack
- baseCommands(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandResolver
- baseDir() - Method in class io.vertx.ext.web.common.template.CachedTemplate
- BASELINE_CONTROL - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
BASELINE_CONTROL
method, this instance is interned and uniquely used. - Basic - io.vertx.json.schema.OutputFormat
-
Flat list of errors and annotations with boolean success value.
- basicAck(long, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Acknowledge one or several received messages.
- basicAck(long, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Acknowledge one or several received messages.
- basicAck(long, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Acknowledge one or several received messages.
- basicAuthentication(Buffer, Buffer) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to perform basic access authentication.
- basicAuthentication(Buffer, Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to perform basic access authentication.
- basicAuthentication(Buffer, Buffer) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to perform basic access authentication.
- basicAuthentication(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to perform basic access authentication.
- basicAuthentication(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to perform basic access authentication.
- basicAuthentication(String, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to perform basic access authentication.
- BasicAuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that provides HTTP Basic Authentication support.
- BasicAuthHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An auth handler that provides HTTP Basic Authentication support.
- BasicAuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that provides HTTP Basic Authentication support.
- BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
- BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
- BasicAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
- BasicAuthHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
- basicConsumer(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
- basicConsumer(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
- basicConsumer(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- basicConsumer(String, QueueOptions) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Create a consumer with the given
options
. - basicConsumer(String, QueueOptions) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Create a consumer with the given
options
. - basicConsumer(String, QueueOptions) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Create a consumer with the given
options
. - basicGet(String, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- basicGet(String, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- basicGet(String, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- basicNack(long, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Reject one or several received messages.
- basicNack(long, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Reject one or several received messages.
- basicNack(long, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Reject one or several received messages.
- basicPublish(String, String, BasicProperties, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublish(String, String, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublish(String, String, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublish(String, String, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Publish a message.
- basicQos(int) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- basicQos(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- basicQos(int) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- basicQos(int, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- basicQos(int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- basicQos(int, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- basicQos(int, int, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Request specific "quality of service" settings.
- basicQos(int, int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Request specific "quality of service" settings.
- basicQos(int, int, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Request specific "quality of service" settings.
- batch(List<Request>) - Method in class io.vertx.reactivex.redis.client.Redis
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- batch(List<Request>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- batch(List<Request>) - Method in interface io.vertx.redis.client.Redis
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- batch(List<Request>) - Method in interface io.vertx.redis.client.RedisConnection
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- batch(List<Request>) - Method in class io.vertx.rxjava3.redis.client.Redis
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- batch(List<Request>) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Set the handler to be used when batches of messages are fetched from the Kafka server.
- batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Set the handler to be used when batches of messages are fetched from the Kafka server.
- batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Set the handler to be used when batches of messages are fetched from the Kafka server.
- batchHandler(Handler<ConsumerRecords<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Set the handler that will be called when a new batch of records is returned from Kafka.
- bearerTokenAuthentication(String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to perform bearer token authentication.
- bearerTokenAuthentication(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to perform bearer token authentication.
- bearerTokenAuthentication(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to perform bearer token authentication.
- before(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Set a callback executed before the tests.
- before(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Set a callback executed before the tests.
- before(Handler<TestContext>) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Set a callback executed before the tests.
- beforeAll(ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- beforeDeployingVerticle(DeploymentOptions) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
before the verticle is deployed. - beforeDeployingVerticle(HookContext) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked before deploying the main verticle.
- beforeEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Set a callback executed before each test and after the suite
before
callback. - beforeEach(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Set a callback executed before each test and after the suite
before
callback. - beforeEach(Handler<TestContext>) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Set a callback executed before each test and after the suite
before
callback. - beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Set a callback to invoke before executing a GraphQL query.
- beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Set a callback to invoke before executing a GraphQL query.
- beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Set a callback to invoke before executing a GraphQL query.
- beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Set a callback to invoke before executing a GraphQL query.
- beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>>) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Set a callback to invoke before executing a GraphQL query.
- beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>>) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Set a callback to invoke before executing a GraphQL query.
- beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
before the vertx instance is started. - beforeStartingVertx(HookContext) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked before starting Vert.x.
- beforeStoppingVertx(Vertx) - Method in class io.vertx.core.Launcher
- beforeStoppingVertx(HookContext) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked before stopping Vert.x.
- begin() - Method in interface io.vertx.core.spi.metrics.PoolMetrics
-
Signal the beginning of the utilisation of a pool resource.
- begin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Begin a transaction and returns a
Transaction
for controlling and tracking this transaction. - begin() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
-
Begin a transaction and returns a
Transaction
for controlling and tracking this transaction. - begin() - Method in interface io.vertx.sqlclient.SqlConnection
-
Begin a transaction and returns a
Transaction
for controlling and tracking this transaction. - BEGIN - io.vertx.ext.stomp.Command
- beginHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a
BEGIN
frame is received. - beginHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a
BEGIN
frame is received. - beginHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
BEGIN
frame is received. - beginningOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- beginningOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- beginningOffsets(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- beginningOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- beginningOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the first offset for the given partitions.
- beginningOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the first offset for the given partition.
- beginTime() - Method in interface io.vertx.ext.unit.report.TestResult
-
The time at which the test began in millis.
- beginTime() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
-
The time at which the test began in millis.
- beginTime() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
-
The time at which the test began in millis.
- beginTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Starts a new kafka transaction.
- beginTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Starts a new kafka transaction.
- beginTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Starts a new kafka transaction.
- beginTransaction() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Starts a new kafka transaction.
- beginTX(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Begins a transaction.
- BF_ADD - Static variable in interface io.vertx.redis.client.Command
- BF_CARD - Static variable in interface io.vertx.redis.client.Command
- BF_DEBUG - Static variable in interface io.vertx.redis.client.Command
- BF_EXISTS - Static variable in interface io.vertx.redis.client.Command
- BF_INFO - Static variable in interface io.vertx.redis.client.Command
- BF_INSERT - Static variable in interface io.vertx.redis.client.Command
- BF_LOADCHUNK - Static variable in interface io.vertx.redis.client.Command
- BF_MADD - Static variable in interface io.vertx.redis.client.Command
- BF_MEXISTS - Static variable in interface io.vertx.redis.client.Command
- BF_RESERVE - Static variable in interface io.vertx.redis.client.Command
- BF_SCANDUMP - Static variable in interface io.vertx.redis.client.Command
- bfAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.ADD.
- bfAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.ADD.
- bfAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.ADD.
- bfCard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.CARD.
- bfCard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.CARD.
- bfCard(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.CARD.
- bfDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.DEBUG.
- bfDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.DEBUG.
- bfDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.DEBUG.
- bfExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.EXISTS.
- bfExists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.EXISTS.
- bfExists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.EXISTS.
- bfInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.INFO.
- bfInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.INFO.
- bfInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.INFO.
- bfInsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.INSERT.
- bfInsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.INSERT.
- bfInsert(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.INSERT.
- bfLoadchunk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.LOADCHUNK.
- bfLoadchunk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.LOADCHUNK.
- bfLoadchunk(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.LOADCHUNK.
- bfMadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.MADD.
- bfMadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.MADD.
- bfMadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.MADD.
- bfMexists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.MEXISTS.
- bfMexists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.MEXISTS.
- bfMexists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.MEXISTS.
- bfReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.RESERVE.
- bfReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.RESERVE.
- bfReserve(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.RESERVE.
- bfScandump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.SCANDUMP.
- bfScandump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.SCANDUMP.
- bfScandump(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.SCANDUMP.
- bgrewriteaof() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in interface io.vertx.redis.client.RedisAPI
-
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Asynchronously rewrite the append-only file.
- BGREWRITEAOF - Static variable in interface io.vertx.redis.client.Command
-
Asynchronously rewrite the append-only file.
- bgsave(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Asynchronously save the dataset to disk.
- bgsave(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Asynchronously save the dataset to disk.
- bgsave(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Asynchronously save the dataset to disk.
- BGSAVE - Static variable in interface io.vertx.redis.client.Command
-
Asynchronously save the dataset to disk.
- BigDecimal - Static variable in class io.vertx.sqlclient.data.NullValue
- bigDecimalValue() - Method in class io.vertx.pgclient.data.Money
- bigDecimalValue() - Method in class io.vertx.sqlclient.data.Numeric
- bigIntegerValue() - Method in class io.vertx.sqlclient.data.Numeric
- BINARY - io.vertx.core.http.WebSocketFrameType
-
Binary frame.
- binaryData() - Method in interface io.vertx.core.http.WebSocketFrame
- binaryFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, String, Buffer) - Method in interface io.vertx.core.http.ClientMultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, String, String) - Method in interface io.vertx.core.http.ClientMultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, String, String) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
-
Create a binary WebSocket frame.
- binaryHandlerID() - Method in interface io.vertx.core.http.WebSocketBase
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryHandlerID() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryHandlerID() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryHandlerID() - Method in class io.vertx.reactivex.core.http.WebSocket
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryHandlerID() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryHandlerID() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryHandlerID() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryHandlerID() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryHandlerID() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
When a
WebSocket
is created, it may register an event handler with the event bus - the ID of that handler is given by this method. - binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.ClientWebSocket
- binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocket
- binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a binary message handler on the connection.
- binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
- binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Set a binary message handler on the connection.
- binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Set a binary message handler on the connection.
- binaryValue() - Method in interface io.vertx.core.parsetools.JsonEvent
-
Return the binary value.
- bind(Metadata) - Method in class io.vertx.grpc.ContextServerInterceptor
-
This method is called before the
ContextServerInterceptor.interceptCall(ServerCall, Metadata, ServerCallHandler)
call happens and allows extracting data from the metadata to the vert.x context. - bind(ServiceMethod<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in interface io.vertx.grpc.server.ServiceBuilder
-
Bind a service method call handler that handles any call made to the server for the
fullMethodName
method. - bind(GrpcServer) - Method in interface io.vertx.grpc.server.Service
-
Binds this service and all its registered method handlers to the specified gRPC server.
- bind(GrpcServer) - Method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
- bind(GrpcIoServer) - Method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
-
Bind all service methods to the @{code server}.
- bindings() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- bindings() - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- bindings() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
- bitcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Count set bits in a string.
- bitcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Count set bits in a string.
- bitcount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Count set bits in a string.
- BITCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count set bits in a string.
- bitfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- bitfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- bitfield(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- BITFIELD - Static variable in interface io.vertx.redis.client.Command
-
Perform arbitrary bitfield integer operations on strings.
- BITFIELD_RO - Static variable in interface io.vertx.redis.client.Command
-
Perform arbitrary bitfield integer operations on strings.
- bitfieldRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- bitfieldRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- bitfieldRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- bitop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Perform bitwise operations between strings.
- bitop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform bitwise operations between strings.
- bitop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Perform bitwise operations between strings.
- BITOP - Static variable in interface io.vertx.redis.client.Command
-
Perform bitwise operations between strings.
- bitpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Find first bit set or clear in a string.
- bitpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Find first bit set or clear in a string.
- bitpos(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Find first bit set or clear in a string.
- BITPOS - Static variable in interface io.vertx.redis.client.Command
-
Find first bit set or clear in a string.
- bits(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the number of precision of the stored geohash value of the location data in 2d indexes.
- BLE - io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
- blmove(String, String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- blmove(String, String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- blmove(String, String, String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- BLMOVE - Static variable in interface io.vertx.redis.client.Command
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- blmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Pop elements from a list, or block until one is available.
- blmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop elements from a list, or block until one is available.
- blmpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Pop elements from a list, or block until one is available.
- BLMPOP - Static variable in interface io.vertx.redis.client.Command
-
Pop elements from a list, or block until one is available.
- Blob - Class in io.vertx.oracleclient.data
-
An object that holds bytes that can be written to an Oracle
BLOB
column. - blockingHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
-
Like
Route.blockingHandler(Handler, boolean)
called with ordered = true - blockingHandler(Handler<RoutingContext>, boolean) - Method in interface io.vertx.ext.web.Route
-
Specify a blocking request handler for the route.
- blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
-
Like
Route.blockingHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext>)
called with ordered = true - blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.reactivex.ext.web.Route
-
Specify a blocking request handler for the route.
- blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.Route
-
Like
Route.blockingHandler(io.vertx.core.Handler<io.vertx.rxjava3.ext.web.RoutingContext>)
called with ordered = true - blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.rxjava3.ext.web.Route
-
Specify a blocking request handler for the route.
- BlockingQueryOptions - Class in io.vertx.ext.consul
-
Options used to perform blocking query that used to wait for a potential change using long polling.
- BlockingQueryOptions() - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
-
Default constructor
- BlockingQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
-
Constructor from JSON
- BlockingQueryOptions(BlockingQueryOptions) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
-
Copy constructor
- BlockingQueryOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
BlockingQueryOptions
. - BlockingQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.BlockingQueryOptionsConverter
- blockingScheduler(Vertx) - Static method in class io.vertx.reactivex.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed on Vertx event loop. - blockingScheduler(Vertx) - Static method in class io.vertx.rxjava3.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed on Vertx event loop. - blockingScheduler(Vertx, boolean) - Static method in class io.vertx.reactivex.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed on Vertx event loop. - blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rxjava3.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed on Vertx event loop. - blockingScheduler(WorkerExecutor) - Static method in class io.vertx.reactivex.RxHelper
-
Create a scheduler for a
WorkerExecutor
object, actions are executed on the threads of this executor. - blockingScheduler(WorkerExecutor) - Static method in class io.vertx.rxjava3.RxHelper
-
Create a scheduler for a
WorkerExecutor
object, actions are executed on the threads of this executor. - blockingScheduler(Vertx) - Static method in class io.vertx.reactivex.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed on Vertx event loop. - blockingScheduler(Vertx, boolean) - Static method in class io.vertx.reactivex.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed on Vertx event loop. - blockingScheduler(WorkerExecutor) - Static method in class io.vertx.reactivex.core.RxHelper
-
Create a scheduler for a
WorkerExecutor
object, actions are executed on the threads of this executor. - blockingScheduler(Vertx) - Static method in class io.vertx.rxjava3.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed on Vertx event loop. - blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rxjava3.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed on Vertx event loop. - blockingScheduler(WorkerExecutor) - Static method in class io.vertx.rxjava3.core.RxHelper
-
Create a scheduler for a
WorkerExecutor
object, actions are executed on the threads of this executor. - BlockingServerInterceptor - Class in io.vertx.grpc
-
Wraps the ServerInterceptor and executes it on worker thread.
- blockingStream() - Method in interface io.vertx.core.streams.ReadStream
-
Adapt this
ReadStream
to a blocking sequentialStream
, the return stream usage is restricted to non vertx threads or vertx virtual threads. - blockMulticastGroup(String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Block the given address for the given multicast address and notifies the
Handler
once the operation completes. - blockMulticastGroup(String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Block the given address for the given multicast address and notifies the once the operation completes.
- blockMulticastGroup(String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Block the given address for the given multicast address and notifies the once the operation completes.
- blockMulticastGroup(String, String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Block the given address for the given multicast address on the given network interface and notifies the
Handler
once the operation completes. - blockMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
- blockMulticastGroup(String, String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
- blpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and get the first element in a list, or block until one is available.
- blpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the first element in a list, or block until one is available.
- blpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and get the first element in a list, or block until one is available.
- BLPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the first element in a list, or block until one is available.
- Bodies - Class in io.vertx.reactivex.ext.web.validation.builder
-
In this interface you can find all available
BodyProcessorFactory
to use inValidationHandlerBuilder
. - Bodies - Class in io.vertx.rxjava3.ext.web.validation.builder
-
In this interface you can find all available
BodyProcessorFactory
to use inValidationHandlerBuilder
. - Bodies - Interface in io.vertx.ext.web.validation.builder
-
In this interface you can find all available
BodyProcessorFactory
to use inValidationHandlerBuilder
. - Bodies(Bodies) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Bodies
- Bodies(Bodies) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.Bodies
- Bodies(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Bodies
- Bodies(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.Bodies
- body - Variable in class io.vertx.ext.shell.command.base.BusPublish
- body() - Method in interface io.vertx.core.eventbus.DeliveryContext
- body() - Method in interface io.vertx.core.eventbus.Message
-
The body of the message.
- body() - Method in interface io.vertx.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- body() - Method in interface io.vertx.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- body() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
- body() - Method in interface io.vertx.ext.web.client.HttpResponse
- body() - Method in interface io.vertx.ext.web.RoutingContext
- body() - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Return request body when parsed.
- body() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
- body() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
- body() - Method in class io.vertx.reactivex.core.eventbus.Message
-
The body of the message.
- body() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- body() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- body() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- body() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- body() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Return request body when parsed.
- body() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- body() - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- body() - Method in class io.vertx.rxjava3.core.eventbus.Message
-
The body of the message.
- body() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- body() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- body() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- body() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- body() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Return request body when parsed.
- body() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- body(Flowable<Buffer>) - Static method in class io.vertx.rxjava3.httpproxy.Body
-
Create a new
Body
instance. - body(Flowable<Buffer>, long) - Static method in class io.vertx.rxjava3.httpproxy.Body
-
Create a new
Body
instance. - body(Buffer) - Static method in interface io.vertx.httpproxy.Body
-
Create a new
Body
instance. - body(Buffer) - Static method in class io.vertx.rxjava3.httpproxy.Body
-
Create a new
Body
instance. - body(ReadStream<Buffer>) - Static method in interface io.vertx.httpproxy.Body
-
Create a new
Body
instance. - body(ReadStream<Buffer>, long) - Static method in interface io.vertx.httpproxy.Body
-
Create a new
Body
instance. - body(BodyProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- body(BodyProcessor) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- body(BodyProcessor) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- body(BodyProcessor) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- body(BodyProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- body(BodyProcessorFactory) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- Body - Class in io.vertx.rxjava3.httpproxy
-
Handles the HTTP proxy body.
- Body - Interface in io.vertx.httpproxy
-
Handles the HTTP proxy body.
- Body(Body) - Constructor for class io.vertx.rxjava3.httpproxy.Body
- Body(Object) - Constructor for class io.vertx.rxjava3.httpproxy.Body
- BODY_REQUIRED - Static variable in interface io.vertx.ext.web.validation.RequestPredicate
-
Request predicate that checks if body exists or not
- BODY_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.validation.RequestPredicate
-
Request predicate that checks if body exists or not
- BODY_REQUIRED - Static variable in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
-
Request predicate that checks if body exists or not
- bodyAsBinary() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsBinary() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsBinary() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsBoolean() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsBoolean() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsBoolean() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsBuffer() - Method in interface io.vertx.ext.web.client.HttpResponse
- bodyAsBuffer() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- bodyAsBuffer() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- bodyAsByte() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsByte() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsByte() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsChar() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsChar() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsChar() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsDouble() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsDouble() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsDouble() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsFloat() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsFloat() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsFloat() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsInteger() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsInteger() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsInteger() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsJson(Class<R>) - Method in interface io.vertx.ext.web.client.HttpResponse
- bodyAsJson(Class<R>) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- bodyAsJson(Class<R>) - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- bodyAsJsonArray() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsJsonArray() - Method in interface io.vertx.ext.web.client.HttpResponse
- bodyAsJsonArray() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- bodyAsJsonArray() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsJsonArray() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- bodyAsJsonObject() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsJsonObject() - Method in interface io.vertx.ext.web.client.HttpResponse
- bodyAsJsonObject() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsJsonObject() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- bodyAsJsonObject() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsJsonObject() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- bodyAsList() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsList() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsList() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsLong() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsLong() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsLong() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsMap() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsShort() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsShort() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsShort() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsString() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsString() - Method in interface io.vertx.ext.web.client.HttpResponse
- bodyAsString() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsString() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- bodyAsString() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsString() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- bodyAsString(String) - Method in interface io.vertx.ext.web.client.HttpResponse
- bodyAsString(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- bodyAsString(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- bodyAsSymbol() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsSymbol() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsSymbol() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsTimestamp() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsTimestamp() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsTimestamp() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyAsUUID() - Method in interface io.vertx.amqp.AmqpMessage
- bodyAsUUID() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- bodyAsUUID() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- bodyCodec() - Method in interface io.vertx.ext.web.client.HttpRequest
- bodyCodec() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- bodyCodec() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- BodyCodec<T> - Class in io.vertx.reactivex.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyCodec<T> - Class in io.vertx.rxjava3.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyCodec<T> - Interface in io.vertx.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyCodec(BodyCodec) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
- BodyCodec(BodyCodec) - Constructor for class io.vertx.rxjava3.ext.web.codec.BodyCodec
- BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
- BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.ext.web.codec.BodyCodec
- bodyEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Provides a handler that will be called after the last part of the body is written to the wire.
- bodyEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Provides a handler that will be called after the last part of the body is written to the wire.
- bodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Provides a handler that will be called after the last part of the body is written to the wire.
- bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- bodyHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- bodyHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- bodyHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- bodyHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- BodyHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler which gathers the entire request body and sets it on the .
- BodyHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler which gathers the entire request body and sets it on the .
- BodyHandler - Interface in io.vertx.ext.web.handler
-
A handler which gathers the entire request body and sets it on the
RoutingContext
. - BodyHandler(BodyHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.BodyHandler
- BodyHandler(BodyHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.BodyHandler
- BodyHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.BodyHandler
- BodyHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.BodyHandler
- BodyInterceptor - Class in io.vertx.rxjava3.httpproxy.interceptors
-
Used to create interceptors to modify request and response bodies.
- BodyInterceptor - Interface in io.vertx.httpproxy.interceptors
-
Used to create interceptors to modify request and response bodies.
- BodyInterceptor(BodyInterceptor) - Constructor for class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
- BodyInterceptor(Object) - Constructor for class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
- BodyProcessorException - Exception in io.vertx.ext.web.validation
-
Represents an exception while processing a body
- BodyProcessorException(String, Throwable, String, BodyProcessorException.BodyProcessorErrorType) - Constructor for exception io.vertx.ext.web.validation.BodyProcessorException
- BodyProcessorException.BodyProcessorErrorType - Enum in io.vertx.ext.web.validation
- BodyProcessorFactory - Class in io.vertx.reactivex.ext.web.validation.builder
-
This interface is used to build body processors.
- BodyProcessorFactory - Class in io.vertx.rxjava3.ext.web.validation.builder
-
This interface is used to build body processors.
- BodyProcessorFactory - Interface in io.vertx.ext.web.validation.builder
-
This interface is used to build body processors.
- BodyProcessorFactory(BodyProcessorFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- BodyProcessorFactory(BodyProcessorFactory) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- BodyProcessorFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- BodyProcessorFactory(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- bodyStream() - Method in interface io.vertx.core.eventbus.MessageConsumer
- bodyStream() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- bodyStream() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- bodyStream(Context) - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
- BodyStream<T> - Interface in io.vertx.ext.web.codec.spi
-
The body stream decodes a
WriteStream
into the aT
instance. - BodyTransformer - Class in io.vertx.rxjava3.httpproxy.interceptors
-
The callback to transform the request or response body.
- BodyTransformer - Interface in io.vertx.httpproxy.interceptors
-
The callback to transform the request or response body.
- BodyTransformer(BodyTransformer) - Constructor for class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- BodyTransformer(Object) - Constructor for class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- Boolean - Static variable in class io.vertx.sqlclient.data.NullValue
- BOOLEAN - io.vertx.ext.shell.command.base.ObjectType
- BOOLEAN - io.vertx.json.schema.common.dsl.SchemaType
- BOOLEAN - io.vertx.redis.client.ResponseType
-
boolean value.
- BooleanConverter - Class in io.vertx.core.cli.converters
-
A converter for boolean.
- BooleanKeyword - Class in io.vertx.json.schema.common.dsl
- BooleanKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.BooleanKeyword
- booleanSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- BooleanSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- booleanValue() - Method in interface io.vertx.core.parsetools.JsonEvent
- boundary() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
- Box - Class in io.vertx.pgclient.data
-
Rectangular box data type in Postgres represented by pairs of
Point
s that are opposite corners of the box. - Box() - Constructor for class io.vertx.pgclient.data.Box
- Box(Point, Point) - Constructor for class io.vertx.pgclient.data.Box
- BoxAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for box.com.
- BoxAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for box.com.
- BoxAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for box.com. - BoxAuth(BoxAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
- BoxAuth(BoxAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
- BoxAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
- BoxAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
- bridge(BindableService) - Static method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
-
Create a stub for a given
service
. - bridge(ServerServiceDefinition) - Static method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
-
Create a stub for a given
service
. - bridge(Vertx, BridgeOptions) - Static method in interface io.vertx.ext.stomp.Destination
- bridge(AuthorizationProvider, SockJSBridgeOptions, Handler<BridgeEvent>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Like
SockJSHandler.bridge(SockJSBridgeOptions)
but specifying a handler that will receive bridge events. - bridge(BridgeOptions) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the STOMP server to act as a bridge with the Vert.x event bus.
- bridge(BridgeOptions) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the STOMP server to act as a bridge with the Vert.x event bus.
- bridge(BridgeOptions) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the STOMP server to act as a bridge with the Vert.x event bus.
- bridge(SockJSBridgeOptions) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Bridge the SockJS handler to the Vert.x event bus.
- bridge(SockJSBridgeOptions) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
Bridge the SockJS handler to the Vert.x event bus.
- bridge(SockJSBridgeOptions) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
-
Bridge the SockJS handler to the Vert.x event bus.
- bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Like
SockJSHandler.bridge(SockJSBridgeOptions)
but specifying a handler that will receive bridge events. - bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)
but specifying a handler that will receive bridge events. - bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
-
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)
but specifying a handler that will receive bridge events. - bridge(Vertx, BridgeOptions) - Static method in class io.vertx.reactivex.ext.stomp.Destination
- bridge(AuthorizationProvider, SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)
but specifying a handler that will receive bridge events. - bridge(Vertx, BridgeOptions) - Static method in class io.vertx.rxjava3.ext.stomp.Destination
- bridge(AuthorizationProvider, SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
-
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)
but specifying a handler that will receive bridge events. - BridgeEvent - Class in io.vertx.reactivex.ext.eventbus.bridge.tcp
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent - Class in io.vertx.reactivex.ext.web.handler.sockjs
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent - Class in io.vertx.rxjava3.ext.eventbus.bridge.tcp
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent - Class in io.vertx.rxjava3.ext.web.handler.sockjs
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent - Interface in io.vertx.ext.eventbus.bridge.tcp
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent - Interface in io.vertx.ext.web.handler.sockjs
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- BridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- BridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- BridgeEvent(Object) - Constructor for class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- BridgeEvent(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- BridgeEventType - Enum in io.vertx.ext.bridge
-
Bridge Event Types.
- BridgeOptions - Class in io.vertx.ext.bridge
-
Specify the event bus bridge options.
- BridgeOptions - Class in io.vertx.ext.stomp
-
Specify the event bus bridge options.
- BridgeOptions() - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
Creates a new instance of
BridgeOptions
, without any inbound and outbound permitted. - BridgeOptions() - Constructor for class io.vertx.ext.stomp.BridgeOptions
- BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
Creates a new instance of
BridgeOptions
from its JSON representation. - BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.BridgeOptions
- BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
Creates a new instance of
BridgeOptions
by copying the content of anotherBridgeOptions
- BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.stomp.BridgeOptions
- BridgeOptionsConverter - Class in io.vertx.ext.bridge
-
Converter and mapper for
BridgeOptions
. - BridgeOptionsConverter() - Constructor for class io.vertx.ext.bridge.BridgeOptionsConverter
- brpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and get the last element in a list, or block until one is available.
- brpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the last element in a list, or block until one is available.
- brpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and get the last element in a list, or block until one is available.
- BRPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the last element in a list, or block until one is available.
- brpoplpush(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- brpoplpush(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
BLMOVE
with theRIGHT
andLEFT
arguments - brpoplpush(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- BRPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
BLMOVE
with theRIGHT
andLEFT
arguments - buffer() - Static method in interface io.vertx.core.buffer.Buffer
-
Create a new, empty buffer.
- buffer() - Static method in interface io.vertx.ext.web.codec.BodyCodec
- buffer() - Method in interface io.vertx.ext.web.RequestBody
- buffer() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- buffer() - Method in class io.vertx.reactivex.ext.web.RequestBody
- buffer() - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- buffer() - Method in class io.vertx.rxjava3.ext.web.RequestBody
- buffer(byte[]) - Static method in interface io.vertx.core.buffer.Buffer
-
Create a new buffer from a byte[].
- buffer(int) - Static method in interface io.vertx.core.buffer.Buffer
-
Create a new buffer given the initial size hint.
- buffer(String) - Static method in interface io.vertx.core.buffer.Buffer
-
Create a new buffer from a string.
- buffer(String, String) - Static method in interface io.vertx.core.buffer.Buffer
-
Create a new buffer from a string and using the specified encoding.
- Buffer - Interface in io.vertx.core.buffer
-
Most data is shuffled around inside Vert.x using buffers.
- Buffer - Static variable in class io.vertx.sqlclient.data.NullValue
- Buffer() - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
- BUFFER - io.vertx.ext.shell.command.base.ObjectType
- BufferDeserializer - Class in io.vertx.kafka.client.serialization
-
Kafka deserializer for raw bytes in a buffer
- BufferDeserializer() - Constructor for class io.vertx.kafka.client.serialization.BufferDeserializer
- BufferSerde() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes.BufferSerde
- BufferSerializer - Class in io.vertx.kafka.client.serialization
-
Kafka serializer for raw bytes in a buffer
- BufferSerializer() - Constructor for class io.vertx.kafka.client.serialization.BufferSerializer
- build() - Method in interface io.vertx.amqp.AmqpMessageBuilder
- build() - Method in interface io.vertx.core.http.HttpClientBuilder
-
Build and return the client.
- build() - Method in interface io.vertx.core.spi.endpoint.EndpointBuilder
- build() - Method in interface io.vertx.core.VertxBuilder
-
Creates a non clustered instance.
- build() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Builds a
JmxReporter
with the given properties. - build() - Static method in interface io.vertx.ext.web.client.spi.CacheStore
-
Builds a no-op cache store.
- build() - Static method in interface io.vertx.ext.web.client.spi.CookieStore
-
Builds an in memory cookie store.
- build() - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
- build() - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
- build() - Static method in interface io.vertx.ext.web.handler.graphql.UploadScalar
- build() - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- build() - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
-
Build the
ValidationHandler
from this builder - build() - Method in interface io.vertx.grpc.client.GrpcClientBuilder
-
Build and return the client.
- build() - Method in interface io.vertx.grpc.server.ServiceBuilder
- build() - Method in class io.vertx.grpc.VertxChannelBuilder
- build() - Method in class io.vertx.grpc.VertxServerBuilder
- build() - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
- build() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- build() - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
-
Build and return the client.
- build() - Method in class io.vertx.reactivex.core.VertxBuilder
-
Creates a non clustered instance.
- build() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- build() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- build() - Static method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- build() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- build() - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
-
Build the from this builder
- build() - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
-
Build and return the client.
- build() - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Build and return the client.
- build() - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- build() - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
-
Build and return the client.
- build() - Method in class io.vertx.rxjava3.core.VertxBuilder
-
Creates a non clustered instance.
- build() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- build() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- build() - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- build() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- build() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
-
Build the from this builder
- build() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
-
Build and return the client.
- build() - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- build() - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Build and return the client.
- build() - Method in interface io.vertx.sqlclient.ClientBuilder
-
Build and return the client.
- build(EventBus, String, String) - Static method in interface io.vertx.ext.web.api.service.RouteToEBServiceHandler
-
Build a new
RouteToEBServiceHandler
- build(EventBus, String, String, DeliveryOptions) - Static method in interface io.vertx.ext.web.api.service.RouteToEBServiceHandler
-
Build a new
RouteToEBServiceHandler
- build(Vertx) - Method in interface io.vertx.ext.shell.command.CommandBuilder
-
Build the command
- build(Class<T>) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
-
Creates a proxy to a service on the event bus.
- buildClustered() - Method in interface io.vertx.core.VertxBuilder
-
Creates a clustered instance.
- buildClustered() - Method in class io.vertx.reactivex.core.VertxBuilder
-
Creates a clustered instance.
- buildClustered() - Method in class io.vertx.rxjava3.core.VertxBuilder
-
Creates a clustered instance.
- buildConfiguration(List<File>, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.config.spi.utils.FileSet
-
Iterates over the given set of files, and for each matching file, computes the resulting configuration.
- builder() - Static method in interface io.vertx.core.Vertx
-
Return a builder for Vert.x instances which allows to specify SPI such as cluster manager, metrics or tracing.
- builder() - Method in interface io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- builder() - Static method in interface io.vertx.httpproxy.interceptors.HeadInterceptor
- builder() - Static method in class io.vertx.reactivex.core.Vertx
-
Return a builder for Vert.x instances which allows to specify SPI such as cluster manager, metrics or tracing.
- builder() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- builder() - Static method in class io.vertx.rxjava3.core.Vertx
-
Return a builder for Vert.x instances which allows to specify SPI such as cluster manager, metrics or tracing.
- builder() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- builder() - Static method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- builder(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
- builder(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandlerBuilder
that will use the providedgraphQL
to build aGraphQLWSHandler
. - builder(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- builder(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandlerBuilder
that will use the providedgraphQL
to build aGraphQLWSHandler
. - builder(GraphQL) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- builder(GraphQL) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandlerBuilder
that will use the providedgraphQL
to build aGraphQLWSHandler
. - builder(Vertx) - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandlerBuilder
with defaultGraphiQLHandlerOptions
. - builder(Vertx) - Static method in interface io.vertx.grpc.client.GrpcClient
-
Provide a builder for
GrpcClient
, it can be used to configure advanced client settings like a load balancer or an address resolver. - builder(Vertx) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
- builder(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandlerBuilder
with defaultGraphiQLHandlerOptions
. - builder(Vertx) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Provide a builder for
GrpcClient
, it can be used to configure advanced client settings like a load balancer or an address resolver. - builder(Vertx) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandlerBuilder
with defaultGraphiQLHandlerOptions
. - builder(Vertx) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Provide a builder for
GrpcClient
, it can be used to configure advanced client settings like a load balancer or an address resolver. - buildPrefix(Parameter) - Method in class io.vertx.openapi.validation.transformer.MatrixTransformer
- buildSyntaxException(String) - Static method in class io.vertx.openapi.validation.analyser.ContentAnalyser
-
Builds a
ValidatorException
for the case that the content is syntactically incorrect. - buildTracer() - Method in class io.vertx.tracing.opentelemetry.OpenTelemetryOptions
- buildTracer() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
-
Build the tracer and return it.
- buildWrapped(StringBuilder, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Builds the specified text to the specified buffer.
- buildWrapped(StringBuilder, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Builds the specified text to the specified buffer.
- BULK - io.vertx.redis.client.ResponseType
-
byte array value.
- BulkOperation - Class in io.vertx.ext.mongo
-
Contains all data needed for one operation of a bulk write operation.
- BulkOperation(JsonObject) - Constructor for class io.vertx.ext.mongo.BulkOperation
-
Json constructor
- BulkOperationType - Enum in io.vertx.ext.mongo
-
Enum for the different possible operations
- bulkWrite(String, List<BulkOperation>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Execute a bulk operation.
- bulkWrite(String, List<BulkOperation>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Execute a bulk operation.
- bulkWrite(String, List<BulkOperation>) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Execute a bulk operation.
- BulkWriteOptions - Class in io.vertx.ext.mongo
-
Options for configuring bulk write operations.
- BulkWriteOptions() - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
-
Default constructor
- BulkWriteOptions(boolean) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
-
Constructor specifying ordered
- BulkWriteOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
-
Constructor from JSON
- BulkWriteOptions(BulkWriteOptions) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
-
Copy constructor
- bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Execute a bulk operation with the specified write options.
- bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Execute a bulk operation with the specified write options.
- bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Execute a bulk operation with the specified write options.
- BUS_DESTINATION - io.vertx.kafka.client.common.tracing.TraceTags
- BusPublish - Class in io.vertx.ext.shell.command.base
- BusPublish() - Constructor for class io.vertx.ext.shell.command.base.BusPublish
- BusSend - Class in io.vertx.ext.shell.command.base
- BusSend() - Constructor for class io.vertx.ext.shell.command.base.BusSend
- BusTail - Class in io.vertx.ext.shell.command.base
- BusTail() - Constructor for class io.vertx.ext.shell.command.base.BusTail
- BYTE - io.vertx.ext.shell.command.base.ObjectType
- BYTE - io.vertx.json.schema.common.dsl.StringFormat
- bytes - Variable in class io.vertx.oracleclient.data.Blob
- bytesRead() - Method in interface io.vertx.core.http.HttpServerRequest
- bytesRead() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- bytesRead() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- bytesRead(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
-
Called when bytes have been read
- bytesWritten() - Method in interface io.vertx.core.http.HttpServerResponse
- bytesWritten() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- bytesWritten() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- bytesWritten(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
-
Called when bytes have been written
- bzmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set or block until one is available.
- bzmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set or block until one is available.
- bzmpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set or block until one is available.
- BZMPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with scores in a sorted set or block until one is available.
- bzpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- bzpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- bzpopmax(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- BZPOPMAX - Static variable in interface io.vertx.redis.client.Command
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- bzpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- bzpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- bzpopmin(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- BZPOPMIN - Static variable in interface io.vertx.redis.client.Command
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
C
- Cache - Interface in io.vertx.httpproxy.spi.cache
-
Cache SPI.
- CACHE_CONTROL - Static variable in interface io.vertx.core.http.HttpHeaders
-
Cache-Control header name
- CACHE_CONTROL - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Cache-Control header name
- CACHE_CONTROL - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Cache-Control header name
- cached() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
Gets the service object if already retrieved.
- cached() - Method in class io.vertx.rxjava3.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.rxjava3.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.
- CachedTemplate<T> - Class in io.vertx.ext.web.common.template
- CachedTemplate(T) - Constructor for class io.vertx.ext.web.common.template.CachedTemplate
- CachedTemplate(T, String) - Constructor for class io.vertx.ext.web.common.template.CachedTemplate
- CacheOptions - Class in io.vertx.httpproxy.cache
-
Cache options.
- CacheOptions() - Constructor for class io.vertx.httpproxy.cache.CacheOptions
-
Default constructor.
- CacheOptions(JsonObject) - Constructor for class io.vertx.httpproxy.cache.CacheOptions
-
Constructor to create an options from JSON.
- CacheOptions(CacheOptions) - Constructor for class io.vertx.httpproxy.cache.CacheOptions
-
Copy constructor.
- CacheOptionsConverter - Class in io.vertx.httpproxy.cache
-
Converter and mapper for
CacheOptions
. - CacheOptionsConverter() - Constructor for class io.vertx.httpproxy.cache.CacheOptionsConverter
- CacheStore - Interface in io.vertx.ext.web.client.spi
-
An API to store and retrieve HTTP responses.
- CACHING_SHA2_PASSWORD - io.vertx.mysqlclient.MySQLAuthenticationPlugin
-
Like
sha256_password
but enables caching on the server side for better performance and with wider applicability. - CachingTemplateEngine<T> - Class in io.vertx.ext.web.common.template
- CachingTemplateEngine(Vertx, String) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
- CachingWebClient - Class in io.vertx.reactivex.ext.web.client
-
An asynchronous cache aware HTTP / HTTP/2 client called
CachingWebClient
. - CachingWebClient - Class in io.vertx.rxjava3.ext.web.client
-
An asynchronous cache aware HTTP / HTTP/2 client called
CachingWebClient
. - CachingWebClient - Interface in io.vertx.ext.web.client
-
An asynchronous cache aware HTTP / HTTP/2 client called
CachingWebClient
. - CachingWebClient(CachingWebClient) - Constructor for class io.vertx.reactivex.ext.web.client.CachingWebClient
- CachingWebClient(CachingWebClient) - Constructor for class io.vertx.rxjava3.ext.web.client.CachingWebClient
- CachingWebClient(Object) - Constructor for class io.vertx.reactivex.ext.web.client.CachingWebClient
- CachingWebClient(Object) - Constructor for class io.vertx.rxjava3.ext.web.client.CachingWebClient
- CachingWebClientOptions - Class in io.vertx.ext.web.client
- CachingWebClientOptions() - Constructor for class io.vertx.ext.web.client.CachingWebClientOptions
- CachingWebClientOptions(boolean) - Constructor for class io.vertx.ext.web.client.CachingWebClientOptions
- CachingWebClientOptions(JsonObject) - Constructor for class io.vertx.ext.web.client.CachingWebClientOptions
- CachingWebClientOptions(WebClientOptions) - Constructor for class io.vertx.ext.web.client.CachingWebClientOptions
- CachingWebClientOptionsConverter - Class in io.vertx.ext.web.client
-
Converter and mapper for
CachingWebClientOptions
. - CachingWebClientOptionsConverter() - Constructor for class io.vertx.ext.web.client.CachingWebClientOptionsConverter
- call(MethodDescriptor<Req, Resp>, Handler<GrpcClientRequest<Req, Resp>>, Function<GrpcClientResponse<Req, Resp>, Future<T>>) - Method in interface io.vertx.grpcio.client.GrpcIoClient
-
Like
GrpcIoClient.call(Address, MethodDescriptor, Handler, Function)
with the default remote server. - call(Address, MethodDescriptor<Req, Resp>, Handler<GrpcClientRequest<Req, Resp>>, Function<GrpcClientResponse<Req, Resp>, Future<T>>) - Method in interface io.vertx.grpcio.client.GrpcIoClient
-
Call the
service
gRPC service hosted byserver
. - callHandler(MethodDescriptor<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in interface io.vertx.grpcio.server.GrpcIoServer
-
Set a service method call handler that handles any call made to the server for the
MethodDescriptor
service method. - callHandler(Handler<GrpcServerRequest<Buffer, Buffer>>) - Method in interface io.vertx.grpc.server.GrpcServer
-
Set a call handler that handles any call made to the server.
- callHandler(Handler<GrpcServerRequest<Buffer, Buffer>>) - Method in interface io.vertx.grpcio.server.GrpcIoServer
- callHandler(Handler<GrpcServerRequest<Buffer, Buffer>>) - Method in class io.vertx.reactivex.grpc.server.GrpcServer
-
Set a call handler that handles any call made to the server.
- callHandler(Handler<GrpcServerRequest<Buffer, Buffer>>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
-
Set a call handler that handles any call made to the server.
- callHandler(ServiceMethod<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in interface io.vertx.grpc.server.GrpcServer
-
Set a service method call handler that handles any call made to the server for the
fullMethodName
service method. - callHandler(ServiceMethod<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in class io.vertx.reactivex.grpc.server.GrpcServer
-
Set a service method call handler that handles any call made to the server for the
fullMethodName
service method. - callHandler(ServiceMethod<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
-
Set a service method call handler that handles any call made to the server for the
fullMethodName
service method. - CamelBridge - Interface in io.vertx.camel
-
Camel Bridge facade.
- CamelBridgeOptions - Class in io.vertx.camel
-
Camel bridge configuration.
- CamelBridgeOptions(JsonObject) - Constructor for class io.vertx.camel.CamelBridgeOptions
-
Comply with the
DataObject
contract, however calling this constructor will always throw. - CamelBridgeOptions(CamelContext) - Constructor for class io.vertx.camel.CamelBridgeOptions
-
Creates a new instance of
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.Timer
-
Attempt to cancel the timer task, when the timer is cancelled, the timer is failed with a
CancellationException
. - cancel() - Method in interface io.vertx.ext.web.FileUpload
-
Try to cancel the file upload.
- cancel() - Method in interface io.vertx.grpc.common.GrpcWriteStream
-
Cancel the stream.
- cancel() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- cancel() - Method in class io.vertx.reactivex.core.Timer
-
Attempt to cancel the timer task, when the timer is cancelled, the timer is failed with a
CancellationException
. - cancel() - Method in class io.vertx.reactivex.ext.web.FileUpload
-
Try to cancel the file upload.
- cancel() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Cancel the stream.
- cancel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- cancel() - Method in class io.vertx.rxjava3.core.Timer
-
Attempt to cancel the timer task, when the timer is cancelled, the timer is failed with a
CancellationException
. - cancel() - Method in class io.vertx.rxjava3.ext.web.FileUpload
-
Try to cancel the file upload.
- cancel() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Cancel the stream.
- cancel() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- cancelAndCleanupFileUploads() - Method in interface io.vertx.ext.web.RoutingContext
-
Cancel all unfinished file upload in progress and delete all uploaded files.
- cancelAndCleanupFileUploads() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Cancel all unfinished file upload in progress and delete all uploaded files.
- cancelAndCleanupFileUploads() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Cancel all unfinished file upload in progress and delete all uploaded files.
- CANCELLED - io.vertx.grpc.common.GrpcError
- CANCELLED - io.vertx.grpc.common.GrpcStatus
- cancelRequest() - Method in interface io.vertx.pgclient.PgConnection
-
Send a request cancellation message to tell the server to cancel processing request in this connection.
- cancelRequest() - 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() - Method in class io.vertx.rxjava3.pgclient.PgConnection
-
Send a request cancellation message to tell the server to cancel processing request in this connection.
- cancelStreamToFileSystem() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Try to cancel the file system streaming, the streamed file will be deleted.
- cancelStreamToFileSystem() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
Try to cancel the file system streaming, the streamed file will be deleted.
- cancelStreamToFileSystem() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
-
Try to cancel the file system streaming, the streamed file will be deleted.
- cancelTimer(long) - Method in interface io.vertx.core.Vertx
-
Cancels the timer with the specified
id
. - cancelTimer(long) - Method in class io.vertx.reactivex.core.Vertx
-
Cancels the timer with the specified
id
. - cancelTimer(long) - Method in class io.vertx.rxjava3.core.Vertx
-
Cancels the timer with the specified
id
. - CanonicalizationAlgorithm - Enum in io.vertx.ext.mail
-
Canonicalization Algorithm for DKIM.
- canUpgradeToWebSocket() - Method in interface io.vertx.core.http.HttpServerRequest
- canUpgradeToWebSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- canUpgradeToWebSocket() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- CAS - io.vertx.ext.consul.TxnKVVerb
-
Sets the Key to the given Value with check-and-set semantics.
- CAS - io.vertx.ext.consul.TxnServiceVerb
-
Sets, but with CAS semantics using the given ModifyIndex
- 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.
- CassandraClient - Class in io.vertx.reactivex.cassandra
-
Eclipse Vert.x Cassandra client.
- CassandraClient - Class in io.vertx.rxjava3.cassandra
-
Eclipse Vert.x Cassandra client.
- CassandraClient - Interface in io.vertx.cassandra
-
Eclipse Vert.x Cassandra client.
- CassandraClient(CassandraClient) - Constructor for class io.vertx.reactivex.cassandra.CassandraClient
- CassandraClient(CassandraClient) - Constructor for class io.vertx.rxjava3.cassandra.CassandraClient
- CassandraClient(Object) - Constructor for class io.vertx.reactivex.cassandra.CassandraClient
- CassandraClient(Object) - Constructor for class io.vertx.rxjava3.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(CqlSessionBuilder) - Constructor for class io.vertx.cassandra.CassandraClientOptions
-
Constructor using an existing
CqlSessionBuilder
instance. - CassandraClientOptions(CassandraClientOptions) - Constructor for class io.vertx.cassandra.CassandraClientOptions
-
Copy constructor.
- CassandraClientOptions(JsonObject) - Constructor for class io.vertx.cassandra.CassandraClientOptions
-
Constructor to create options from JSON.
- CassandraClientOptionsConverter - Class in io.vertx.cassandra
-
Converter and mapper for
CassandraClientOptions
. - CassandraClientOptionsConverter() - Constructor for class io.vertx.cassandra.CassandraClientOptionsConverter
- CassandraRowStream - Class in io.vertx.reactivex.cassandra
-
A for consumption.
- CassandraRowStream - Class in io.vertx.rxjava3.cassandra
-
A for consumption.
- CassandraRowStream - Interface in io.vertx.cassandra
-
A
ReadStream
forRow
consumption. - CassandraRowStream(CassandraRowStream) - Constructor for class io.vertx.reactivex.cassandra.CassandraRowStream
- CassandraRowStream(CassandraRowStream) - Constructor for class io.vertx.rxjava3.cassandra.CassandraRowStream
- CassandraRowStream(Object) - Constructor for class io.vertx.reactivex.cassandra.CassandraRowStream
- CassandraRowStream(Object) - Constructor for class io.vertx.rxjava3.cassandra.CassandraRowStream
- cast(SqlConnection) - Static method in class io.vertx.reactivex.db2client.DB2Connection
-
Cast a to
DB2Connection
. - cast(SqlConnection) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
-
Cast a to
MSSQLConnection
. - cast(SqlConnection) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Cast a to
MySQLConnection
. - cast(SqlConnection) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
-
Cast a to
OracleConnection
. - cast(SqlConnection) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
Cast a to
PgConnection
. - cast(SqlConnection) - Static method in class io.vertx.rxjava3.db2client.DB2Connection
-
Cast a to
DB2Connection
. - cast(SqlConnection) - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
-
Cast a to
MSSQLConnection
. - cast(SqlConnection) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Cast a to
MySQLConnection
. - cast(SqlConnection) - Static method in class io.vertx.rxjava3.oracleclient.OracleConnection
-
Cast a to
OracleConnection
. - cast(SqlConnection) - Static method in class io.vertx.rxjava3.pgclient.PgConnection
-
Cast a to
PgConnection
. - cast(SqlConnection) - Static method in interface io.vertx.db2client.DB2Connection
-
Cast a
SqlConnection
toDB2Connection
. - cast(SqlConnection) - Static method in interface io.vertx.mssqlclient.MSSQLConnection
-
Cast a
SqlConnection
toMSSQLConnection
. - cast(SqlConnection) - Static method in interface io.vertx.mysqlclient.MySQLConnection
-
Cast a
SqlConnection
toMySQLConnection
. - cast(SqlConnection) - Static method in interface io.vertx.oracleclient.OracleConnection
-
Cast a
SqlConnection
toOracleConnection
. - cast(SqlConnection) - Static method in interface io.vertx.pgclient.PgConnection
-
Cast a
SqlConnection
toPgConnection
. - cast(Object) - Method in interface io.vertx.jdbcclient.spi.JDBCDecoder
-
Try cast SQL value to standard Java value depends on standard JDBC 4.2 type mapping and compatible with Vertx
- cast(Object) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- catalogDatacenters() - Method in interface io.vertx.ext.consul.ConsulClient
-
Return all the datacenters that are known by the Consul server
- catalogDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Return all the datacenters that are known by the Consul server
- catalogDatacenters() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Return all the datacenters that are known by the Consul server
- catalogNodes() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodes() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodeServices(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the node's registered services
- catalogNodeServices(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the node's registered services
- catalogNodeServices(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the node's registered services
- catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the node's registered services This is blocking query unlike
ConsulClient.catalogNodeServices(String)
- catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the node's registered services This is blocking query unlike
ConsulClient.catalogNodeServices(java.lang.String)
- catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the node's registered services This is blocking query unlike
ConsulClient.catalogNodeServices(java.lang.String)
- catalogNodesWithOptions(NodeQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogServiceNodes(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodes(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodes(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServices() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the services registered in a datacenter
- catalogServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the services registered in a datacenter
- catalogServices() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the services registered in a datacenter
- catalogServicesWithOptions(BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the services registered in a datacenter This is blocking query unlike
ConsulClient.catalogServices()
- catalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the services registered in a datacenter This is blocking query unlike
ConsulClient.catalogServices()
- catalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the services registered in a datacenter This is blocking query unlike
ConsulClient.catalogServices()
- cause() - Method in interface io.vertx.core.AsyncResult
-
A Throwable describing failure.
- cause() - Method in interface io.vertx.core.Future
-
A Throwable describing failure.
- cause() - Method in interface io.vertx.ext.consul.WatchResult
-
A Throwable describing failure.
- cause() - Method in interface io.vertx.ext.unit.report.Failure
- cause() - Method in class io.vertx.reactivex.ext.consul.WatchResult
-
A Throwable describing failure.
- cause() - Method in class io.vertx.rxjava3.ext.consul.WatchResult
-
A Throwable describing failure.
- cause(int) - Method in interface io.vertx.core.CompositeFuture
-
Returns a cause of a wrapped future
- causeOfFailure() - Method in class io.vertx.junit5.VertxTestContext
-
Give the cause of failure.
- causes() - Method in interface io.vertx.core.CompositeFuture
- certificatePath() - Method in interface io.vertx.core.net.SelfSignedCertificate
-
Filesystem path to the X.509 certificate file in PEM format .
- CF_ADD - Static variable in interface io.vertx.redis.client.Command
- CF_ADDNX - Static variable in interface io.vertx.redis.client.Command
- CF_COMPACT - Static variable in interface io.vertx.redis.client.Command
- CF_COUNT - Static variable in interface io.vertx.redis.client.Command
- CF_DEBUG - Static variable in interface io.vertx.redis.client.Command
- CF_DEL - Static variable in interface io.vertx.redis.client.Command
- CF_EXISTS - Static variable in interface io.vertx.redis.client.Command
- CF_INFO - Static variable in interface io.vertx.redis.client.Command
- CF_INSERT - Static variable in interface io.vertx.redis.client.Command
- CF_INSERTNX - Static variable in interface io.vertx.redis.client.Command
- CF_LOADCHUNK - Static variable in interface io.vertx.redis.client.Command
- CF_MEXISTS - Static variable in interface io.vertx.redis.client.Command
- CF_RESERVE - Static variable in interface io.vertx.redis.client.Command
- CF_SCANDUMP - Static variable in interface io.vertx.redis.client.Command
- cfAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.ADD.
- cfAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.ADD.
- cfAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.ADD.
- cfAddnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.ADDNX.
- cfAddnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.ADDNX.
- cfAddnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.ADDNX.
- cfCompact(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.COMPACT.
- cfCompact(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.COMPACT.
- cfCompact(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.COMPACT.
- cfCount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.COUNT.
- cfCount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.COUNT.
- cfCount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.COUNT.
- cfDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.DEBUG.
- cfDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.DEBUG.
- cfDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.DEBUG.
- cfDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.DEL.
- cfDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.DEL.
- cfDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.DEL.
- cfExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.EXISTS.
- cfExists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.EXISTS.
- cfExists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.EXISTS.
- cfInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.INFO.
- cfInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.INFO.
- cfInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.INFO.
- cfInsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.INSERT.
- cfInsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.INSERT.
- cfInsert(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.INSERT.
- cfInsertnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.INSERTNX.
- cfInsertnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.INSERTNX.
- cfInsertnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.INSERTNX.
- cfLoadchunk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.LOADCHUNK.
- cfLoadchunk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.LOADCHUNK.
- cfLoadchunk(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.LOADCHUNK.
- cfMexists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.MEXISTS.
- cfMexists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.MEXISTS.
- cfMexists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.MEXISTS.
- cfReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.RESERVE.
- cfReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.RESERVE.
- cfReserve(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.RESERVE.
- cfScandump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.SCANDUMP.
- cfScandump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.SCANDUMP.
- cfScandump(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.SCANDUMP.
- ChainAuth - Class in io.vertx.reactivex.ext.auth
-
Chain several authentication providers as if they were one.
- ChainAuth - Class in io.vertx.rxjava3.ext.auth
-
Chain several authentication providers as if they were one.
- ChainAuth - Interface in io.vertx.ext.auth
-
Chain several authentication providers as if they were one.
- ChainAuth(ChainAuth) - Constructor for class io.vertx.reactivex.ext.auth.ChainAuth
- ChainAuth(ChainAuth) - Constructor for class io.vertx.rxjava3.ext.auth.ChainAuth
- ChainAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.ChainAuth
- ChainAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.ChainAuth
- ChainAuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that chains to a sequence of handlers.
- ChainAuthHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An auth handler that chains to a sequence of handlers.
- ChainAuthHandler - Interface in io.vertx.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(ChainAuthHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
- ChainAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
- ChainAuthHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
- changeUser(MySQLAuthOptions) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
- changeUser(MySQLAuthOptions) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
- changeUser(MySQLAuthOptions) - Method in class io.vertx.rxjava3.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.rxjava3.pgclient.pubsub.PgSubscriber
-
Return a channel for the given
name
. - channelFactory(boolean) - Method in interface io.vertx.core.spi.transport.Transport
- CHARACTER - io.vertx.ext.shell.command.base.ObjectType
- CharacterConverter - Class in io.vertx.core.cli.converters
-
A converter for character.
- charset() - Method in interface io.vertx.core.http.ClientForm
- charset() - Method in interface io.vertx.core.http.HttpServerFileUpload
- charset() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- charset() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- charset(String) - Method in interface io.vertx.core.http.ClientForm
-
Set the
charset
to use when encoding the form. - charset(String) - Method in interface io.vertx.core.http.ClientMultipartForm
-
Set the
charset
to use when encoding the form. - charset(Charset) - Method in interface io.vertx.core.http.ClientForm
-
Set the
charset
to use when encoding the form. - charset(Charset) - Method in interface io.vertx.core.http.ClientMultipartForm
-
Set the
charset
to use when encoding the form. - charSet() - Method in interface io.vertx.ext.web.FileUpload
- charSet() - Method in class io.vertx.reactivex.ext.web.FileUpload
- charSet() - Method in class io.vertx.rxjava3.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(JsonObject) - Constructor for class io.vertx.ext.consul.Check
-
Constructor from JSON
- Check(Check) - Constructor for class io.vertx.ext.consul.Check
-
Copy constructor
- CHECK_INDEX - io.vertx.ext.consul.TxnKVVerb
-
Fails the transaction if Key does not have a modify index equal to Index
- CHECK_SESSION - io.vertx.ext.consul.TxnKVVerb
-
Fails the transaction if Key is not currently locked by Session
- CheckConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
Check
. - CheckConverter() - Constructor for class io.vertx.ext.consul.CheckConverter
- CHECKIN - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
CHECKIN
method, this instance is interned and uniquely used. - CheckList - Class in io.vertx.ext.consul
-
Holds result of checks query
- CheckList() - Constructor for class io.vertx.ext.consul.CheckList
-
Default constructor
- CheckList(JsonObject) - Constructor for class io.vertx.ext.consul.CheckList
-
Constructor from JSON
- CheckList(CheckList) - Constructor for class io.vertx.ext.consul.CheckList
-
Copy constructor
- CheckListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
CheckList
. - CheckListConverter() - Constructor for class io.vertx.ext.consul.CheckListConverter
- checkMethod(MethodInfo) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
- CheckOptions - Class in io.vertx.ext.consul
-
Options used to register checks in Consul.
- CheckOptions() - Constructor for class io.vertx.ext.consul.CheckOptions
-
Default constructor
- CheckOptions(JsonObject) - Constructor for class io.vertx.ext.consul.CheckOptions
-
Constructor from JSON
- CheckOptions(CheckOptions) - Constructor for class io.vertx.ext.consul.CheckOptions
-
Copy constructor
- CheckOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
CheckOptions
. - CheckOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckOptionsConverter
- CHECKOUT - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
CHECKOUT
method, this instance is interned and uniquely used. - checkParamType(ExecutableElement, TypeInfo, int, int, boolean) - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyModel
- checkParamType(ExecutableElement, TypeInfo, int, int, boolean) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
- checkpoint() - Method in class io.vertx.junit5.VertxTestContext
-
Create a strict checkpoint.
- checkpoint(int) - Method in class io.vertx.junit5.VertxTestContext
-
Create a strict checkpoint.
- Checkpoint - Interface in io.vertx.junit5
-
A test completion checkpoint, flagging it advances towards the test context completion.
- CheckQueryOptions - Class in io.vertx.ext.consul
-
Options used to requesting list of checks
- CheckQueryOptions() - Constructor for class io.vertx.ext.consul.CheckQueryOptions
-
Default constructor
- CheckQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.CheckQueryOptions
-
Constructor from JSON
- CheckQueryOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
CheckQueryOptions
. - CheckQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckQueryOptionsConverter
- CheckResult - Class in io.vertx.ext.healthchecks
- CheckResult() - Constructor for class io.vertx.ext.healthchecks.CheckResult
- checkReturnType(ExecutableElement, TypeInfo, boolean) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
- checkStatus() - Method in interface io.vertx.ext.healthchecks.HealthChecks
-
Invokes the registered procedures.
- checkStatus() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Invokes the registered procedures.
- checkStatus() - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Invokes the registered procedures.
- checkStatus(String) - Method in interface io.vertx.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- checkStatus(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- checkStatus(String) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- CheckStatus - Enum in io.vertx.ext.consul
-
Represents an check status.
- checksum() - Method in class io.vertx.ext.web.sstore.AbstractSession
- checkSyntacticalCorrectness() - Method in class io.vertx.openapi.validation.analyser.ApplicationJsonAnalyser
- checkSyntacticalCorrectness() - Method in class io.vertx.openapi.validation.analyser.ContentAnalyser
-
Checks if the content is syntactically correct.
- checkSyntacticalCorrectness() - Method in class io.vertx.openapi.validation.analyser.MultipartFormAnalyser
- checkValid(V) - Method in interface io.vertx.ext.auth.authentication.Credentials
-
Implementors should override this method to perform validation.
- checkValid(V) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- checkValid(V) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- checkValid(V) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- checkValid(V) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- checkValid(V) - Method in class io.vertx.ext.auth.otp.OtpCredentials
- checkValid(V) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- checkValidity() - Method in class io.vertx.json.schema.OutputUnit
- childEvent(CuratorFramework, PathChildrenCacheEvent) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- childEvent(CuratorFramework, TreeCacheEvent) - Method in class io.vertx.servicediscovery.zookeeper.ZookeeperServiceImporter
- chmod(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - chmod(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - chmod(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - chmodBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.chmod(String, String)
- chmodBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
#chmod(String, String)
- chmodBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
#chmod(String, String)
- chmodRecursive(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - chmodRecursive(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - chmodRecursive(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - chmodRecursiveBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.chmodRecursive(String, String, String)
- chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.chmodRecursive(java.lang.String, java.lang.String, java.lang.String)
- chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.chmodRecursive(java.lang.String, java.lang.String, java.lang.String)
- 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.
- choices() - Method in annotation type io.vertx.core.cli.annotations.Option
-
The set of choices accepted as values by this option.
- chown(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
Change the ownership on the file represented by
path
touser
and {code group}, asynchronously. - chown(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Change the ownership on the file represented by
path
touser
and {code group}, asynchronously. - chown(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Change the ownership on the file represented by
path
touser
and {code group}, asynchronously. - chownBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.chown(String, String, String)
- chownBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.chown(java.lang.String, java.lang.String, java.lang.String)
- chownBlocking(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.chown(java.lang.String, java.lang.String, java.lang.String)
- CHUNKED - Static variable in interface io.vertx.core.http.HttpHeaders
-
chunked header value
- CHUNKED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
chunked header value
- CHUNKED - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
chunked header value
- Cidr - Class in io.vertx.pgclient.data
-
A PostgreSQL classless internet domain routing.
- Cidr() - Constructor for class io.vertx.pgclient.data.Cidr
- Circle - Class in io.vertx.pgclient.data
-
Circle data type in Postgres represented by a center
Point
and radius. - Circle() - Constructor for class io.vertx.pgclient.data.Circle
- Circle(Point, double) - Constructor for class io.vertx.pgclient.data.Circle
- CircuitBreaker - Class in io.vertx.reactivex.circuitbreaker
-
An implementation of the circuit breaker pattern for Vert.x
- CircuitBreaker - Class in io.vertx.rxjava3.circuitbreaker
-
An implementation of the circuit breaker pattern for Vert.x
- CircuitBreaker - Interface in io.vertx.circuitbreaker
-
An implementation of the circuit breaker pattern for Vert.x
- CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- CircuitBreaker(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- CircuitBreaker(Object) - Constructor for class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- CircuitBreakerOptions - Class in io.vertx.circuitbreaker
-
Circuit breaker configuration options.
- CircuitBreakerOptions() - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Creates a new instance of
CircuitBreakerOptions
using the default values. - CircuitBreakerOptions(CircuitBreakerOptions) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Creates a new instance of
CircuitBreakerOptions
by copying the other instance. - CircuitBreakerOptions(JsonObject) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Creates a new instance of
CircuitBreakerOptions
from the given JSON object. - CircuitBreakerOptionsConverter - Class in io.vertx.circuitbreaker
-
Converter and mapper for
CircuitBreakerOptions
. - CircuitBreakerOptionsConverter() - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
- CircuitBreakerState - Enum in io.vertx.circuitbreaker
-
Circuit breaker states.
- claimKey() - Method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns the configured claim key.
- claimKey() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns the configured claim key.
- claimKey() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns the configured claim key.
- CLASS_NAME - io.vertx.micrometer.Label
-
Class name.
- classBlock(RunNotifier) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
- classHeader(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- ClassLoaderUtils - Class in io.vertx.servicediscovery.utils
- ClassLoaderUtils() - Constructor for class io.vertx.servicediscovery.utils.ClassLoaderUtils
- className(ProxyModel) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
- className(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- clear() - Method in class io.vertx.core.json.JsonArray
-
Remove all entries from the JSON array
- clear() - Method in class io.vertx.core.json.JsonObject
-
Remove all the entries in this JSON object
- clear() - Method in interface io.vertx.core.MultiMap
-
Removes all
- clear() - 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.authorization.Authorizations
-
Clears the authorizations.
- clear() - Method in interface io.vertx.ext.web.Router
-
Remove all the routes from this router
- clear() - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Remove all sessions from the store.
- clear() - Method in interface io.vertx.ext.web.UserContext
-
Clear can be called from any route handler which needs to terminate a login session.
- clear() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Clear all entries in the map
- clear() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Clear all entries in the map
- clear() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
-
Clears the authorizations.
- clear() - Method in class io.vertx.reactivex.ext.web.Router
-
Remove all the routes from this router
- clear() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Remove all sessions from the store.
- clear() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Clear can be called from any route handler which needs to terminate a login session.
- clear() - Method in class io.vertx.reactivex.sqlclient.Tuple
- clear() - Method in class io.vertx.reactivex.uritemplate.Variables
- clear() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Clear all entries in the map
- clear() - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Clear all entries in the map
- clear() - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
-
Clears the authorizations.
- clear() - Method in class io.vertx.rxjava3.ext.web.Router
-
Remove all the routes from this router
- clear() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Remove all sessions from the store.
- clear() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Clear can be called from any route handler which needs to terminate a login session.
- clear() - Method in class io.vertx.rxjava3.sqlclient.Tuple
- clear() - Method in class io.vertx.rxjava3.uritemplate.Variables
- clear() - Method in interface io.vertx.sqlclient.Tuple
- clear() - Method in interface io.vertx.uritemplate.Variables
- clearCache() - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
- clearCache() - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Clears any internal caches used by this engine.
- clearCache() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
-
Clears any internal caches used by this engine.
- clearCache() - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
-
Clears any internal caches used by this engine.
- clearContext() - Static method in class io.vertx.tracing.opentracing.OpenTracingUtil
-
Remove any active span on the context.
- clearContext() - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
-
Remove any active context.
- clearSpan() - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
-
Remove any active span.
- 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 - Interface in io.vertx.core.cli
-
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
- 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 method in interface io.vertx.db2client.DB2Builder
-
Provide a builder for DB2 client backed by a connection pool.
- client() - Method in class io.vertx.grpcio.client.GrpcIoClientChannel
- client() - Static method in interface io.vertx.mysqlclient.MySQLBuilder
-
Provide a builder for MySQL client backed by a connection pool.
- client() - Static method in interface io.vertx.pgclient.PgBuilder
-
Provide a builder for PostgreSQL client backed by a connection pool.
- client() - Static method in class io.vertx.reactivex.db2client.DB2Builder
-
Provide a builder for DB2 client backed by a connection pool.
- client() - Static method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
-
Provide a builder for MySQL client backed by a connection pool.
- client() - Static method in class io.vertx.reactivex.pgclient.PgBuilder
-
Provide a builder for PostgreSQL client backed by a connection pool.
- client() - Static method in class io.vertx.rxjava3.db2client.DB2Builder
-
Provide a builder for DB2 client backed by a connection pool.
- client() - Static method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
-
Provide a builder for MySQL client backed by a connection pool.
- client() - Static method in class io.vertx.rxjava3.pgclient.PgBuilder
-
Provide a builder for PostgreSQL client backed by a connection pool.
- client(Handler<ClientBuilder<SqlClient>>) - Static method in class io.vertx.reactivex.db2client.DB2Builder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Handler<ClientBuilder<SqlClient>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Handler<ClientBuilder<SqlClient>>) - Static method in class io.vertx.reactivex.pgclient.PgBuilder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Handler<ClientBuilder<SqlClient>>) - Static method in class io.vertx.rxjava3.db2client.DB2Builder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Handler<ClientBuilder<SqlClient>>) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Handler<ClientBuilder<SqlClient>>) - Static method in class io.vertx.rxjava3.pgclient.PgBuilder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Handler<ClientBuilder<SqlClient>>) - Static method in interface io.vertx.db2client.DB2Builder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Handler<ClientBuilder<SqlClient>>) - Static method in interface io.vertx.mysqlclient.MySQLBuilder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Handler<ClientBuilder<SqlClient>>) - Static method in interface io.vertx.pgclient.PgBuilder
-
Build a client backed by a connection pool with the specified
block
argument. - client(Vertx) - Static method in interface io.vertx.grpc.client.GrpcClient
-
Create a client.
- client(Vertx) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
-
Create a client.
- client(Vertx, HttpClient) - Static method in interface io.vertx.grpc.client.GrpcClient
-
Create a client wrapping an existing
HttpClient
. - client(Vertx, HttpClient) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
-
Create a client wrapping an existing
HttpClient
. - client(Vertx, HttpClientOptions) - Static method in interface io.vertx.grpc.client.GrpcClient
-
Create a client with the specified
options
. - client(Vertx, HttpClientOptions) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
-
Create a client with the specified
options
. - client(Vertx, GrpcClientOptions) - Static method in interface io.vertx.grpc.client.GrpcClient
-
Create a client.
- client(Vertx, GrpcClientOptions) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
-
Create a client.
- client(Vertx, GrpcClientOptions, HttpClientOptions) - Static method in interface io.vertx.grpc.client.GrpcClient
-
Create a client with the specified
options
. - client(Vertx, GrpcClientOptions, HttpClientOptions) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
-
Create a client with the specified
options
. - client(ServiceName, String, GrpcMessageEncoder<Req>, GrpcMessageDecoder<Resp>) - Static method in interface io.vertx.grpc.common.ServiceMethod
- client(Vertx) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Create a client.
- client(Vertx, HttpClientOptions) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Create a client with the specified
options
. - client(Vertx, GrpcClientOptions) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Create a client.
- client(Vertx, GrpcClientOptions, HttpClientOptions) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Create a client with the specified
options
. - client(Vertx, HttpClient) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Create a client wrapping an existing .
- client(Vertx) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Create a client.
- client(Vertx, HttpClientOptions) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Create a client with the specified
options
. - client(Vertx, GrpcClientOptions) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Create a client.
- client(Vertx, GrpcClientOptions, HttpClientOptions) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Create a client with the specified
options
. - client(Vertx, HttpClient) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Create a client wrapping an existing .
- client(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for client connection commands.
- client(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for client connection commands.
- client(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for client connection commands.
- CLIENT - io.vertx.ext.auth.oauth2.OAuth2FlowType
-
The client credentials (or other forms of client authentication) can be used as an authorization grant when the authorization scope is limited to the protected resources under the control of the client, or to protected resources previously arranged with the authorization server.
- CLIENT - io.vertx.ext.consul.AclTokenType
- CLIENT - Static variable in interface io.vertx.redis.client.Command
-
A container for client connection commands.
- clientAuth(ClientAuth) - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
- clientAuth(ClientAuth) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Configures the client auth
- ClientAuth - Enum in io.vertx.core.http
-
Configures the engine to require/request client authentication.
- ClientBuilder<C> - Class in io.vertx.reactivex.sqlclient
-
Builder for
SqlClient
instances. - ClientBuilder<C> - Class in io.vertx.rxjava3.sqlclient
-
Builder for
SqlClient
instances. - ClientBuilder<C> - Interface in io.vertx.sqlclient
-
Builder for
SqlClient
instances. - ClientBuilder(ClientBuilder) - Constructor for class io.vertx.reactivex.sqlclient.ClientBuilder
- ClientBuilder(ClientBuilder) - Constructor for class io.vertx.rxjava3.sqlclient.ClientBuilder
- ClientBuilder(Object, TypeArg<C>) - Constructor for class io.vertx.reactivex.sqlclient.ClientBuilder
- ClientBuilder(Object, TypeArg<C>) - Constructor for class io.vertx.rxjava3.sqlclient.ClientBuilder
- ClientCalls - Class in io.vertx.grpc.stub
- ClientForm - Interface in io.vertx.core.http
-
A form: a container for attributes.
- clientId() - Method in interface io.vertx.mqtt.MqttClient
- clientId() - Method in class io.vertx.reactivex.mqtt.MqttClient
- clientId() - Method in class io.vertx.rxjava3.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.rxjava3.mqtt.MqttEndpoint
- ClientMetrics<M,Req,Resp> - Interface in io.vertx.core.spi.metrics
-
The client metrics SPI that Vert.x will use to call when client events occur.
- ClientMultipartForm - Interface in io.vertx.core.http
-
A multipart form, providing file upload capabilities.
- ClientOptionsBase - Class in io.vertx.core.net
-
Base class for Client options
- ClientOptionsBase() - Constructor for class io.vertx.core.net.ClientOptionsBase
-
Default constructor
- ClientOptionsBase(JsonObject) - Constructor for class io.vertx.core.net.ClientOptionsBase
-
Create options from some JSON
- ClientOptionsBase(ClientOptionsBase) - Constructor for class io.vertx.core.net.ClientOptionsBase
-
Copy constructor
- ClientOptionsBaseConverter - Class in io.vertx.core.net
-
Converter and mapper for
ClientOptionsBase
. - ClientOptionsBaseConverter() - Constructor for class io.vertx.core.net.ClientOptionsBaseConverter
- ClientSSLOptions - Class in io.vertx.core.net
-
Client SSL options.
- ClientSSLOptions() - Constructor for class io.vertx.core.net.ClientSSLOptions
-
Default constructor
- ClientSSLOptions(JsonObject) - Constructor for class io.vertx.core.net.ClientSSLOptions
-
Create options from JSON
- ClientSSLOptions(ClientSSLOptions) - Constructor for class io.vertx.core.net.ClientSSLOptions
-
Copy constructor
- ClientSSLOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
ClientSSLOptions
. - ClientSSLOptionsConverter() - Constructor for class io.vertx.core.net.ClientSSLOptionsConverter
- ClientWebSocket - Class in io.vertx.reactivex.core.http
-
Represents a client-side WebSocket.
- ClientWebSocket - Class in io.vertx.rxjava3.core.http
-
Represents a client-side WebSocket.
- ClientWebSocket - Interface in io.vertx.core.http
-
Represents a client-side WebSocket.
- ClientWebSocket(ClientWebSocket) - Constructor for class io.vertx.reactivex.core.http.ClientWebSocket
- ClientWebSocket(ClientWebSocket) - Constructor for class io.vertx.rxjava3.core.http.ClientWebSocket
- ClientWebSocket(Object) - Constructor for class io.vertx.reactivex.core.http.ClientWebSocket
- ClientWebSocket(Object) - Constructor for class io.vertx.rxjava3.core.http.ClientWebSocket
- CLIException - Exception in io.vertx.core.cli
-
High level exception thrown when an issue in the command line processing occurs.
- CLIException(String) - Constructor for exception io.vertx.core.cli.CLIException
-
Creates a new instance of
CLIException
. - CLIException(String, Exception) - Constructor for exception io.vertx.core.cli.CLIException
-
Creates a new instance of
CLIException
. - CliToken - Interface in io.vertx.ext.shell.cli
-
A parsed token in the command line interface.
- cloneAclToken(String, CloneAclTokenOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Clones an existing ACL token
- cloneAclToken(String, CloneAclTokenOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Clones an existing ACL token
- cloneAclToken(String, CloneAclTokenOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Clones an existing ACL token
- CloneAclTokenOptions - Class in io.vertx.ext.consul.token
- CloneAclTokenOptions() - Constructor for class io.vertx.ext.consul.token.CloneAclTokenOptions
- CloneAclTokenOptions(JsonObject) - Constructor for class io.vertx.ext.consul.token.CloneAclTokenOptions
- close() - Method in interface io.vertx.amqp.AmqpClient
-
Closes the client.
- close() - Method in interface io.vertx.amqp.AmqpConnection
-
Closes the AMQP connection, i.e. allows the Close frame to be emitted.
- close() - Method in interface io.vertx.amqp.AmqpReceiver
-
Closes the receiver.
- close() - Method in interface io.vertx.amqp.AmqpSender
-
Closes the sender.
- close() - Method in interface io.vertx.cassandra.CassandraClient
-
Closes this client.
- close() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Closes the circuit breaker.
- close() - Method in interface io.vertx.config.ConfigRetriever
-
Closes the retriever.
- close() - Method in class io.vertx.config.consul.ConsulConfigStore
- close() - Method in class io.vertx.config.git.GitConfigStore
- close() - Method in class io.vertx.config.kubernetes.ConfigMapStore
- close() - Method in class io.vertx.config.redis.RedisConfigStore
- close() - Method in interface io.vertx.config.spi.ConfigStore
-
Closes the configuration store.
- close() - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Closes the client.
- close() - Method in class io.vertx.config.vault.VaultConfigStore
- close() - Method in class io.vertx.config.zookeeper.ZookeeperConfigStore
- close() - 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.dns.DnsClient
-
Close the client.
- 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() - Method in interface io.vertx.core.file.AsyncFile
-
Close the file.
- close() - Method in interface io.vertx.core.http.HttpClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in interface io.vertx.core.http.HttpClientConnection
- close() - Method in interface io.vertx.core.http.HttpConnection
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in interface io.vertx.core.http.HttpServer
-
Close the server.
- 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() - Method in interface io.vertx.core.http.WebSocketClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in interface io.vertx.core.net.NetClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in interface io.vertx.core.net.NetServer
-
Close the server.
- close() - Method in interface io.vertx.core.net.NetSocket
-
Close the socket
- close() - Method in interface io.vertx.core.shareddata.LocalMap
-
Close and release the map
- close() - Method in interface io.vertx.core.spi.dns.AddressResolverProvider
- close() - Method in interface io.vertx.core.spi.endpoint.EndpointResolver
-
Close this resolver.
- close() - Method in interface io.vertx.core.spi.file.FileResolver
-
Close this file resolver, this is a blocking operation.
- 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.
- close() - Method in interface io.vertx.core.spi.tracing.VertxTracer
-
Close the tracer.
- close() - Method in interface io.vertx.core.spi.VerticleFactory
-
Close the factory.
- close() - Method in interface io.vertx.core.streams.Pipe
-
Close the pipe.
- close() - Method in interface io.vertx.core.Vertx
-
Stop the Vertx instance and release any resources held by it.
- close() - Method in interface io.vertx.core.WorkerExecutor
-
Close the executor.
- close() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Releases any resources or timers used by this instance.
- close() - Method in class io.vertx.ext.auth.prng.PRNG
- close() - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
stop seeding the PRNG
- close() - Method in interface io.vertx.ext.consul.ConsulClient
-
Close the client and release its resources
- close() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
-
Stops the reporter.
- close() - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- close() - Method in interface io.vertx.ext.mail.MailClient
-
Close the MailClient
- close() - Method in interface io.vertx.ext.mongo.MongoClient
-
Close the client and release its resources
- close() - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Close the client and release its resources
- close() - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
Close the stream
- close() - Method in interface io.vertx.ext.shell.Shell
-
Close the shell.
- close() - Method in interface io.vertx.ext.shell.ShellServer
-
Close the shell server, this is an asynchronous close.
- close() - 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() - 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() - 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() - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Close the store
- close() - Method in interface io.vertx.grpc.client.GrpcClient
-
Close this client.
- close() - Method in class io.vertx.junit5.ScopedObject
- close() - 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() - 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() - 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 class io.vertx.lang.groovy.GroovyVerticleFactory
- close() - Method in interface io.vertx.micrometer.backends.BackendRegistry
- close() - Method in class io.vertx.micrometer.backends.InfluxDbBackendRegistry
- close() - Method in class io.vertx.micrometer.backends.JmxBackendRegistry
- close() - Method in enum io.vertx.micrometer.backends.NoopBackendRegistry
- close() - Method in class io.vertx.micrometer.backends.PrometheusBackendRegistry
- close() - Method in interface io.vertx.mqtt.MqttEndpoint
-
Close the endpoint, so the connection with remote MQTT client
- close() - Method in interface io.vertx.mqtt.MqttServer
-
Close the server.
- close() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Close the subscriber, the retry policy will not be invoked.
- close() - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Closes the client.
- close() - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Closes the AMQP connection, i.e. allows the Close frame to be emitted.
- close() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
Closes the receiver.
- close() - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Closes the sender.
- close() - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Closes this client.
- close() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Closes the circuit breaker.
- close() - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Closes the retriever.
- close() - 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.dns.DnsClient
-
Close the client.
- 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() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Close the file.
- close() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Close the WebSocket sending the default close frame.
- close() - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- close() - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.reactivex.core.http.HttpServer
-
Close the server.
- 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() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Close the WebSocket sending the default close frame.
- close() - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.reactivex.core.net.NetClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.reactivex.core.net.NetServer
-
Close the server.
- close() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Close the socket
- 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 Vertx instance and release any resources held by it.
- close() - Method in class io.vertx.reactivex.core.WorkerExecutor
-
Close the executor.
- close() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Releases any resources or timers used by this instance.
- close() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
stop seeding the PRNG
- 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.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.mongo.MongoClient
-
Close the client and release its resources
- close() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Close the client and release its resources
- close() - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Closes the client.
- close() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Closes the connection without sending the
DISCONNECT
frame. - 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() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Close the store
- close() - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Close this client.
- close() - 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() - 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() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Close the subscriber, the retry policy will not be invoked.
- close() - Method in class io.vertx.reactivex.redis.client.Redis
-
Closes the client and terminates any connection.
- close() - Method in class io.vertx.reactivex.redis.client.RedisAPI
- close() - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Closes the connection or returns to the pool.
- close() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Closes the service discovery
- close() - Method in class io.vertx.reactivex.sqlclient.Cursor
-
Release the cursor.
- close() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Close the prepared query and release its resources.
- close() - 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 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() - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Closes the client.
- close() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Closes the AMQP connection, i.e. allows the Close frame to be emitted.
- close() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
-
Closes the receiver.
- close() - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Closes the sender.
- close() - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Closes this client.
- close() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Closes the circuit breaker.
- close() - Method in class io.vertx.rxjava3.config.ConfigRetriever
-
Closes the retriever.
- close() - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Closes the
DatagramSocket
implementation asynchronous and notifies the handler once done. - close() - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Close the client.
- close() - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
-
Closes the producer, this method should be called when the message producer is not used anymore.
- close() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Close the file.
- close() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Close the WebSocket sending the default close frame.
- close() - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- close() - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Close the server.
- close() - Method in class io.vertx.rxjava3.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.rxjava3.core.http.WebSocket
-
Close the WebSocket sending the default close frame.
- close() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Close the WebSocket sending the default close frame.
- close() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.rxjava3.core.net.NetClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - close() - Method in class io.vertx.rxjava3.core.net.NetServer
-
Close the server.
- close() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Close the socket
- close() - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Close and release the map
- close() - Method in class io.vertx.rxjava3.core.streams.Pipe
-
Close the pipe.
- close() - Method in class io.vertx.rxjava3.core.Vertx
-
Stop the Vertx instance and release any resources held by it.
- close() - Method in class io.vertx.rxjava3.core.WorkerExecutor
-
Close the executor.
- close() - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Releases any resources or timers used by this instance.
- close() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
stop seeding the PRNG
- close() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Close the client and release its resources
- close() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- close() - Method in class io.vertx.rxjava3.ext.mail.MailClient
-
Close the MailClient
- close() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Close the client and release its resources
- close() - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Close the client and release its resources
- close() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Closes the client.
- close() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Closes the connection without sending the
DISCONNECT
frame. - close() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Closes the server.
- close() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
-
Closes the connection with the client.
- close() - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Close the client.
- close() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Close it
- close() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Close the store
- close() - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Close this client.
- close() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Close the admin client
- close() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- close() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Close the producer
- close() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Close the endpoint, so the connection with remote MQTT client
- close() - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Close the server.
- close() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
-
Close the subscriber, the retry policy will not be invoked.
- close() - Method in class io.vertx.rxjava3.redis.client.Redis
-
Closes the client and terminates any connection.
- close() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
- close() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Closes the connection or returns to the pool.
- close() - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Closes the service discovery
- close() - Method in class io.vertx.rxjava3.sqlclient.Cursor
-
Release the cursor.
- close() - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
-
Close the prepared query and release its resources.
- close() - Method in class io.vertx.rxjava3.sqlclient.RowStream
-
Close the stream and release the resources.
- close() - Method in class io.vertx.rxjava3.sqlclient.SqlClient
-
Close the client and release the associated resources.
- close() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Closes the service discovery
- close() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
Same as
AbstractServiceReference.release()
, here to implementAutoCloseable
. - close() - Method in class io.vertx.serviceproxy.ProxyHandler
- close() - Method in interface io.vertx.serviceresolver.ServiceResolverClient
-
Close the client and release the resources.
- close() - Method in interface io.vertx.sqlclient.Cursor
-
Release the cursor.
- close() - Method in interface io.vertx.sqlclient.PreparedStatement
-
Close the prepared query and release its resources.
- close() - 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 class io.vertx.tracing.opentracing.OpenTracingTracer
- close() - Method in class io.vertx.tracing.zipkin.ZipkinTracer
- close(int, String) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Close it giving a status code and reason.
- close(int, String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Close it giving a status code and reason.
- close(int, String) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Close it giving a status code and reason.
- close(long) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(long) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Close the producer
- close(long) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Close the stream
- close(long) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(long) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Close the producer
- close(long) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(long) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Close the producer
- close(short) - Method in interface io.vertx.core.http.WebSocketBase
-
Close the WebSocket sending a close frame with specified status code.
- close(short) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Close the WebSocket sending a close frame with specified status code.
- close(short) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Close the WebSocket sending a close frame with specified status code.
- 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) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Close sending a close frame with specified status code and reason.
- 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) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Close sending a close frame with specified status code and reason.
- 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) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Close sending a close frame with specified status code and reason.
- close(short, String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Close sending a close frame with specified status code and reason.
- close(short, String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Close sending a close frame with specified status code and reason.
- close(short, String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Close sending a close frame with specified status code and reason.
- 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(Handler<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
-
Close the exporter
- close(Handler<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
-
Closes the importer
- close(Handler<Void>) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
-
Close the exporter
- close(Handler<Void>) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
-
Closes the importer
- 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(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(Handler<Void>) - Method in class io.vertx.servicediscovery.zookeeper.ZookeeperServiceImporter
- close(Promise<Void>) - Method in interface io.vertx.core.Closeable
-
Close this resource, the
completion
promise must be notified when the operation has completed. - CLOSE - io.vertx.core.http.WebSocketFrameType
-
Close frame.
- CLOSE - Static variable in interface io.vertx.core.http.HttpHeaders
-
close header value
- CLOSE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
close header value
- CLOSE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
close header value
- Closeable - Interface in io.vertx.core
-
A closeable resource.
- closed - Variable in class io.vertx.serviceproxy.ProxyHandler
- 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.rxjava3.core.http.HttpServerResponse
- closed() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- CLOSED - io.vertx.circuitbreaker.CircuitBreakerState
-
The
CLOSED
state. - ClosedConnectionException - Exception in io.vertx.sqlclient
-
When a client operation fails with this exception, the underlying connection may have been lost unexpectedly.
- closeFuture() - Method in interface io.vertx.amqp.AmqpConnection
- closeFuture() - Method in class io.vertx.reactivex.amqp.AmqpConnection
- closeFuture() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
- 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.WebSocketBase
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
Set a
handler
notified when the socket 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<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<StompClientConnection>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sets a handler notified when the STOMP connection is closed.
- closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a connection with the client is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Sets a
Handler
to be invoked when the circuit breaker state switches to closed. - closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.ClientWebSocket
- 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.ServerWebSocket
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
- 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<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- closeHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttClient
-
Set a handler that will be called when the connection with server is closed
- closeHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in interface io.vertx.mssqlclient.MSSQLConnection
-
Set an handler called when the connection is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Set an handler called when the connection is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.oracleclient.OracleConnection
-
Set an handler called when the connection is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.PgConnection
-
Set an handler called when the connection is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Set an handler called when the subscriber is closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Sets a to be invoked when the circuit breaker state switches to closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- 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
notified when the socket is closed - closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.db2client.DB2Connection
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- 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.mssqlclient.MSSQLConnection
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.oracleclient.OracleConnection
- 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.rxjava3.circuitbreaker.CircuitBreaker
-
Sets a to be invoked when the circuit breaker state switches to closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.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.rxjava3.core.http.ServerWebSocket
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- closeHandler(Handler<Void>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Set a
handler
notified when the socket is closed - closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.db2client.DB2Connection
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Set a handler that will be called when the connection with server is closed
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.oracleclient.OracleConnection
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.pgclient.PgConnection
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
-
Set an handler called when the subscriber is closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
-
Set an handler called when the connection is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.sqlclient.SqlConnection
-
Set an handler called when the connection is closed.
- closeReason() - Method in interface io.vertx.core.http.WebSocketBase
-
Returns the close reason message from the remote endpoint or
null
when not yet received. - closeReason() - Method in interface io.vertx.core.http.WebSocketFrame
- closeReason() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Returns the close reason message from the remote endpoint or
null
when not yet received. - 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.rxjava3.core.http.ClientWebSocket
-
Returns the close reason message from the remote endpoint or
null
when not yet received. - closeReason() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Returns the close reason message from the remote endpoint or
null
when not yet received. - closeReason() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Returns the close reason message from the remote endpoint or
null
when not yet received. - closeReason() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Returns the close reason message from the remote endpoint or
null
when not yet received. - 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.ClientWebSocket
-
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.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.rxjava3.core.http.ClientWebSocket
-
Returns the close status code received from the remote endpoint or
null
when not yet received. - closeStatusCode() - Method in class io.vertx.rxjava3.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.rxjava3.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.rxjava3.core.http.WebSocketBase
-
Returns the close status code received from the remote endpoint or
null
when not yet received. - CloudFoundryAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for CloudFoundry UAA.
- CloudFoundryAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for CloudFoundry UAA.
- CloudFoundryAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for CloudFoundry UAA. - CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
- CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- CloudFoundryAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
- CloudFoundryAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- cluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for cluster commands.
- cluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for cluster commands.
- cluster(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for cluster commands.
- CLUSTER - io.vertx.redis.client.RedisClientType
-
The client should work in cluster mode.
- CLUSTER - Static variable in interface io.vertx.redis.client.Command
-
A container for cluster commands.
- ClusterDescription - Class in io.vertx.kafka.admin
-
A detailed description of the cluster
- ClusterDescription() - Constructor for class io.vertx.kafka.admin.ClusterDescription
-
Constructor
- ClusterDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.ClusterDescription
-
Constructor (from JSON representation)
- ClusterDescription(String, Node, List<Node>, Set<AclOperation>) - Constructor for class io.vertx.kafka.admin.ClusterDescription
-
Constructor
- ClusterDescriptionConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
ClusterDescription
. - ClusterDescriptionConverter() - Constructor for class io.vertx.kafka.admin.ClusterDescriptionConverter
- ClusteredNode - Interface in io.vertx.core.spi.cluster
-
View of a clustered node.
- 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 - Class in io.vertx.rxjava3.ext.web.sstore
-
A session store which stores sessions in a distributed map so they are available across the cluster.
- 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(ClusteredSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
- ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
- ClusteredSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
- ClusteredSessionStore(Object) - Constructor for class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
- clusteredVertx(VertxOptions) - Static method in interface io.vertx.core.Vertx
-
Creates a clustered instance using the specified options.
- clusteredVertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
-
Creates a clustered instance using the specified options.
- clusteredVertx(VertxOptions) - Static method in class io.vertx.rxjava3.core.Vertx
-
Creates a clustered instance using the specified options.
- ClusterHealthCheck - Interface in io.vertx.ext.cluster.infinispan
-
A helper to create Vert.x cluster
HealthChecks
procedures. - ClusterHealthCheck - Interface in io.vertx.spi.cluster.hazelcast
-
A helper to create Vert.x cluster
HealthChecks
procedures. - clusterHost() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
If the cluster manager has its own server for data/membership, this returns the host it is listening to.
- clusterHost() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- clusterHost() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- ClusterManager - Interface in io.vertx.core.spi.cluster
-
A cluster provider for Vert.x must implement this interface.
- clusterPublicHost() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
If the cluster manager has its own server for data/membership, this returns the host it advertises to other nodes.
- clusterPublicHost() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- clusterPublicHost() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- ClusterSerializable - Interface in io.vertx.core.shareddata
- clusterSerializableChecker(Function<String, Boolean>) - Method in interface io.vertx.core.eventbus.EventBus
-
Register a predicate to invoke when verifying if an object is forbidden to be encoded/decoded as
ClusterSerializable
. - clusterSerializableChecker(Function<String, Boolean>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Register a predicate to invoke when verifying if an object is forbidden to be encoded/decoded as
ClusterSerializable
. - clusterSerializableChecker(Function<String, Boolean>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Register a predicate to invoke when verifying if an object is forbidden to be encoded/decoded as
ClusterSerializable
. - cmd(Command) - Static method in interface io.vertx.redis.client.Request
-
Creates a new request.
- cmd(Command, Object...) - Static method in interface io.vertx.redis.client.Request
- CMS_INCRBY - Static variable in interface io.vertx.redis.client.Command
- CMS_INFO - Static variable in interface io.vertx.redis.client.Command
- CMS_INITBYDIM - Static variable in interface io.vertx.redis.client.Command
- CMS_INITBYPROB - Static variable in interface io.vertx.redis.client.Command
- CMS_MERGE - Static variable in interface io.vertx.redis.client.Command
- CMS_QUERY - Static variable in interface io.vertx.redis.client.Command
- cmsIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.INCRBY.
- cmsIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.INCRBY.
- cmsIncrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.INCRBY.
- cmsInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.INFO.
- cmsInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.INFO.
- cmsInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.INFO.
- cmsInitbydim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.INITBYDIM.
- cmsInitbydim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.INITBYDIM.
- cmsInitbydim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.INITBYDIM.
- cmsInitbyprob(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.INITBYPROB.
- cmsInitbyprob(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.INITBYPROB.
- cmsInitbyprob(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.INITBYPROB.
- cmsMerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.MERGE.
- cmsMerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.MERGE.
- cmsMerge(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.MERGE.
- cmsQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.QUERY.
- cmsQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.QUERY.
- cmsQuery(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.QUERY.
- code - Variable in enum io.vertx.grpc.common.GrpcStatus
- code() - Method in exception io.vertx.core.dns.DnsException
-
The
DnsResponseCode
which caused thisDnsException
to be created. - code() - Method in enum io.vertx.core.dns.DnsResponseCode
-
Returns the error code for this
DnsResponseCode
. - code() - Method in interface io.vertx.mqtt.messages.MqttConnAckMessage
- code() - Method in interface io.vertx.mqtt.messages.MqttDisconnectMessage
- code() - Method in interface io.vertx.mqtt.messages.MqttPubAckMessage
- code() - Method in interface io.vertx.mqtt.messages.MqttPubCompMessage
- code() - Method in interface io.vertx.mqtt.messages.MqttPubRecMessage
- code() - Method in interface io.vertx.mqtt.messages.MqttPubRelMessage
- 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.reactivex.mqtt.messages.MqttDisconnectMessage
- code() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- code() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- code() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- code() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- code() - Method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- code() - Method in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- code() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- code() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- code() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- code() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- codec() - Method in class io.vertx.core.json.jackson.JacksonFactory
- codec() - Method in interface io.vertx.core.spi.JsonFactory
- CODEC - Static variable in class io.vertx.core.json.jackson.JacksonFactory
- CODEC - Static variable in class io.vertx.core.json.Json
-
This will load the default codec.
- CodecException - Exception in io.vertx.grpc.common
-
An encoding/decoding exception.
- CodecException() - Constructor for exception io.vertx.grpc.common.CodecException
- CodecException(String) - Constructor for exception io.vertx.grpc.common.CodecException
- CodecException(String, Throwable) - Constructor for exception io.vertx.grpc.common.CodecException
- CodecException(String, Throwable, boolean, boolean) - Constructor for exception io.vertx.grpc.common.CodecException
- CodecException(Throwable) - Constructor for exception io.vertx.grpc.common.CodecException
- codecSelector(Function<Object, String>) - Method in interface io.vertx.core.eventbus.EventBus
-
Set selector to be invoked when the bus has not found any codec for a
Message
body. - codecSelector(Function<Object, String>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Set selector to be invoked when the bus has not found any codec for a
Message
body. - codecSelector(Function<Object, String>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Set selector to be invoked when the bus has not found any codec for a
Message
body. - CollationOptions - Class in io.vertx.ext.mongo
-
Options used to configure collation options.
- CollationOptions() - Constructor for class io.vertx.ext.mongo.CollationOptions
-
Default constructor for setting
- CollationOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.CollationOptions
-
Constructing from a JsonObject with provided attributes
- CollationOptions(CollationOptions) - Constructor for class io.vertx.ext.mongo.CollationOptions
-
Copy constructor
- CollationOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
CollationOptions
. - CollationOptionsConverter() - Constructor for class io.vertx.ext.mongo.CollationOptionsConverter
- collect(Collector<T, A, R>) - Method in interface io.vertx.core.streams.ReadStream
-
Apply a
collector
to this stream, the obtained result is returned as a future. - collecting(Collector<Row, ?, R>) - Method in interface io.vertx.sqlclient.PreparedQuery
-
Use the specified
collector
for collecting the query result to<R>
. - collecting(Collector<Row, ?, R>) - Method in interface io.vertx.sqlclient.Query
-
Use the specified
collector
for collecting the query result to<R>
. - collecting(Collector<Row, ?, U>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Set a collector that will process the output and produce a custom result.
- Column - Annotation Type in io.vertx.sqlclient.templates.annotations
-
Annotate a Vert.x data object property for custom configuration when it is mapped to a column.
- columnDefinitions() - Method in interface io.vertx.cassandra.CassandraRowStream
-
Get the
ColumnDefinitions
provided by the backingResultSet
for this stream. - columnDefinitions() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
-
Get the provided by the backing
ResultSet
for this stream. - columnDefinitions() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
-
Get the provided by the backing
ResultSet
for this stream. - ColumnDescriptor - Class in io.vertx.reactivex.sqlclient.desc
- ColumnDescriptor - Class in io.vertx.rxjava3.sqlclient.desc
- ColumnDescriptor - Interface in io.vertx.sqlclient.desc
- ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- ColumnDescriptor(Object) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- ColumnDescriptor(Object) - Constructor for class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- columnDescriptors() - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
Get the column descriptors in the SqlResult.
- columnDescriptors() - Method in class io.vertx.rxjava3.sqlclient.SqlResult
-
Get the column descriptors in the SqlResult.
- columnDescriptors() - Method in interface io.vertx.sqlclient.SqlResult
-
Get the column descriptors in the SqlResult.
- columnsNames() - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
Get the names of columns in the SqlResult.
- columnsNames() - Method in class io.vertx.rxjava3.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.
- COMBINED - io.vertx.ext.web.handler.LoggerFormat
-
remote-client - user> [timestamp in strftime format] "method uri version" status content-length "referrer" "user-agent"
- command() - Method in class io.vertx.core.spi.launcher.ExecutionContext
- command() - Method in interface io.vertx.redis.client.Request
-
Get the Command that is to be used by this request.
- command(CLI) - Static method in interface io.vertx.ext.shell.command.CommandBuilder
-
Create a new commmand with its
CLI
descriptor. - 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(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get array of Redis command details.
- command(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get array of Redis command details.
- command(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get array of Redis command details.
- Command - Enum in io.vertx.ext.stomp
-
The list of command defined by the STOMP specification.
- Command - Interface in io.vertx.core.spi.launcher
-
A plug-in to the Vert.x command or
Launcher
class. - Command - Interface in io.vertx.ext.shell.command
-
A Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(java.lang.String)
or from a Java class usingCommand.create(io.vertx.core.Vertx, java.lang.Class<? extends io.vertx.ext.shell.command.AnnotatedCommand>)
- 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
-
Get array of Redis command details.
- CommandBuilder - Interface in io.vertx.ext.shell.command
-
A build for Vert.x Shell command.
- commandDecorator(Consumer<Runnable>) - Method in class io.vertx.grpc.VertxServerBuilder
-
Add a command decorator for the grpc calls.
- CommandFactory<C extends Command> - Interface in io.vertx.core.spi.launcher
-
SPI Interface to provide a new
Launcher
command. - CommandFactoryLookup - Interface in io.vertx.core.spi.launcher
-
The interface to implement to look for commands.
- commandLine() - Method in class io.vertx.core.spi.launcher.ExecutionContext
- commandLine() - Method in interface io.vertx.ext.shell.command.CommandProcess
- CommandLine - Interface in io.vertx.core.cli
-
The parser transforms a CLI (a model) into an
CommandLine
. - CommandProcess - Interface in io.vertx.ext.shell.command
-
The command process provides interaction with the process of the command provided by Vert.x Shell.
- CommandRegistry - Interface in io.vertx.ext.shell.command
-
A registry that contains the commands known by a shell.
- CommandResolver - Interface in io.vertx.ext.shell.command
-
A resolver for commands, so the shell can discover commands.
- 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
- commaSeparatedArrayParser() - Static method in interface io.vertx.ext.web.validation.builder.Parsers
- commaSeparatedArrayParser() - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- commaSeparatedArrayParser() - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- commaSeparatedObjectParser() - Static method in interface io.vertx.ext.web.validation.builder.Parsers
- commaSeparatedObjectParser() - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- commaSeparatedObjectParser() - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- commaSeparatedTupleParser() - Static method in interface io.vertx.ext.web.validation.builder.Parsers
- commaSeparatedTupleParser() - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- commaSeparatedTupleParser() - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- commit() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Commit current offsets for all the subscribed list of topics and partition.
- commit() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Commit the current transaction.
- commit() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit() - Method in class io.vertx.rxjava3.sqlclient.Transaction
-
Commit the current transaction.
- commit() - Method in interface io.vertx.sqlclient.Transaction
-
Commit the current transaction.
- commit(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String) - Method in class io.vertx.rxjava3.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>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Commits a transaction.
- 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>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Commit the specified offsets for the specified list of topics and partitions to Kafka.
- COMMIT - io.vertx.ext.stomp.Command
- 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.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
COMMIT
frame is received. - committed(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- committed(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- committed(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- committed(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- commitTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Commits the ongoing transaction.
- commitTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Commits the ongoing transaction.
- commitTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Commits the ongoing transaction.
- commitTransaction() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Commits the ongoing transaction.
- compareAndSet(long, long) - Method in interface io.vertx.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- compareAndSet(long, long) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- compareAndSet(long, long) - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- compareTo(Delayed) - Method in interface io.vertx.core.Timer
- compareTo(Delayed) - Method in class io.vertx.reactivex.core.Timer
- compareTo(Delayed) - Method in class io.vertx.rxjava3.core.Timer
- Completable<T> - Interface in io.vertx.core
-
A view of something that can be completed with a success or failure.
- CompletableHelper - Class in io.vertx.reactivex
- CompletableHelper - Class in io.vertx.rxjava3
- CompletableHelper() - Constructor for class io.vertx.reactivex.CompletableHelper
- CompletableHelper() - Constructor for class io.vertx.rxjava3.CompletableHelper
- complete() - Method in interface io.vertx.core.Promise
-
Calls
complete(null)
- 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 anIllegalStateException
to signal the error. - complete() - Method in class io.vertx.reactivex.core.Promise
-
Calls
complete(null)
- 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 anIllegalStateException
to signal the error. - complete() - Method in class io.vertx.rxjava3.core.Promise
-
Calls
complete(null)
- complete() - Method in class io.vertx.rxjava3.ext.unit.Async
-
Signals the asynchronous operation is done, this method must be called with a count greater than
0
, otherwise it throws anIllegalStateException
to signal the error. - complete(Completion) - Method in class io.vertx.ext.shell.command.AnnotatedCommand
-
Perform command completion, when the command is done completing it should call
Completion.complete(List)
orCompletion.complete(String, boolean)
)} method to signal completion is done. - complete(Completion) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
- complete(Completion) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
- complete(Completion) - Method in interface io.vertx.ext.shell.command.Command
-
Perform command completion, when the command is done completing it should call
Completion.complete(List)
orCompletion.complete(String, boolean)
)} method to signal completion is done. - 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(Boolean) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
Set the result.
- complete(Boolean) - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
-
Set the result.
- complete(Boolean) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
-
Set the result.
- complete(Boolean) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
-
Set the result.
- complete(Boolean, Throwable) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- complete(Boolean, Throwable) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- complete(Boolean, Throwable) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- complete(Boolean, Throwable) - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- complete(Boolean, Throwable) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- complete(Boolean, Throwable) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- complete(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Set the result.
- complete(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Set the result.
- complete(Object, Throwable) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- complete(Object, Throwable) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- 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(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(T) - Method in interface io.vertx.core.Promise
-
Set the result.
- complete(T) - Method in class io.vertx.reactivex.core.Promise
-
Set the result.
- complete(T) - Method in class io.vertx.rxjava3.core.Promise
-
Set the result.
- complete(T, Throwable) - Method in interface io.vertx.core.Completable
-
Complete this instance when
failure
isnull
, a success is signaled otherwise a failure is signaled - complete(T, Throwable) - Method in interface io.vertx.core.Promise
- complete(T, Throwable) - Method in class io.vertx.reactivex.core.Promise
- complete(T, Throwable) - Method in class io.vertx.rxjava3.core.Promise
- COMPLETE - io.vertx.ext.web.handler.graphql.ws.MessageType
- completed() - Method in class io.vertx.junit5.VertxTestContext
-
Check if the context has completed.
- completedWithJson(Buffer) - Static method in class io.vertx.ext.web.api.service.ServiceResponse
-
Creates a
ServiceResponse
with status code 200, status message OK, content typeapplication/json
andjson
as body - completedWithJson(JsonArray) - Static method in class io.vertx.ext.web.api.service.ServiceResponse
-
Creates a
ServiceResponse
with status code 200, status message OK, content typeapplication/json
andjsonArray
as body - completedWithJson(JsonObject) - Static method in class io.vertx.ext.web.api.service.ServiceResponse
-
Creates a
ServiceResponse
with status code 200, status message OK, content typeapplication/json
andjsonObject
as body - completedWithPlainText(Buffer) - Static method in class io.vertx.ext.web.api.service.ServiceResponse
-
Creates a
ServiceResponse
with status code 200, status message OK, content typetext/plain
andtext
as body - completeNow() - Method in class io.vertx.junit5.VertxTestContext
-
Complete the test context immediately, making the corresponding test pass.
- completing() - Method in class io.vertx.junit5.VertxTestContext
-
Deprecated.Use
VertxTestContext.succeedingThenComplete()
instead. - completion() - Method in interface io.vertx.core.eventbus.MessageConsumer
- completion() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- completion() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Return the transaction completion
Future
that succeeds when the transaction commits and fails withTransactionRollbackException
when the transaction rolls back. - completion() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- completion() - Method in class io.vertx.rxjava3.sqlclient.Transaction
-
Return the transaction completion
Future
that succeeds when the transaction commits and fails withTransactionRollbackException
when the transaction rolls back. - completion() - Method in interface io.vertx.sqlclient.Transaction
-
Return the transaction completion
Future
that succeeds when the transaction commits and fails withTransactionRollbackException
when the transaction rolls back. - Completion<T> - Class in io.vertx.reactivex.ext.unit
-
A completion object that emits completion notifications either succeeded or failed.
- Completion<T> - Class in io.vertx.rxjava3.ext.unit
-
A completion object that emits completion notifications either succeeded or failed.
- 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(Completion) - Constructor for class io.vertx.reactivex.ext.unit.Completion
- Completion(Completion) - Constructor for class io.vertx.rxjava3.ext.unit.Completion
- Completion(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.unit.Completion
- Completion(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.ext.unit.Completion
- 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.
- 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.rxjava3.ext.web.MIMEHeader
-
Gets the parsed component part of the MIME.
- compose(Function<? super T, Future<U>>) - Method in interface io.vertx.core.Future
-
Compose this future with a
mapper
function. - compose(Function<? super T, Future<U>>, Function<Throwable, Future<U>>) - Method in interface io.vertx.core.Future
-
Compose this future with a
successMapper
andfailureMapper
functions. - CompositeFuture - Interface in io.vertx.core
-
The composite future wraps a list of
futures
, it is useful when several futures needs to be coordinated. - compressorRegistry(CompressorRegistry) - Method in class io.vertx.grpc.VertxChannelBuilder
- compressorRegistry(CompressorRegistry) - Method in class io.vertx.grpc.VertxServerBuilder
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or
null
if there is no current mapping). - computeIfAbsent(String, Function<String, Object>) - Method in interface io.vertx.ext.web.Session
-
Put some data in a session if absent.
- computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.ext.web.sstore.AbstractSession
- computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.reactivex.ext.web.Session
-
Put some data in a session if absent.
- computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.rxjava3.ext.web.Session
-
Put some data in a session if absent.
- 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 unlessnull
. - 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
- CONCURRENT - Static variable in interface io.vertx.core.spi.context.storage.AccessMode
-
This access mode provides concurrent access to context local storage with thread safety and atomicity.
- config() - Method in class io.vertx.core.AbstractVerticle
-
Get the configuration of the verticle.
- config() - Method in interface io.vertx.core.Context
-
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
- config() - Method in class io.vertx.core.VerticleBase
-
Get the configuration of the verticle.
- 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() - Method in class io.vertx.rxjava3.core.Context
-
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
- config(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for server configuration commands.
- config(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for server configuration commands.
- config(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for server configuration commands.
- 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(JsonObject) - Constructor for class io.vertx.kafka.admin.Config
-
Constructor (from JSON representation)
- Config(List<ConfigEntry>) - Constructor for class io.vertx.kafka.admin.Config
-
Constructor
- CONFIG - Static variable in interface io.vertx.redis.client.Command
-
A container for server configuration commands.
- ConfigChange - Class in io.vertx.config
-
A structure representing a configuration change.
- 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. - ConfigChange(JsonObject, JsonObject) - Constructor for class io.vertx.config.ConfigChange
-
Creates a new
ConfigChange
instance. - ConfigConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
Config
. - ConfigConverter() - Constructor for class io.vertx.kafka.admin.ConfigConverter
- ConfigEntry - Class in io.vertx.kafka.admin
-
A class representing a configuration entry containing name, value and additional metadata
- ConfigEntry() - Constructor for class io.vertx.kafka.admin.ConfigEntry
-
Constructor
- ConfigEntry(JsonObject) - Constructor for class io.vertx.kafka.admin.ConfigEntry
-
Constructor (from JSON representation)
- ConfigEntry(String, String) - Constructor for class io.vertx.kafka.admin.ConfigEntry
-
Constructor
- ConfigEntry(String, String, ConfigEntry.ConfigSource, boolean, boolean, List<ConfigSynonym>) - Constructor for class io.vertx.kafka.admin.ConfigEntry
-
Constructor
- ConfigEntryConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
ConfigEntry
. - ConfigEntryConverter() - Constructor for class io.vertx.kafka.admin.ConfigEntryConverter
- ConfigHelper - Class in io.vertx.spi.cluster.ignite.util
- ConfigMapStore - Class in io.vertx.config.kubernetes
-
An implementation of configuration store reading config map from Kubernetes.
- ConfigMapStore(Vertx, JsonObject) - Constructor for class io.vertx.config.kubernetes.ConfigMapStore
- ConfigMapStoreFactory - Class in io.vertx.config.kubernetes
- ConfigMapStoreFactory() - Constructor for class io.vertx.config.kubernetes.ConfigMapStoreFactory
- ConfigProcessor - Interface in io.vertx.config.spi
-
A processor transforms a chunk of configuration retrieved from a configuration store as a
Buffer
to aJsonObject
. - 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(JsonObject) - Constructor for class io.vertx.kafka.client.common.ConfigResource
-
Constructor (from JSON representation)
- ConfigResource(ConfigResource.Type, String) - Constructor for class io.vertx.kafka.client.common.ConfigResource
-
Constructor
- ConfigResourceConverter - Class in io.vertx.kafka.client.common
-
Converter and mapper for
ConfigResource
. - ConfigResourceConverter() - Constructor for class io.vertx.kafka.client.common.ConfigResourceConverter
- ConfigRetriever - Class in io.vertx.reactivex.config
-
Defines a configuration retriever that read configuration from and tracks changes periodically.
- ConfigRetriever - Class in io.vertx.rxjava3.config
-
Defines a configuration retriever that read configuration from and tracks changes periodically.
- ConfigRetriever - Interface in io.vertx.config
-
Defines a configuration retriever that read configuration from
ConfigStore
and tracks changes periodically. - ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.reactivex.config.ConfigRetriever
- ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.rxjava3.config.ConfigRetriever
- ConfigRetriever(Object) - Constructor for class io.vertx.reactivex.config.ConfigRetriever
- ConfigRetriever(Object) - Constructor for class io.vertx.rxjava3.config.ConfigRetriever
- ConfigRetrieverOptions - Class in io.vertx.config
-
Options to configure the
ConfigRetriever
. - ConfigRetrieverOptions() - Constructor for class io.vertx.config.ConfigRetrieverOptions
- ConfigRetrieverOptions(ConfigRetrieverOptions) - Constructor for class io.vertx.config.ConfigRetrieverOptions
- ConfigRetrieverOptions(JsonObject) - Constructor for class io.vertx.config.ConfigRetrieverOptions
- ConfigRetrieverOptionsConverter - Class in io.vertx.config
-
Converter and mapper for
ConfigRetrieverOptions
. - ConfigRetrieverOptionsConverter() - Constructor for class io.vertx.config.ConfigRetrieverOptionsConverter
- ConfigStore - Interface in io.vertx.config.spi
-
Defines a configuration store.
- ConfigStoreFactory - Interface in io.vertx.config.spi
-
Factory to create instances of
ConfigStore
. - ConfigStoreOptions - Class in io.vertx.config
-
Data object representing the configuration of a configuration store.
- ConfigStoreOptions() - Constructor for class io.vertx.config.ConfigStoreOptions
- ConfigStoreOptions(ConfigStoreOptions) - Constructor for class io.vertx.config.ConfigStoreOptions
- ConfigStoreOptions(JsonObject) - Constructor for class io.vertx.config.ConfigStoreOptions
- configStream() - Method in interface io.vertx.config.ConfigRetriever
- configStream() - Method in class io.vertx.reactivex.config.ConfigRetriever
- configStream() - Method in class io.vertx.rxjava3.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(JsonObject) - Constructor for class io.vertx.kafka.admin.ConfigSynonym
-
Constructor (from JSON representation)
- ConfigSynonym(String, String, ConfigEntry.ConfigSource) - Constructor for class io.vertx.kafka.admin.ConfigSynonym
-
Constructor
- ConfigSynonymConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
ConfigSynonym
. - ConfigSynonymConverter() - Constructor for class io.vertx.kafka.admin.ConfigSynonymConverter
- configure(DatagramChannel, DatagramSocketOptions) - Method in interface io.vertx.core.spi.transport.Transport
- configure(ClientOptionsBase, int, boolean, Bootstrap) - Method in interface io.vertx.core.spi.transport.Transport
- configure(NetServerOptions, boolean, ServerBootstrap) - Method in interface io.vertx.core.spi.transport.Transport
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.BufferDeserializer
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.BufferSerializer
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonArrayDeserializer
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonArraySerializer
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonObjectDeserializer
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonObjectSerializer
- 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.rxjava3.ext.stomp.StompServerConnection
-
Configures the heartbeat.
- ConfigUtil - Class in io.vertx.spi.cluster.hazelcast
- confirmSelect() - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Enables publisher acknowledgements on this channel.
- confirmSelect() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Enables publisher acknowledgements on this channel.
- confirmSelect() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Enables publisher acknowledgements on this channel.
- connect() - Method in interface io.vertx.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- connect() - Method in interface io.vertx.core.http.HttpClientRequest
-
Create an HTTP tunnel to the server.
- connect() - 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() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- connect() - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- connect() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Create an HTTP tunnel to the server.
- connect() - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- connect() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- connect() - Method in class io.vertx.reactivex.redis.client.Redis
-
Connects to the Redis server.
- connect() - Method in interface io.vertx.redis.client.Redis
-
Connects to the Redis server.
- connect() - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- connect() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Create an HTTP tunnel to the server.
- connect() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- connect() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- connect() - Method in class io.vertx.rxjava3.redis.client.Redis
-
Connects to the Redis server.
- connect(int, String) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - connect(int, String) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server.
- connect(int, String) - Method in interface io.vertx.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(int, String) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - connect(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Connects to the server.
- connect(int, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(int, String) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - connect(int, String) - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Connects to the server.
- connect(int, String) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(int, String, String) - Method in interface io.vertx.core.http.ClientWebSocket
-
Connect this WebSocket to the specified port, host and relative request URI.
- connect(int, String, String) - Method in interface io.vertx.core.http.WebSocketClient
-
Connect a WebSocket to the specified port, host and relative request URI.
- connect(int, String, String) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - connect(int, String, String) - Method in interface io.vertx.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(int, String, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Connect this WebSocket to the specified port, host and relative request URI.
- connect(int, String, String) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Connect a WebSocket to the specified port, host and relative request URI.
- connect(int, String, String) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - connect(int, String, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(int, String, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Connect this WebSocket to the specified port, host and relative request URI.
- connect(int, String, String) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Connect a WebSocket to the specified port, host and relative request URI.
- connect(int, String, String) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - connect(int, String, String) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(Context, C) - Method in interface io.vertx.sqlclient.spi.ConnectionFactory
-
Create a connection using the given
context
. - connect(Context, Future<C>) - Method in interface io.vertx.sqlclient.spi.ConnectionFactory
- connect(HttpConnectOptions) - Method in interface io.vertx.core.http.HttpClientAgent
-
Connect to a remote HTTP server with the specific
options
, the connection is un-pooled and the management of the connection is left to the user. - connect(HttpConnectOptions) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Connect to a remote HTTP server with the specific
options
, the connection is un-pooled and the management of the connection is left to the user. - connect(HttpConnectOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Connect to a remote HTTP server with the specific
options
, the connection is un-pooled and the management of the connection is left to the user. - connect(WebSocketConnectOptions) - Method in interface io.vertx.core.http.ClientWebSocket
-
Connect this WebSocket with the specified options.
- connect(WebSocketConnectOptions) - Method in interface io.vertx.core.http.WebSocketClient
-
Connect a WebSocket with the specified options.
- connect(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Connect this WebSocket with the specified options.
- connect(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Connect a WebSocket with the specified options.
- connect(WebSocketConnectOptions) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Connect this WebSocket with the specified options.
- connect(WebSocketConnectOptions) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Connect a WebSocket with the specified options.
- connect(ConnectOptions) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific
connectOptions
. - connect(ConnectOptions) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
connectOptions
. - connect(ConnectOptions) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
connectOptions
. - connect(SocketAddress) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - connect(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - connect(SocketAddress) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - connect(SocketAddress, String) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - connect(SocketAddress, String) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - connect(SocketAddress, String) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - connect(Vertx) - Static method in interface io.vertx.pgclient.PgConnection
-
Like
PgConnection.connect(Vertx, PgConnectOptions)
with options build from the environment variables. - connect(Vertx, DB2ConnectOptions) - Static method in interface io.vertx.db2client.DB2Connection
-
Create a connection to DB2 server with the given
connectOptions
. - connect(Vertx, MSSQLConnectOptions) - Static method in interface io.vertx.mssqlclient.MSSQLConnection
-
Create a connection to SQL Server with the given
connectOptions
. - connect(Vertx, MySQLConnectOptions) - Static method in interface io.vertx.mysqlclient.MySQLConnection
-
Create a connection to MySQL server with the given
connectOptions
. - connect(Vertx, OracleConnectOptions) - Static method in interface io.vertx.oracleclient.OracleConnection
-
Create a connection to Oracle with the given
connectOptions
. - connect(Vertx, PgConnectOptions) - Static method in interface io.vertx.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- connect(Vertx, String) - Static method in interface io.vertx.db2client.DB2Connection
-
Like
DB2Connection.connect(Vertx, DB2ConnectOptions)
with options build fromconnectionUri
. - connect(Vertx, String) - Static method in interface io.vertx.mssqlclient.MSSQLConnection
-
Like
MSSQLConnection.connect(Vertx, MSSQLConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in interface io.vertx.mysqlclient.MySQLConnection
-
Like
MySQLConnection.connect(Vertx, MySQLConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in interface io.vertx.oracleclient.OracleConnection
-
Like
OracleConnection.connect(Vertx, OracleConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in interface io.vertx.pgclient.PgConnection
-
Like
PgConnection.connect(Vertx, PgConnectOptions)
with options build fromconnectionUri
. - connect(Vertx) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
Like
PgConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build from the environment variables. - connect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.reactivex.db2client.DB2Connection
-
Create a connection to DB2 server with the given
connectOptions
. - connect(Vertx, MSSQLConnectOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
-
Create a connection to SQL Server with the given
connectOptions
. - connect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Create a connection to MySQL server with the given
connectOptions
. - connect(Vertx, OracleConnectOptions) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
-
Create a connection to Oracle with the given
connectOptions
. - connect(Vertx, PgConnectOptions) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- connect(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Connection
-
Like
DB2Connection.connect(io.vertx.reactivex.core.Vertx, io.vertx.db2client.DB2ConnectOptions)
with options build fromconnectionUri
. - connect(Vertx, String) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
-
Like
MSSQLConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Like
MySQLConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
-
Like
OracleConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.oracleclient.OracleConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
Like
PgConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build fromconnectionUri
. - connect(Vertx) - Static method in class io.vertx.rxjava3.pgclient.PgConnection
-
Like
PgConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build from the environment variables. - connect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.rxjava3.db2client.DB2Connection
-
Create a connection to DB2 server with the given
connectOptions
. - connect(Vertx, MSSQLConnectOptions) - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
-
Create a connection to SQL Server with the given
connectOptions
. - connect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Create a connection to MySQL server with the given
connectOptions
. - connect(Vertx, OracleConnectOptions) - Static method in class io.vertx.rxjava3.oracleclient.OracleConnection
-
Create a connection to Oracle with the given
connectOptions
. - connect(Vertx, PgConnectOptions) - Static method in class io.vertx.rxjava3.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- connect(Vertx, String) - Static method in class io.vertx.rxjava3.db2client.DB2Connection
-
Like
DB2Connection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.db2client.DB2ConnectOptions)
with options build fromconnectionUri
. - connect(Vertx, String) - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
-
Like
MSSQLConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Like
MySQLConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in class io.vertx.rxjava3.oracleclient.OracleConnection
-
Like
OracleConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.oracleclient.OracleConnectOptions)
with options built fromconnectionUri
. - connect(Vertx, String) - Static method in class io.vertx.rxjava3.pgclient.PgConnection
-
Like
PgConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build fromconnectionUri
. - connect(String) - Method in interface io.vertx.core.http.ClientWebSocket
-
Connect this WebSocket at the relative request URI using the default host and port.
- connect(String) - Method in interface io.vertx.core.http.WebSocketClient
-
Connect a WebSocket to the default client port, default client host and specified, relative request URI.
- connect(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connect(String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Connect this WebSocket at the relative request URI using the default host and port.
- connect(String) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Connect a WebSocket to the default client port, default client host and specified, relative request URI.
- 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(String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Connect this WebSocket at the relative request URI using the default host and port.
- connect(String) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Connect a WebSocket to the default client port, default client host and specified, relative request URI.
- connect(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connect(String, String) - Method in interface io.vertx.core.http.ClientWebSocket
-
Connect this WebSocket to the host and relative request URI and default port.
- connect(String, String) - Method in interface io.vertx.core.http.WebSocketClient
-
Connect a WebSocket to the default client port and specified host and relative request URI.
- connect(String, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Connect this WebSocket to the host and relative request URI and default port.
- connect(String, String) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Connect a WebSocket to the default client port and specified host and relative request URI.
- connect(String, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Connect this WebSocket to the host and relative request URI and default port.
- connect(String, String) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Connect a WebSocket to the default client port and specified host and relative request URI.
- CONNECT - io.vertx.ext.stomp.Command
- CONNECT - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2616
CONNECT
method, this instance is interned and uniquely used. - connected(WebSocket) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when a 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.
- connected(S, R, ServerWebSocket) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when a server web socket connects.
- CONNECTED - io.vertx.ext.stomp.Command
- connectHandler() - Method in interface io.vertx.core.net.NetServer
- connectHandler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetServer
-
Supply a connect handler for this server.
- 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.rxjava3.core.net.NetServer
-
Supply a connect handler for this server.
- connectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
CONNECT
frame is received. - connectingTo(SqlConnectOptions) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(SqlConnectOptions) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(SqlConnectOptions) - Method in interface io.vertx.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(String) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(String) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(String) - Method in interface io.vertx.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(Supplier<Single<SqlConnectOptions>>) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(Supplier<Future<SqlConnectOptions>>) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(Supplier<Future<SqlConnectOptions>>) - Method in interface io.vertx.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(List<SqlConnectOptions>) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(List<SqlConnectOptions>) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - connectingTo(List<SqlConnectOptions>) - Method in interface io.vertx.sqlclient.ClientBuilder
-
Configure the
database
the client should connect to. - 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() - Method in interface io.vertx.core.http.HttpServerRequest
- connection() - Method in interface io.vertx.ext.stomp.ServerFrame
- connection() - Method in interface io.vertx.grpc.client.GrpcClientRequest
- connection() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- 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.reactivex.grpc.client.GrpcClientRequest
- connection() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- connection() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
-
Gets the connection having created the receiver.
- connection() - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Gets the connection having created the sender.
- connection() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- connection() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- connection() - Method in class io.vertx.rxjava3.ext.stomp.ServerFrame
- connection() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- connection() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- CONNECTION - Static variable in interface io.vertx.core.http.HttpHeaders
-
Connection header name
- CONNECTION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Connection header name
- CONNECTION - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Connection header name
- CONNECTION_ACK - io.vertx.ext.web.handler.graphql.ws.MessageType
- CONNECTION_INIT - io.vertx.ext.web.handler.graphql.ws.MessageType
- CONNECTION_RATE_EXCEEDED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- 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.rxjava3.ext.stomp.StompClientConnection
-
Sets a handler notified when the server does not respond to a
ping
request in time. - ConnectionFactory<C extends SqlConnectOptions> - Interface in io.vertx.sqlclient.spi
-
A connection factory, can be obtained from
Driver.createConnectionFactory(io.vertx.core.Vertx, io.vertx.core.net.NetClientOptions)
- connectionHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpServer
-
Set a connection handler for the server.
- connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Set a connection handler for the server.
- connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Set a connection handler for the server.
- ConnectionInitEvent - Class in io.vertx.reactivex.ext.web.handler.graphql.ws
- ConnectionInitEvent - Class in io.vertx.rxjava3.ext.web.handler.graphql.ws
- ConnectionInitEvent - Interface in io.vertx.ext.web.handler.graphql.ws
- ConnectionInitEvent(ConnectionInitEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- ConnectionInitEvent(ConnectionInitEvent) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- ConnectionInitEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- ConnectionInitEvent(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- connectionParams() - Method in interface io.vertx.ext.web.handler.graphql.ws.Message
- connectionParams() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- connectionParams() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- 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
- ConnectOptions - Class in io.vertx.core.net
-
Options for configuring how to connect to a TCP server.
- ConnectOptions - Class in io.vertx.ext.consul.connect
- ConnectOptions() - Constructor for class io.vertx.core.net.ConnectOptions
-
The default constructor
- ConnectOptions() - Constructor for class io.vertx.ext.consul.connect.ConnectOptions
-
Default constructor
- ConnectOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.ConnectOptions
-
Constructor from JSON
- ConnectOptions(ConnectOptions) - Constructor for class io.vertx.core.net.ConnectOptions
-
Copy constructor
- connectProperties() - Method in interface io.vertx.mqtt.MqttEndpoint
- connectProperties() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- connectProperties() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- connectTimeout() - Method in interface io.vertx.ext.web.client.HttpRequest
- connectTimeout() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- connectTimeout() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- connectTimeout(long) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Sets the amount of time after which, if the request is not obtained from the client within the timeout period, the response is failed with a
TimeoutException
. - connectTimeout(long) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Sets the amount of time after which, if the request is not obtained from the client within the timeout period, the response is failed with a
TimeoutException
. - connectTimeout(long) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Sets the amount of time after which, if the request is not obtained from the client within the timeout period, the response is failed with a
TimeoutException
. - 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.rxjava3.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- CONSISTENT_HASHING - Static variable in interface io.vertx.core.net.endpoint.LoadBalancer
-
Consistent hashing load balancer with 4 virtual servers, falling back to a random load balancer.
- consistentHashing(int, LoadBalancer) - Static method in interface io.vertx.core.net.endpoint.LoadBalancer
-
Sticky load balancer that uses consistent hashing based on a client provided routing key, defaulting to the
fallback
load balancer when no routing key is provided. - constantDelay(long) - Static method in interface io.vertx.circuitbreaker.RetryPolicy
-
Create a constant delay retry policy.
- constantDelay(long) - Static method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
-
Create a constant delay retry policy.
- constantDelay(long) - Static method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
-
Create a constant delay retry policy.
- ConstructorBasedConverter<T> - Class in io.vertx.core.cli.converters
-
This 'default' converter tries to create objects using a constructor taking a single String argument.
- constSchema(Object) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- ConsulClient - Class in io.vertx.reactivex.ext.consul
-
A Vert.x service used to interact with Consul.
- ConsulClient - Class in io.vertx.rxjava3.ext.consul
-
A Vert.x service used to interact with Consul.
- ConsulClient - Interface in io.vertx.ext.consul
-
A Vert.x service used to interact with Consul.
- ConsulClient(ConsulClient) - Constructor for class io.vertx.reactivex.ext.consul.ConsulClient
- ConsulClient(ConsulClient) - Constructor for class io.vertx.rxjava3.ext.consul.ConsulClient
- ConsulClient(Object) - Constructor for class io.vertx.reactivex.ext.consul.ConsulClient
- ConsulClient(Object) - Constructor for class io.vertx.rxjava3.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(JsonObject) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Constructor from JSON
- ConsulClientOptions(ConsulClientOptions) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Copy constructor
- ConsulClientOptions(URI) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Constructor from
URI
. - ConsulClientOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
ConsulClientOptions
. - ConsulClientOptionsConverter() - Constructor for class io.vertx.ext.consul.ConsulClientOptionsConverter
- ConsulConfigStore - Class in io.vertx.config.consul
- ConsulConfigStoreFactory - Class in io.vertx.config.consul
- ConsulConfigStoreFactory() - Constructor for class io.vertx.config.consul.ConsulConfigStoreFactory
- ConsulServiceImporter - Class in io.vertx.servicediscovery.consul
-
A discovery bridge importing services from Consul.
- ConsulServiceImporter() - Constructor for class io.vertx.servicediscovery.consul.ConsulServiceImporter
- consumer - Variable in class io.vertx.serviceproxy.ProxyHandler
- consumer(MessageConsumerOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message consumer against the specified options address.
- consumer(MessageConsumerOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Create a message consumer against the specified options address.
- consumer(MessageConsumerOptions) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Create a message consumer against the specified options address.
- consumer(MessageConsumerOptions, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a consumer and register it against the specified options address.
- consumer(MessageConsumerOptions, Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Create a consumer and register it against the specified options address.
- consumer(MessageConsumerOptions, Handler<Message<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Create a consumer and register it against the specified options address.
- consumer(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message consumer 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) - Method in class io.vertx.rxjava3.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, Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Create a consumer and register it against the specified address.
- consumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Create a consumer and register it against the specified address.
- 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(JsonObject) - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescription
-
Constructor (from JSON representation)
- ConsumerGroupDescription(String, boolean, List<MemberDescription>, String, ConsumerGroupState, Node, Set<AclOperation>) - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescription
-
Constructor
- ConsumerGroupDescriptionConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
ConsumerGroupDescription
. - ConsumerGroupDescriptionConverter() - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescriptionConverter
- ConsumerGroupListing - Class in io.vertx.kafka.admin
-
A listing of a consumer group in the cluster.
- ConsumerGroupListing() - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
-
Constructor
- ConsumerGroupListing(JsonObject) - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
-
Constructor (from JSON representation)
- ConsumerGroupListing(String, boolean) - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
-
Constructor
- ConsumerGroupListingConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
ConsumerGroupListing
. - ConsumerGroupListingConverter() - Constructor for class io.vertx.kafka.admin.ConsumerGroupListingConverter
- consumerTag() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
- consumerTag() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
- consumerTag() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- consumerTag() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- consumerTag() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- consumerTag() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- ConsumerTracer<S> - Class in io.vertx.kafka.client.common.tracing
-
Tracer for Kafka consumer, wrapping the generic tracer.
- ConsumerTracer.StartedSpan - Class in io.vertx.kafka.client.common.tracing
- consumes(String) - Method in interface io.vertx.ext.web.Route
-
Add a content type consumed by this route.
- consumes(String) - Method in class io.vertx.reactivex.ext.web.Route
-
Add a content type consumed by this route.
- consumes(String) - Method in class io.vertx.rxjava3.ext.web.Route
-
Add a content type consumed by this route.
- contains(CharSequence) - Method in interface io.vertx.core.MultiMap
-
Like
MultiMap.contains(String)
but accepting aCharSequence
as a parameter - contains(CharSequence, CharSequence, boolean) - Method in interface io.vertx.core.MultiMap
-
Like
MultiMap.contains(String, String, boolean)
but acceptingCharSequence
parameters. - contains(Object) - Method in class io.vertx.core.json.JsonArray
-
Returns
true
if this JSON Array contains the specified value. - contains(String) - Method in interface io.vertx.core.MultiMap
-
Checks to see if there is a value with the specified name
- contains(String) - Method in interface io.vertx.ext.auth.authorization.Authorizations
-
Logical check if the this object contains the given provider id
- contains(String) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
-
Logical check if the this object contains the given provider id
- contains(String) - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
-
Logical check if the this object contains the given provider id
- contains(String, String, boolean) - Method in interface io.vertx.core.MultiMap
-
Check if there is a header with the specified
name
andvalue
. - 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.rxjava3.core.shareddata.LocalMap
-
Returns
true
if this map contains a mapping for the specified key. - containsKey(String) - Method in class io.vertx.core.json.JsonObject
-
Does the JSON object contain the specified key?
- containsKey(String) - Method in interface io.vertx.ext.auth.User
-
Checks if a value exists on the user object.
- containsKey(String) - Method in interface io.vertx.json.schema.JsonSchema
-
Checks if the given key is present in the schema object.
- containsKey(String) - Method in class io.vertx.reactivex.ext.auth.User
-
Checks if a value exists on the user object.
- containsKey(String) - Method in class io.vertx.reactivex.json.schema.JsonSchema
-
Checks if the given key is present in the schema object.
- containsKey(String) - Method in interface io.vertx.redis.client.Response
-
Does this multi response contains a string key.
- containsKey(String) - Method in class io.vertx.rxjava3.ext.auth.User
-
Checks if a value exists on the user object.
- containsKey(String) - Method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Checks if the given key is present in the schema object.
- 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.rxjava3.core.shareddata.LocalMap
-
Returns @{code true} if this map maps one or more keys to the specified value.
- content - Variable in class io.vertx.openapi.validation.analyser.ContentAnalyser
- content() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- content() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- content() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- CONTENT_BASE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Base header name
- CONTENT_BASE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Base header name
- CONTENT_BASE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Base header name
- CONTENT_DISPOSITION - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Disposition header name
- CONTENT_DISPOSITION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Disposition header name
- CONTENT_DISPOSITION - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Disposition header name
- CONTENT_ENCODING - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Encoding header name
- CONTENT_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Encoding header name
- CONTENT_ENCODING - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Encoding header name
- CONTENT_LANGUAGE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Language header name
- CONTENT_LANGUAGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Language header name
- CONTENT_LANGUAGE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Language header name
- CONTENT_LENGTH - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Length header name
- CONTENT_LENGTH - Static variable in class io.vertx.ext.stomp.Frame
- CONTENT_LENGTH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Length header name
- CONTENT_LENGTH - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Length header name
- CONTENT_LOCATION - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Location header name
- CONTENT_LOCATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Location header name
- CONTENT_LOCATION - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Location header name
- CONTENT_MD5 - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-MD5 header name
- CONTENT_MD5 - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-MD5 header name
- CONTENT_MD5 - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-MD5 header name
- CONTENT_RANGE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Rage header name
- CONTENT_RANGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Rage header name
- CONTENT_RANGE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Rage header name
- CONTENT_TRANSFER_ENCODING - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Transfer-Encoding header name
- CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Transfer-Encoding header name
- CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Transfer-Encoding header name
- CONTENT_TYPE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Type header name
- CONTENT_TYPE - Static variable in class io.vertx.ext.stomp.Frame
- CONTENT_TYPE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Type header name
- CONTENT_TYPE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Type header name
- ContentAnalyser - Class in io.vertx.openapi.validation.analyser
-
The content analyser is responsible for checking if the content is syntactically correct, and transforming the content.
- ContentAnalyser(String, Buffer, ValidationContext) - Constructor for class io.vertx.openapi.validation.analyser.ContentAnalyser
-
Creates a new content analyser.
- contentEncoding() - Method in interface io.vertx.amqp.AmqpMessage
- contentEncoding() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- contentEncoding() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- contentEncoding(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- contentEncoding(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- contentEncoding(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- contentTransferEncoding() - Method in interface io.vertx.core.http.HttpServerFileUpload
- contentTransferEncoding() - Method in interface io.vertx.ext.web.FileUpload
- contentTransferEncoding() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- contentTransferEncoding() - Method in class io.vertx.reactivex.ext.web.FileUpload
- contentTransferEncoding() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- contentTransferEncoding() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- contentType - Variable in class io.vertx.openapi.validation.analyser.ContentAnalyser
- contentType() - Method in interface io.vertx.amqp.AmqpMessage
- contentType() - Method in interface io.vertx.core.http.HttpServerFileUpload
- contentType() - Method in interface io.vertx.ext.web.FileUpload
- contentType() - Method in interface io.vertx.ext.web.ParsedHeaderValues
- contentType() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- contentType() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- 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.rxjava3.amqp.AmqpMessage
- contentType() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- contentType() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- contentType() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- contentType(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- contentType(String) - Static method in interface io.vertx.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching themimeType
. - contentType(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- contentType(String) - Static method in class io.vertx.reactivex.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching themimeType
. - contentType(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- contentType(String) - Static method in class io.vertx.rxjava3.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching themimeType
. - contentType(String...) - Static method in interface io.vertx.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching one of themimeTypes
. - contentType(String...) - Static method in class io.vertx.reactivex.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching one of themimeTypes
. - contentType(String...) - Static method in class io.vertx.rxjava3.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching one of themimeTypes
. - contentType(List<String>) - Static method in interface io.vertx.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching one of themimeTypes
. - contentType(List<String>) - Static method in class io.vertx.reactivex.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching one of themimeTypes
. - contentType(List<String>) - Static method in class io.vertx.rxjava3.core.http.HttpResponseExpectation
-
Creates an expectation validating the response has a
content-type
header matching one of themimeTypes
. - context - Variable in class io.vertx.core.AbstractVerticle
-
Reference to the context of the verticle
- context - Variable in class io.vertx.core.VerticleBase
-
Reference to the context of the verticle
- context() - Method in interface io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- context() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- context() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- Context - Class in io.vertx.reactivex.core
-
The execution context of a
Handler
execution. - Context - Class in io.vertx.rxjava3.core
-
The execution context of a
Handler
execution. - Context - Interface in io.vertx.core
-
The execution context of a
Handler
execution. - Context(Context) - Constructor for class io.vertx.reactivex.core.Context
- Context(Context) - Constructor for class io.vertx.rxjava3.core.Context
- Context(Object) - Constructor for class io.vertx.reactivex.core.Context
- Context(Object) - Constructor for class io.vertx.rxjava3.core.Context
- CONTEXT - io.vertx.sqlclient.TransactionPropagation
-
Keeps the acquired connection stored in the local context for as long as the given function executes.
- CONTEXT_LOCAL - Static variable in class io.vertx.grpc.contextstorage.ContextStorageService
- CONTEXT_LOCAL_KEY - Static variable in class io.vertx.grpc.common.GrpcLocal
-
Context local key.
- ContextLocal<T> - Interface in io.vertx.core.spi.context.storage
-
A local storage for arbitrary data attached to a
Context
. - ContextScheduler - Class in io.vertx.reactivex
- ContextScheduler - Class in io.vertx.rxjava3
- ContextScheduler(Context, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
- ContextScheduler(Context, boolean) - Constructor for class io.vertx.rxjava3.ContextScheduler
- ContextScheduler(Context, boolean, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
- ContextScheduler(Context, boolean, boolean) - Constructor for class io.vertx.rxjava3.ContextScheduler
- ContextScheduler(Vertx, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
- ContextScheduler(Vertx, boolean) - Constructor for class io.vertx.rxjava3.ContextScheduler
- ContextScheduler(Vertx, boolean, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
- ContextScheduler(Vertx, boolean, boolean) - Constructor for class io.vertx.rxjava3.ContextScheduler
- ContextScheduler(WorkerExecutor) - Constructor for class io.vertx.reactivex.ContextScheduler
- ContextScheduler(WorkerExecutor) - Constructor for class io.vertx.rxjava3.ContextScheduler
- ContextScheduler(WorkerExecutor, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
- ContextScheduler(WorkerExecutor, boolean) - Constructor for class io.vertx.rxjava3.ContextScheduler
- ContextScheduler.ContextWorker - Class in io.vertx.reactivex
- ContextScheduler.ContextWorker - Class in io.vertx.rxjava3
- ContextServerInterceptor - Class in io.vertx.grpc
-
An abstract interceptor that allows capturing data from the metadata to the vertx context so it can be used later on the asynchronous APIs.
- ContextServerInterceptor() - Constructor for class io.vertx.grpc.ContextServerInterceptor
- ContextStorageService - Class in io.vertx.grpc.contextstorage
-
Register the local storage.
- ContextStorageService() - Constructor for class io.vertx.grpc.contextstorage.ContextStorageService
- ContextWorker() - Constructor for class io.vertx.reactivex.ContextScheduler.ContextWorker
- ContextWorker() - Constructor for class io.vertx.rxjava3.ContextScheduler.ContextWorker
- CONTINUATION - io.vertx.core.http.WebSocketFrameType
-
Continuation frame.
- continuationFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
-
Create a continuation frame
- CONTINUE - Static variable in interface io.vertx.core.http.HttpHeaders
-
100-continue header value
- CONTINUE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
100-continue header value
- CONTINUE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
100-continue header value
- CONTINUE_AUTHENTICATION - io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode
- continueHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
-
If you send an HTTP request with the header
Expect
set to the value100-continue
and the server responds with an interim HTTP response with a status code of100
and a Continue handler has been set using this method, then thehandler
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 value100-continue
and the server responds with an interim HTTP response with a status code of100
and a Continue handler has been set using this method, then thehandler
will be called. - continueHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
If you send an HTTP request with the header
Expect
set to the value100-continue
and the server responds with an interim HTTP response with a status code of100
and a Continue handler has been set using this method, then thehandler
will be called. - ContractErrorType - Enum in io.vertx.openapi.contract
- convert(SocketAddress) - Method in interface io.vertx.core.spi.transport.Transport
- convert(String) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
- convert(SocketAddress) - Method in interface io.vertx.core.spi.transport.Transport
- 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 - 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.
- Converter<T> - Interface in io.vertx.core.cli.converters
-
The converter interface to convert
String
s toObject
s. - Converters - Class in io.vertx.core.cli.converters
-
Entry point to the converter system.
- Converters() - Constructor for class io.vertx.core.cli.converters.Converters
- convertHandler(Handler<REACTIVE>, Function<CORE, REACTIVE>) - Static method in class io.vertx.lang.reactivex.Helper
-
Convert a handler for a generated reactive type to a handler for the corresponding core type.
- convertHandler(Handler<REACTIVE>, Function<CORE, REACTIVE>) - Static method in class io.vertx.lang.rxjava3.Helper
-
Convert a handler for a generated reactive type to a handler for the corresponding core type.
- convertList(List) - Static method in class io.vertx.serviceproxy.HelperUtils
- convertList(List) - Static method in class io.vertx.serviceproxy.ProxyUtils
- convertMap(Map) - Static method in class io.vertx.serviceproxy.HelperUtils
- convertMap(Map) - Static method in class io.vertx.serviceproxy.ProxyUtils
- convertRatesTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Convert rates to the given time unit.
- convertSet(List) - Static method in class io.vertx.serviceproxy.HelperUtils
- convertSet(List) - Static method in class io.vertx.serviceproxy.ProxyUtils
- convertStackTrace(Throwable) - Static method in class io.vertx.serviceproxy.HelperUtils
- convertToListChar(JsonArray) - Static method in class io.vertx.serviceproxy.ProxyUtils
- convertToMapChar(JsonObject) - Static method in class io.vertx.serviceproxy.ProxyUtils
- convertToSetChar(JsonArray) - Static method in class io.vertx.serviceproxy.ProxyUtils
- cookie(String) - Method in interface io.vertx.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP cookie with the given name.
- cookie(String) - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP cookie with the given name.
- cookie(String) - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP cookie with the given name.
- cookie(String, String) - Static method in interface io.vertx.core.http.Cookie
-
Create a new cookie
- Cookie - Interface in io.vertx.core.http
-
Represents an HTTP Cookie.
- COOKIE - io.vertx.openapi.contract.Location
- COOKIE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Content-Cookie header name
- COOKIE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Content-Cookie header name
- COOKIE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Content-Cookie header name
- cookieCount() - Method in interface io.vertx.core.http.HttpServerRequest
- cookieCount() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- cookieCount() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- cookieParameter(ParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- cookieParameter(StyledParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- cookieParameter(ParameterProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- cookieParameter(StyledParameterProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- cookieParameter(ParameterProcessorFactory) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- cookieParameter(StyledParameterProcessorFactory) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- cookieParameter(String) - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Get cookie parameter by name
- cookieParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Get cookie parameter by name
- cookieParameter(String) - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Get cookie parameter by name
- cookieParametersNames() - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Get list of all parameter names inside cookie
- cookieParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Get list of all parameter names inside cookie
- cookieParametersNames() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Get list of all parameter names inside cookie
- cookies() - Method in interface io.vertx.core.http.HttpResponseHead
- cookies() - Method in interface io.vertx.core.http.HttpServerRequest
-
Returns a modifiable set of parsed cookies from the
COOKIE
header. - cookies() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- cookies() - Method in interface io.vertx.reactivex.core.http.HttpResponseHead
- cookies() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Returns a modifiable set of parsed cookies from the
COOKIE
header. - cookies() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- cookies() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- cookies() - Method in interface io.vertx.rxjava3.core.http.HttpResponseHead
- cookies() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Returns a modifiable set of parsed cookies from the
COOKIE
header. - cookies() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- cookies(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Returns a read only set of parsed cookies that match the given name, or an empty set.
- cookies(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Returns a read only set of parsed cookies that match the given name, or an empty set.
- cookies(String) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Returns a read only set of parsed cookies that match the given name, or an empty set.
- CookieSameSite - Enum in io.vertx.core.http
-
Represents the Cookie SameSite policy to be used.
- CookieSessionStore - Class in io.vertx.reactivex.ext.web.sstore.cookie
-
A SessionStore that uses a Cookie to store the session data.
- CookieSessionStore - Class in io.vertx.rxjava3.ext.web.sstore.cookie
-
A SessionStore that uses a Cookie to store the session data.
- CookieSessionStore - Interface in io.vertx.ext.web.sstore.cookie
-
A SessionStore that uses a Cookie to store the session data.
- CookieSessionStore(CookieSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
- CookieSessionStore(CookieSessionStore) - Constructor for class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
- CookieSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
- CookieSessionStore(Object) - Constructor for class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
- cookieStore() - Method in interface io.vertx.ext.web.client.WebClientSession
-
Returns this client's
CookieStore
- cookieStore() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Returns this client's
CookieStore
- cookieStore() - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Returns this client's
CookieStore
- 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.
- Coordinate - Class in io.vertx.ext.consul
-
Holds network coordinates of node
- Coordinate() - Constructor for class io.vertx.ext.consul.Coordinate
-
Default constructor
- Coordinate(JsonObject) - Constructor for class io.vertx.ext.consul.Coordinate
-
Constructor from JSON
- Coordinate(Coordinate) - Constructor for class io.vertx.ext.consul.Coordinate
-
Copy constructor
- CoordinateConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
Coordinate
. - CoordinateConverter() - Constructor for class io.vertx.ext.consul.CoordinateConverter
- coordinateDatacenters() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the WAN network coordinates for all Consul servers, organized by DCs
- coordinateDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the WAN network coordinates for all Consul servers, organized by DCs
- coordinateDatacenters() - Method in class io.vertx.rxjava3.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(JsonObject) - Constructor for class io.vertx.ext.consul.CoordinateList
-
Constructor from JSON
- CoordinateList(CoordinateList) - Constructor for class io.vertx.ext.consul.CoordinateList
-
Copy constructor
- CoordinateListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
CoordinateList
. - CoordinateListConverter() - Constructor for class io.vertx.ext.consul.CoordinateListConverter
- coordinateNodes() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- coordinateNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- coordinateNodes() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- coordinateNodesWithOptions(BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike
ConsulClient.coordinateNodes()
- coordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike
ConsulClient.coordinateNodes()
- coordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike
ConsulClient.coordinateNodes()
- copy() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of the entire Buffer.
- copy() - Method in class io.vertx.core.http.HttpServerOptions
-
Copy these options.
- copy() - Method in class io.vertx.core.json.JsonArray
-
Deep copy of the JSON array.
- copy() - Method in class io.vertx.core.json.JsonObject
-
Deep copy of this JSON object.
- copy() - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Copy a JsonPointer
- copy() - Method in interface io.vertx.core.MultiMap
-
Returns a mutable copy of this instance.
- copy() - Method in class io.vertx.core.net.ClientSSLOptions
- 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.NetServerOptions
-
Copy these options.
- 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.ServerSSLOptions
- copy() - Method in class io.vertx.core.net.SSLEngineOptions
- copy() - Method in class io.vertx.core.net.SSLOptions
- copy() - Method in interface io.vertx.core.net.TrustOptions
- copy() - Method in interface io.vertx.core.shareddata.Shareable
-
Returns a copy of the object.
- copy() - Method in class io.vertx.core.tracing.TracingOptions
- copy() - Method in interface io.vertx.ext.web.client.HttpRequest
-
Copy this request
- copy() - Method in class io.vertx.reactivex.core.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.rxjava3.core.json.pointer.JsonPointer
-
Copy a JsonPointer
- copy() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Copy this request
- copy() - Method in class io.vertx.tracing.opentracing.OpenTracingOptions
- copy() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
- copy(boolean) - Method in interface io.vertx.core.MultiMap
-
Returns a copy of this instance.
- copy(Buffer) - Static method in class io.vertx.oracleclient.data.Blob
- copy(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copy(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copy(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copy(String, String, CopyOptions) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copy(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copy(String, String, CopyOptions) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copy(Function<Object, ?>) - Method in class io.vertx.core.json.JsonArray
-
Deep copy of the JSON array.
- copy(Function<Object, ?>) - Method in class io.vertx.core.json.JsonObject
-
Deep copy of this JSON object.
- copy(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Copy a key.
- copy(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Copy a key.
- copy(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Copy a key.
- COPY - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2518/4918
COPY
method, this instance is interned and uniquely used. - COPY - Static variable in interface io.vertx.redis.client.Command
-
Copy a key.
- copyBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.copy(String, String)
- copyBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.copy(java.lang.String, java.lang.String)
- copyBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.copy(java.lang.String, java.lang.String)
- CopyOptions - Class in io.vertx.core.file
-
Describes the copy (and move) options.
- CopyOptions() - Constructor for class io.vertx.core.file.CopyOptions
-
Default constructor.
- CopyOptions(CopyOptions) - Constructor for class io.vertx.core.file.CopyOptions
-
Copy constructor.
- CopyOptions(JsonObject) - Constructor for class io.vertx.core.file.CopyOptions
-
Constructor to create options from JSON.
- CopyOptionsConverter - Class in io.vertx.core.file
-
Converter and mapper for
CopyOptions
. - CopyOptionsConverter() - Constructor for class io.vertx.core.file.CopyOptionsConverter
- copyRecursive(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copyRecursive(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copyRecursive(String, String, boolean) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - copyRecursiveBlocking(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.copyRecursive(String, String, boolean)
- copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.copyRecursive(java.lang.String, java.lang.String, boolean)
- copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.copyRecursive(java.lang.String, java.lang.String, boolean)
- correlationId() - Method in interface io.vertx.amqp.AmqpMessage
- correlationId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- correlationId() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- correlationId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- correlationId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- correlationId(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- 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 - Class in io.vertx.rxjava3.ext.web.handler
-
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
- 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(CorsHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CorsHandler
- CorsHandler(CorsHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.CorsHandler
- CorsHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CorsHandler
- CorsHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.CorsHandler
- COSEAlgorithm - Enum in io.vertx.ext.auth.webauthn4j
-
PublicKeyCredential https://www.iana.org/assignments/cose/cose.xhtml#algorithms
- coseId() - Method in enum io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- count() - Method in interface io.vertx.ext.unit.Async
- count() - Method in class io.vertx.reactivex.ext.unit.Async
- count() - Method in class io.vertx.rxjava3.ext.unit.Async
- count(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Count matching documents in a collection.
- count(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Count matching documents in a collection.
- count(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Count matching documents in a collection.
- countActions() - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
- countActions() - Method in class io.vertx.rxjava3.ContextScheduler.ContextWorker
- countDown() - Method in interface io.vertx.ext.unit.Async
-
Count down the async.
- countDown() - Method in class io.vertx.reactivex.ext.unit.Async
-
Count down the async.
- countDown() - Method in class io.vertx.rxjava3.ext.unit.Async
-
Count down the async.
- 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 - Class in io.vertx.rxjava3.core.shareddata
-
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
- Counter - Interface in io.vertx.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(Counter) - Constructor for class io.vertx.rxjava3.core.shareddata.Counter
- Counter(Object) - Constructor for class io.vertx.reactivex.core.shareddata.Counter
- Counter(Object) - Constructor for class io.vertx.rxjava3.core.shareddata.Counter
- CountingCheckpoint - Class in io.vertx.junit5
-
Checkpoints that count the number of flag invocations.
- CountOptions - Class in io.vertx.ext.mongo
- CountOptions() - Constructor for class io.vertx.ext.mongo.CountOptions
- CountOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.CountOptions
- CountOptions(CountOptions) - Constructor for class io.vertx.ext.mongo.CountOptions
- CountOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
CountOptions
. - CountOptionsConverter() - Constructor for class io.vertx.ext.mongo.CountOptionsConverter
- countWithOptions(String, JsonObject, CountOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Count matching documents in a collection.
- countWithOptions(String, JsonObject, CountOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Count matching documents in a collection.
- countWithOptions(String, JsonObject, CountOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Count matching documents in a collection.
- crc() - Method in class io.vertx.ext.web.sstore.AbstractSession
- create() - Static method in interface io.vertx.amqp.AmqpMessage
- create() - Static method in interface io.vertx.amqp.AmqpMessageBuilder
- 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() - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
- create() - Method in interface io.vertx.core.spi.tls.SslContextFactory
- create() - Static method in interface io.vertx.ext.auth.audit.SecurityAudit
- create() - Static method in interface io.vertx.ext.auth.authorization.AndAuthorization
- create() - Static method in interface io.vertx.ext.auth.authorization.OrAuthorization
- create() - Static method in interface io.vertx.ext.auth.jwt.authorization.MicroProfileAuthorization
-
Factory method to create a Authorization provider for tokens adhering to the MP-JWT 1.1 spec.
- create() - Static method in interface io.vertx.ext.auth.oauth2.authorization.KeycloakAuthorization
-
Factory method to create an Authorization Provider for tokens adhering to the Keycloak token format.
- create() - Static method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for Oauth 2.0 scopes using the default separator
" "
. - create() - Static method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
-
Creates an instance of HotpAuth.
- create() - Static method in interface io.vertx.ext.auth.otp.OtpKeyGenerator
-
Creates an instance of OtpKeyGenerator.
- create() - Static method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
Creates an instance of TotpAuth.
- create() - Static method in interface io.vertx.ext.mail.MailAttachment
-
construct an empty MailAttachment object that can be filled with the setters
- create() - Static method in interface io.vertx.ext.shell.session.Session
-
Create a new empty session.
- create() - Static method in interface io.vertx.ext.shell.term.Pty
-
Create a new pseudo terminal with no terminal type.
- create() - Static method in class io.vertx.ext.stomp.utils.Headers
- create() - Static method in interface io.vertx.ext.web.handler.AuthorizationHandler
-
create the handler that will check the attribute based authorization.
- create() - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler with defaults.
- create() - Static method in interface io.vertx.ext.web.handler.CorsHandler
-
Create a empty CORS handler that allows
*
origin. - create() - Static method in interface io.vertx.ext.web.handler.CSPHandler
-
Creates a new instance of the handler.
- create() - Static method in class io.vertx.ext.web.handler.graphql.instrumentation.VertxFutureAdapter
- create() - Static method in interface io.vertx.ext.web.handler.HSTSHandler
-
Creates a new instance that does not consider the configuration for sub domains.
- create() - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create() - Static method in interface io.vertx.ext.web.handler.MethodOverrideHandler
-
Create a X-HTTP-METHOD-OVERRIDE handler with safe downgrade of methods
- create() - Static method in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler.
- create() - Static method in interface io.vertx.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.handler.SecurityAuditLoggerHandler
-
Create a new instance of the handler.
- create() - Static method in interface io.vertx.ext.web.handler.SimpleAuthenticationHandler
-
Creates a new instance of the simple authentication handler.
- create() - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create() - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.multipart.MultipartForm
- create() - Static method in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
-
Create a template engine using defaults
- create() - Static method in interface io.vertx.micrometer.PrometheusRequestHandler
-
Creates a handler with a new PrometheusMeterRegistry and the default metrics endpoint ("/metrics").
- create() - Static method in interface io.vertx.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route
handler for Prometheus metrics scraping. - create() - Static method in class io.vertx.reactivex.amqp.AmqpMessage
- create() - Static method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- create() - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Build an empty JsonPointer
- create() - Static method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- create() - Static method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- create() - Static method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- create() - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
-
Factory method to create a Authorization provider for tokens adhering to the MP-JWT 1.1 spec.
- create() - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
-
Factory method to create an Authorization Provider for tokens adhering to the Keycloak token format.
- create() - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for Oauth 2.0 scopes using the default separator
" "
. - create() - Static method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Creates an instance of HotpAuth.
- create() - Static method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
-
Creates an instance of OtpKeyGenerator.
- create() - Static method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Creates an instance of TotpAuth.
- create() - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
-
construct an empty MailAttachment object that can be filled with the setters
- create() - Static method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
-
create the handler that will check the attribute based authorization.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Create a body handler with defaults.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Create a empty CORS handler that allows
*
origin. - create() - Static method in class io.vertx.reactivex.ext.web.handler.CSPHandler
-
Creates a new instance of the handler.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
-
Creates a new instance that does not consider the configuration for sub domains.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create() - Static method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
-
Create a X-HTTP-METHOD-OVERRIDE handler with safe downgrade of methods
- create() - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create() - Static method in class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
-
Create a new instance of the handler.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
-
Creates a new instance of the simple authentication handler.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create() - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
-
Create a handler
- create() - Static method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- create() - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
-
Create a template engine using defaults
- create() - Static method in class io.vertx.reactivex.micrometer.PrometheusRequestHandler
-
Creates a handler with a new PrometheusMeterRegistry and the default metrics endpoint ("/metrics").
- create() - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route
handler for Prometheus metrics scraping. - create() - Static method in class io.vertx.rxjava3.amqp.AmqpMessage
- create() - Static method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- create() - Static method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Build an empty JsonPointer
- create() - Static method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- create() - Static method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- create() - Static method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- create() - Static method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
-
Factory method to create a Authorization provider for tokens adhering to the MP-JWT 1.1 spec.
- create() - Static method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
-
Factory method to create an Authorization Provider for tokens adhering to the Keycloak token format.
- create() - Static method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for Oauth 2.0 scopes using the default separator
" "
. - create() - Static method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Creates an instance of HotpAuth.
- create() - Static method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
-
Creates an instance of OtpKeyGenerator.
- create() - Static method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Creates an instance of TotpAuth.
- create() - Static method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
construct an empty MailAttachment object that can be filled with the setters
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
-
create the handler that will check the attribute based authorization.
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Create a body handler with defaults.
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Create a empty CORS handler that allows
*
origin. - create() - Static method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
-
Creates a new instance of the handler.
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.instrumentation.MaybeAdapter
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.instrumentation.SingleAdapter
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
-
Creates a new instance that does not consider the configuration for sub domains.
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
-
Create a X-HTTP-METHOD-OVERRIDE handler with safe downgrade of methods
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler.
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
-
Create a new instance of the handler.
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
-
Creates a new instance of the simple authentication handler.
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create() - Static method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- create() - Static method in class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
-
Create a template engine using defaults
- create() - Static method in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
-
Creates a handler with a new PrometheusMeterRegistry and the default metrics endpoint ("/metrics").
- create() - Static method in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route
handler for Prometheus metrics scraping. - create() - Static method in interface io.vertx.serviceresolver.kube.KubeResolver
-
Create a Kubernetes resolver with the default options.
- create(boolean) - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler setting if it should handle file uploads.
- create(boolean) - Static method in interface io.vertx.ext.web.handler.HSTSHandler
-
Creates a new instance that shall consider the configuration for sub domains.
- create(boolean) - Static method in interface io.vertx.ext.web.handler.MethodOverrideHandler
-
Create a X-HTTP-METHOD-OVERRIDE handler
- 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(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
-
Creates a new instance that shall consider the configuration for sub domains.
- create(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
-
Create a X-HTTP-METHOD-OVERRIDE handler
- create(boolean) - Static method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Create a body handler setting if it should handle file uploads.
- create(boolean) - Static method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
-
Creates a new instance that shall consider the configuration for sub domains.
- create(boolean) - Static method in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
-
Create a X-HTTP-METHOD-OVERRIDE handler
- create(boolean, LoggerFormat) - Static method in interface io.vertx.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(boolean, LoggerFormat) - Static method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(int) - Static method in interface io.vertx.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int) - Static method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, MqttQoS, boolean, boolean, String, Buffer) - Static method in interface io.vertx.mqtt.messages.MqttPublishMessage
-
Create a concrete instance of a Vert.x publish message
- create(int, MqttQoS, boolean, boolean, String, Buffer, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttPublishMessage
-
Create a concrete instance of a Vert.x publish message
- create(int, MqttQoS, boolean, boolean, String, Buffer, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
-
Create a concrete instance of a Vert.x publish message
- create(int, MqttQoS, boolean, boolean, String, Buffer, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
-
Create a concrete instance of a Vert.x publish message
- create(int, Buffer, String) - Static method in interface io.vertx.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, Buffer, String) - Static method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, Buffer, String) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, MqttPubAckReasonCode, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttPubAckMessage
-
Create a concrete instance of a Vert.x puback message
- create(int, MqttPubAckReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
-
Create a concrete instance of a Vert.x puback message
- create(int, MqttPubAckReasonCode, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
-
Create a concrete instance of a Vert.x puback message
- create(int, MqttPubCompReasonCode, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttPubCompMessage
-
Create a concrete instance of a Vert.x pubcomp message
- create(int, MqttPubCompReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
-
Create a concrete instance of a Vert.x pubcomp message
- create(int, MqttPubCompReasonCode, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
-
Create a concrete instance of a Vert.x pubcomp message
- create(int, MqttPubRecReasonCode, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttPubRecMessage
-
Create a concrete instance of a Vert.x pubrec message
- create(int, MqttPubRecReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
-
Create a concrete instance of a Vert.x pubrec message
- create(int, MqttPubRecReasonCode, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
-
Create a concrete instance of a Vert.x pubrec message
- create(int, MqttPubRelReasonCode, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttPubRelMessage
-
Create a concrete instance of a Vert.x pubrel message
- create(int, MqttPubRelReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
-
Create a concrete instance of a Vert.x pubrel message
- create(int, MqttPubRelReasonCode, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
-
Create a concrete instance of a Vert.x pubrel 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<MqttTopicSubscription>, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttSubscribeMessage
-
Create a concrete instance of a Vert.x subscribe message
- create(int, List<MqttTopicSubscription>, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
-
Create a concrete instance of a Vert.x subscribe message
- create(int, List<MqttTopicSubscription>, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
-
Create a concrete instance of a Vert.x subscribe 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<String>) - Static method in interface io.vertx.mqtt.messages.MqttUnsubscribeMessage
-
Create a concrete instance of a Vert.x unsubscribe message
- create(int, List<String>, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttUnsubscribeMessage
-
Create a concrete instance of a Vert.x unsubscribe message
- create(int, List<String>, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
-
Create a concrete instance of a Vert.x unsubscribe message
- create(int, List<String>, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
-
Create a concrete instance of a Vert.x unsubscribe message
- create(int, Map<String, String>) - Static method in interface io.vertx.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, Map<String, String>) - Static method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, Map<String, String>) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, Map<String, String>, Buffer, String) - Static method in interface io.vertx.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, Map<String, String>, Buffer, String) - Static method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(int, Map<String, String>, Buffer, String) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
-
Creates a new
ValidatableResponse
object based on the passed parameters. - create(long) - Static method in interface io.vertx.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) - Static method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long, boolean) - Static method in interface io.vertx.ext.web.handler.HSTSHandler
-
Creates a new instance that shall consider the configuration for sub domains.
- create(long, boolean) - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
-
Creates a new instance that shall consider the configuration for sub domains.
- create(long, boolean) - Static method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
-
Creates a new instance that shall consider the configuration for sub domains.
- create(long, int) - Static method in interface io.vertx.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(long, int) - Static method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
-
Create a handler
- create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler
that will use the providedgraphQL
object to execute queries. - create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandler
that will use the providedgraphQL
object to execute requests. - create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler
that will use the providedgraphQL
object to execute queries. - create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandler
that will use the providedgraphQL
object to execute requests. - create(GraphQL) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler
that will use the providedgraphQL
object to execute queries. - create(GraphQL) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandler
that will use the providedgraphQL
object to execute requests. - create(GraphQL, GraphQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler
that will use the providedgraphQL
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 providedgraphQL
object to execute queries. - create(GraphQL, GraphQLHandlerOptions) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler
that will use the providedgraphQL
object to execute queries. - create(GraphQL, GraphQLWSOptions) - Static method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandler
that will use the providedgraphQL
object to execute requests. - create(GraphQL, GraphQLWSOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandler
that will use the providedgraphQL
object to execute requests. - create(GraphQL, GraphQLWSOptions) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Create a new
GraphQLWSHandler
that will use the providedgraphQL
object to execute requests. - create(PrometheusMeterRegistry) - Static method in interface io.vertx.micrometer.PrometheusRequestHandler
-
Creates a handler with the specified PrometheusMeterRegistry and the default metrics endpoint ("/metrics").
- create(PrometheusMeterRegistry) - Static method in interface io.vertx.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route
handler for Prometheus metrics scraping. - create(PrometheusMeterRegistry) - Static method in class io.vertx.reactivex.micrometer.PrometheusRequestHandler
-
Creates a handler with the specified PrometheusMeterRegistry and the default metrics endpoint ("/metrics").
- create(PrometheusMeterRegistry) - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route
handler for Prometheus metrics scraping. - create(PrometheusMeterRegistry) - Static method in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
-
Creates a handler with the specified PrometheusMeterRegistry and the default metrics endpoint ("/metrics").
- create(PrometheusMeterRegistry) - Static method in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route
handler for Prometheus metrics scraping. - create(PrometheusMeterRegistry, String) - Static method in interface io.vertx.micrometer.PrometheusRequestHandler
-
Creates a handler with the specified PrometheusMeterRegistry and metrics endpoint.
- create(PrometheusMeterRegistry, String) - Static method in class io.vertx.reactivex.micrometer.PrometheusRequestHandler
-
Creates a handler with the specified PrometheusMeterRegistry and metrics endpoint.
- create(PrometheusMeterRegistry, String) - Static method in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
-
Creates a handler with the specified PrometheusMeterRegistry and metrics endpoint.
- create(MqttConnectReturnCode, boolean) - Static method in interface io.vertx.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- create(MqttConnectReturnCode, boolean, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- create(MqttConnectReturnCode, boolean, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- create(MqttConnectReturnCode, boolean, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- 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(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(AmqpClientOptions) - Static method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a new instance of
AmqpClient
using an internal Vert.x instance (with default configuration) and the given AMQP client configuration. - 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(CLI) - Static method in interface io.vertx.core.cli.CommandLine
-
Creates a command line object from the
CLI
. - create(CommandLine) - Method in interface io.vertx.core.spi.launcher.CommandFactory
- create(CommandLine) - Method in class io.vertx.core.spi.launcher.DefaultCommandFactory
- create(StreamResetException) - Static method in exception io.vertx.grpc.common.GrpcErrorException
- create(JsonObject) - Static method in interface io.vertx.ext.auth.User
-
Factory for user instances that are free form.
- create(JsonObject) - Static method in interface io.vertx.ext.mail.MailAttachment
-
create a MailAttachment object from a JsonObject representation
- 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(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.User
-
Factory for user instances that are free form.
- create(JsonObject) - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
-
create a MailAttachment object from a JsonObject representation
- create(JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.User
-
Factory for user instances that are free form.
- create(JsonObject) - Static method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
create a MailAttachment object from a JsonObject representation
- create(JsonObject, JsonObject) - Static method in interface io.vertx.ext.auth.User
-
Factory for user instances that are free form.
- create(JsonObject, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.User
-
Factory for user instances that are free form.
- create(JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.User
-
Factory for user instances that are free form.
- create(Measured) - Static method in interface io.vertx.micrometer.MetricsService
-
Creates a metric service for a given
Measured
object. - create(VertxTracer, KafkaClientOptions) - Static method in class io.vertx.kafka.client.common.tracing.ConsumerTracer
-
Creates a ConsumerTracer, which provides an opinionated facade for using
VertxTracer
with a Kafka Consumer use case. - create(VertxTracer, KafkaClientOptions) - Static method in class io.vertx.kafka.client.common.tracing.ProducerTracer
-
Creates a ProducerTracer, which provides an opinionated facade for using
VertxTracer
with a Kafka Producer use case. - create(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
-
Like
CassandraClient.create(Vertx, CassandraClientOptions)
with default options. - 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) - Static method in interface io.vertx.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth.
- create(Vertx) - Static method in interface io.vertx.ext.auth.htpasswd.HtpasswdAuth
- create(Vertx) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider.
- create(Vertx) - Static method in interface io.vertx.ext.auth.webauthn4j.WebAuthn4J
-
Create a WebAuthN auth provider
- create(Vertx) - Static method in interface io.vertx.ext.consul.ConsulClient
-
Create a Consul client with default options.
- create(Vertx) - 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) - Static method in interface io.vertx.ext.healthchecks.HealthChecks
-
Creates a new instance of the default implementation of
HealthChecks
. - create(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandRegistry
-
Create a new registry.
- 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
-
Like
ShellService.create(Vertx, ShellServiceOptions)
, with default options. - create(Vertx) - Static method in interface io.vertx.ext.stomp.StompClient
-
Creates a
StompClient
using the default implementation. - create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer
based on the default Stomp Server implementation, and use the default options. - create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServerHandler
-
Creates an instance of
StompServerHandler
using the default (compliant) implementation. - create(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) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandler
. - create(Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx) - Static method in interface io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - create(Vertx) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx) - 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) - Static method in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.pug.PugTemplateEngine
-
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.mqtt.MqttClient
-
Return an MQTT client instance using the default options
- 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) - Static method in class io.vertx.redis.client.EventBusHandler
-
Creates a subscription handler that forwards messages to the event bus of the given
vertx
. - create(Vertx) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Creates a new instance of
ServiceDiscovery
using the default configuration. - create(Vertx, boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(Vertx, long) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
- create(Vertx, long, Redis) - Static method in interface io.vertx.ext.web.sstore.redis.RedisSessionStore
-
Creates a RedisSessionStore with the given retry TO.
- create(Vertx, PebbleEngine) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.
- 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(Vertx, CamelBridgeOptions) - Static method in interface io.vertx.camel.CamelBridge
-
Creates a bridge between Camel endpoints and Vert.x
- create(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
-
Create a Cassandra client which maintains its own driver session.
- create(Vertx, ConfigRetrieverOptions) - Static method in interface io.vertx.config.ConfigRetriever
-
Creates an instance of the default implementation of the
ConfigRetriever
. - create(Vertx, Handler<TestSuiteReport>) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
- create(Vertx, JsonObject) - Method in class io.vertx.config.consul.ConsulConfigStoreFactory
- create(Vertx, JsonObject) - Method in class io.vertx.config.git.GitConfigStoreFactory
- create(Vertx, JsonObject) - Method in class io.vertx.config.kubernetes.ConfigMapStoreFactory
- create(Vertx, JsonObject) - Method in class io.vertx.config.redis.RedisConfigStoreFactory
- create(Vertx, JsonObject) - Method in interface io.vertx.config.spi.ConfigStoreFactory
-
Creates an instance of the
ConfigStore
. - create(Vertx, JsonObject) - Method in class io.vertx.config.spring.SpringConfigServerStoreFactory
- create(Vertx, JsonObject) - Method in class io.vertx.config.vault.VaultConfigStoreFactory
- create(Vertx, JsonObject) - Method in class io.vertx.config.zookeeper.ZookeeperConfigStoreFactory
- create(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) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
-
Create a Mongo client which maintains its own data source.
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore
-
Create a new
InfinispanSessionStore
for the given configuration. - 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, JsonObject) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
-
Like
RabbitMQClient.create(Vertx, RabbitMQOptions)
but with aJsonObject
config object. - 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, JsonObject, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, JsonObject, RemoteCacheManager) - Static method in interface io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore
-
Like
InfinispanSessionStore.create(Vertx, JsonObject)
but with a pre-configured Infinispan Client. - create(Vertx, LoadBalancer, ServiceResolverOptions) - Static method in interface io.vertx.serviceresolver.ServiceResolverClient
-
Create a new service resolver client.
- 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, AuthenticationProvider) - Static method in interface io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - create(Vertx, HtdigestAuth) - Static method in interface io.vertx.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler
- create(Vertx, HtdigestAuth, long) - Static method in interface io.vertx.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler, specifying the expire timeout for nonces.
- create(Vertx, HtpasswdAuthOptions) - Static method in interface io.vertx.ext.auth.htpasswd.HtpasswdAuth
- create(Vertx, JWTAuthOptions) - Static method in interface io.vertx.ext.auth.jwt.JWTAuth
-
Create a JWT auth provider
- create(Vertx, LdapAuthenticationOptions) - Static method in interface io.vertx.ext.auth.ldap.LdapAuthentication
-
Create a LDAP authentication provider
- create(Vertx, OAuth2Auth) - Static method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler without host pinning.Most providers will not look to the redirect url but always redirect to the preconfigured callback.
- create(Vertx, OAuth2Auth, String) - Static method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler with host pinning.
- create(Vertx, OAuth2FlowType, JsonObject) - 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, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, WebAuthn4JOptions) - Static method in interface io.vertx.ext.auth.webauthn4j.WebAuthn4J
-
Create a WebAuthN auth provider
- 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, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.ConsulClient
-
Create a Consul client.
- create(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
-
Create a non shared instance of the mail client.
- create(Vertx, ShellServerOptions) - Static method in interface io.vertx.ext.shell.ShellServer
-
Create a new shell server with default options.
- create(Vertx, ShellServiceOptions) - Static method in interface io.vertx.ext.shell.ShellService
-
Create a new shell service.
- 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, ReportingOptions) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
-
Create a message handler reporting with the specified options.
- create(Vertx, WebClientOptions) - Static method in interface io.vertx.ext.web.client.WebClient
-
Create a web client using the provided
vertx
instance and default pooling options. - create(Vertx, WebClientOptions, PoolOptions) - Static method in interface io.vertx.ext.web.client.WebClient
-
Create a web client using the provided
vertx
instance. - create(Vertx, GraphiQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandler
. - create(Vertx, SockJSHandlerOptions) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, KafkaClientOptions, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, KafkaClientOptions, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, KafkaClientOptions, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, MqttClientOptions) - Static method in interface io.vertx.mqtt.MqttClient
-
Return an MQTT client instance
- create(Vertx, MqttServerOptions) - Static method in interface io.vertx.mqtt.MqttServer
-
Return an MQTT server instance
- create(Vertx, OpenAPIContract) - Static method in interface io.vertx.ext.web.openapi.router.RouterBuilder
-
Create a new
RouterBuilder
. - create(Vertx, OpenAPIContract) - Static method in interface io.vertx.openapi.validation.RequestValidator
-
Create a new
RequestValidator
. - create(Vertx, OpenAPIContract) - Static method in interface io.vertx.openapi.validation.ResponseValidator
-
Create a new
ResponseValidator
. - create(Vertx, OpenAPIContract, RequestExtractor) - Static method in interface io.vertx.ext.web.openapi.router.RouterBuilder
-
Create a new
RouterBuilder
. - create(Vertx, Operation, DeliveryOptions, BiFunction<Operation, RoutingContext, JsonObject>, ResponseValidator) - Static method in interface io.vertx.ext.web.api.service.OpenAPIRouterHandler
- create(Vertx, Operation, ResponseValidator) - Static method in interface io.vertx.ext.web.api.service.OpenAPIRouterHandler
-
Creates a new OpenAPIRouterHandler to forward requests from OpenAPI Router to Web API Service Proxies.
- create(Vertx, RabbitMQClient, RabbitMQPublisherOptions) - Static method in interface io.vertx.rabbitmq.RabbitMQPublisher
-
Create and return a publisher using the specified client.
- create(Vertx, RabbitMQOptions) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
-
Create and return a client.
- create(Vertx, Redis) - Static method in interface io.vertx.ext.web.sstore.redis.RedisSessionStore
-
Creates a RedisSessionStore with the default retry TO.
- create(Vertx, ServiceDiscoveryOptions) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Creates an instance of
ServiceDiscovery
. - create(Vertx, ServiceResolverOptions) - Static method in interface io.vertx.serviceresolver.ServiceResolverClient
-
Create a new service resolver client.
- 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, String) - Static method in interface io.vertx.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth by using the given htfile file.
- create(Vertx, String) - Static method in interface io.vertx.ext.auth.properties.PropertyFileAuthentication
-
Create a File authentication provider
- create(Vertx, String) - Static method in interface io.vertx.ext.auth.properties.PropertyFileAuthorization
-
Create a File authentication provider
- create(Vertx, 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(Vertx, String) - Static method in interface io.vertx.ext.web.handler.CSRFHandler
-
Instantiate a new CSRFHandlerImpl with a secret
- create(Vertx, String) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, String) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, String) - 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.templ.freemarker.FreeMarkerTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.pug.PugTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.redis.client.EventBusHandler
-
Creates a subscription handler that forwards messages to the event bus of the given
vertx
. - create(Vertx, String, boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, String, long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(Vertx, String, long) - 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.LocalSessionStore
-
Create a session store
- create(Vertx, String, PebbleEngine) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.
- create(Vertx, String, Buffer) - Static method in interface io.vertx.ext.web.sstore.cookie.CookieSessionStore
-
Creates a CookieSessionStore.
- 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) - 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) - 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.GiteeAuth
-
Create a OAuth2Auth provider for Gitee
- 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) - Static method in interface io.vertx.ext.auth.oauth2.providers.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.com.
- 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) - 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) - 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) - 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) - 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) - Static method in interface io.vertx.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String) - Static method in interface io.vertx.ext.web.templ.pug.PugTemplateEngine
-
Create a template engine using defaults
- 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, HttpClientOptions) - 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.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- 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, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GiteeAuth
-
Create a OAuth2Auth provider for Gitee
- 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, HttpClientOptions) - 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.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String, HttpClientOptions) - 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.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- 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, HttpClientOptions) - 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.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- 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, HttpClientOptions) - 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.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String, PubSecKeyOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for Apple
- create(Vertx, String, String, PubSecKeyOptions, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for Apple
- 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) - Static method in interface io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.
- create(Vertx, String, String, String) - 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.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.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.
- create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.Auth0Auth
-
Create a OAuth2Auth provider for Okta Auth0
- create(Vertx, String, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for IBM Cloud
- create(Vertx, String, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.Auth0Auth
-
Create a OAuth2Auth provider for Okta Auth0
- create(Vertx, String, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for IBM Cloud
- create(Vertx, String, String, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for Amazon Cognito
- create(Vertx, String, String, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for Amazon Cognito
- 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>) - 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.consumer.KafkaReadStream
-
Create a new KafkaReadStream 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>, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream 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, Map<String, String>) - 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.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- 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>, Class<K>, Class<V>) - 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.producer.KafkaProducer
-
Create a new KafkaProducer 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, Map<String, String>, Serializer<K>, Serializer<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.admin.KafkaAdminClient
-
Create a new KafkaAdminClient instance
- create(Vertx, Properties) - 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) - 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.KafkaWriteStream
-
Create a new KafkaWriteStream 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, Class<K>, Class<V>) - 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.producer.KafkaProducer
-
Create a new KafkaProducer 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, Deserializer<K>, Deserializer<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.KafkaReadStream
-
Create a new KafkaReadStream 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, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, AdminClient) - 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, Consumer<K, V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, Consumer<K, V>, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance from a native
Consumer
. - create(Vertx, Consumer<K, V>, KafkaClientOptions) - 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, Producer<K, V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, Producer<K, V>, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance from a native
Producer
. - create(Vertx, Producer<K, V>, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance.
- create(AuthenticationProvider) - Static method in interface io.vertx.ext.web.handler.APIKeyHandler
-
Create an API Key authentication handler
- create(AuthenticationProvider) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthenticationProvider) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthenticationProvider) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider) - Static method in interface io.vertx.serviceproxy.AuthenticationInterceptor
- create(AuthenticationProvider, String) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create(AuthenticationProvider, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider, String, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider, String, String, String, String) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Create a handler
- create(Authorization) - Static method in interface io.vertx.ext.auth.authorization.NotAuthorization
- create(Authorization) - Static method in interface io.vertx.ext.web.handler.AuthorizationHandler
-
create the handler that will check the specified authorization Note that to check several authorizations, you can specify a sub-interface such as
AndAuthorization
orOrAuthorization
- create(AuthorizationProvider) - Static method in interface io.vertx.serviceproxy.AuthorizationInterceptor
- 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(HotpAuth) - Static method in interface io.vertx.ext.web.handler.OtpAuthHandler
-
Create a new instance of this handler using a hash based one time password authentication provider.
- create(HotpAuthOptions) - Static method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
-
Creates an instance of HotpAuth.
- create(HotpAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Creates an instance of HotpAuth.
- create(HotpAuthOptions) - Static method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Creates an instance of HotpAuth.
- create(TotpAuth) - Static method in interface io.vertx.ext.web.handler.OtpAuthHandler
-
Create a new instance of this handler using a time based one time password authentication provider.
- create(TotpAuthOptions) - Static method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
Creates an instance of TotpAuth.
- create(TotpAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Creates an instance of TotpAuth.
- create(TotpAuthOptions) - Static method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Creates an instance of TotpAuth.
- create(User) - Static method in interface io.vertx.ext.auth.authorization.AuthorizationContext
-
Factory for Authorization Context
- create(User, MultiMap) - Static method in interface io.vertx.ext.auth.authorization.AuthorizationContext
-
Factory for Authorization Context
- create(WebAuthn4J) - Static method in interface io.vertx.ext.web.handler.WebAuthn4JHandler
-
Create a WebAuthN auth handler.
- create(MailAttachment) - Static method in interface io.vertx.ext.mail.MailAttachment
-
create a copy of a MailAttachment object
- create(MongoClient) - Static method in interface io.vertx.ext.auth.mongo.MongoUserUtil
-
Create an instance of the user helper.
- create(MongoClient, MongoAuthenticationOptions) - Static method in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
Creates an instance of MongoAuth by using the given
MongoClient
and configuration object. - create(MongoClient, MongoAuthenticationOptions, MongoAuthorizationOptions) - Static method in interface io.vertx.ext.auth.mongo.MongoUserUtil
-
Create an instance of the user helper with custom queries.
- create(WebClient) - Static method in interface io.vertx.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - 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, OAuth2Auth) - Static method in interface io.vertx.ext.web.client.OAuth2WebClient
-
Create a session aware web client using the provided
webClient
instance. - create(WebClient, OAuth2Auth, OAuth2WebClientOptions) - Static method in interface io.vertx.ext.web.client.OAuth2WebClient
-
Create a session aware web client using the provided
webClient
instance. - create(WebClient, CachingWebClientOptions) - Static method in interface io.vertx.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient, CacheStore) - Static method in interface io.vertx.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient, CacheStore, CachingWebClientOptions) - Static method in interface io.vertx.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - 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(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(FileSystemAccess, String) - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root and access option: absolute path or relative
- create(FileSystemAccess, String) - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root and access option: absolute path or relative
- create(FileSystemAccess, String) - Static method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root and access option: absolute path or relative
- create(LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(LoggerFormat) - Static method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- 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(SessionStore) - Static method in interface io.vertx.ext.web.handler.SessionHandler
-
Create a session handler
- create(ParameterLocation, SchemaRepository) - Method in interface io.vertx.ext.web.validation.builder.ParameterProcessorFactory
- create(ParameterLocation, SchemaRepository) - Method in interface io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory
- create(ParameterLocation, SchemaRepository) - Method in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- create(ParameterLocation, SchemaRepository) - Method in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- create(ParameterLocation, SchemaRepository) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- create(ParameterLocation, SchemaRepository) - Method in class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- create(HttpProxy) - Static method in interface io.vertx.ext.web.proxy.handler.ProxyHandler
- create(HttpProxy, int, String) - Static method in interface io.vertx.ext.web.proxy.handler.ProxyHandler
- create(JsonSchemaOptions) - Static method in interface io.vertx.json.schema.SchemaRepository
-
Create a repository with some initial configuration.
- create(JsonSchemaOptions) - Static method in class io.vertx.reactivex.json.schema.SchemaRepository
-
Create a repository with some initial configuration.
- create(JsonSchemaOptions) - Static method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
Create a repository with some initial configuration.
- create(JsonSchemaOptions, JsonFormatValidator) - Static method in interface io.vertx.json.schema.SchemaRepository
-
Create a repository with some initial configuration.
- create(JsonSchemaOptions, JsonFormatValidator) - Static method in class io.vertx.reactivex.json.schema.SchemaRepository
-
Create a repository with some initial configuration.
- create(JsonSchemaOptions, JsonFormatValidator) - Static method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
Create a repository with some initial configuration.
- create(JsonSchema, JsonSchemaOptions) - Static method in interface io.vertx.json.schema.Validator
-
Creates a new validator with some initial schema and options.
- create(JsonSchema, JsonSchemaOptions, JsonFormatValidator) - Static method in interface io.vertx.json.schema.Validator
-
Creates a new validator with some initial schema, options and a custom JSON format validator.
- create(SchemaRepository) - Method in interface io.vertx.ext.web.validation.builder.BodyProcessorFactory
- create(SchemaRepository) - Static method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- create(MqttAuthenticateReasonCode, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage
-
Create a concrete instance of a Vert.x auth message
- create(MqttAuthenticateReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
-
Create a concrete instance of a Vert.x auth message
- create(MqttAuthenticateReasonCode, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
-
Create a concrete instance of a Vert.x auth message
- create(MqttDisconnectReasonCode, MqttProperties) - Static method in interface io.vertx.mqtt.messages.MqttDisconnectMessage
-
Create a concrete instance of a Vert.x disconnect message
- create(MqttDisconnectReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
-
Create a concrete instance of a Vert.x disconnect message
- create(MqttDisconnectReasonCode, MqttProperties) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
-
Create a concrete instance of a Vert.x disconnect message
- 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(Measured) - Static method in class io.vertx.reactivex.micrometer.MetricsService
-
Creates a metric service for a given object.
- create(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Like
CassandraClient.create(io.vertx.reactivex.core.Vertx)
with default options. - 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(Vertx) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
-
Create a WebAuthN auth provider
- create(Vertx) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Create a Consul client with default options.
- create(Vertx) - 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) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Creates a new instance of the default implementation of
HealthChecks
. - create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
-
Creates a
StompClient
using the default implementation. - create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
-
Creates a
StompServer
based on the default Stomp Server implementation, and use the default options. - create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Creates an instance of
StompServerHandler
using the default (compliant) implementation. - create(Vertx) - 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) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandler
. - create(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx) - 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) - 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.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.mqtt.MqttClient
-
Return an MQTT client instance using the default options
- 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) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Creates a new instance of
ServiceDiscovery
using the default configuration. - create(Vertx, boolean) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, long) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(Vertx, long) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
- create(Vertx, long, Redis) - Static method in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
-
Creates a RedisSessionStore with the given retry TO.
- create(Vertx, PebbleEngine) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.
- 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(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Create a Cassandra client which maintains its own driver session.
- create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.reactivex.config.ConfigRetriever
-
Creates an instance of the default implementation of the
ConfigRetriever
. - create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
- 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) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- 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, JsonObject) - Static method in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
-
Create a new
InfinispanSessionStore
for the given configuration. - 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, 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, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, JsonObject, RemoteCacheManager) - Static method in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
-
Like
InfinispanSessionStore.create(io.vertx.reactivex.core.Vertx, io.vertx.core.json.JsonObject)
but with a pre-configured Infinispan Client. - create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- create(Vertx, JWTAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
-
Create a JWT auth provider
- create(Vertx, LdapAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
-
Create a LDAP authentication provider
- create(Vertx, OAuth2FlowType, JsonObject) - 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, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, WebAuthn4JOptions) - Static method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
-
Create a WebAuthN auth provider
- 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, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Create a Consul client.
- create(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
-
Create a non shared instance of the mail client.
- 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, ReportingOptions) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
Create a message handler reporting with the specified options.
- create(Vertx, WebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create a web client using the provided
vertx
instance and default pooling options. - create(Vertx, WebClientOptions, PoolOptions) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create a web client using the provided
vertx
instance. - create(Vertx, GraphiQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandler
. - create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, KafkaClientOptions) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, MqttClientOptions) - Static method in class io.vertx.reactivex.mqtt.MqttClient
-
Return an MQTT client instance
- create(Vertx, MqttServerOptions) - Static method in class io.vertx.reactivex.mqtt.MqttServer
-
Return an MQTT server instance
- create(Vertx, RabbitMQOptions) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Create and return a client.
- 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, AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - create(Vertx, HtdigestAuth) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler
- create(Vertx, HtdigestAuth, long) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler, specifying the expire timeout for nonces.
- create(Vertx, OAuth2Auth) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler without host pinning.Most providers will not look to the redirect url but always redirect to the preconfigured callback.
- create(Vertx, OAuth2Auth, String) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler with host pinning.
- create(Vertx, OpenAPIContract) - Static method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
-
Create a new
RouterBuilder
. - create(Vertx, OpenAPIContract) - Static method in class io.vertx.reactivex.openapi.validation.RequestValidator
-
Create a new
RequestValidator
. - create(Vertx, OpenAPIContract, RequestExtractor) - Static method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
-
Create a new
RouterBuilder
. - create(Vertx, RabbitMQClient, RabbitMQPublisherOptions) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Create and return a publisher using the specified client.
- create(Vertx, Redis) - Static method in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
-
Creates a RedisSessionStore with the default retry TO.
- create(Vertx, ServiceDiscoveryOptions) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Creates an instance of
ServiceDiscovery
. - 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, String) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
-
Create a File authentication provider
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
-
Create a File authentication provider
- create(Vertx, String) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
-
Creates a destination for the given address.
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Instantiate a new CSRFHandlerImpl with a secret
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
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) - Static method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String, boolean) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, String, long) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(Vertx, String, long) - 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.LocalSessionStore
-
Create a session store
- create(Vertx, String, PebbleEngine) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.
- create(Vertx, String, Buffer) - Static method in class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
-
Creates a CookieSessionStore.
- 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) - 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) - 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.GiteeAuth
-
Create a OAuth2Auth provider for Gitee
- 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) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.com.
- 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) - 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) - 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) - 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) - 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) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
-
Create a template engine using defaults
- 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, HttpClientOptions) - 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.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- 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, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
-
Create a OAuth2Auth provider for Gitee
- 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, HttpClientOptions) - 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.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- 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, 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, HttpClientOptions) - 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.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- 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, HttpClientOptions) - 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.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String, PubSecKeyOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for Apple
- create(Vertx, String, String, PubSecKeyOptions, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for Apple
- 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) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.
- create(Vertx, String, String, String) - 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.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.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.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.
- 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, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for IBM Cloud
- create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for IBM Cloud
- create(Vertx, String, String, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for Amazon Cognito
- create(Vertx, String, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for Amazon Cognito
- 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>) - 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.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.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Consumer<K, V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance from a native .
- create(Vertx, Consumer<K, V>, KafkaClientOptions) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance from a native .
- create(Vertx, Producer<K, V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance from a native .
- create(Vertx, Producer<K, V>, KafkaClientOptions) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance from a native .
- create(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
-
Create an API Key authentication handler
- create(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider, String) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create(AuthenticationProvider, String) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider, String, String, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Create a handler
- create(Authorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- create(Authorization) - Static method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
-
create the handler that will check the specified authorization Note that to check several authorizations, you can specify a sub-interface such as
AndAuthorization
orOrAuthorization
- 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(HotpAuth) - Static method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
-
Create a new instance of this handler using a hash based one time password authentication provider.
- create(TotpAuth) - Static method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
-
Create a new instance of this handler using a time based one time password authentication provider.
- create(User) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
-
Factory for Authorization Context
- create(User, MultiMap) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
-
Factory for Authorization Context
- create(WebAuthn4J) - Static method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
-
Create a WebAuthN auth handler.
- create(MailAttachment) - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
-
create a copy of a MailAttachment object
- create(WebClient) - Static method in class io.vertx.reactivex.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - 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(WebClient, CachingWebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient, CacheStore) - Static method in class io.vertx.reactivex.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient, CacheStore, CachingWebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient, CookieStore) - Static method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Create a session aware web client using the provided
webClient
instance. - create(WebClient, OAuth2Auth) - Static method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
-
Create a session aware web client using the provided
webClient
instance. - create(WebClient, OAuth2Auth, OAuth2WebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
-
Create a session aware web client using the provided
webClient
instance. - 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(SessionStore) - Static method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Create a session handler
- create(JsonSchema, JsonSchemaOptions) - Static method in class io.vertx.reactivex.json.schema.Validator
-
Creates a new validator with some initial schema and options.
- create(JsonSchema, JsonSchemaOptions, JsonFormatValidator) - Static method in class io.vertx.reactivex.json.schema.Validator
-
Creates a new validator with some initial schema, options and a custom JSON format validator.
- create(SchemaRepository) - Method in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- create(SchemaRepository) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- create(Redis) - Static method in class io.vertx.reactivex.redis.client.RedisCluster
- create(RedisConnection) - Static method in class io.vertx.reactivex.redis.client.RedisCluster
- create(SqlClient) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
-
Create a JDBC auth provider implementation
- create(SqlClient) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
-
Create a JDBC authorization provider implementation
- create(SqlClient) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Create an instance of the user helper.
- create(SqlClient, SqlAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
-
Create a JDBC auth provider implementation
- create(SqlClient, SqlAuthorizationOptions) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
-
Create a JDBC authorization provider implementation
- create(SqlClient, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Create an instance of the user helper with custom queries.
- create(Redis) - Static method in interface io.vertx.redis.client.RedisCluster
- create(RedisConnection) - Static method in interface io.vertx.redis.client.RedisCluster
- create(AmqpMessage) - Static method in class io.vertx.rxjava3.amqp.AmqpMessage
-
Creates a builder to create a new
AmqpMessage
copying the metadata from the passed message. - create(Measured) - Static method in class io.vertx.rxjava3.micrometer.MetricsService
-
Creates a metric service for a given object.
- create(Vertx) - Static method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Like
CassandraClient.create(io.vertx.rxjava3.core.Vertx)
with default options. - create(Vertx) - Static method in class io.vertx.rxjava3.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) - Static method in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth.
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider.
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
-
Create a WebAuthN auth provider
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Create a Consul client with default options.
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
-
Creates a metric service for a given
Vertx
instance. - create(Vertx) - Static method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Creates a new instance of the default implementation of
HealthChecks
. - create(Vertx) - Static method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Creates a
StompClient
using the default implementation. - create(Vertx) - Static method in class io.vertx.rxjava3.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.rxjava3.ext.stomp.StompServerHandler
-
Creates an instance of
StompServerHandler
using the default (compliant) implementation. - create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create a web client using the provided
vertx
instance and default options. - create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandler
. - create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Create a Session store given a backend and configuration JSON.
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava3.mqtt.MqttClient
-
Return an MQTT client instance using the default options
- create(Vertx) - Static method in class io.vertx.rxjava3.mqtt.MqttServer
-
Return an MQTT server instance using default options
- create(Vertx) - Static method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Create and return a client configured with the default options.
- create(Vertx) - Static method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Creates a new instance of
ServiceDiscovery
using the default configuration. - create(Vertx, boolean) - Static method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, long) - Static method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(Vertx, long) - Static method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
- create(Vertx, long, Redis) - Static method in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
-
Creates a RedisSessionStore with the given retry TO.
- create(Vertx, PebbleEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.
- create(Vertx, AmqpClientOptions) - Static method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a new instance of
AmqpClient
with the given Vert.x instance and the given options. - create(Vertx, CassandraClientOptions) - Static method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Create a Cassandra client which maintains its own driver session.
- create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.rxjava3.config.ConfigRetriever
-
Creates an instance of the default implementation of the
ConfigRetriever
. - create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google Service Account (Server to Server)
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Create a Mongo client which maintains its own data source.
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
-
Create a new
InfinispanSessionStore
for the given configuration. - create(Vertx, JsonObject) - Static method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Create a Session store given a backend and configuration JSON.
- create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava3.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.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, JsonObject, RemoteCacheManager) - Static method in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
-
Like
InfinispanSessionStore.create(io.vertx.rxjava3.core.Vertx, io.vertx.core.json.JsonObject)
but with a pre-configured Infinispan Client. - create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- create(Vertx, JWTAuthOptions) - Static method in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
-
Create a JWT auth provider
- create(Vertx, LdapAuthenticationOptions) - Static method in class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
-
Create a LDAP authentication provider
- create(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, WebAuthn4JOptions) - Static method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
-
Create a WebAuthN auth provider
- create(Vertx, BridgeOptions) - Static method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- create(Vertx, BridgeOptions, NetServerOptions) - Static method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>) - Static method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- create(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Create a Consul client.
- create(Vertx, MailConfig) - Static method in class io.vertx.rxjava3.ext.mail.MailClient
-
Create a non shared instance of the mail client.
- create(Vertx, StompClientOptions) - Static method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Creates a
StompClient
using the default implementation. - create(Vertx, StompServerOptions) - Static method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Creates a
StompServer
based on the default Stomp Server implementation. - create(Vertx, ReportingOptions) - Static method in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
-
Create a message handler reporting with the specified options.
- create(Vertx, WebClientOptions) - Static method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create a web client using the provided
vertx
instance and default pooling options. - create(Vertx, WebClientOptions, PoolOptions) - Static method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create a web client using the provided
vertx
instance. - create(Vertx, GraphiQLHandlerOptions) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
-
Create a new
GraphiQLHandler
. - create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, KafkaClientOptions) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, MqttClientOptions) - Static method in class io.vertx.rxjava3.mqtt.MqttClient
-
Return an MQTT client instance
- create(Vertx, MqttServerOptions) - Static method in class io.vertx.rxjava3.mqtt.MqttServer
-
Return an MQTT server instance
- create(Vertx, RabbitMQOptions) - Static method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Create and return a client.
- create(Vertx, NetServer) - Static method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Creates a
StompServer
based on the default Stomp Server implementation. - create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Creates a
StompServer
based on the default Stomp Server implementation. - create(Vertx, AuthenticationProvider) - Static method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - create(Vertx, HtdigestAuth) - Static method in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler
- create(Vertx, HtdigestAuth, long) - Static method in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler, specifying the expire timeout for nonces.
- create(Vertx, OAuth2Auth) - Static method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler without host pinning.Most providers will not look to the redirect url but always redirect to the preconfigured callback.
- create(Vertx, OAuth2Auth, String) - Static method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler with host pinning.
- create(Vertx, OpenAPIContract) - Static method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
-
Create a new
RouterBuilder
. - create(Vertx, OpenAPIContract) - Static method in class io.vertx.rxjava3.openapi.validation.RequestValidator
-
Create a new
RequestValidator
. - create(Vertx, OpenAPIContract, RequestExtractor) - Static method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
-
Create a new
RouterBuilder
. - create(Vertx, RabbitMQClient, RabbitMQPublisherOptions) - Static method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Create and return a publisher using the specified client.
- create(Vertx, Redis) - Static method in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
-
Creates a RedisSessionStore with the default retry TO.
- create(Vertx, ServiceDiscoveryOptions) - Static method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Creates an instance of
ServiceDiscovery
. - create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth by using the given htfile file.
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
-
Create a File authentication provider
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
-
Create a File authentication provider
- create(Vertx, String) - Method in class io.vertx.rxjava3.ext.stomp.DestinationFactory
-
Creates a destination for the given address.
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Instantiate a new CSRFHandlerImpl with a secret
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String) - Static method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String, boolean) - Static method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
-
Create an error handler
- create(Vertx, String, long) - Static method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(Vertx, String, long) - Static method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
- create(Vertx, String, long) - Static method in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String, PebbleEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.
- create(Vertx, String, Buffer) - Static method in class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
-
Creates a CookieSessionStore.
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
-
Create a OAuth2Auth provider for App.net
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
-
Create a OAuth2Auth provider for Dropbox
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
-
Create a OAuth2Auth provider for Foursquare
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
-
Create a OAuth2Auth provider for Gitee
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
-
Create a OAuth2Auth provider for Github
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.com.
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
-
Create a OAuth2Auth provider for Instagram
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
-
Create a OAuth2Auth provider for live.com
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
-
Create a OAuth2Auth provider for SoundCloud
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String) - Static method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
-
Create a template engine using defaults
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
-
Create a OAuth2Auth provider for App.net
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
-
Create a OAuth2Auth provider for Dropbox
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
-
Create a OAuth2Auth provider for Foursquare
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
-
Create a OAuth2Auth provider for Gitee
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
-
Create a OAuth2Auth provider for Github
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
-
Create a OAuth2Auth provider for Instagram
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
-
Create a OAuth2Auth provider for live.com
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
-
Create a OAuth2Auth provider for SoundCloud
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String, PubSecKeyOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for Apple
- create(Vertx, String, String, PubSecKeyOptions, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for Apple
- create(Vertx, String, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for Microsoft Azure Active Directory
- create(Vertx, String, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.
- create(Vertx, String, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.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.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
-
Create a OAuth2Auth provider for GitLab.
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for IBM Cloud
- create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for IBM Cloud
- create(Vertx, String, String, String, String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for Amazon Cognito
- create(Vertx, String, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for Amazon Cognito
- create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Create a new KafkaAdminClient instance
- create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Consumer<K, V>) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance from a native .
- create(Vertx, Consumer<K, V>, KafkaClientOptions) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance from a native .
- create(Vertx, Producer<K, V>) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance from a native .
- create(Vertx, Producer<K, V>, KafkaClientOptions) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance from a native .
- create(AuthenticationProvider) - Static method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
-
Create an API Key authentication handler
- create(AuthenticationProvider) - Static method in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthenticationProvider) - Static method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthenticationProvider) - Static method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider, String) - Static method in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create(AuthenticationProvider, String) - Static method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider, String, String) - Static method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthenticationProvider, String, String, String, String) - Static method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
-
Create a handler
- create(Authorization) - Static method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- create(Authorization) - Static method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
-
create the handler that will check the specified authorization Note that to check several authorizations, you can specify a sub-interface such as
AndAuthorization
orOrAuthorization
- create(JWTAuth) - Static method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler.
- create(JWTAuth, String) - Static method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler.
- create(HotpAuth) - Static method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
-
Create a new instance of this handler using a hash based one time password authentication provider.
- create(TotpAuth) - Static method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
-
Create a new instance of this handler using a time based one time password authentication provider.
- create(User) - Static method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
-
Factory for Authorization Context
- create(User, MultiMap) - Static method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
-
Factory for Authorization Context
- create(WebAuthn4J) - Static method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
-
Create a WebAuthN auth handler.
- create(MailAttachment) - Static method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
create a copy of a MailAttachment object
- create(WebClient) - Static method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient) - Static method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Create a session aware web client using the provided
webClient
instance. - create(WebClient, CachingWebClientOptions) - Static method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient, CacheStore) - Static method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient, CacheStore, CachingWebClientOptions) - Static method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
-
Create a cache aware web client using the provided
WebClient
. - create(WebClient, CookieStore) - Static method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Create a session aware web client using the provided
webClient
instance. - create(WebClient, OAuth2Auth) - Static method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
-
Create a session aware web client using the provided
webClient
instance. - create(WebClient, OAuth2Auth, OAuth2WebClientOptions) - Static method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
-
Create a session aware web client using the provided
webClient
instance. - create(TemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
-
Create a handler
- create(TemplateEngine, String, String) - Static method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
-
Create a handler
- create(SessionStore) - Static method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Create a session handler
- create(HttpProxy) - Static method in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- create(HttpProxy, int, String) - Static method in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- create(JsonSchema, JsonSchemaOptions) - Static method in class io.vertx.rxjava3.json.schema.Validator
-
Creates a new validator with some initial schema and options.
- create(JsonSchema, JsonSchemaOptions, JsonFormatValidator) - Static method in class io.vertx.rxjava3.json.schema.Validator
-
Creates a new validator with some initial schema, options and a custom JSON format validator.
- create(SchemaRepository) - Method in class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- create(SchemaRepository) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- create(Redis) - Static method in class io.vertx.rxjava3.redis.client.RedisCluster
- create(RedisConnection) - Static method in class io.vertx.rxjava3.redis.client.RedisCluster
- create(SqlClient) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
-
Create a JDBC auth provider implementation
- create(SqlClient) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
-
Create a JDBC authorization provider implementation
- create(SqlClient) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Create an instance of the user helper.
- create(SqlClient, SqlAuthenticationOptions) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
-
Create a JDBC auth provider implementation
- create(SqlClient, SqlAuthorizationOptions) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
-
Create a JDBC authorization provider implementation
- create(SqlClient, String, String, String) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Create an instance of the user helper with custom queries.
- create(KubeResolverOptions) - Static method in interface io.vertx.serviceresolver.kube.KubeResolver
-
Create a Kubernetes resolver with the given
options
. - create(SrvResolverOptions) - Static method in interface io.vertx.serviceresolver.srv.SrvResolver
-
Create an address resolver configured by the
options
. - create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
-
Create a JDBC auth provider implementation
- create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthorization
-
Create a JDBC authorization provider implementation
- create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
-
Create an instance of the user helper.
- create(SqlClient, SqlAuthenticationOptions) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
-
Create a JDBC auth provider implementation
- create(SqlClient, SqlAuthorizationOptions) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthorization
-
Create a JDBC authorization provider implementation
- create(SqlClient, String, String, String) - Static method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
-
Create an instance of the user helper with custom queries.
- create(Class<?>) - Static method in interface io.vertx.core.cli.CLI
-
Creates an instance of
CLI
from the given Java class. - create(Class<T>, String) - Static method in class io.vertx.core.cli.converters.Converters
- create(Number) - Static method in class io.vertx.sqlclient.data.Numeric
-
Return a
Numeric
instance for the givennumber
. - create(Object) - Static method in interface io.vertx.ext.unit.TestSuite
-
Create and return a new test suite configured after the
testSuiteObject
argument. - create(Object) - Static method in interface io.vertx.ext.web.validation.RequestParameter
- create(Object) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- create(Object) - Static method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- create(String) - Static method in interface io.vertx.core.cli.CLI
-
Creates an instance of
CLI
using the default implementation. - create(String) - Static method in interface io.vertx.core.net.SelfSignedCertificate
-
Create a new
SelfSignedCertificate
instance with a fully-qualified domain name, - create(String) - Static method in interface io.vertx.ext.auth.authorization.PermissionBasedAuthorization
- create(String) - Static method in interface io.vertx.ext.auth.authorization.RoleBasedAuthorization
- create(String) - Static method in interface io.vertx.ext.auth.authorization.WildcardPermissionBasedAuthorization
- create(String) - Static method in interface io.vertx.ext.auth.jwt.authorization.JWTAuthorization
-
Factory method to create a Authorization provider for JWT tokens.
- create(String) - Static method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for Oauth 2.0 scopes.
- create(String) - Static method in interface io.vertx.ext.auth.otp.OtpKeyGenerator
-
Creates an instance of OtpKeyGenerator.
- create(String) - Static method in interface io.vertx.ext.shell.term.Pty
-
Create a new pseudo terminal.
- create(String) - Static method in interface io.vertx.ext.unit.TestSuite
-
Create and return a new test suite.
- create(String) - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler and use the given upload directory.
- 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(String) - Static method in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler with a custom disable flag.
- create(String) - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(String) - Static method in interface io.vertx.ext.web.handler.XFrameHandler
-
Creates a new handler that will add the
X-FRAME-OPTIONS
header to the current response. - create(String) - Static method in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
-
Create a template engine using a custom extension
- create(String) - Static method in interface io.vertx.grpc.common.ServiceName
-
Create a service name from its fully qualified name, e.g
com.examples.MyService
- create(String) - Static method in interface io.vertx.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route
handler for Prometheus metrics scraping. - create(String) - Static method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- create(String) - Static method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- create(String) - Static method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- create(String) - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
-
Factory method to create a Authorization provider for JWT tokens.
- create(String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for Oauth 2.0 scopes.
- create(String) - Static method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
-
Creates an instance of OtpKeyGenerator.
- create(String) - Static method in class io.vertx.reactivex.ext.unit.TestSuite
-
Create and return a new test suite.
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Create a body handler and use the given upload directory.
- 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(String) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler with a custom disable flag.
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
-
Creates a new handler that will add the
X-FRAME-OPTIONS
header to the current response. - create(String) - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
-
Create a template engine using a custom extension
- create(String) - 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 interface io.vertx.redis.client.Command
-
Generic command generator for extensions.
- create(String) - Static method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- create(String) - Static method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- create(String) - Static method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- create(String) - Static method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
-
Factory method to create a Authorization provider for JWT tokens.
- create(String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for Oauth 2.0 scopes.
- create(String) - Static method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
-
Creates an instance of OtpKeyGenerator.
- create(String) - Static method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Create and return a new test suite.
- create(String) - Static method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Create a body handler and use the given upload directory.
- create(String) - Static method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler that will extract the tenant id from a given header name.
- create(String) - Static method in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler with a custom disable flag.
- create(String) - Static method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(String) - Static method in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
-
Creates a new handler that will add the
X-FRAME-OPTIONS
header to the current response. - create(String) - Static method in class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
-
Create a template engine using a custom extension
- create(String) - Static method in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route
handler for Prometheus metrics scraping. - create(String...) - Static method in class io.vertx.ext.stomp.utils.Headers
- create(String, int) - Static method in interface io.vertx.core.net.HostAndPort
-
Create an arbitrary instance.
- create(String, Converter<T>) - Static method in class io.vertx.core.cli.converters.Converters
- create(String, Handler<TestContext>) - Static method in interface io.vertx.ext.unit.TestCase
-
Create a test case.
- create(String, Handler<TestContext>) - Static method in class io.vertx.reactivex.ext.unit.TestCase
-
Create a test case.
- create(String, Handler<TestContext>) - Static method in class io.vertx.rxjava3.ext.unit.TestCase
-
Create a test case.
- create(String, Vertx) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Creates a new instance of
CircuitBreaker
, with default options. - create(String, Vertx, CircuitBreakerOptions) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Creates a new instance of
CircuitBreaker
. - create(String, MongoClient, MongoAuthorizationOptions) - Static method in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
Creates an instance of MongoAuthorization by using the given
MongoClient
and configuration object. - create(String, Vertx) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Creates a new instance of
CircuitBreaker
, with default options. - create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Creates a new instance of
CircuitBreaker
. - create(String, Vertx) - Static method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Creates a new instance of
CircuitBreaker
, with default options. - create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Creates a new instance of
CircuitBreaker
. - create(String, Class<T>) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
- create(String, Class<T>) - Static method in class io.vertx.rxjava3.sqlclient.PropertyKind
- create(String, Class<T>) - Static method in interface io.vertx.sqlclient.PropertyKind
- create(String, String) - Static method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for OpenID Connect scopes.
- create(String, String) - Static method in interface io.vertx.grpc.common.ServiceName
-
Create a service name from its package name and name
- create(String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for OpenID Connect scopes.
- create(String, String) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
Factory method to create a Authorization provider for OpenID Connect scopes.
- create(String, String, Object) - Static method in exception io.vertx.json.schema.ValidationException
- create(String, String, Object, Throwable) - Static method in exception io.vertx.json.schema.ValidationException
- create(String, String, Object, Collection<Throwable>) - Static method in exception io.vertx.json.schema.ValidationException
- 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, 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, K, V) - Static method in class io.vertx.rxjava3.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, 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, 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, Long, Integer) - Static method in class io.vertx.rxjava3.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(String, 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.rxjava3.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- 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(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(Function<RoutingContext, String>) - Static method in class io.vertx.rxjava3.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.rxjava3.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler using a custom tenant extraction function.
- create(Map<String, String>) - Static method in class io.vertx.ext.stomp.utils.Headers
- 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. - createAclPolicy(AclPolicy) - Method in interface io.vertx.ext.consul.ConsulClient
-
Creates a new ACL policy
- createAclPolicy(AclPolicy) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Creates a new ACL policy
- createAclPolicy(AclPolicy) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Creates a new ACL policy
- createAcls(List<AclBinding>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Create the ACL rules.
- createAcls(List<AclBinding>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Create the ACL rules.
- createAcls(List<AclBinding>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Create the ACL rules.
- createAclToken(AclToken) - Method in interface io.vertx.ext.consul.ConsulClient
-
Create an Acl token
- createAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Create an Acl token
- createAclToken(AclToken) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Create an Acl token
- createAnonymousSender() - Method in interface io.vertx.amqp.AmqpConnection
-
Creates an anonymous sender.
- createAnonymousSender() - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates an anonymous sender.
- createAnonymousSender() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates an anonymous sender.
- createAuthenticator(String, OtpKey) - Method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
-
Creating authenticator from user id and key.
- createAuthenticator(String, OtpKey) - Method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
Creating authenticator from user id and key.
- createAuthenticator(String, OtpKey) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Creating authenticator from user id and key.
- createAuthenticator(String, OtpKey) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Creating authenticator from user id and key.
- createAuthenticator(String, OtpKey) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Creating authenticator from user id and key.
- createAuthenticator(String, OtpKey) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Creating authenticator from user id and key.
- createBlank(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
-
Create a new blank token.
- createCantDecodeValue(Parameter) - Static method in exception io.vertx.openapi.validation.ValidatorException
- createClient(Vertx) - 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, String) - Static method in interface io.vertx.redis.client.Redis
-
Create a new Redis client using the default client options.
- createClient(Vertx) - 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, String) - Static method in class io.vertx.reactivex.redis.client.Redis
-
Create a new Redis client using the default client options.
- createClient(Vertx) - Static method in class io.vertx.rxjava3.redis.client.Redis
-
Create a new Redis client using the default client options.
- createClient(Vertx, RedisOptions) - Static method in class io.vertx.rxjava3.redis.client.Redis
-
Create a new Redis client using the given client options.
- createClient(Vertx, String) - Static method in class io.vertx.rxjava3.redis.client.Redis
-
Create a new Redis client using the default client options.
- createClientMetrics(SocketAddress, String, String) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the client metrics SPI when a client has been created.
- createClusterClient(Vertx, RedisOptions, Supplier<Future<RedisClusterConnectOptions>>) - Static method in interface io.vertx.redis.client.Redis
-
Creates a new cluster Redis client.
- createClusterClient(Vertx, RedisOptions, Supplier<Future<RedisClusterConnectOptions>>) - Static method in class io.vertx.reactivex.redis.client.Redis
-
Creates a new cluster Redis client.
- createClusterClient(Vertx, RedisOptions, Supplier<Single<RedisClusterConnectOptions>>) - Static method in class io.vertx.rxjava3.redis.client.Redis
-
Creates a new cluster Redis client.
- createCollection(String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Create a new collection
- createCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Create a new collection
- createCollection(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Create a new collection
- CreateCollectionOptions - Class in io.vertx.ext.mongo
-
Options for creating a collection
- CreateCollectionOptions() - Constructor for class io.vertx.ext.mongo.CreateCollectionOptions
- CreateCollectionOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.CreateCollectionOptions
- CreateCollectionOptions(CreateCollectionOptions) - Constructor for class io.vertx.ext.mongo.CreateCollectionOptions
- CreateCollectionOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
CreateCollectionOptions
. - CreateCollectionOptionsConverter() - Constructor for class io.vertx.ext.mongo.CreateCollectionOptionsConverter
- createCollectionWithOptions(String, CreateCollectionOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Create a new collection with options
- createCollectionWithOptions(String, CreateCollectionOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Create a new collection with options
- createCollectionWithOptions(String, CreateCollectionOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Create a new collection with options
- createConnectionFactory(Vertx, NetClientOptions) - Method in class io.vertx.db2client.spi.DB2Driver
- createConnectionFactory(Vertx, NetClientOptions) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
- createConnectionFactory(Vertx, NetClientOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
- createConnectionFactory(Vertx, NetClientOptions) - Method in class io.vertx.oracleclient.spi.OracleDriver
- createConnectionFactory(Vertx, NetClientOptions) - Method in class io.vertx.pgclient.spi.PgDriver
- createConnectionFactory(Vertx, NetClientOptions) - Method in interface io.vertx.sqlclient.spi.Driver
-
Create a connection factory to the given
database
. - createCounter(String) - Method in interface io.vertx.spi.cluster.hazelcast.spi.HazelcastObjectProvider
-
Return Counter with given name, if the Counter doesn't exist it is initialized to 0
- createCredentialsOptions(JsonObject) - Method in interface io.vertx.ext.auth.webauthn4j.WebAuthn4J
-
Gets a challenge and any other parameters for the
navigator.credentials.create()
call. - createCredentialsOptions(JsonObject) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
-
Gets a challenge and any other parameters for the
navigator.credentials.create()
call. - createCredentialsOptions(JsonObject) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
-
Gets a challenge and any other parameters for the
navigator.credentials.create()
call. - createDatagramSocket() - Method in interface io.vertx.core.Vertx
-
Create a datagram socket using default options
- createDatagramSocket() - Method in class io.vertx.reactivex.core.Vertx
-
Create a datagram socket using default options
- createDatagramSocket() - Method in class io.vertx.rxjava3.core.Vertx
-
Create a datagram socket using default options
- createDatagramSocket(DatagramSocketOptions) - Method in interface io.vertx.core.Vertx
-
Create a datagram socket using the specified options
- createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a datagram socket using the specified options
- createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a datagram socket using the specified options
- createDatagramSocketMetrics(DatagramSocketOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the datagram/udp metrics SPI when a datagram socket is created.
- createDefaultGridFsBucketService() - Method in interface io.vertx.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - createDefaultGridFsBucketService() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - createDefaultGridFsBucketService() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - createDelete(JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new delete operation with the given filter
- createDnsClient() - Method in interface io.vertx.core.Vertx
-
Create a DNS client to connect to the DNS server configured by
VertxOptions.getAddressResolverOptions()
- createDnsClient() - Method in class io.vertx.reactivex.core.Vertx
-
Create a DNS client to connect to the DNS server configured by
VertxOptions
- createDnsClient() - Method in class io.vertx.rxjava3.core.Vertx
-
Create a DNS client to connect to the DNS server configured by
VertxOptions
- 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(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(int, String) - Method in class io.vertx.rxjava3.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(DnsClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a DNS client to connect to a DNS server
- createDnsClient(DnsClientOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a DNS client to connect to a DNS server
- createDnsClient(DnsClientOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a DNS client to connect to a DNS server
- createDynamicReceiver() - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a dynamic receiver.
- createDynamicReceiver() - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a dynamic receiver.
- createDynamicReceiver() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a dynamic receiver.
- createEndpointMetrics(SocketAddress, int) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Provides metrics for a particular endpoint
- 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.rxjava3.ext.stomp.Frames
- createErrorFromOutputUnitType(Parameter, OutputUnit, JsonSchemaValidationException) - Static method in exception io.vertx.openapi.validation.SchemaValidationException
- createEventBusMetrics() - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the event bus metrics SPI when the event bus is created.
- createExecutor(ThreadFactory, Integer, Integer) - Method in interface io.vertx.core.spi.ExecutorServiceFactory
-
Create an ExecutorService
- createFile(String) - Method in interface io.vertx.core.file.FileSystem
-
Creates an empty file with the specified
path
, asynchronously. - createFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates an empty file with the specified
path
, asynchronously. - createFile(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates an empty file with the specified
path
, asynchronously. - createFile(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Creates an empty file with the specified
path
and permissionsperms
, asynchronously. - createFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates an empty file with the specified
path
and permissionsperms
, asynchronously. - createFile(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates an empty file with the specified
path
and permissionsperms
, asynchronously. - createFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.createFile(String)
- createFileBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.createFile(java.lang.String)
- createFileBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.createFile(java.lang.String)
- createFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.createFile(String, String)
- createFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.createFile(java.lang.String)
- createFileBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.createFile(java.lang.String)
- createFrom(PrepareOptions) - Static method in class io.vertx.oracleclient.OraclePrepareOptions
-
Creates a new instance of
OraclePrepareOptions
from the providedPrepareOptions
. - createGridFsBucketService(String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - createGridFsBucketService(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - createGridFsBucketService(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - createHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
- createHashedUser(String, String) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
-
Insert a user into a database.
- createHashedUser(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- createHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- createHashedUser(String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- createHttpClient() - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpClient() - Method in class io.vertx.reactivex.core.Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpClient() - Method in class io.vertx.rxjava3.core.Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpClient(HttpClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client using the specified client options
- createHttpClient(HttpClientOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a HTTP/HTTPS client using the specified client options
- createHttpClient(HttpClientOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a HTTP/HTTPS client using the specified client options
- createHttpClient(HttpClientOptions, PoolOptions) - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client using the specified client and pool options
- createHttpClient(HttpClientOptions, PoolOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a HTTP/HTTPS client using the specified client and pool options
- createHttpClient(HttpClientOptions, PoolOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a HTTP/HTTPS client using the specified client and pool options
- createHttpClient(PoolOptions) - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client using the specified pool options
- createHttpClient(PoolOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a HTTP/HTTPS client using the specified pool options
- createHttpClient(PoolOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a HTTP/HTTPS client using the specified pool 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.
- createHttpServer() - Method in interface io.vertx.core.Vertx
-
Create an HTTP/HTTPS server using default options
- createHttpServer() - Method in class io.vertx.reactivex.core.Vertx
-
Create an HTTP/HTTPS server using default options
- createHttpServer() - Method in class io.vertx.rxjava3.core.Vertx
-
Create an HTTP/HTTPS server using default options
- createHttpServer(HttpServerOptions) - Method in interface io.vertx.core.Vertx
-
Create an HTTP/HTTPS server using the specified options
- createHttpServer(HttpServerOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create an HTTP/HTTPS server using the specified options
- createHttpServer(HttpServerOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create an HTTP/HTTPS server using the specified 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.
- createIndex(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Creates an index.
- createIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates an index.
- createIndex(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Creates an index.
- createIndexes(String, List<IndexModel>) - Method in interface io.vertx.ext.mongo.MongoClient
-
creates an indexes
- createIndexes(String, List<IndexModel>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
creates an indexes
- createIndexes(String, List<IndexModel>) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
creates an indexes
- createIndexWithOptions(String, JsonObject, IndexOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Creates an index.
- createIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates an index.
- createIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Creates an index.
- createInsert(JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new insert operation with the given document
- createInvalidContract(String) - Static method in exception io.vertx.openapi.contract.OpenAPIContractException
- createInvalidContract(String, Throwable) - Static method in exception io.vertx.openapi.contract.OpenAPIContractException
- createInvalidFrameErrorFrame(FrameException) - Static method in interface io.vertx.ext.stomp.Frames
- createInvalidStyle(Location, String) - Static method in exception io.vertx.openapi.contract.OpenAPIContractException
- createInvalidValueBody(OutputUnit, ValidationContext, JsonSchemaValidationException) - Static method in exception io.vertx.openapi.validation.SchemaValidationException
- createInvalidValueFormat(Parameter) - Static method in exception io.vertx.openapi.validation.ValidatorException
- createInvalidValueParameter(Parameter, OutputUnit, JsonSchemaValidationException) - Static method in exception io.vertx.openapi.validation.SchemaValidationException
- createJob(Process, String) - Method in interface io.vertx.ext.shell.system.JobController
-
Create a job wrapping a process.
- createJob(String) - Method in interface io.vertx.ext.shell.Shell
- 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. - createListCharHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
- createListHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
- createMapCharHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
- createMapHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
- createMethodInfo(Set<ClassTypeInfo>, String, String, Doc, TypeInfo, Text, boolean, boolean, List<ParamInfo>, ExecutableElement, boolean, boolean, ArrayList<TypeParamInfo.Method>, TypeElement, boolean, Text, boolean) - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyModel
- createMethodInfo(Set<ClassTypeInfo>, String, String, Doc, TypeInfo, Text, boolean, boolean, List<ParamInfo>, ExecutableElement, boolean, boolean, ArrayList<TypeParamInfo.Method>, TypeElement, boolean, Text, boolean) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
- createMissingMatchingBodyProcessor(String) - Static method in exception io.vertx.ext.web.validation.BodyProcessorException
- createMissingParameterWhenRequired(String, ParameterLocation, String) - Static method in exception io.vertx.ext.web.validation.ParameterProcessorException
- createMissingRequiredParameter(Parameter) - Static method in exception io.vertx.openapi.validation.ValidatorException
- createMissingValueRequestBody(OutputUnit, JsonSchemaValidationException) - Static method in exception io.vertx.openapi.validation.SchemaValidationException
- createNetClient() - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL client using default options
- createNetClient() - Method in class io.vertx.reactivex.core.Vertx
-
Create a TCP/SSL client using default options
- createNetClient() - Method in class io.vertx.rxjava3.core.Vertx
-
Create a TCP/SSL client using default options
- createNetClient(NetClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL client using the specified options
- createNetClient(NetClientOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a TCP/SSL client using the specified options
- createNetClient(NetClientOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a TCP/SSL client using the specified 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() - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL server using default options
- createNetServer() - Method in class io.vertx.reactivex.core.Vertx
-
Create a TCP/SSL server using default options
- createNetServer() - Method in class io.vertx.rxjava3.core.Vertx
-
Create a TCP/SSL server using default options
- createNetServer(NetServerOptions) - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL server using the specified options
- createNetServer(NetServerOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a TCP/SSL server using the specified options
- createNetServer(NetServerOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a TCP/SSL server using the specified 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.
- createOperationIdInvalid(String) - Static method in exception io.vertx.openapi.validation.ValidatorException
- createOperationNotFound(HttpMethod, String) - Static method in exception io.vertx.openapi.validation.ValidatorException
- createOptimized(String) - Static method in interface io.vertx.core.http.HttpHeaders
-
Create an optimized
CharSequence
which can be used as header name or value. - createOptimized(String) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
-
Create an optimized
CharSequence
which can be used as header name or value. - createOptimized(String) - Static method in class io.vertx.rxjava3.core.http.HttpHeaders
-
Create an optimized
CharSequence
which can be used as header name or value. - createPadding(int) - Static method in class io.vertx.core.cli.UsageMessageFormatter
-
Return a String of padding of length
len
. - createParser(Buffer) - Static method in class io.vertx.core.json.jackson.JacksonCodec
- createParser(BufferInternal) - Static method in class io.vertx.core.json.jackson.DatabindCodec
- createParser(String) - Static method in class io.vertx.core.json.jackson.DatabindCodec
- createParser(String) - Static method in class io.vertx.core.json.jackson.JacksonCodec
- createParsingError(String, DecodeException) - Static method in exception io.vertx.ext.web.validation.BodyProcessorException
- createParsingError(String, ParameterLocation, MalformedValueException, String) - Static method in exception io.vertx.ext.web.validation.ParameterProcessorException
- createParsingError(String, MalformedValueException) - Static method in exception io.vertx.ext.web.validation.BodyProcessorException
- createPartitions(Map<String, NewPartitions>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Creates a batch of new partitions in the Kafka topic
- createPartitions(Map<String, NewPartitions>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Creates a batch of new partitions in the Kafka topic
- createPartitions(Map<String, NewPartitions>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Creates a batch of new partitions in the Kafka topic
- createPool(Vertx, Supplier<Future<C>>, PoolOptions, NetClientOptions, Handler<SqlConnection>) - Method in interface io.vertx.sqlclient.spi.Driver
-
Create a connection pool to the database configured with the given
connectOptions
andpoolOptions
. - createPoolMetrics(String, String, int) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the pool metrics SPI.
- createPreparedQuery(PreparedQueryDefinition) - Method in interface io.vertx.ext.consul.ConsulClient
- createPreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- createPreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- createProcedure(Vertx) - Static method in interface io.vertx.ext.cluster.infinispan.ClusterHealthCheck
- createProcedure(Vertx) - Static method in interface io.vertx.spi.cluster.hazelcast.ClusterHealthCheck
-
Creates a ready-to-use Vert.x cluster
HealthChecks
procedure. - createProcedure(Vertx, boolean) - Static method in interface io.vertx.ext.cluster.infinispan.ClusterHealthCheck
-
Creates a ready-to-use Vert.x cluster
HealthChecks
procedure. - createProcess() - Method in 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.
- 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.rxjava3.ext.stomp.Frames
- createReceiver(String) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String) - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, AmqpReceiverOptions) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(java.lang.String, java.lang.String, int, java.lang.String, io.vertx.core.json.JsonObject)
but let you configure whether or not the service is usinghttps
. - createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(java.lang.String, java.lang.String, int, java.lang.String, io.vertx.core.json.JsonObject)
but let you configure whether or not the service is usinghttps
. - createRecord(String, boolean, String, int, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(String, String, int, String, JsonObject)
but let you configure whether or not the service is usinghttps
. - 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, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
-
Convenient method to create a record for a Mongo data source.
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method to create a record for a Redis data source.
- 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.
- createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(java.lang.String, java.lang.String, int, java.lang.String, io.vertx.core.json.JsonObject)
but without metadata, using the port 80 and using "/" as root. - createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Same as
MessageSource.createRecord(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject)
without additional metadata, and no type for the payload. - createRecord(String, String) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(java.lang.String, java.lang.String, int, java.lang.String, io.vertx.core.json.JsonObject)
but without metadata, using the port 80 and using "/" as root. - createRecord(String, String) - Static method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
-
Same as
MessageSource.createRecord(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject)
without additional metadata, and no type for the payload. - createRecord(String, String) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(String, String, int, String, JsonObject)
but without metadata, using the port 80 and using "/" as root. - createRecord(String, String) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Same as
MessageSource.createRecord(String, String, Class, JsonObject)
without additional metadata, and no type for the payload. - createRecord(String, String, int, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(java.lang.String, java.lang.String, int, java.lang.String, io.vertx.core.json.JsonObject)
but without metadata. - createRecord(String, String, int, String) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(java.lang.String, java.lang.String, int, java.lang.String, io.vertx.core.json.JsonObject)
but without metadata. - createRecord(String, String, int, String) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Same as
HttpEndpoint.createRecord(String, String, int, String, JsonObject)
but without metadata. - 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, String, int, String, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method to create a record for a HTTP endpoint.
- 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, String, Class) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Same as
EventBusService.createRecord(String, String, Class, JsonObject)
but without metadata. - createRecord(String, String, Class) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Same as
MessageSource.createRecord(String, String, Class, JsonObject)
without additional metadata. - 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, Class, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Create a record representing a data producer.
- createRecord(String, String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Creates a record based on the parameters.
- createRecord(String, String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Same as
MessageSource.createRecord(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject)
without additional metadata. - createRecord(String, String, String) - Static method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
-
Creates a record based on the parameters.
- createRecord(String, String, String) - Static method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
-
Same as
MessageSource.createRecord(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject)
without additional metadata. - createRecord(String, String, String) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Creates a record based on the parameters.
- createRecord(String, String, String) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Same as
MessageSource.createRecord(String, String, String, JsonObject)
without additional metadata. - 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, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Create a record representing a data producer.
- createRecord(String, String, String, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
-
Sugar method to creates a record for this type.
- createRecord(String, String, String, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
-
Create a record representing a data producer.
- 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, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Create a record representing a data producer.
- 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
- createReplicationClient(Vertx, RedisOptions, Supplier<Future<RedisReplicationConnectOptions>>) - Static method in interface io.vertx.redis.client.Redis
-
Creates a new replication Redis client.
- createReplicationClient(Vertx, RedisOptions, Supplier<Future<RedisReplicationConnectOptions>>) - Static method in class io.vertx.reactivex.redis.client.Redis
-
Creates a new replication Redis client.
- createReplicationClient(Vertx, RedisOptions, Supplier<Single<RedisReplicationConnectOptions>>) - Static method in class io.vertx.rxjava3.redis.client.Redis
-
Creates a new replication Redis client.
- createResponseNotFound(int, String) - Static method in exception io.vertx.openapi.validation.ValidatorException
- createRolePermission(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
-
Insert a role permission into a database.
- createRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Insert a role permission into a database.
- createRolePermission(String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Insert a role permission into a database.
- createRouter() - Method in interface io.vertx.ext.web.openapi.router.RouterBuilder
-
Construct a new router based on the related OpenAPI contract.
- createRouter() - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
-
Construct a new router based on the related OpenAPI contract.
- createRouter() - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
-
Construct a new router based on the related OpenAPI contract.
- createRunnerForTestWithParameters(TestWithParameters) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
- createSender(String) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String) - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions) - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSentinelClient(Vertx, RedisOptions, Supplier<Future<RedisSentinelConnectOptions>>) - Static method in interface io.vertx.redis.client.Redis
-
Creates a new sentinel Redis client.
- createSentinelClient(Vertx, RedisOptions, Supplier<Future<RedisSentinelConnectOptions>>) - Static method in class io.vertx.reactivex.redis.client.Redis
-
Creates a new sentinel Redis client.
- createSentinelClient(Vertx, RedisOptions, Supplier<Single<RedisSentinelConnectOptions>>) - Static method in class io.vertx.rxjava3.redis.client.Redis
-
Creates a new sentinel Redis client.
- createSession() - Method in interface io.vertx.ext.consul.ConsulClient
-
Initialize a new session
- createSession() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Initialize a new session
- createSession() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Initialize a new session
- createSession(long) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Create a new session using the default min length.
- createSession(long) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Create a new session using the default min length.
- createSession(long) - Method in class io.vertx.rxjava3.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(long, int) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Create a new session.
- createSession(long, int) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Create a new session.
- createSessionWithOptions(SessionOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Initialize a new session
- createSessionWithOptions(SessionOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Initialize a new session
- createSessionWithOptions(SessionOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Initialize a new session
- createSetCharHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
- createSetHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
- createShared(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
-
Like
CassandraClient.createShared(Vertx, String, CassandraClientOptions)
with default options and client name. - createShared(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
-
Like
CassandraClient.createShared(Vertx, String, CassandraClientOptions)
with default client name. - createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
-
Like
MongoClient.createShared(io.vertx.core.Vertx, JsonObject, String)
but with the default data source name - 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, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
-
Like
MailClient.createShared(io.vertx.core.Vertx, MailConfig, String)
but with the default pool name - createShared(Vertx, MailConfig, String) - Static method in interface io.vertx.ext.mail.MailClient
-
Create a Mail client which shares its connection pool with any other Mail clients created with the same pool name
- createShared(Vertx, String) - Static method in interface io.vertx.cassandra.CassandraClient
-
Like
CassandraClient.createShared(Vertx, String, CassandraClientOptions)
with default options. - 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, String, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same
name
- createShared(Vertx, String, KafkaClientOptions, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same
name
- createShared(Vertx, String, KafkaClientOptions, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same
name
- createShared(Vertx, String, 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>, 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, 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, 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, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same
name
- createShared(Vertx, String, 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) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Like
CassandraClient.createShared(io.vertx.reactivex.core.Vertx)
with default options and client name. - createShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Like
CassandraClient.createShared(io.vertx.reactivex.core.Vertx)
with default client name. - createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Like
MongoClient.createShared(io.vertx.reactivex.core.Vertx, io.vertx.core.json.JsonObject, java.lang.String)
but with the default data source name - 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, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
-
Like
MailClient.createShared(io.vertx.reactivex.core.Vertx, io.vertx.ext.mail.MailConfig, java.lang.String)
but with the default pool name - 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, String) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Like
CassandraClient.createShared(io.vertx.reactivex.core.Vertx)
with default options. - 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, String, KafkaClientOptions) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same
name
- createShared(Vertx, String, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same
name
- createShared(Vertx, 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.rxjava3.cassandra.CassandraClient
-
Like
CassandraClient.createShared(io.vertx.rxjava3.core.Vertx)
with default options and client name. - createShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Like
CassandraClient.createShared(io.vertx.rxjava3.core.Vertx)
with default client name. - createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Like
MongoClient.createShared(io.vertx.rxjava3.core.Vertx, io.vertx.core.json.JsonObject, java.lang.String)
but with the default data source name - createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava3.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, MailConfig) - Static method in class io.vertx.rxjava3.ext.mail.MailClient
-
Like
MailClient.createShared(io.vertx.rxjava3.core.Vertx, io.vertx.ext.mail.MailConfig, java.lang.String)
but with the default pool name - createShared(Vertx, MailConfig, String) - Static method in class io.vertx.rxjava3.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, String) - Static method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Like
CassandraClient.createShared(io.vertx.rxjava3.core.Vertx)
with default options. - createShared(Vertx, String, CassandraClientOptions) - Static method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Create a Cassandra client that shares its driver session with any other client having the same name.
- createShared(Vertx, String, KafkaClientOptions) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same
name
- createShared(Vertx, String, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.rxjava3.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 class io.vertx.rxjava3.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.rxjava3.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
-
Like
Vertx.createSharedWorkerExecutor(String, int)
but with theVertxOptions.setWorkerPoolSize(int)
poolSize
. - createSharedWorkerExecutor(String) - Method in class io.vertx.reactivex.core.Vertx
- createSharedWorkerExecutor(String) - Method in class io.vertx.rxjava3.core.Vertx
- createSharedWorkerExecutor(String, int) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.createSharedWorkerExecutor(String, int, long)
but with theVertxOptions.setMaxWorkerExecuteTime(long)
maxExecuteTime
. - createSharedWorkerExecutor(String, int) - Method in class io.vertx.reactivex.core.Vertx
- createSharedWorkerExecutor(String, int) - Method in class io.vertx.rxjava3.core.Vertx
- createSharedWorkerExecutor(String, int, long) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.createSharedWorkerExecutor(String, int, long, TimeUnit)
but with theVertxOptions.setMaxWorkerExecuteTimeUnit(TimeUnit)
maxExecuteTimeUnit
. - createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.createSharedWorkerExecutor(java.lang.String)
but with theVertxOptions
maxExecuteTimeUnit
. - createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.rxjava3.core.Vertx
-
Like
Vertx.createSharedWorkerExecutor(java.lang.String)
but with theVertxOptions
maxExecuteTimeUnit
. - 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.
- 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.
- createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.
- createShell() - Method in interface io.vertx.ext.shell.ShellServer
-
Create a new shell, the returned shell should be closed explicitely.
- createShell(Term) - Method in interface io.vertx.ext.shell.ShellServer
-
Create a new shell, the returned shell should be closed explicitely.
- 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.
- createStandaloneClient(Vertx, RedisOptions, Supplier<Future<RedisStandaloneConnectOptions>>) - Static method in interface io.vertx.redis.client.Redis
-
Creates a new standalone Redis client.
- createStandaloneClient(Vertx, RedisOptions, Supplier<Future<RedisStandaloneConnectOptions>>) - Static method in class io.vertx.reactivex.redis.client.Redis
-
Creates a new standalone Redis client.
- createStandaloneClient(Vertx, RedisOptions, Supplier<Single<RedisStandaloneConnectOptions>>) - Static method in class io.vertx.rxjava3.redis.client.Redis
-
Creates a new standalone Redis client.
- createStream(int) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Like
PreparedStatement.createStream(int)
but with empty arguments. - createStream(int) - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
-
Like
PreparedStatement.createStream(int)
but with empty arguments. - createStream(int) - Method in interface io.vertx.sqlclient.PreparedStatement
-
Like
PreparedStatement.createStream(int, Tuple)
but with empty arguments. - createStream(int, Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Execute the prepared query with a cursor and createStream the result.
- createStream(int, Tuple) - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
-
Execute the prepared query with a cursor and createStream the result.
- createStream(int, Tuple) - Method in interface io.vertx.sqlclient.PreparedStatement
-
Execute the prepared query with a cursor and createStream the result.
- 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.
- createTempDirectory(String) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- createTempDirectory(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- createTempDirectory(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- createTempDirectory(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- createTempDirectory(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- createTempDirectory(String, String) - Method in class io.vertx.rxjava3.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) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new directory in the directory provided by the path
path
, using the given prefix to generate its name, asynchronously. - createTempDirectory(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the directory provided by the path
path
, using the given prefix to generate its name, asynchronously. - createTempDirectory(String, String, String) - Method in class io.vertx.rxjava3.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
-
Blocking version of
FileSystem.createTempDirectory(String)
- createTempDirectoryBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.createTempDirectory(java.lang.String)
- createTempDirectoryBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.createTempDirectory(java.lang.String)
- createTempDirectoryBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.createTempDirectory(String, String)
- createTempDirectoryBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.createTempDirectory(java.lang.String)
- createTempDirectoryBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.createTempDirectory(java.lang.String)
- createTempDirectoryBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.createTempDirectory(String, String, String)
- createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.createTempDirectory(java.lang.String)
- createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.createTempDirectory(java.lang.String)
- createTempFile(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String) - Method in class io.vertx.rxjava3.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) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - createTempFile(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - createTempFile(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - createTempFile(String, String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - createTempFile(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - createTempFile(String, String, String, String) - Method in class io.vertx.rxjava3.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
-
Blocking version of
FileSystem.createTempFile(String, String)
- createTempFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.createTempFile(java.lang.String, java.lang.String)
- createTempFileBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.createTempFile(java.lang.String, java.lang.String)
- createTempFileBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.createTempFile(String, String, String)
- createTempFileBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.createTempFile(java.lang.String, java.lang.String)
- createTempFileBlocking(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.createTempFile(java.lang.String, java.lang.String)
- createTempFileBlocking(String, String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.createTempFile(String, String, String, String)
- createTempFileBlocking(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.createTempFile(java.lang.String, java.lang.String)
- createTempFileBlocking(String, String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.createTempFile(java.lang.String, java.lang.String)
- 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.
- createToken(TokenRequest) - Method in class io.vertx.config.vault.client.SlimVaultClient
- createToken(TokenRequest, Completable<Auth>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Creates a new token.
- createTopics(List<NewTopic>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Creates a batch of new Kafka topics
- createTopics(List<NewTopic>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Creates a batch of new Kafka topics
- createTopics(List<NewTopic>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Creates a batch of new Kafka topics
- createUnsupportedFeature(String) - Static method in exception io.vertx.openapi.contract.OpenAPIContractException
- createUnsupportedValueFormat(Parameter) - Static method in exception io.vertx.openapi.validation.ValidatorException
- createUnsupportedVersion(String) - Static method in exception io.vertx.openapi.contract.OpenAPIContractException
- createUpdate(JsonObject, JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new update operation with the given filter and update document
- createUpdate(JsonObject, JsonObject, boolean, boolean) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new update operation with the given filter, update document, the upsert flag, and multi flag
- createUser(String, String) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
-
Insert a user into a database.
- createUser(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- createUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- createUser(String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- createUserRole(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
-
Insert a user role into a database.
- createUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Insert a user role into a database.
- createUserRole(String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Insert a user role into a database.
- createUserRolesAndPermissions(String, List<String>, List<String>) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
-
Insert a user role into a database.
- createValidationError(String, ParameterLocation, Throwable, String) - Static method in exception io.vertx.ext.web.validation.ParameterProcessorException
- createValidationError(String, Throwable) - Static method in exception io.vertx.ext.web.validation.BodyProcessorException
- createVerticle(String, ClassLoader, Promise<Callable<Verticle>>) - Method in interface io.vertx.core.spi.VerticleFactory
-
Deprecated.deprecated, instead implement
VerticleFactory.createVerticle2(String, ClassLoader, Promise)
- createVerticle(String, ClassLoader, Promise<Callable<Verticle>>) - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
- createVerticle2(String, ClassLoader, Promise<Callable<? extends Deployable>>) - Method in interface io.vertx.core.spi.VerticleFactory
-
Create a verticle instance.
- createVertxBuilder(VertxOptions) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
to customize the Vert.x builder. - createVertxBuilder(VertxOptions) - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Default implementation for the
VertxBuilder
creation. - createWebSocketClient() - Method in interface io.vertx.core.Vertx
-
Create a WebSocket client using default options
- createWebSocketClient() - Method in class io.vertx.reactivex.core.Vertx
-
Create a WebSocket client using default options
- createWebSocketClient() - Method in class io.vertx.rxjava3.core.Vertx
-
Create a WebSocket client using default options
- createWebSocketClient(WebSocketClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a WebSocket client using the specified options
- createWebSocketClient(WebSocketClientOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a WebSocket client using the specified options
- createWebSocketClient(WebSocketClientOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a WebSocket client using the specified options
- createWithDelegate(Class<X>, T) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
- createWithHealthChecks(HealthChecks) - Static method in interface io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - createWithHealthChecks(HealthChecks, AuthenticationProvider) - Static method in interface io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - createWithHealthChecks(HealthChecks) - Static method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - createWithHealthChecks(HealthChecks, AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - createWithHealthChecks(HealthChecks) - Static method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - createWithHealthChecks(HealthChecks, AuthenticationProvider) - Static method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Creates an instance of the default implementation of the
HealthCheckHandler
. - createWithMongoSettings(Vertx, JsonObject, String, MongoClientSettings) - Static method in interface io.vertx.ext.mongo.MongoClient
-
Constructor targeting the jvm, like standard constructor
MongoClient.createShared(Vertx, JsonObject, String)
, but it accepts default mongoClientSettings to configure mongo - createWorker() - Method in class io.vertx.reactivex.ContextScheduler
- createWorker() - Method in class io.vertx.rxjava3.ContextScheduler
- creationCallSite() - Method in class io.vertx.junit5.CountingCheckpoint
- creationTime() - Method in interface io.vertx.amqp.AmqpMessage
- 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() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- creationTime(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- creationTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- creationTime(long) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- credentials(Credentials) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- credentials(Credentials) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- credentials(Credentials) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- Credentials - Interface in io.vertx.ext.auth.authentication
-
Abstract representation of a Credentials object.
- credentialStorage(CredentialStorage) - Method in interface io.vertx.ext.auth.webauthn4j.WebAuthn4J
-
Provide a
CredentialStorage
that can fetchAuthenticator
s from storage and update them. - credentialStorage(CredentialStorage) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
-
Provide a
CredentialStorage
that can fetchAuthenticator
s from storage and update them. - credentialStorage(CredentialStorage) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
-
Provide a
CredentialStorage
that can fetchAuthenticator
s from storage and update them. - CredentialStorage - Class in io.vertx.reactivex.ext.auth.webauthn4j
-
Used to represent persistent storage of credentials, this gives you a way to abstract how you want to store them (in memory, database, other).
- CredentialStorage - Class in io.vertx.rxjava3.ext.auth.webauthn4j
-
Used to represent persistent storage of credentials, this gives you a way to abstract how you want to store them (in memory, database, other).
- CredentialStorage - Interface in io.vertx.ext.auth.webauthn4j
-
Used to represent persistent storage of credentials, this gives you a way to abstract how you want to store them (in memory, database, other).
- CredentialStorage(CredentialStorage) - Constructor for class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
- CredentialStorage(CredentialStorage) - Constructor for class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
- CredentialStorage(Object) - Constructor for class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
- CredentialStorage(Object) - Constructor for class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
- CredentialValidationException - Exception in io.vertx.ext.auth.authentication
-
Signals that the validation of the
Credentials
implementation is not valid. - CredentialValidationException(String) - Constructor for exception io.vertx.ext.auth.authentication.CredentialValidationException
- CredentialValidationException(String, Throwable) - Constructor for exception io.vertx.ext.auth.authentication.CredentialValidationException
- CRITICAL - io.vertx.ext.consul.CheckStatus
- CRITICAL - io.vertx.ext.consul.HealthState
- CROSS_PLATFORM - io.vertx.ext.auth.webauthn4j.AuthenticatorAttachment
- CSPHandler - Class in io.vertx.reactivex.ext.web.handler
-
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
- CSPHandler - Class in io.vertx.rxjava3.ext.web.handler
-
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
- CSPHandler - Interface in io.vertx.ext.web.handler
-
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
- CSPHandler(CSPHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CSPHandler
- CSPHandler(CSPHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.CSPHandler
- CSPHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CSPHandler
- CSPHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.CSPHandler
- CSRFHandler - Class in io.vertx.reactivex.ext.web.handler
-
This handler adds a CSRF token to requests which mutate state.
- CSRFHandler - Class in io.vertx.rxjava3.ext.web.handler
-
This handler adds a CSRF token to requests which mutate state.
- CSRFHandler - Interface in io.vertx.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(CSRFHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.CSRFHandler
- CSRFHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CSRFHandler
- CSRFHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.CSRFHandler
- current() - Static method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x context.
- current() - Static method in class io.vertx.grpc.common.GrpcLocal
- current() - Static method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x context.
- current() - Static method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x context.
- current() - Method in enum io.vertx.tracing.opentelemetry.VertxContextStorageProvider.VertxContextStorage
- current(Context) - Static method in interface io.vertx.ext.auth.prng.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.prng.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x instance.
- current(Vertx) - Static method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x instance.
- current(Vertx) - Static method in class io.vertx.rxjava3.ext.auth.prng.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.rxjava3.core.Vertx
-
Gets the current context
- currentGrpcContext - Variable in class io.vertx.grpc.contextstorage.GrpcStorage
- currentPage() - Method in interface io.vertx.cassandra.ResultSet
- currentPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
- currentPage() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- currentRoute() - Method in interface io.vertx.ext.web.RoutingContext
- currentRoute() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- currentRoute() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- cursor() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Like
PreparedStatement.cursor()
but with empty arguments. - cursor() - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
-
Like
PreparedStatement.cursor()
but with empty arguments. - cursor() - Method in interface io.vertx.sqlclient.PreparedStatement
-
Like
PreparedStatement.cursor(Tuple)
but with empty arguments. - cursor(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Create a cursor with the provided
arguments
. - cursor(Tuple) - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
-
Create a cursor with the provided
arguments
. - cursor(Tuple) - Method in interface io.vertx.sqlclient.PreparedStatement
-
Create a cursor with the provided
arguments
. - 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 - Class in io.vertx.rxjava3.sqlclient
-
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
- 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(Cursor) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
- Cursor(Cursor) - Constructor for class io.vertx.rxjava3.sqlclient.Cursor
- Cursor(Object) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
- Cursor(Object) - Constructor for class io.vertx.rxjava3.sqlclient.Cursor
- CUSTOM - io.vertx.ext.web.handler.LoggerFormat
-
Will use user defined formatter function.
- customFormatter(LoggerFormatter) - Method in interface io.vertx.ext.web.handler.LoggerHandler
-
Set the custom formatter to be used by the handler.
- customFormatter(LoggerFormatter) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
Set the custom formatter to be used by the handler.
- customFormatter(LoggerFormatter) - Method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
-
Set the custom formatter to be used by the handler.
- customFrameHandler(Handler<HttpFrame>) - Method in interface io.vertx.core.http.HttpClientResponse
-
Set an custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in interface io.vertx.core.http.HttpServerRequest
-
Set a custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Set an custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Set a custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Set an custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Set a custom frame handler.
D
- data() - Method in interface io.vertx.core.datagram.DatagramPacket
-
Returns the data of the
DatagramPacket
- data() - Method in interface io.vertx.ext.web.RoutingContext
- data() - Method in interface io.vertx.ext.web.Session
- data() - Method in class io.vertx.ext.web.sstore.AbstractSession
- data() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- data() - Method in class io.vertx.reactivex.ext.web.Session
- data() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- data() - Method in class io.vertx.rxjava3.ext.web.Session
- DATA_LOSS - io.vertx.grpc.common.GrpcStatus
- DatabaseException - Exception in io.vertx.sqlclient
-
Base class for database failures.
- DatabaseException(String, int, String) - Constructor for exception io.vertx.sqlclient.DatabaseException
- DatabaseException(String, int, String, SQLException) - Constructor for exception io.vertx.sqlclient.DatabaseException
- databaseMetadata() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
- databaseMetadata() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
- databaseMetadata() - Method in interface io.vertx.sqlclient.SqlConnection
- DatabaseMetadata - Class in io.vertx.reactivex.sqlclient.spi
-
Contains static metadata about the backend database server
- DatabaseMetadata - Class in io.vertx.rxjava3.sqlclient.spi
-
Contains static metadata about the backend database server
- DatabaseMetadata - Interface in io.vertx.sqlclient.spi
-
Contains static metadata about the backend database server
- DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- DatabaseMetadata(Object) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- DatabaseMetadata(Object) - Constructor for class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- DatabindCodec - Class in io.vertx.core.json.jackson
- DatabindCodec() - Constructor for class io.vertx.core.json.jackson.DatabindCodec
- datacenters - Variable in class io.vertx.ext.consul.token.TokenApplyingOptions
-
Specifies the datacenters the policy is valid within
- DATACENTERS_KEY - Static variable in class io.vertx.ext.consul.token.TokenApplyingOptions
- DATAGRAM_SOCKET - io.vertx.micrometer.MetricsDomain
-
Datagram socket metrics.
- datagramChannel() - Method in interface io.vertx.core.spi.transport.Transport
- datagramChannel(InternetProtocolFamily) - Method in interface io.vertx.core.spi.transport.Transport
- DatagramPacket - Interface in io.vertx.core.datagram
-
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
- DatagramSocket - Class in io.vertx.reactivex.core.datagram
-
A datagram socket can be used to send
DatagramPacket
's to remote datagram servers and receiveDatagramPacket
s . - DatagramSocket - Class in io.vertx.rxjava3.core.datagram
-
A datagram socket can be used to send
DatagramPacket
's to remote datagram servers and receiveDatagramPacket
s . - DatagramSocket - Interface in io.vertx.core.datagram
-
A datagram socket can be used to send
DatagramPacket
's to remote datagram servers and receiveDatagramPacket
s . - DatagramSocket(DatagramSocket) - Constructor for class io.vertx.reactivex.core.datagram.DatagramSocket
- DatagramSocket(DatagramSocket) - Constructor for class io.vertx.rxjava3.core.datagram.DatagramSocket
- DatagramSocket(Object) - Constructor for class io.vertx.reactivex.core.datagram.DatagramSocket
- DatagramSocket(Object) - Constructor for class io.vertx.rxjava3.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.
- DatagramSocketOptions - Class in io.vertx.core.datagram
-
Options used to configure a datagram socket.
- DatagramSocketOptions() - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Default constructor
- DatagramSocketOptions(DatagramSocketOptions) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Copy constructor
- DatagramSocketOptions(JsonObject) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Constructor to create options from JSON
- DatagramSocketOptionsConverter - Class in io.vertx.core.datagram
-
Converter and mapper for
DatagramSocketOptions
. - DatagramSocketOptionsConverter() - Constructor for class io.vertx.core.datagram.DatagramSocketOptionsConverter
- dataStaxClusterBuilder() - Method in class io.vertx.cassandra.CassandraClientOptions
- DATE - io.vertx.json.schema.common.dsl.StringFormat
- DATE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Date header name
- DATE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Date header name
- DATE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Date header name
- DATETIME - io.vertx.json.schema.common.dsl.StringFormat
- days(int) - Method in class io.vertx.pgclient.data.Interval
- DB2Builder - Class in io.vertx.reactivex.db2client
-
Entry point for building DB2 clients.
- DB2Builder - Class in io.vertx.rxjava3.db2client
-
Entry point for building DB2 clients.
- DB2Builder - Interface in io.vertx.db2client
-
Entry point for building DB2 clients.
- DB2Builder(DB2Builder) - Constructor for class io.vertx.reactivex.db2client.DB2Builder
- DB2Builder(DB2Builder) - Constructor for class io.vertx.rxjava3.db2client.DB2Builder
- DB2Builder(Object) - Constructor for class io.vertx.reactivex.db2client.DB2Builder
- DB2Builder(Object) - Constructor for class io.vertx.rxjava3.db2client.DB2Builder
- DB2Connection - Class in io.vertx.reactivex.db2client
-
A connection to DB2 server.
- DB2Connection - Class in io.vertx.rxjava3.db2client
-
A connection to DB2 server.
- DB2Connection - Interface in io.vertx.db2client
-
A connection to DB2 server.
- DB2Connection(DB2Connection) - Constructor for class io.vertx.reactivex.db2client.DB2Connection
- DB2Connection(DB2Connection) - Constructor for class io.vertx.rxjava3.db2client.DB2Connection
- DB2Connection(Object) - Constructor for class io.vertx.reactivex.db2client.DB2Connection
- DB2Connection(Object) - Constructor for class io.vertx.rxjava3.db2client.DB2Connection
- DB2ConnectOptions - Class in io.vertx.db2client
-
Connect options for configuring
DB2Connection
orDB2Builder
. - DB2ConnectOptions() - Constructor for class io.vertx.db2client.DB2ConnectOptions
- DB2ConnectOptions(JsonObject) - Constructor for class io.vertx.db2client.DB2ConnectOptions
- DB2ConnectOptions(DB2ConnectOptions) - Constructor for class io.vertx.db2client.DB2ConnectOptions
- DB2ConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.db2client.DB2ConnectOptions
- DB2ConnectOptionsConverter - Class in io.vertx.db2client
-
Converter and mapper for
DB2ConnectOptions
. - DB2ConnectOptionsConverter() - Constructor for class io.vertx.db2client.DB2ConnectOptionsConverter
- DB2Driver - Class in io.vertx.db2client.spi
- DB2Driver() - Constructor for class io.vertx.db2client.spi.DB2Driver
- DB2Exception - Exception in io.vertx.db2client
-
The
DatabaseException
for DB2. - DB2Exception(int, String) - Constructor for exception io.vertx.db2client.DB2Exception
- DB2Exception(String, int, String) - Constructor for exception io.vertx.db2client.DB2Exception
- dbsize() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the number of keys in the selected database.
- dbsize() - Method in interface io.vertx.redis.client.RedisAPI
-
Return the number of keys in the selected database.
- dbsize() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the number of keys in the selected database.
- DBSIZE - Static variable in interface io.vertx.redis.client.Command
-
Return the number of keys in the selected database.
- DcCoordinates - Class in io.vertx.ext.consul
-
Holds coordinates of servers in datacenter
- DcCoordinates() - Constructor for class io.vertx.ext.consul.DcCoordinates
-
Default constructor
- DcCoordinates(JsonObject) - Constructor for class io.vertx.ext.consul.DcCoordinates
-
Constructor from JSON
- DcCoordinatesConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
DcCoordinates
. - DcCoordinatesConverter() - Constructor for class io.vertx.ext.consul.DcCoordinatesConverter
- deadline() - Method in interface io.vertx.grpc.client.GrpcClientRequest
- deadline() - Method in class io.vertx.grpc.common.GrpcLocal
- deadline() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- deadline() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- deadline() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- deadline() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- deadline() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- DEADLINE_EXCEEDED - io.vertx.grpc.common.GrpcStatus
- debug() - Method in interface io.vertx.db2client.DB2Connection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug() - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug() - Method in class io.vertx.reactivex.db2client.DB2Connection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug() - Method in class io.vertx.rxjava3.db2client.DB2Connection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for debugging commands.
- debug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for debugging commands.
- debug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for debugging commands.
- DEBUG - Static variable in interface io.vertx.redis.client.Command
-
A container for debugging commands.
- decode(GrpcMessage) - Method in interface io.vertx.grpc.common.GrpcMessageDecoder
- decode(JDBCColumnDescriptor, SQLValueProvider) - Method in interface io.vertx.jdbcclient.spi.JDBCDecoder
-
Convert the SQL value to Java value based on jdbc type
- decode(JDBCColumnDescriptor, SQLValueProvider) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- decodeArray(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- decodeArray(Array, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- decodeBinary(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
-
Convert a value from
JDBCTypeWrapper.isBinaryType()
datatype toBuffer
. - decodeDateTime(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
-
Convert a value from date time JDBCType to Java date time
- 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
- decodeJsonContent(Buffer, ValidationContext) - Static method in class io.vertx.openapi.validation.analyser.ContentAnalyser
-
Decodes the passed content as JSON.
- decodeLink(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
-
Convert a value from
JDBCType.DATALINK
datatype toURL
- decodeNumber(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
-
Convert a value from Number JDBCType to Number
- decoder() - Method in interface io.vertx.grpc.common.ServiceMethod
- decoder(MessageOrBuilder) - Static method in interface io.vertx.grpc.common.GrpcMessageDecoder
-
Create a decoder for a given protobuf
Parser
. - decoderResult() - Method in interface io.vertx.core.http.HttpServerRequest
- decodeSpecificVendorType(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
-
Convert a value from the
specific SQL vendor data type
toJava
value - decodeStruct(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
-
Convert a value from
JDBCType.STRUCT
datatype toTuple
- decodeUnhandledType(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
-
Convert a value from the unhandled data type
- decodeValue(Buffer) - Static method in class io.vertx.core.json.Json
-
Decode a given JSON buffer.
- decodeValue(Buffer, Class<T>) - Static method in class io.vertx.core.json.Json
-
Decode a given JSON buffer to a POJO of the given class type.
- decodeValue(String) - Static method in class io.vertx.core.json.Json
-
Decode a given JSON string.
- 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.
- decodeXML(SQLValueProvider, JDBCColumnDescriptor) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
-
Convert a value from
JDBCType.SQLXML
datatype toBuffer
- decompressorRegistry(DecompressorRegistry) - Method in class io.vertx.grpc.VertxChannelBuilder
- decompressorRegistry(DecompressorRegistry) - Method in class io.vertx.grpc.VertxServerBuilder
- decr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Decrement the integer value of a key by one.
- decr(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Decrement the integer value of a key by one.
- decr(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Decrement the integer value of a key by one.
- DECR - Static variable in interface io.vertx.redis.client.Command
-
Decrement the integer value of a key by one.
- decrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Decrement the integer value of a key by the given number.
- decrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Decrement the integer value of a key by the given number.
- decrby(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Decrement the integer value of a key by the given number.
- DECRBY - Static variable in interface io.vertx.redis.client.Command
-
Decrement the integer value of a key by the given number.
- decrementAndGet() - Method in interface io.vertx.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- decrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- decrementAndGet() - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- DEDICATED - io.vertx.oracleclient.ServerMode
- DEEP_OBJECT - io.vertx.openapi.contract.Style
- deepObjectParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required deep object parameter.
- deepObjectParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required deep object parameter.
- deepObjectParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required deep object parameter.
- deepToString() - Method in class io.vertx.reactivex.sqlclient.Tuple
- deepToString() - Method in class io.vertx.rxjava3.sqlclient.Tuple
- deepToString() - Method in interface io.vertx.sqlclient.Tuple
- DEFAULT - io.vertx.ext.web.handler.LoggerFormat
-
remote-client - - [timestamp] "method uri version" status content-length "referrer" "user-agent"
- DEFAULT - io.vertx.mysqlclient.MySQLAuthenticationPlugin
-
Default authentication plugin, the client will firstly try to use the plugin name provided by the server.
- DEFAULT - Static variable in interface io.vertx.launcher.application.VertxApplicationHooks
- DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default accept backlog = 1024
- DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.net.NetServerOptions
-
The default accept backlog = 1024
- DEFAULT_ACCEPT_UNMASKED_FRAMES - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default WebSocket Masked bit is true as depicted by RFC =
false
- DEFAULT_ACK_TIMEOUT - Static variable in class io.vertx.mqtt.MqttClientOptions
- DEFAULT_ADDRESS - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted address :
null
. - DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted address regex :
null
. - DEFAULT_ALLOW_CLIENT_NO_CONTEXT - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
Default offering of the
server_no_context_takeover
WebSocket parameter deflate compression extension =false
- DEFAULT_ALLOW_ORIGIN_HEADER - Static variable in class io.vertx.core.http.WebSocketConnectOptions
-
The default WebSocket allow origin header =
true
- DEFAULT_ALLOW_RCPT_ERRORS - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_ALLOW_VARIABLE_MISS - Static variable in class io.vertx.uritemplate.ExpandOptions
-
Default value for
ExpandOptions.allowVariableMiss
field =true
as mandated by the RFC. - 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.rxjava3.ext.web.handler.StaticHandler
-
Default of whether async filesystem access should always be used
- DEFAULT_ANNOUNCE_ADDRESS - Static variable in class io.vertx.servicediscovery.ServiceDiscoveryOptions
- DEFAULT_APP_NAME - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_APPEND - Static variable in class io.vertx.core.file.OpenOptions
-
Whether the file should be opened in append mode by default = false.
- DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.Argument
-
The default argument name displayed in the usage.
- DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.Option
-
Default name in the usage message.
- DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
default name for an argument
- DEFAULT_ATOMIC_MOVE - Static variable in class io.vertx.core.file.CopyOptions
-
Whether move should be performed as an atomic filesystem operation by default = false.
- DEFAULT_AUTO_ACK - Static variable in class io.vertx.mqtt.MqttClientOptions
- DEFAULT_AUTO_CLIENT_ID - Static variable in class io.vertx.mqtt.MqttServerOptions
- DEFAULT_AUTO_GENERATED_KEY - Static variable in class io.vertx.oracleclient.OraclePrepareOptions
- DEFAULT_AUTOMATIC_RECOVERY_ENABLED - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default automatic recovery enabled =
false
- DEFAULT_AUTOMATIC_RECOVERY_ON_INITIAL_CONNECTION - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default automatic recovery on initial connection =
true
- DEFAULT_BACKGROUND - 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 = 20.
- DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of batchSize = 20.
- DEFAULT_BATCH_SIZE - Static variable in interface io.vertx.ext.reactivestreams.ReactiveReadStream
-
Default batch size
- DEFAULT_BATCH_SIZE - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
Default value for the maximum number of metrics in a batch = 10000.
- DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
The default value of blocked thread check interval = 1000 ms.
- DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL_UNIT - Static variable in class io.vertx.core.VertxOptions
-
The default value of blocked thread check interval unit =
TimeUnit.MILLISECONDS
- DEFAULT_BODY_LIMIT - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default max size for a request body in bytes =
10485760
, i.e. 10 megabytes - DEFAULT_BODY_LIMIT - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Default max size for a request body in bytes =
10485760
, i.e. 10 megabytes - DEFAULT_BODY_LIMIT - Static variable in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Default max size for a request body in bytes =
10485760
, i.e. 10 megabytes - 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.rxjava3.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 cache max TTL = 0x7fffffff
- DEFAULT_CACHE_MIN_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the 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_CACHED_METHODS - Static variable in class io.vertx.ext.web.client.CachingWebClientOptions
- DEFAULT_CACHED_STATUS_CODES - Static variable in class io.vertx.ext.web.client.CachingWebClientOptions
- 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.rxjava3.ext.web.handler.StaticHandler
-
Default of whether cache header handling is enabled
- DEFAULT_CHARACTER_ENCODING - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_CHARSET - Static variable in class io.vertx.db2client.DB2ConnectOptions
- DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.HttpTermOptions
- DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
- DEFAULT_CHARSET - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_CHECK_INTERVAL - Static variable in class io.vertx.core.net.TrafficShapingOptions
-
Default check interval for stats = 1 second.
- 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.ServerSSLOptions
-
Default value of whether client auth is required (SSL/TLS) = No
- DEFAULT_CLIENT_INTERFACE_NAME - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_CLOSING_TIMEOUT - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
Default WebSocket closing timeout = 10 second
- DEFAULT_CLUSTER_HOST - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default cluster host = null which means use the same as the cluster manager, if possible.
- DEFAULT_CLUSTER_PING_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value of cluster ping interval = 20000 ms.
- DEFAULT_CLUSTER_PING_REPLY_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value of cluster ping reply interval = 20000 ms.
- DEFAULT_CLUSTER_PORT - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default cluster port = 0 which means assign a random port.
- DEFAULT_CLUSTER_PUBLIC_HOST - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default cluster public host = null which means use the same as the cluster host.
- DEFAULT_CLUSTER_PUBLIC_PORT - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default cluster public port = -1 which means use the same as the cluster port.
- DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
The default name of the collection to be used
- DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
The default name of the collection to be used
- DEFAULT_COMPRESSION_CONTENT_SIZE_THRESHOLD - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default content size threshold for compression = 0 (Netty default)
- 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_LEVEL - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
Default WebSocket deflate compression level = 6
- 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.http.HttpConnectOptions
-
The default connect timeout =
-1L
(disabled) - DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.http.RequestOptions
-
The default connect timeout =
-1L
(disabled) - DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.net.ClientOptionsBase
-
The default value of connect timeout = 60000 (ms)
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default connection timeout (seconds) = 1.
- DEFAULT_CONNECTION_ATTRIBUTES - Static variable in class io.vertx.db2client.DB2ConnectOptions
- DEFAULT_CONNECTION_ATTRIBUTES - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_CONNECTION_INIT_WAIT_TIMEOUT - Static variable in class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
-
Default maximum delay in milliseconds for the client to send the
CONNECTION_INIT
message = 3000. - DEFAULT_CONNECTION_NAME - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default connection name =
VertxRabbitMQ
- 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.ServiceBinder
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default connection timeout in the pool = 30 seconds
- DEFAULT_CONNECTION_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default connection idle time unit in the pool = seconds
- 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.rxjava3.ext.web.handler.TemplateHandler
-
The default content type header to be used in the response
- 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.rxjava3.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.rxjava3.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.rxjava3.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.rxjava3.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.MongoAuthentication
-
The default name of the property for the password, like it is transported in credentials by method
AuthenticationProvider.authenticate(io.vertx.ext.auth.authentication.Credentials)
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
The default name of the property for the username, like it is transported in credentials by method
AuthenticationProvider.authenticate(io.vertx.ext.auth.authentication.Credentials)
- DEFAULT_DATABASE - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default InfluxDb database = default.
- DEFAULT_DATABASE - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_DATABASE - Static variable in class io.vertx.oracleclient.OracleConnectOptions
- DEFAULT_DATABASE - Static variable in class io.vertx.pgclient.PgConnectOptions
- DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default database
- DEFAULT_DB_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
-
The name of the default database
- DEFAULT_DB_NAME - Static variable in class io.vertx.rxjava3.ext.mongo.MongoClient
-
The name of the default database
- DEFAULT_DECODER_INITIAL_BUFFER_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default initial buffer size for HttpObjectDecoder = 128 bytes
- DEFAULT_DECODER_INITIAL_BUFFER_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default initial buffer size for HttpObjectDecoder = 128 bytes
- DEFAULT_DECOMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpClientOptions
-
Whether the client should send requests with an
accepting-encoding
header set to a compression algorithm by default =false
- 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_HOST - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
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_DEFAULT_PORT - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
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.rxjava3.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.rxjava3.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.rxjava3.ext.web.handler.StaticHandler
-
Default template file to use for directory listing
- DEFAULT_DISABLE_ESMTP - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_DISABLE_FLAG - Static variable in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
- DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
- DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- DEFAULT_DISABLE_TCCL - Static variable in class io.vertx.core.VertxOptions
-
The default value of thread context classloader disabling =
false
- 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_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.rxjava3.ext.web.handler.StaticHandler
-
Default of whether fs async/sync tuning should be used
- DEFAULT_ENABLE_PIPELINING - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_ENABLE_PUSH - Static variable in class io.vertx.core.http.Http2Settings
-
Default HTTP/2 spec value for
Http2Settings.isPushEnabled()
:true
- DEFAULT_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Whether GraphiQL development tool should be enabled by default = false.
- DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
Default value for enabled = false.
- DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Default value for enabled = false.
- DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
-
Default value for enabled = false.
- DEFAULT_ENABLED_SECURE_TRANSPORT_PROTOCOLS - Static variable in class io.vertx.core.net.SSLOptions
-
The default ENABLED_SECURE_TRANSPORT_PROTOCOLS value = { "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" }
- 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.rxjava3.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.rxjava3.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_EVENT_LOOP_SIZE - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default pool event loop size = 0 (reuse current event-loop)
- DEFAULT_EXCLUSIVE - Static variable in class io.vertx.core.http.StreamPriority
- DEFAULT_EXPAND_OPTIONS - Static variable in class io.vertx.ext.web.client.WebClientOptions
- DEFAULT_EXTRA_SETTINGS - Static variable in class io.vertx.core.http.Http2Settings
-
Default HTTP/2 spec value for
Http2Settings.getExtraSettings()
:null
- DEFAULT_FALLBACK_ON_FAILURE - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default value of the fallback on failure property.
- DEFAULT_FILE_CACHING_DIR - Static variable in class io.vertx.core.file.FileSystemOptions
-
The default file caching dir.
- DEFAULT_FILE_CACHING_ENABLED - Static variable in class io.vertx.core.file.FileSystemOptions
-
The default behavior for caching files for class path resolution =
false
if and only if the system property"vertx.disableFileCaching"
exists and is set to the string"false"
- DEFAULT_FILES_READ_ONLY - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default value of whether files are read -only and never will be updated
- DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default value of whether files are read -only and never will be updated
- DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Default value of whether files are read -only and never will be updated
- DEFAULT_FOLLOW_REDIRECTS - Static variable in class io.vertx.core.http.RequestOptions
-
Follow redirection by default =
false
- DEFAULT_FOLLOW_REDIRECTS - Static variable in class io.vertx.ext.web.client.WebClientOptions
-
The default value of whether the Web Client should follow redirects = true.
- DEFAULT_FORCE_SNI - Static variable in class io.vertx.core.http.HttpClientOptions
- DEFAULT_FORMAT - Static variable in class io.vertx.ext.unit.report.ReportOptions
-
The
simple
format is the defaultformat
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.rxjava3.ext.web.handler.LoggerHandler
- DEFAULT_GRAPHQL_URI - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Default URI for HTTP and GraphQLWS endpoints = /graphql.
- DEFAULT_GRAPHQL_WS_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Whether GraphQLWS transport should be enabled by default = true.
- DEFAULT_GRPC_WEB_ENABLED - Static variable in class io.vertx.grpc.server.GrpcServerOptions
-
Whether the gRPC-Web protocol should be enabled, by default =
true
. - 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.rxjava3.ext.web.handler.CSRFHandler
- DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.vertx.core.http.Http2Settings
-
Default HTTP/2 spec value for
Http2Settings.getHeaderTableSize()
:4096
- DEFAULT_HEADERS_COPY - Static variable in class io.vertx.camel.CamelMapping
- DEFAULT_HEARTBEAT_INTERVAL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
The default interval between heartbeat packets.
- DEFAULT_HOST - Static variable in class io.vertx.cassandra.CassandraClientOptions
-
Default host for connecting with Cassandra service.
- DEFAULT_HOST - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default value for the host =
null
(configured byVertxOptions.getAddressResolverOptions()
) - DEFAULT_HOST - Static variable in class io.vertx.core.http.HttpConnectOptions
-
The default value for host name =
null
- DEFAULT_HOST - Static variable in class io.vertx.core.http.RequestOptions
-
The default value for host name =
null
- DEFAULT_HOST - Static variable in class io.vertx.core.net.NetServerOptions
-
The default host to listen on = "0.0.0.0" (meaning listen on all available interfaces).
- DEFAULT_HOST - Static variable in class io.vertx.core.net.ProxyOptions
-
The default hostname for proxy connect = "localhost"
- DEFAULT_HOST - Static variable in class io.vertx.db2client.DB2ConnectOptions
- DEFAULT_HOST - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_HOST - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
- DEFAULT_HOST - Static variable in class io.vertx.mqtt.MqttClientOptions
- DEFAULT_HOST - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_HOST - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_HOST - Static variable in class io.vertx.oracleclient.OracleConnectOptions
- DEFAULT_HOST - Static variable in class io.vertx.pgclient.PgConnectOptions
- DEFAULT_HOST - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default host =
localhost
- DEFAULT_HOSTNAME_VERIFICATION_ALGORITHM - Static variable in class io.vertx.core.net.ClientSSLOptions
-
Default value to determine hostname verification algorithm hostname verification (for SSL/TLS) = null
- 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_HOSTS_REFRESH_PERIOD - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the hosts refresh value in millis = 0 (disabled)
- DEFAULT_HTTP_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Whether HTTP transport should be enabled by default = true.
- DEFAULT_HTTP_METHOD - Static variable in class io.vertx.core.http.RequestOptions
-
The default value for HTTP method =
HttpMethod.GET
- DEFAULT_HTTP2_CLEAR_TEXT_ENABLED - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default H2C is enabled =
true
- 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_CLEAR_TEXT_UPGRADE_WITH_PREFLIGHT_REQUEST - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default to use a preflight OPTIONS request for h2C without prior knowledge connection =
false
- 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.PoolOptions
-
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_HTTP2_RST_FLOOD_MAX_RST_FRAME_PER_WINDOW - Static variable in class io.vertx.core.http.HttpServerOptions
-
HTTP/2 RST floods DDOS protection, max number of RST frame per time window allowed = 200.
- DEFAULT_HTTP2_RST_FLOOD_WINDOW_DURATION - Static variable in class io.vertx.core.http.HttpServerOptions
-
HTTP/2 RST floods DDOS protection, time window duration = 30.
- DEFAULT_HTTP2_RST_FLOOD_WINDOW_DURATION_TIME_UNIT - Static variable in class io.vertx.core.http.HttpServerOptions
-
HTTP/2 RST floods DDOS protection, time window duration unit =
TimeUnit.SECONDS
. - DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.core.http.RequestOptions
-
The default idle timeout =
-1L
(disabled) - 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_INBOUND_GLOBAL_BANDWIDTH_LIMIT - Static variable in class io.vertx.core.net.TrafficShapingOptions
-
Default inbound bandwidth limit in bytes/sec = 0 (0 implies unthrottled)
- 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.rxjava3.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.rxjava3.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.rxjava3.ext.web.handler.TemplateHandler
-
The default index page
- DEFAULT_INITIAL_SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.vertx.core.http.HttpServerOptions
-
The default initial settings max concurrent stream for an HTTP/2 server = 100
- DEFAULT_INITIAL_WINDOW_SIZE - Static variable in class io.vertx.core.http.Http2Settings
-
Default HTTP/2 spec value for
Http2Settings.getInitialWindowSize()
:65535
- DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.HttpTermOptions
- DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
- DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
- DEFAULT_INSERT_JSESSIONID - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Whether a
JSESSIONID
cookie should be inserted by default = true. - DEFAULT_INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was inserted
- DEFAULT_INSTANCES - Static variable in class io.vertx.core.DeploymentOptions
- DEFAULT_INTERNAL_BLOCKING_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default number of threads in the internal blocking pool (used by some internal operations) = 20
- DEFAULT_INVALID_REQUEST_HANDLER - Static variable in interface io.vertx.core.http.HttpServerRequest
-
The default invalid request handler, it uses the
HttpServerRequest.decoderResult()
cause and the request information to determine the status code of the response to be sent. - DEFAULT_IPV6 - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of use IP v6 = false
- DEFAULT_JMX_ENABLED - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default value of JMX enabled =
false
- DEFAULT_JVM_METRICS_ENABLED - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
-
Whether JVM metrics should be collected by default = false.
- DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether keep-alive is enabled =
true
- DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_KEEP_ALIVE_INTERVAL - Static variable in class io.vertx.mqtt.MqttClientOptions
- DEFAULT_KEEP_ALIVE_TIMEOUT - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default keep alive timeout for HTTP/1.1 connection can send = 60 seconds
- DEFAULT_KEEP_ALIVE_TIMEOUT - Static variable in class io.vertx.ext.mail.MailConfig
-
The default keep alive timeout for SMTP connection = 5 minutes
- DEFAULT_KEEP_ALIVE_TIMEOUT_UNIT - Static variable in class io.vertx.ext.mail.MailConfig
- 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.rxjava3.ext.web.handler.SessionHandler
-
Default of whether the session should be created lazily.
- DEFAULT_LEEWAY - Static variable in class io.vertx.ext.web.client.OAuth2WebClientOptions
-
The default leeway when validating token expiration times.
- DEFAULT_LEFT_PAD - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
default padding to the left of each line
- DEFAULT_LIBRARY_URL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
The default SockJS library URL to load in iframe when a transport does not support cross-domain communication natively.
- DEFAULT_LIMIT - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of limit = -1, signifying no limit
- DEFAULT_LOCAL_ONLY - Static variable in class io.vertx.core.eventbus.DeliveryOptions
-
Whether the message should be delivered to local consumers only by default = false.
- DEFAULT_LOCAL_ONLY - Static variable in class io.vertx.core.eventbus.MessageConsumerOptions
-
The default consumer locality =
false
- DEFAULT_LOCAL_WRITE_HANDLER - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Whether the
writeHandler
should be registered as local by default = true. - DEFAULT_LOCALE - Static variable in class io.vertx.ext.mongo.CollationOptions
-
Default locale :
simple
- DEFAULT_LOG_ACTIVITY_FORMAT - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default ByteBufFormat is SIMPLE
- DEFAULT_LOG_ACTIVITY_FORMAT - Static variable in class io.vertx.core.net.NetworkOptions
-
The default logActivity is ByteBufFormat.SIMPLE
- DEFAULT_LOG_ENABLED - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default log enabled = false
- DEFAULT_LOG_ENABLED - Static variable in class io.vertx.core.net.NetworkOptions
-
The default log enabled = false
- DEFAULT_LOGIN - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Default path the user will be redirected to
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Default path the user will be redirected to
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.rxjava3.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_MAILS_PER_CONNECTION - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_MATCH - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted match :
null
. - DEFAULT_MATCHED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was matched
- DEFAULT_MAX_ADDRESS_LENGTH - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Default value for max address length = 200
- DEFAULT_MAX_AGE - Static variable in interface io.vertx.ext.web.handler.HSTSHandler
- DEFAULT_MAX_AGE - Static variable in class io.vertx.reactivex.ext.web.handler.HSTSHandler
- DEFAULT_MAX_AGE - Static variable in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.FaviconHandler
-
The default max age in seconds as set in the cache-control header
- DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default max age for cache headers
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
The default max age in seconds as set in the cache-control header
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default max age for cache headers
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.rxjava3.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.rxjava3.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.rxjava3.ext.web.handler.StaticHandler
-
Default max avg serve time, in ns, over which serving will be considered slow
- DEFAULT_MAX_AWAIT_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
-
The default value of maxAwaitTime = 1000.
- DEFAULT_MAX_BODY_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
- DEFAULT_MAX_BUFFERED_MESSAGES - Static variable in class io.vertx.core.eventbus.MessageConsumerOptions
-
The default number of max buffered messages =
1000
- DEFAULT_MAX_BYTES_STREAMING - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
The default maximum number of bytes an HTTP streaming request can send.
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
The default max cache size
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
The default max cache size
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
The default max cache size
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default max HTTP chunk size = 8192
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max HTTP chunk size = 8192
- DEFAULT_MAX_CLIENT_ID_LENGTH - Static variable in class io.vertx.mqtt.MqttServerOptions
- DEFAULT_MAX_CONCURRENT_STREAMS - Static variable in class io.vertx.core.http.Http2Settings
-
Default HTTP/2 spec value for
Http2Settings.getMaxConcurrentStreams()
:0xFFFFFFFFL
- DEFAULT_MAX_CONNECTIONS - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
The default value for the maximum number of WebSocket = 50
- DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
-
The default value of max event loop execute time = 2000000000 ns (2 seconds)
- DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME_UNIT - Static variable in class io.vertx.core.VertxOptions
-
The default value of max event loop execute time unit =
TimeUnit.NANOSECONDS
- DEFAULT_MAX_FAILURES - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default number of failures after which a closed circuit breaker moves to open.
- DEFAULT_MAX_FORM_ATTRIBUTE_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max size of a form attribute = 8192
- DEFAULT_MAX_FORM_BUFFERED_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max number buffered bytes when decoding a form = 1024
- DEFAULT_MAX_FORM_FIELDS - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max number of form fields = 256
- DEFAULT_MAX_FRAME_IN_TRANSACTION - Static variable in class io.vertx.ext.stomp.StompServerOptions
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.vertx.core.http.Http2Settings
-
Default HTTP/2 spec value for
Http2Settings.getMaxFrameSize()
:16384
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
The default value for maximum WebSocket frame size = 65536 bytes
- DEFAULT_MAX_HANDLERS_PER_SOCKET - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Default value for max handlers per socket = 1000
- DEFAULT_MAX_HEADER_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
- DEFAULT_MAX_HEADER_LIST_SIZE - Static variable in class io.vertx.core.http.Http2Settings
-
Default HTTP/2 spec value for
Http2Settings.getMaxHeaderListSize()
:8192
- 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.core.http.WebSocketClientOptions
-
The default value for maximum WebSocket messages (could be assembled from multiple frames) is 4 full frames worth of data
- DEFAULT_MAX_MESSAGE_SIZE - Static variable in class io.vertx.grpc.client.GrpcClientOptions
-
The default maximum message size in bytes accepted from a server =
256KB
- DEFAULT_MAX_MESSAGE_SIZE - Static variable in class io.vertx.grpc.server.GrpcServerOptions
-
The default maximum message size in bytes accepted from a client =
256KB
- 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.PoolOptions
-
The default maximum number of HTTP/1 connections a client will pool = 5
- DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_MAX_QUERIES - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the max dns queries per query = 4
- DEFAULT_MAX_REDIRECTS - Static variable in class io.vertx.core.http.HttpClientOptions
- DEFAULT_MAX_SIZE - Static variable in class io.vertx.httpproxy.cache.CacheOptions
-
Default max size of the cache = 1000
- 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.core.net.TrafficShapingOptions
-
Default max delay to wait = 15 seconds.
- 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.PoolOptions
-
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.HttpServerOptions
-
Default max WebSocket frame size = 65536
- 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
-
The default value of max worker execute time unit =
TimeUnit.NANOSECONDS
- DEFAULT_MAXIMUM_LIFETIME - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default maximum pooled connection lifetime = 0 (no maximum)
- DEFAULT_MAXIMUM_LIFETIME_TIME_UNIT - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default maximum pooled connection lifetime unit = seconds
- 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.rxjava3.ext.web.handler.BodyHandler
-
Default value of whether form attributes should be merged into request params
- DEFAULT_METER_CACHED_ENABLED - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
-
Whether a meter cache should be enabled by default = true.
- 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_NAME - Static variable in class io.vertx.sqlclient.SqlConnectOptions
- DEFAULT_METRICS_NAMING - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
-
Default metrics naming = Vert.x 4 naming
- DEFAULT_METRICS_ROLLING_BUCKETS - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default number of buckets used for the metrics rolling window.
- DEFAULT_METRICS_ROLLING_WINDOW - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default length of rolling window for metrics in milliseconds.
- DEFAULT_MODE - Static variable in class io.vertx.core.DeploymentOptions
- DEFAULT_MODIFIED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was modified
- DEFAULT_MONITORED_HANDLERS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored handlers :
null
- DEFAULT_MONITORED_HTTP_CLIENT_ENDPOINTS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http client endpoints :
null
- DEFAULT_MONITORED_HTTP_CLIENT_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http client uris :
null
- DEFAULT_MONITORED_HTTP_SERVER_ROUTES - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http server routes :
null
- DEFAULT_MONITORED_HTTP_SERVER_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http server uris :
null
- DEFAULT_MULTI - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of multi = false
- DEFAULT_MULTI_PART_ONLY - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_MULTICAST_NETWORK_INTERFACE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of multicast network interface = null
- DEFAULT_MULTICAST_TIME_TO_LIVE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of multicast disabled = -1
- DEFAULT_NAG_HTTPS - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
- DEFAULT_NAG_HTTPS - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
- DEFAULT_NAG_HTTPS - Static variable in class io.vertx.rxjava3.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_NAME - Static variable in class io.vertx.core.http.HttpClientOptions
-
Actual name of anonymous shared client =
__vertx.DEFAULT
- DEFAULT_NAME - Static variable in class io.vertx.httpproxy.cache.CacheOptions
-
Actual name of anonymous shared cache =
__vertx.DEFAULT
- DEFAULT_NAME - Static variable in class io.vertx.sqlclient.PoolOptions
-
Actual name of anonymous shared pool =
__vertx.DEFAULT
- 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_NETTY_METRICS_ENABLED - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
-
Whether Netty metrics should be collected by default = false.
- 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.rxjava3.ext.web.handler.DigestAuthHandler
-
The default nonce expire timeout to use in milliseconds.
- DEFAULT_NOTIFICATION_ADDRESS - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
A default address on which the circuit breakers can send their updates.
- DEFAULT_NOTIFICATION_LOCAL_ONLY - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default value of whether circuit breaker state events should be delivered only to local consumers.
- 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_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
-
The default value for
AddressResolverOptions.setOptResourceEnabled(boolean)
= false - 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_OUTBOUND_GLOBAL_BANDWIDTH_LIMIT - Static variable in class io.vertx.core.net.TrafficShapingOptions
-
Default outbound bandwidth limit in bytes/sec = 0 (0 implies unthrottled)
- DEFAULT_PACKET_SIZE - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_PASSWORD - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_PASSWORD - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_PASSWORD - Static variable in class io.vertx.oracleclient.OracleConnectOptions
- DEFAULT_PASSWORD - Static variable in class io.vertx.pgclient.PgConnectOptions
- DEFAULT_PASSWORD - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default password =
guest
- DEFAULT_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
The default name of the property for the password, like it is stored in mongodb
- DEFAULT_PASSWORD_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the password
- DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the password
- DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the password
- DEFAULT_PEAK_OUTBOUND_GLOBAL_BANDWIDTH - Static variable in class io.vertx.core.net.TrafficShapingOptions
-
Default peak outbound bandwidth limit in bytes/sec = 400 Mbps (aligns with netty's default in
io.netty.handler.traffic.AbstractTrafficShapingHandler#DEFAULT_MAX_SIZE
) - 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_FRAME_WEBSOCKET_COMPRESSION_SUPPORTED - Static variable in class io.vertx.mqtt.MqttServerOptions
- 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_PER_MESSAGE_WEBSOCKET_COMPRESSION_SUPPORTED - Static variable in class io.vertx.mqtt.MqttServerOptions
- DEFAULT_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
The default name of the property for the permissions, like it is stored in mongodb.
- DEFAULT_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.mysqlclient.MySQLConnectOptions
- 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.PoolOptions
-
Default pool cleaner period = 1000 ms (1 second)
- DEFAULT_POOL_CLEANER_PERIOD - Static variable in class io.vertx.ext.mail.MailConfig
-
Default pool cleaner period = 1000 ms (1 second)
- DEFAULT_POOL_CLEANER_PERIOD - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default pool cleaner period = 1000 ms (1 second)
- DEFAULT_POOL_CLEANER_PERIOD_TIMEOUT_UNIT - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_POOL_EVENT_LOOP_SIZE - Static variable in class io.vertx.core.http.PoolOptions
-
Default pool event loop size = 0 (reuse current event-loop)
- DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mail.MailClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mail.MailClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava3.ext.mail.MailClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava3.ext.mongo.MongoClient
-
The name of the default pool
- DEFAULT_PORT - Static variable in class io.vertx.cassandra.CassandraClientOptions
-
Default port for connecting with Cassandra service.
- DEFAULT_PORT - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default value for the port =
-1
(configured byVertxOptions.getAddressResolverOptions()
) - DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpConnectOptions
-
The default value for port =
null
- DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default port the server will listen on = 80
- DEFAULT_PORT - Static variable in class io.vertx.core.http.RequestOptions
-
The default value for port =
null
- DEFAULT_PORT - Static variable in class io.vertx.core.net.NetServerOptions
-
The default port to listen on = 0 (meaning a random ephemeral free port will be chosen)
- DEFAULT_PORT - Static variable in class io.vertx.core.net.ProxyOptions
-
The default port for proxy connect = 3128 3128 is the default port for Squid
- DEFAULT_PORT - Static variable in class io.vertx.db2client.DB2ConnectOptions
- DEFAULT_PORT - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_PORT - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
- DEFAULT_PORT - Static variable in class io.vertx.mqtt.MqttClientOptions
- DEFAULT_PORT - Static variable in class io.vertx.mqtt.MqttServerOptions
- DEFAULT_PORT - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_PORT - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_PORT - Static variable in class io.vertx.oracleclient.OracleConnectOptions
- 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 otherwise5672
- 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.rxjava3.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_PROPAGATE_DEADLINE - Static variable in class io.vertx.grpc.server.GrpcServerOptions
-
Whether the server propagates a deadline, by default =
false
- DEFAULT_PROPERTIES - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_PROPERTIES - Static variable in class io.vertx.pgclient.PgConnectOptions
- DEFAULT_PROTOCOL_VERSION - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default protocol version = HTTP/1.1
- DEFAULT_PROXY_OPTIONS - Static variable in class io.vertx.core.http.HttpConnectOptions
-
The default value for proxy options =
null
- DEFAULT_PROXY_OPTIONS - Static variable in class io.vertx.core.http.WebSocketConnectOptions
-
The default value for proxy options =
null
- DEFAULT_PROXY_PROTOCOL_TIMEOUT - Static variable in class io.vertx.core.net.NetServerOptions
-
The default value of HA PROXY protocol timeout = 10
- DEFAULT_PROXY_PROTOCOL_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.core.net.NetServerOptions
-
Default HA PROXY protocol time unit = SECONDS
- DEFAULT_PUBLISH - Static variable in class io.vertx.camel.InboundMapping
-
The default value of the "publish" property.
- DEFAULT_PUBLISH_QUANTILES - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
-
Default value for publishing histogram quantiles = false.
- DEFAULT_QUERY_TIMEOUT - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the query timeout in millis = 5000
- DEFAULT_QUERY_TIMEOUT - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default value for the query timeout in millis =
5000
- DEFAULT_QUORUM_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default value of quorum size = 1
- DEFAULT_RANGE_SUPPORT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether Range request handling support should be used
- DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether Range request handling support should be used
- DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.rxjava3.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_IDLE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
Default read idle timeout = 0
- 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.rxjava3.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.rxjava3.ext.web.sstore.LocalSessionStore
-
Default of how often, in ms, to check for expired sessions
- DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of TCP receive buffer size
- DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value for reconnect attempts = 0
- DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.net.NetClientOptions
-
The default value for reconnect attempts = 0
- DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.rabbitmq.RabbitMQPublisherOptions
-
The default connection retries =
Integer.MAX_VALUE
- DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.sqlclient.SqlConnectOptions
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value for reconnect interval = 1000 ms
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.net.NetClientOptions
-
The default value for reconnect interval = 1000 ms
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default connection retry delay =
10000
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.rabbitmq.RabbitMQPublisherOptions
-
The default connection retry delay =
10000
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.sqlclient.SqlConnectOptions
- DEFAULT_RECURSION_DESIRED - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default value for the recursion desired flag (RD) =
true
- DEFAULT_REDIRECT_HANDLER - Static variable in interface io.vertx.core.http.HttpClientAgent
-
Constant containing the default redirect handler of used by the client.
- DEFAULT_REGISTER_WEBSOCKET_WRITE_HANDLERS - Static variable in class io.vertx.core.http.HttpServerOptions
-
Whether write-handlers for server websockets should be registered by default = false.
- DEFAULT_REGISTER_WRITE_HANDLER - Static variable in class io.vertx.core.net.NetClientOptions
-
Whether a write-handler should be registered by default = false.
- DEFAULT_REGISTER_WRITE_HANDLER - Static variable in class io.vertx.core.net.NetServerOptions
-
Whether a write-handler should be registered by default = false.
- DEFAULT_REGISTER_WRITE_HANDLER - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Whether a
writeHandler
should be registered by default = false. - DEFAULT_REGISTER_WRITE_HANDLERS - Static variable in class io.vertx.core.http.WebSocketConnectOptions
-
Whether write-handlers should be registered by default = false.
- DEFAULT_REGISTRY_NAME - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
-
Default registry name is 'default'
- DEFAULT_REMOVEDCOUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
-
The default value is 0, signifying no document is removed
- DEFAULT_RENEW_TOKEN_ON_FORBIDDEN - Static variable in class io.vertx.ext.web.client.OAuth2WebClientOptions
-
The default value of whether to perform a single token refresh if the response status code is 401 (Forbidden).
- DEFAULT_REPLACE_EXISTING - Static variable in class io.vertx.core.file.CopyOptions
-
Whether an existing file, empty directory, or link should be replaced by default = false.
- DEFAULT_REPLY_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Default value for reply timeout = 30000
- DEFAULT_REQUEST_BATCHING_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Whether request batching should be enabled by default = false.
- DEFAULT_REQUEST_MULTIPART_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Whether a multipart request should be enabled by default = false
- DEFAULT_REQUEST_SERVER_NO_CONTEXT - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
Default offering of the
client_no_context_takeover
WebSocket parameter deflate compression extension =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_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 after which an open circuit breaker moves to half-open (in an attempt to re-close) in milliseconds.
- DEFAULT_RETRY_TIMEOUT - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Default retry time out, in ms, for a session not found in this store.
- DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Default retry time out, in ms, for a session not found in this store.
- DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
-
Default retry time out, in ms, for a session not found in this store.
- DEFAULT_RETRY_TIMEOUT_MS - Static variable in interface io.vertx.ext.web.sstore.redis.RedisSessionStore
- DEFAULT_RETRY_TIMEOUT_MS - Static variable in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- DEFAULT_RETRY_TIMEOUT_MS - Static variable in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- 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.rxjava3.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.rxjava3.ext.web.handler.RedirectAuthHandler
-
Default name of param used to store return url information in session
- DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of reuse address = false
- DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of reuse address
- DEFAULT_REUSE_PORT - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of reuse port
- DEFAULT_REVISION - Static variable in class io.vertx.ext.mongo.GridFsDownloadOptions
- DEFAULT_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
The default name of the property for the roles, like it is stored in mongodb.
- 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.rxjava3.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_SCHEDULE_DEADLINE_AUTOMATICALLY - Static variable in class io.vertx.grpc.client.GrpcClientOptions
-
The default value for automatic deadline schedule =
false
. - DEFAULT_SCHEDULE_DEADLINE_AUTOMATICALLY - Static variable in class io.vertx.grpc.server.GrpcServerOptions
-
Whether the server schedule deadline automatically when a request carrying a timeout is received, by default =
false
- DEFAULT_SCHEMA - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_SEARCH_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.WebSocketClientOptions
-
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.rxjava3.ext.web.handler.StaticHandler
-
Default of whether vary header should be sent.
- DEFAULT_SENDER_ENDPOINT - Static variable in class io.vertx.tracing.zipkin.HttpSenderOptions
- DEFAULT_SERIALIZABLE_CHECKER - Static variable in interface io.vertx.core.eventbus.EventBus
-
Default
Serializable
class checker used by Vert.x whenEventBus.serializableChecker(Function)
has not been set. - DEFAULT_SERVER - Static variable in class io.vertx.core.http.HttpConnectOptions
-
The default value for server method =
null
- DEFAULT_SERVER - Static variable in class io.vertx.core.http.RequestOptions
-
The default value for server method =
null
- DEFAULT_SERVER - Static variable in class io.vertx.serviceresolver.srv.SrvResolverOptions
- DEFAULT_SERVERS - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default list of DNS servers = null (uses system name server's list like resolve.conf otherwise Google Public DNS)
- DEFAULT_SERVICE_NAME - Static variable in class io.vertx.tracing.zipkin.ZipkinTracingOptions
- DEFAULT_SESSION_CACHE_ENABLED - Static variable in class io.vertx.core.net.OpenSSLEngineOptions
-
Default value of whether session cache is enabled in open SSL session server context = true
- DEFAULT_SESSION_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default name of session cookie
- DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default name of session cookie
- DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.rxjava3.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.rxjava3.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.rxjava3.ext.web.sstore.ClusteredSessionStore
-
The default name used for the session map
- DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
-
Default name for map used to store sessions
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.shell.ShellServerOptions
-
Default time, in ms, that a shell session lasts for without being accessed before expiring.
- DEFAULT_SESSION_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default time, in ms, that a session lasts for without being accessed before expiring.
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
The default delay before sending a
close
event to a silent client. - DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default time, in ms, that a session lasts for without being accessed before expiring.
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.rxjava3.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.cookie.CookieSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
-
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.redis.RedisSessionStore
-
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.rxjava3.ext.web.sstore.ClusteredSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava3.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.rxjava3.ext.web.handler.SessionHandler
-
Default min length for a session id.
- DEFAULT_SHARED - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default shared client =
false
- DEFAULT_SHARED - Static variable in class io.vertx.httpproxy.cache.CacheOptions
-
Default shared cache =
false
- 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.rxjava3.cassandra.CassandraClient
-
The default shared client name.
- DEFAULT_SHARED_POOL - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default shared pool config =
false
- 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.ServerSSLOptions
-
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.HttpConnectOptions
-
The default value for SSL =
null
- DEFAULT_SSL - Static variable in class io.vertx.core.http.RequestOptions
-
The default value for SSL =
null
- DEFAULT_SSL - Static variable in class io.vertx.core.net.ConnectOptions
-
SSL enable by default = false
- DEFAULT_SSL - Static variable in class io.vertx.core.net.TCPSSLOptions
-
SSL enable by default = false
- DEFAULT_SSL - Static variable in class io.vertx.db2client.DB2ConnectOptions
- DEFAULT_SSL - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_SSL - Static variable in class io.vertx.oracleclient.OracleConnectOptions
- 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.SSLOptions
-
The default value of SSL handshake timeout = 10
- DEFAULT_SSL_HANDSHAKE_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.core.net.SSLOptions
-
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_STRICT_THREAD_MODE_STRICT - Static variable in class io.vertx.core.http.HttpServerOptions
-
Strict thread mode = false.
- DEFAULT_SUB_PROTOCOLS - Static variable in class io.vertx.core.http.WebSocketConnectOptions
-
The default WebSocket sub protocols =
null
- DEFAULT_SUPPORT_WEBSOCKET - Static variable in class io.vertx.httpproxy.ProxyOptions
-
Enable WebSocket support :
true
- DEFAULT_SUPPORTED_VERSIONS - Static variable in interface io.vertx.ext.stomp.StompOptions
- DEFAULT_SUPPORTS_JOIN - Static variable in class io.vertx.tracing.zipkin.ZipkinTracingOptions
- DEFAULT_SYNC - Static variable in class io.vertx.core.file.OpenOptions
- DEFAULT_TCP_CORK - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default TCP_CORK value = false
- DEFAULT_TCP_FAST_OPEN - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default TCP_FASTOPEN value = false
- DEFAULT_TCP_KEEP_ALIVE - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of TCP keep alive = false
- DEFAULT_TCP_NO_DELAY - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of TCP-no-delay = true (Nagle disabled)
- DEFAULT_TCP_QUICKACK - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default TCP_QUICKACK value = false
- DEFAULT_TCP_USER_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default TCP_USER_TIMEOUT value in milliseconds = 0
- 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.rxjava3.ext.web.handler.TemplateHandler
-
The default directory where templates will be looked for
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.pug.PugTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.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.pug.PugTemplateEngine
-
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.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava3.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.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- DEFAULT_TIME_FIELD - Static variable in class io.vertx.ext.mongo.TimeSeriesOptions
-
The default time field value for timeseries collections.
- DEFAULT_TIMEOUT - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default timeout in milliseconds.
- DEFAULT_TIMEOUT - Static variable in class io.vertx.core.eventbus.DeliveryOptions
-
The default send timeout.
- DEFAULT_TIMEOUT - Static variable in class io.vertx.core.http.RequestOptions
-
The default request timeout =
-1L
(disabled) - DEFAULT_TIMEOUT - Static variable in class io.vertx.ext.unit.TestOptions
-
The default time out value in milliseconds: 2 minutes.
- DEFAULT_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
-
The default timeout, in ms
- DEFAULT_TIMEOUT - Static variable in class io.vertx.grpc.client.GrpcClientOptions
-
The default value of the timeout =
0
(no timeout). - 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.rxjava3.ext.web.handler.TimeoutHandler
-
The default timeout, in ms
- DEFAULT_TIMEOUT_DURATION - Static variable in class io.vertx.junit5.VertxExtension
-
Default timeout.
- DEFAULT_TIMEOUT_ON_CONNECT - Static variable in class io.vertx.mqtt.MqttServerOptions
- DEFAULT_TIMEOUT_UNIT - Static variable in class io.vertx.grpc.client.GrpcClientOptions
-
The default value of the timeout unit =
TimeUnit.SECONDS
. - DEFAULT_TIMEOUT_UNIT - Static variable in class io.vertx.junit5.VertxExtension
-
Default timeout unit.
- DEFAULT_TLS - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_TLS_PORT - Static variable in class io.vertx.mqtt.MqttServerOptions
- DEFAULT_TO - Static variable in class io.vertx.ext.unit.report.ReportOptions
-
The
console
is the defaultto
value. - DEFAULT_TRACE_PEER_ADDRESS - Static variable in class io.vertx.kafka.client.common.KafkaClientOptions
-
Default peer address to set in traces tags is null, and will automatically pick up bootstrap server from config
- DEFAULT_TRACING_POLICY - Static variable in class io.vertx.core.eventbus.DeliveryOptions
-
Default tracing control =
TracingPolicy.PROPAGATE
- DEFAULT_TRACING_POLICY - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default tracing control =
TracingPolicy.PROPAGATE
- DEFAULT_TRACING_POLICY - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default tracing control =
TracingPolicy.ALWAYS
- DEFAULT_TRACING_POLICY - Static variable in class io.vertx.kafka.client.common.KafkaClientOptions
-
Default tracing policy is 'propagate'
- DEFAULT_TRAFFIC_CLASS - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of traffic class
- DEFAULT_TRAILING_LINE - Static variable in interface io.vertx.ext.stomp.StompOptions
- DEFAULT_TRANSACTION_CHUNK_SIZE - Static variable in class io.vertx.ext.stomp.StompServerOptions
- DEFAULT_TRUNCATEEXISTING - Static variable in class io.vertx.core.file.OpenOptions
- DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value of whether all servers (SSL/TLS) should be trusted = true
- DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.net.ClientSSLOptions
-
The default value of whether all servers (SSL/TLS) should be trusted = false
- DEFAULT_TRY_USE_PER_FRAME_COMPRESSION - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
Default offer WebSocket per-frame deflate compression extension =
false
- DEFAULT_TRY_USE_PER_MESSAGE_COMPRESSION - Static variable in class io.vertx.core.http.WebSocketClientOptions
-
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.dropwizard.Match
-
The default value :
MatchType.EQUALS
- DEFAULT_TYPE - Static variable in class io.vertx.micrometer.Match
-
The default value :
MatchType.EQUALS
- DEFAULT_UNIQUE - Static variable in class io.vertx.ext.mongo.IndexOptions
- DEFAULT_UPLOADS_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default uploads directory on server for file uploads
- DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Default uploads directory on server for file uploads
- DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Default uploads directory on server for file uploads
- DEFAULT_UPSERT - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of upsert = false
- DEFAULT_URI - Static variable in class io.vertx.core.http.RequestOptions
-
The default request URI =
"/"
- DEFAULT_URI - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default InfluxDb server URI = http://localhost:8086.
- DEFAULT_USAGE_ADDRESS - Static variable in class io.vertx.servicediscovery.ServiceDiscoveryOptions
- DEFAULT_USAGE_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
the string to display at the beginning of the usage statement
- DEFAULT_USE_AFFECTED_ROWS - Static variable in class io.vertx.db2client.DB2ConnectOptions
- DEFAULT_USE_AFFECTED_ROWS - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_USE_ALPN - Static variable in class io.vertx.core.net.SSLOptions
-
Default use alpn = false
- DEFAULT_USE_DAEMON_THREAD - Static variable in class io.vertx.core.VertxOptions
-
Set default value to false for aligning with the old behavior By default, Vert.x threads are NOT daemons - we want them to prevent JVM exit so embedded user doesn't have to explicitly prevent JVM from exiting.
- 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_LAYER_7_PROXY - Static variable in class io.vertx.pgclient.PgConnectOptions
- DEFAULT_USE_NIO_SOCKETS - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default use nio sockets =
false
- DEFAULT_USE_PROXY_PROTOCOL - Static variable in class io.vertx.core.net.NetServerOptions
-
Default value of whether the server supports HA PROXY protocol = false
- DEFAULT_USE_WEB_SOCKET - Static variable in class io.vertx.mqtt.MqttServerOptions
- DEFAULT_USE_WORKER_POOL - Static variable in class io.vertx.core.net.SSLEngineOptions
-
The default thread pool type for SSL blocking operations.
- DEFAULT_USER - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- DEFAULT_USER - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
- DEFAULT_USER - Static variable in class io.vertx.oracleclient.OracleConnectOptions
- DEFAULT_USER - Static variable in class io.vertx.pgclient.PgConnectOptions
- DEFAULT_USER - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default user =
guest
- DEFAULT_USER_AGENT - Static variable in class io.vertx.ext.mail.MailConfig
- DEFAULT_USER_AGENT - Static variable in class io.vertx.ext.web.client.WebClientOptions
-
The default user agent string = Vert.x-WebClient/<version>.
- DEFAULT_USER_AGENT_ENABLED - Static variable in class io.vertx.ext.web.client.WebClientOptions
-
The default value of whether the Web Client should send a user agent header = true.
- DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_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.rxjava3.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the username
- DEFAULT_VALIDATOR - Static variable in interface io.vertx.json.schema.JsonFormatValidator
-
The default validator which performs a NOOP.
- DEFAULT_VALIDATOR - Static variable in class io.vertx.reactivex.json.schema.JsonFormatValidator
-
The default validator which performs a NOOP.
- DEFAULT_VALIDATOR - Static variable in class io.vertx.rxjava3.json.schema.JsonFormatValidator
-
The default validator which performs a NOOP.
- DEFAULT_VERIFY_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether hostname verification (for SSL/TLS) is enabled =
true
- DEFAULT_VERSION - Static variable in class io.vertx.core.http.WebSocketConnectOptions
-
The default WebSocket version =
WebSocketVersion.V13
- DEFAULT_VIRTUAL_HOST - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default virtual host =
/
- DEFAULT_WARNING_EXCEPTION_TIME_UNIT - Static variable in class io.vertx.core.VertxOptions
-
The default value of warning exception time unit =
TimeUnit.NANOSECONDS
- DEFAULT_WEB_ROOT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default value of the web-root, where files are served from
- DEFAULT_WEB_ROOT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default value of the web-root, where files are served from
- DEFAULT_WEB_ROOT - Static variable in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Default value of the web-root, where files are served from
- DEFAULT_WEB_SOCKET_MAX_FRAME_SIZE - Static variable in class io.vertx.mqtt.MqttServerOptions
- 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_ALLOW_SERVER_NO_CONTEXT - Static variable in class io.vertx.mqtt.MqttServerOptions
- 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.HttpServerOptions
-
Default WebSocket deflate compression level = 6
- DEFAULT_WEBSOCKET_COMPRESSION_LEVEL - Static variable in class io.vertx.mqtt.MqttServerOptions
- 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_PREFERRED_CLIENT_NO_CONTEXT - Static variable in class io.vertx.mqtt.MqttServerOptions
- 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.rxjava3.ext.web.LanguageHeader
-
If no "q" parameter is present, the default weight is 1.
- DEFAULT_WEIGHT - Static variable in class io.vertx.rxjava3.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_IDLE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
Default write idle timeout = 0
- DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
Default write queue max size
- DefaultAbortHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a
ABORT
frame. - DefaultAbortHandler() - Constructor for class io.vertx.ext.stomp.DefaultAbortHandler
- DefaultAckHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a
ACK
frame. - DefaultAckHandler() - Constructor for class io.vertx.ext.stomp.DefaultAckHandler
- 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
- defaultByLocation(Location) - Static method in enum io.vertx.openapi.contract.Style
- DefaultCommand - Class in io.vertx.core.spi.launcher
-
Default implementation of
Command
using annotation to define itself. - DefaultCommand() - Constructor for class io.vertx.core.spi.launcher.DefaultCommand
- DefaultCommandFactory<C extends Command> - Class in io.vertx.core.spi.launcher
-
Default implementation of
CommandFactory
. - DefaultCommandFactory(Class<C>) - Constructor for class io.vertx.core.spi.launcher.DefaultCommandFactory
-
Deprecated.Please use
DefaultCommandFactory(Class, Supplier)
- DefaultCommandFactory(Class<C>, Supplier<C>) - Constructor for class io.vertx.core.spi.launcher.DefaultCommandFactory
-
Creates a new
CommandFactory
. - DefaultCommitHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a
COMMIT
frame. - DefaultCommitHandler() - Constructor for class io.vertx.ext.stomp.DefaultCommitHandler
- DefaultConnectHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a
CONNECT
frame. - DefaultConnectHandler() - Constructor for class io.vertx.ext.stomp.DefaultConnectHandler
- DefaultInteractionMetric - Class in io.vertx.core.net.endpoint
-
Carries request/response latencies.
- DefaultInteractionMetric() - Constructor for class io.vertx.core.net.endpoint.DefaultInteractionMetric
- DefaultInteractionMetrics - Class in io.vertx.core.net.endpoint
-
Default interaction metrics.
- DefaultInteractionMetrics() - Constructor for class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- 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
- defaultPolicy() - Static method in interface io.vertx.circuitbreaker.FailurePolicy
-
The default policy, which considers an asynchronous result as a failure if
AsyncResult.failed()
returnstrue
. - defaultPolicy() - Static method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
-
The default policy, which considers an asynchronous result as a failure if returns
true
. - defaultPolicy() - Static method in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
-
The default policy, which considers an asynchronous result as a failure if returns
true
. - 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
- DefaultSslContextFactory - Class in io.vertx.core.spi.tls
-
The default implementation of
SslContextFactory
that creates and configures a NettySslContext
using aSslContextBuilder
. - DefaultSslContextFactory(SslProvider, boolean) - Constructor for class io.vertx.core.spi.tls.DefaultSslContextFactory
- 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 - Variable in class io.vertx.core.cli.Argument
-
The optional default value of this argument.
- defaultValue - Variable in class io.vertx.core.cli.Option
-
the option default value.
- defaultValue(Object) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- DefaultValue - Annotation Type in io.vertx.core.cli.annotations
-
Annotation to set a default value to an option.
- defaultVertxShellJsResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
- define() - Method in interface io.vertx.core.spi.launcher.CommandFactory
-
Creates a new
CLI
instance. - define() - Method in class io.vertx.core.spi.launcher.DefaultCommandFactory
- define(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.
- DEFLATE_GZIP - Static variable in interface io.vertx.core.http.HttpHeaders
-
deflate,gzip header value
- DEFLATE_GZIP - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
deflate,gzip header value
- DEFLATE_GZIP - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
deflate,gzip header value
- DEFLATE_GZIP_BR - Static variable in interface io.vertx.core.http.HttpHeaders
-
deflate,gzip,br header value
- DEFLATE_GZIP_BR - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
deflate,gzip,br header value
- DEFLATE_GZIP_BR - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
deflate,gzip,br header value
- DEFLATE_GZIP_ZSTD - Static variable in interface io.vertx.core.http.HttpHeaders
-
deflate,gzip,zstd header value
- DEFLATE_GZIP_ZSTD - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
deflate,gzip,zstd header value
- DEFLATE_GZIP_ZSTD - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
deflate,gzip,zstd header value
- DEFLATE_GZIP_ZSTD_BR_SNAPPY - Static variable in interface io.vertx.core.http.HttpHeaders
-
deflate,gzip,zstd,br header value
- DEFLATE_GZIP_ZSTD_BR_SNAPPY - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
deflate,gzip,zstd,br header value
- DEFLATE_GZIP_ZSTD_BR_SNAPPY - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
deflate,gzip,zstd,br header value
- del(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Delete a key.
- del(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Delete a key.
- del(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Delete a key.
- DEL - Static variable in interface io.vertx.redis.client.Command
-
Delete a key.
- delay(Throwable, int) - Method in interface io.vertx.circuitbreaker.RetryPolicy
-
Compute a delay in milliseconds before retry is executed.
- delay(Throwable, int) - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
-
Compute a delay in milliseconds before retry is executed.
- delay(Throwable, int) - Method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
-
Compute a delay in milliseconds before retry is executed.
- delete() - Method in interface io.vertx.core.net.SelfSignedCertificate
-
Delete the private key and certificate files.
- delete() - Method in interface io.vertx.ext.web.FileUpload
-
Delete the uploaded file on the disk.
- delete() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete() - Method in class io.vertx.reactivex.ext.web.FileUpload
-
Delete the uploaded file on the disk.
- delete() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete() - Method in class io.vertx.rxjava3.ext.web.FileUpload
-
Delete the uploaded file on the disk.
- delete() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete(int, String, UriTemplate) - 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(int, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(int, String, UriTemplate) - 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(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(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(int, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(CacheKey) - Method in interface io.vertx.ext.web.client.spi.CacheStore
-
Delete a key from the cache.
- delete(CacheKey, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.client.spi.CacheStore
-
Delete all variations of a key from the cache.
- delete(UriTemplate) - 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(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(UriTemplate) - 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(String) - Method in class io.vertx.config.vault.client.SlimVaultClient
- delete(String) - Method in interface io.vertx.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - delete(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Deletes a file by it's ID
- 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(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Delete the session with the specified ID.
- delete(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - delete(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Deletes a file by it's ID
- delete(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(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) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Delete the session with the specified ID.
- delete(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - delete(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Deletes a file by it's ID
- delete(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Delete the session with the specified ID.
- delete(String, Completable<Void>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Deletes a secret from `path`.
- delete(String, UriTemplate) - 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(String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete(String, UriTemplate) - 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(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(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(String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- DELETE - io.vertx.ext.consul.SessionBehavior
- DELETE - io.vertx.ext.consul.TxnKVVerb
-
Deletes the Key
- DELETE - io.vertx.ext.consul.TxnServiceVerb
-
Delete the service
- DELETE - io.vertx.ext.mongo.BulkOperationType
- DELETE - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2616
DELETE
method, this instance is interned and uniquely used. - DELETE_CAS - io.vertx.ext.consul.TxnKVVerb
-
Deletes the Key with check-and-set semantics.
- DELETE_CAS - io.vertx.ext.consul.TxnServiceVerb
-
Delete, but with CAS semantics
- DELETE_TREE - io.vertx.ext.consul.TxnKVVerb
-
Deletes all keys with a prefix ofKey
- deleteAbs(UriTemplate) - 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(UriTemplate) - Method in class io.vertx.rxjava3.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(UriTemplate) - 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 interface io.vertx.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
- deleteAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
- deleteAbs(String) - Method in class io.vertx.rxjava3.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
- deleteAcls(List<AclBindingFilter>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Delete the ACL rules.
- deleteAcls(List<AclBindingFilter>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Delete the ACL rules.
- deleteAcls(List<AclBindingFilter>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Delete the ACL rules.
- deleteAclToken(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Deletes an ACL token
- deleteAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Deletes an ACL token
- deleteAclToken(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Deletes an ACL token
- deleteBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.delete(String)
- deleteBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.delete(java.lang.String)
- deleteBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.delete(java.lang.String)
- deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Delete committed offsets for a set of partitions in a consumer group.
- deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Delete committed offsets for a set of partitions in a consumer group.
- deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Delete committed offsets for a set of partitions in a consumer group.
- deleteConsumerGroups(List<String>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Delete consumer groups from the cluster.
- deleteConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Delete consumer groups from the cluster.
- deleteConsumerGroups(List<String>) - Method in class io.vertx.rxjava3.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.
- deletePolicy(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint deletes an ACL policy
- deletePolicy(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint deletes an ACL policy
- deletePolicy(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint deletes an ACL policy
- deletePreparedQuery(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Deletes an existing prepared query
- deletePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Deletes an existing prepared query
- deletePreparedQuery(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Deletes an existing prepared query
- deleteRecords(Map<TopicPartition, RecordsToDelete>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Delete records from a topic partition.
- deleteRecursive(String) - Method in interface io.vertx.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - deleteRecursive(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - deleteRecursive(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - deleteRecursiveBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.deleteRecursive(String)
- deleteRecursiveBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.deleteRecursive(java.lang.String)
- deleteRecursiveBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.deleteRecursive(java.lang.String)
- deleteTopics(List<String>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Deletes a batch of Kafka topics
- deleteTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Deletes a batch of Kafka topics
- deleteTopics(List<String>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Deletes a batch of Kafka topics
- deleteValue(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- deleteValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- deleteValue(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- deleteValues(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Removes all the key/value pair that corresponding to the specified key prefix
- deleteValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Removes all the key/value pair that corresponding to the specified key prefix
- deleteValues(String) - Method in class io.vertx.rxjava3.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.rxjava3.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path regex
- 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(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(Buffer) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter
delim
. - delimitedMode(String) - Method in interface io.vertx.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented by the String
delim
encoded in latin-1 . - delimitedMode(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(String) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented by the String
delim
encoded in latin-1 . - deliver(int) - Method in interface io.vertx.ext.shell.term.SignalHandler
- 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<T> - Class in io.vertx.rxjava3.core.eventbus
-
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
- 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(DeliveryContext) - Constructor for class io.vertx.reactivex.core.eventbus.DeliveryContext
- DeliveryContext(DeliveryContext) - Constructor for class io.vertx.rxjava3.core.eventbus.DeliveryContext
- DeliveryContext(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.DeliveryContext
- DeliveryContext(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.core.eventbus.DeliveryContext
- deliveryCount() - Method in interface io.vertx.amqp.AmqpMessage
- deliveryCount() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- deliveryCount() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- deliveryCount(int) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- deliveryCount(int) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- deliveryCount(int) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- 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.rxjava3.core.eventbus.MessageProducer
-
Update the delivery options of this producer.
- 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
- 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.rxjava3.kafka.client.consumer.KafkaConsumer
-
Returns the current demand.
- DENY - Static variable in interface io.vertx.ext.web.handler.XFrameHandler
-
The page cannot be displayed in a frame, regardless of the site attempting to do so.
- DENY - Static variable in class io.vertx.reactivex.ext.web.handler.XFrameHandler
-
The page cannot be displayed in a frame, regardless of the site attempting to do so.
- DENY - Static variable in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
-
The page cannot be displayed in a frame, regardless of the site attempting to do so.
- deploy(Context) - Method in class io.vertx.core.AbstractVerticle
- deploy(Context) - Method in interface io.vertx.core.Deployable
-
Start the deployable.
- deploy(Context) - Method in class io.vertx.core.VerticleBase
- Deployable - Interface in io.vertx.core
-
Base interface for reactive services written in Java deployed in a Vert.x instance
- deploymentId() - Method in interface io.vertx.launcher.application.HookContext
-
The deployment identifier, after the verticle has started.
- 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.core.VerticleBase
-
Get the deployment ID of the verticle 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.rxjava3.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.rxjava3.core.Vertx
-
Return a Set of deployment IDs for the currently deployed deploymentIDs.
- deploymentOptions() - Method in interface io.vertx.launcher.application.HookContext
-
The verticle deployment options, which can be modified before Vert.x is started.
- DeploymentOptions - Class in io.vertx.core
-
Options for configuring a verticle deployment.
- DeploymentOptions() - Constructor for class io.vertx.core.DeploymentOptions
-
Default constructor
- DeploymentOptions(DeploymentOptions) - Constructor for class io.vertx.core.DeploymentOptions
-
Copy constructor
- DeploymentOptions(JsonObject) - Constructor for class io.vertx.core.DeploymentOptions
-
Constructor for creating a instance from JSON
- DeploymentOptionsConverter - Class in io.vertx.core
-
Converter and mapper for
DeploymentOptions
. - DeploymentOptionsConverter() - Constructor for class io.vertx.core.DeploymentOptionsConverter
- deployVerticle(Deployable) - Method in interface io.vertx.core.Vertx
-
Deploy a verticle instance that you have created yourself.
- deployVerticle(Deployable) - Method in class io.vertx.reactivex.core.Vertx
-
Deploy a verticle instance that you have created yourself.
- deployVerticle(Deployable) - Method in class io.vertx.rxjava3.core.Vertx
-
Deploy a verticle instance that you have created yourself.
- deployVerticle(Deployable, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.deployVerticle(Deployable)
butDeploymentOptions
are provided to configure the deployment. - deployVerticle(Deployable, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.deployVerticle(java.lang.String)
butDeploymentOptions
are provided to configure the deployment. - deployVerticle(Deployable, DeploymentOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Like
Vertx.deployVerticle(java.lang.String)
butDeploymentOptions
are provided to configure the deployment. - deployVerticle(Vertx, Verticle) - Static method in class io.vertx.reactivex.core.RxHelper
-
Deploy a verticle you have created yourself, using an RxJava vertx instance.
- deployVerticle(Vertx, Verticle, DeploymentOptions) - Static method in class io.vertx.reactivex.core.RxHelper
-
Like
RxHelper.deployVerticle(Vertx, Verticle)
, butDeploymentOptions
are provided to configure the deployment. - deployVerticle(Vertx, Verticle) - Static method in class io.vertx.rxjava3.core.RxHelper
-
Deploy a verticle you have created yourself, using an RxJava vertx instance.
- deployVerticle(Vertx, Verticle, DeploymentOptions) - Static method in class io.vertx.rxjava3.core.RxHelper
-
Like
RxHelper.deployVerticle(Vertx, Verticle)
, butDeploymentOptions
are provided to configure the deployment. - deployVerticle(Class<? extends Deployable>, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.deployVerticle(Deployable, DeploymentOptions)
butDeployable
instance is created by invoking the default constructor ofverticleClass
. - deployVerticle(String) - Method in interface io.vertx.core.Vertx
-
Deploy a verticle instance given a name.
- deployVerticle(String) - Method in class io.vertx.reactivex.core.Vertx
-
Deploy a verticle instance given a name.
- deployVerticle(String) - Method in class io.vertx.rxjava3.core.Vertx
-
Deploy a verticle instance given a name.
- deployVerticle(String, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.deployVerticle(Deployable)
butDeploymentOptions
are provided to configure the deployment. - deployVerticle(String, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.deployVerticle(java.lang.String)
butDeploymentOptions
are provided to configure the deployment. - deployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Like
Vertx.deployVerticle(java.lang.String)
butDeploymentOptions
are provided to configure the deployment. - deployVerticle(Supplier<? extends Deployable>, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.deployVerticle(Deployable, DeploymentOptions)
butDeployable
instance is created by invoking theverticleSupplier
. - dequeue(Q) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
-
Signals the request was removed from the queue.
- dereference(JsonSchema) - Method in interface io.vertx.json.schema.SchemaRepository
-
Dereferences a schema to the repository.
- dereference(JsonSchema) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
Dereferences a schema to the repository.
- dereference(JsonSchema) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
Dereferences a schema to the repository.
- dereference(String, JsonSchema) - Method in interface io.vertx.json.schema.SchemaRepository
-
Dereferences a schema to the repository.
- dereference(String, JsonSchema) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
Dereferences a schema to the repository.
- dereference(String, JsonSchema) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
Dereferences a schema to the repository.
- deregisterCatalogService(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Deregister entities from the node or deregister the node itself.
- deregisterCatalogService(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Deregister entities from the node or deregister the node itself.
- deregisterCatalogService(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Deregister entities from the node or deregister the node itself.
- deregisterCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove a check from the local agent.
- deregisterCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove a check from the local agent.
- deregisterCheck(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Remove a check from the local agent.
- deregisterService(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove a service from the local agent.
- deregisterService(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove a service from the local agent.
- deregisterService(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Remove a service from the local agent.
- describe(V) - Method in interface io.vertx.core.Expectation
-
Turn an invalid
value
into an exception describing the failure, the default implementation returns a generic exception. - describeAcls(AclBindingFilter) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Describe the ACL rules.
- describeAcls(AclBindingFilter) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe the ACL rules.
- describeAcls(AclBindingFilter) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Describe the ACL rules.
- describeCluster() - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Describe the nodes in the cluster with the default options
- describeCluster() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe the nodes in the cluster with the default options
- describeCluster() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Describe the nodes in the cluster with the default options
- describeCluster(DescribeClusterOptions) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeCluster()
but allows customized options. - describeCluster(DescribeClusterOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeCluster()
but allows customized options. - describeCluster(DescribeClusterOptions) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeCluster()
but allows customized options. - DescribeClusterOptions - Class in io.vertx.kafka.admin
- DescribeClusterOptions() - Constructor for class io.vertx.kafka.admin.DescribeClusterOptions
-
Constructor
- DescribeClusterOptions(JsonObject) - Constructor for class io.vertx.kafka.admin.DescribeClusterOptions
-
Constructor (from JSON representation)
- DescribeClusterOptionsConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
DescribeClusterOptions
. - DescribeClusterOptionsConverter() - Constructor for class io.vertx.kafka.admin.DescribeClusterOptionsConverter
- describeConfigs(List<ConfigResource>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Get the configuration for the specified resources with the default options
- describeConsumerGroups(List<String>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Describe some group ids in the cluster, with the default options
- describeConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe some group ids in the cluster, with the default options
- describeConsumerGroups(List<String>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Describe some group ids in the cluster, with the default options
- describeConsumerGroups(List<String>, DescribeConsumerGroupsOptions) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeConsumerGroups(List)
but allows customized options - describeConsumerGroups(List<String>, DescribeConsumerGroupsOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeConsumerGroups(java.util.List<java.lang.String>)
but allows customized options - describeConsumerGroups(List<String>, DescribeConsumerGroupsOptions) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeConsumerGroups(java.util.List<java.lang.String>)
but allows customized options - DescribeConsumerGroupsOptions - Class in io.vertx.kafka.admin
- DescribeConsumerGroupsOptions() - Constructor for class io.vertx.kafka.admin.DescribeConsumerGroupsOptions
-
Constructor
- DescribeConsumerGroupsOptions(JsonObject) - Constructor for class io.vertx.kafka.admin.DescribeConsumerGroupsOptions
-
Constructor (from JSON representation)
- DescribeConsumerGroupsOptionsConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
DescribeConsumerGroupsOptions
. - DescribeConsumerGroupsOptionsConverter() - Constructor for class io.vertx.kafka.admin.DescribeConsumerGroupsOptionsConverter
- describeLogDirs(List<Integer>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Query the information of all log directories on the given set of brokers
- describeTopics(List<String>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Describe some topics in the cluster, with the default options.
- describeTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe some topics in the cluster, with the default options.
- describeTopics(List<String>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Describe some topics in the cluster, with the default options.
- describeTopics(List<String>, DescribeTopicsOptions) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeTopics(List)
but allows for customised otions - describeTopics(List<String>, DescribeTopicsOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeTopics(java.util.List<java.lang.String>)
but allows for customised otions - describeTopics(List<String>, DescribeTopicsOptions) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeTopics(java.util.List<java.lang.String>)
but allows for customised otions - DescribeTopicsOptions - Class in io.vertx.kafka.admin
- DescribeTopicsOptions() - Constructor for class io.vertx.kafka.admin.DescribeTopicsOptions
-
Constructor
- DescribeTopicsOptions(JsonObject) - Constructor for class io.vertx.kafka.admin.DescribeTopicsOptions
-
Constructor (from JSON representation)
- DescribeTopicsOptionsConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
DescribeTopicsOptions
. - DescribeTopicsOptionsConverter() - Constructor for class io.vertx.kafka.admin.DescribeTopicsOptionsConverter
- description - Variable in class io.vertx.core.cli.Argument
-
The argument description.
- description - Variable in class io.vertx.core.cli.Option
-
The option description.
- Description - Annotation Type in io.vertx.core.cli.annotations
-
Annotation used to write the option or command documentation.
- descriptor() - Method in interface io.vertx.grpc.server.Service
-
Get the service descriptor that contains detailed information about the service.
- deserialize(byte[]) - Method in class io.vertx.servicediscovery.zookeeper.JsonObjectSerializer
- 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
- destination() - Method in interface io.vertx.ext.stomp.Destination
- destination() - Method in class io.vertx.reactivex.ext.stomp.Destination
- destination() - Method in class io.vertx.rxjava3.ext.stomp.Destination
- destination(SocketAddress) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- destination(SocketAddress) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- destination(SocketAddress) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- Destination - Class in io.vertx.reactivex.ext.stomp
-
Represents a STOMP destination.
- Destination - Class in io.vertx.rxjava3.ext.stomp
-
Represents a STOMP destination.
- Destination - Interface in io.vertx.ext.stomp
-
Represents a STOMP destination.
- Destination(Destination) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
- Destination(Destination) - Constructor for class io.vertx.rxjava3.ext.stomp.Destination
- Destination(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
- Destination(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.Destination
- DESTINATION - Static variable in class io.vertx.ext.stomp.Frame
- destinationFactory(DestinationFactory) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the
DestinationFactory
used to createDestination
objects. - destinationFactory(DestinationFactory) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the
DestinationFactory
used to createDestination
objects. - destinationFactory(DestinationFactory) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the
DestinationFactory
used to createDestination
objects. - DestinationFactory - Class in io.vertx.reactivex.ext.stomp
-
Interface implemented to customize the destination creation.
- DestinationFactory - Class in io.vertx.rxjava3.ext.stomp
-
Interface implemented to customize the destination creation.
- DestinationFactory - Interface in io.vertx.ext.stomp
-
Interface implemented to customize the destination creation.
- DestinationFactory(DestinationFactory) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
- DestinationFactory(DestinationFactory) - Constructor for class io.vertx.rxjava3.ext.stomp.DestinationFactory
- DestinationFactory(Object) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
- DestinationFactory(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.DestinationFactory
- 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.rxjava3.ext.web.Session
-
Destroy the session
- destroySession(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Destroys the given session
- destroySession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Destroys the given session
- destroySession(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Destroys the given session
- determineContentType(String) - Method in interface io.vertx.openapi.contract.RequestBody
-
This method tries to determine the best fitting
MediaType
based on the passed content type. - determineContentType(String) - Method in class io.vertx.reactivex.openapi.contract.RequestBody
-
This method tries to determine the best fitting
MediaType
based on the passed content type. - determineContentType(String) - Method in class io.vertx.rxjava3.openapi.contract.RequestBody
-
This method tries to determine the best fitting
MediaType
based on the passed content type. - 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.rxjava3.ext.web.common.WebEnvironment
-
Will return true if the mode is not null and equals ignoring case the string "dev"
- DigestAuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that provides HTTP Basic Authentication support.
- DigestAuthHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An auth handler that provides HTTP Basic Authentication support.
- DigestAuthHandler - Interface in io.vertx.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(DigestAuthHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
- DigestAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
- DigestAuthHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
- DIRECT - io.vertx.ext.auth.webauthn4j.Attestation
- 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.rxjava3.ext.web.Route
-
Disable this route.
- DISABLE - io.vertx.pgclient.SslMode
-
only try a non-SSL connection.
- DISABLED - io.vertx.ext.mail.LoginOption
- DISABLED - io.vertx.ext.mail.StartTLSOptions
- DISABLED - io.vertx.mysqlclient.SslMode
-
establish an unencrypted connection.
- DISABLED - io.vertx.redis.client.RedisClusterTransactions
-
Redis transactions are not supported in the cluster.
- disableRetry() - Method in class io.vertx.grpc.VertxChannelBuilder
- disableServiceConfigLookUp() - Method in class io.vertx.grpc.VertxChannelBuilder
- discard() - Static method in interface io.vertx.httpproxy.interceptors.BodyTransformer
-
Create a callback to discard the body.
- discard() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Discard all commands issued after MULTI.
- discard() - Method in interface io.vertx.redis.client.RedisAPI
-
Discard all commands issued after MULTI.
- discard() - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
-
Create a callback to discard the body.
- discard() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Discard all commands issued after MULTI.
- DISCARD - Static variable in interface io.vertx.redis.client.Command
-
Discard all commands issued after MULTI.
- discardMessage(H, boolean, Message<?>) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Discard a message.
- disconnect() - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect() - Method in interface io.vertx.mqtt.MqttClient
-
Disconnects from the MQTT server
- disconnect() - 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() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect() - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Disconnects from the MQTT server
- disconnect(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(MqttDisconnectReasonCode, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the DISCONNECT message to the remote MQTT client
- disconnect(MqttDisconnectReasonCode, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the DISCONNECT message to the remote MQTT client
- disconnect(MqttDisconnectReasonCode, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the DISCONNECT message to the remote MQTT client
- DISCONNECT - io.vertx.ext.stomp.Command
- disconnected(S, SocketAddress) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
-
Called when a client has disconnected, which is applicable for TCP connections.
- 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.
- disconnectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a
DISCONNECT
frame is received. - 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<ServerFrame>) - Method in class io.vertx.rxjava3.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<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set a disconnect handler on the MQTT endpoint.
- disconnectHandler(Handler<Void>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set a disconnect handler on the MQTT endpoint.
- disconnectMessageHandler(Handler<MqttDisconnectMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set a disconnect handler on the MQTT endpoint.
- disconnectMessageHandler(Handler<MqttDisconnectMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set a disconnect handler on the MQTT endpoint.
- disconnectMessageHandler(Handler<MqttDisconnectMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set a disconnect handler on the MQTT endpoint.
- DISCOURAGED - io.vertx.ext.auth.webauthn4j.ResidentKey
- DISCOURAGED - io.vertx.ext.auth.webauthn4j.UserVerification
- discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, PubSecKeyOptions, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, PubSecKeyOptions, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, PubSecKeyOptions, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- DISCOVER - io.vertx.redis.client.RedisTopology
-
Redis topology is discovered automatically from the first node that is capable of providing the necessary information.
- 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.rxjava3.ext.stomp.Destination
-
Dispatches the given frame.
- dispose() - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
- dispose() - Method in class io.vertx.rxjava3.ContextScheduler.ContextWorker
- dispose(D) - Method in interface io.vertx.core.spi.endpoint.EndpointResolver
-
Dispose the state.
- distinct(String, String, String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String, DistinctOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String, DistinctOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String, DistinctOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatch(String, String, String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatch(String, String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatch(String, String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatch(String, String, String, DistinctOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatch(String, String, String, DistinctOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatch(String, String, String, DistinctOptions) - Method in class io.vertx.rxjava3.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) - 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.rxjava3.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, 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, int) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctBatchWithQuery(String, String, String, JsonObject, int, DistinctOptions) - 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, DistinctOptions) - 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, DistinctOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctBatchWithQuery(String, String, String, JsonObject, DistinctOptions) - 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, DistinctOptions) - 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, DistinctOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- DistinctOptions - Class in io.vertx.ext.mongo
- DistinctOptions() - Constructor for class io.vertx.ext.mongo.DistinctOptions
- DistinctOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.DistinctOptions
- DistinctOptions(DistinctOptions) - Constructor for class io.vertx.ext.mongo.DistinctOptions
- DistinctOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
DistinctOptions
. - DistinctOptionsConverter() - Constructor for class io.vertx.ext.mongo.DistinctOptionsConverter
- distinctWithQuery(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.
- distinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQuery(String, String, String, JsonObject, DistinctOptions) - 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, DistinctOptions) - 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, DistinctOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- dkimAlgoName() - Method in enum io.vertx.ext.mail.DKIMSignAlgorithm
-
Gets the algorithm name specified by the DKIM specification.
- dkimBodyStream(Context) - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
- DKIMSignAlgorithm - Enum in io.vertx.ext.mail
-
Signing Algorithm specified by DKIM spec.
- DKIMSignOptions - Class in io.vertx.ext.mail
-
This represents the options used to perform DKIM Signature signing action.
- DKIMSignOptions() - Constructor for class io.vertx.ext.mail.DKIMSignOptions
-
Default Constructor.
- DKIMSignOptions(JsonObject) - Constructor for class io.vertx.ext.mail.DKIMSignOptions
-
Constructor from a JsonObject.
- DKIMSignOptions(DKIMSignOptions) - Constructor for class io.vertx.ext.mail.DKIMSignOptions
- DKIMSignOptionsConverter - Class in io.vertx.ext.mail
-
Converter and mapper for
DKIMSignOptions
. - DKIMSignOptionsConverter() - Constructor for class io.vertx.ext.mail.DKIMSignOptionsConverter
- DnsClient - Class in io.vertx.reactivex.core.dns
-
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient - Class in io.vertx.rxjava3.core.dns
-
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient - Interface in io.vertx.core.dns
-
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient(DnsClient) - Constructor for class io.vertx.reactivex.core.dns.DnsClient
- DnsClient(DnsClient) - Constructor for class io.vertx.rxjava3.core.dns.DnsClient
- DnsClient(Object) - Constructor for class io.vertx.reactivex.core.dns.DnsClient
- DnsClient(Object) - Constructor for class io.vertx.rxjava3.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(DnsClientOptions) - Constructor for class io.vertx.core.dns.DnsClientOptions
- DnsClientOptions(JsonObject) - Constructor for class io.vertx.core.dns.DnsClientOptions
- DnsClientOptionsConverter - Class in io.vertx.core.dns
-
Converter and mapper for
DnsClientOptions
. - DnsClientOptionsConverter() - Constructor for class io.vertx.core.dns.DnsClientOptionsConverter
- DnsException - Exception in io.vertx.core.dns
-
Exception which is used to notify the
AsyncResult
if the DNS query returns aDnsResponseCode
which indicates and error. - DnsException(DnsResponseCode) - Constructor for exception 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
- doClose() - Method in class io.vertx.tracing.zipkin.VertxSender
- doEncode(JDBCColumnDescriptor, Object) - Method in class io.vertx.jdbcclient.spi.JDBCEncoderImpl
- domainSocketAddress(String) - Static method in interface io.vertx.core.net.SocketAddress
-
Create a domain socket address from a
path
. - doSecurity() - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
- doSecurity() - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- doSecurity() - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- Double - Static variable in class io.vertx.sqlclient.data.NullValue
- DOUBLE - io.vertx.ext.shell.command.base.ObjectType
- doubleValue() - Method in interface io.vertx.core.parsetools.JsonEvent
- doubleValue() - Method in class io.vertx.pgclient.data.Money
- doubleValue() - Method in class io.vertx.sqlclient.data.Numeric
- doValidation() - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
- doValidation() - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- doValidation() - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- DOWN - io.vertx.servicediscovery.Status
-
The service has been withdrawn, it is not accessible anymore.
- downcast(SqlConnectOptions) - Method in class io.vertx.db2client.spi.DB2Driver
- downcast(SqlConnectOptions) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
- downcast(SqlConnectOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
- downcast(SqlConnectOptions) - Method in class io.vertx.oracleclient.spi.OracleDriver
- downcast(SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
- downcast(SqlConnectOptions) - Method in interface io.vertx.sqlclient.spi.Driver
-
Downcast the connect options to the specific driver options.
- downloadByFileName(WriteStream<Buffer>, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
- downloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- downloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
- downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- downloadById(WriteStream<Buffer>, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
- downloadById(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- downloadById(WriteStream<Buffer>, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- downloadFile(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Downloads a file.
- downloadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Downloads a file.
- downloadFile(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Downloads a file.
- downloadFileAs(String, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Downloads a file and gives it a new name.
- downloadFileAs(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Downloads a file and gives it a new name.
- downloadFileAs(String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Downloads a file and gives it a new name.
- downloadFileByID(String, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Downloads a file using the ID generated by GridFs.
- downloadFileByID(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Downloads a file using the ID generated by GridFs.
- downloadFileByID(String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Downloads a file using the ID generated by GridFs.
- Draft - Enum in io.vertx.json.schema
-
Json-Schema drafts.
- DRAFT201909 - io.vertx.json.schema.Draft
-
Draft 2019-09 - https://json-schema.org/draft/2019-09/schema Commonly used by many projects
- DRAFT202012 - io.vertx.json.schema.Draft
-
Draft 2020-12 - https://json-schema.org/draft/2020-12/schema Usually used by OpenAPI 3.1
- DRAFT4 - io.vertx.json.schema.Draft
-
Draft 4 - http://json-schema.org/draft-04/schema# Usually used by OpenAPI 3.0
- DRAFT7 - io.vertx.json.schema.Draft
-
Draft 7 - http://json-schema.org/draft-07/schema# Commonly used by many projects
- 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.grpc.client.GrpcClientRequest
- drainHandler(Handler<Void>) - Method in interface io.vertx.grpc.common.GrpcWriteStream
- drainHandler(Handler<Void>) - Method in interface io.vertx.grpc.server.GrpcServerResponse
- drainHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.ClientWebSocket
- 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.ext.reactivestreams.ReactiveWriteStream
- drainHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- drainHandler(Handler<Void>) - Method in class io.vertx.grpc.stub.GrpcWriteStream
- drainHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- 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.grpc.client.GrpcClientRequest
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.net.NetSocket
- drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- Driver<C extends SqlConnectOptions> - Interface in io.vertx.sqlclient.spi
-
An entry point to the Vertx Reactive SQL Client Every driver must implement this interface.
- drop() - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Drops the entire file bucket with all of its contents
- drop() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Drops the entire file bucket with all of its contents
- drop() - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Drops the entire file bucket with all of its contents
- DropboxAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Dropbox.
- DropboxAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Dropbox.
- DropboxAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Dropbox. - DropboxAuth(DropboxAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
- DropboxAuth(DropboxAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
- DropboxAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
- DropboxAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
- dropCollection(String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drop a collection
- dropCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Drop a collection
- dropCollection(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Drop a collection
- dropIndex(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drops the index given the keys used to create it.
- dropIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Drops the index given the keys used to create it.
- dropIndex(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Drops the index given the keys used to create it.
- dropIndex(String, String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drops the index given its name.
- dropIndex(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Drops the index given its name.
- dropIndex(String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Drops the index given its name.
- DropwizardMetricsOptions - Class in io.vertx.ext.dropwizard
-
Vert.x Dropwizard metrics configuration.
- DropwizardMetricsOptions() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Default constructor
- DropwizardMetricsOptions(JsonObject) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Create an instance from a
JsonObject
- 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
- DropwizardMetricsOptionsConverter - Class in io.vertx.ext.dropwizard
-
Converter and mapper for
DropwizardMetricsOptions
. - DropwizardMetricsOptionsConverter() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptionsConverter
- DropwizardVertxMetricsFactory - Class in io.vertx.ext.dropwizard
- DropwizardVertxMetricsFactory() - Constructor for class io.vertx.ext.dropwizard.DropwizardVertxMetricsFactory
- DropwizardVertxMetricsFactory(MetricRegistry) - Constructor for class io.vertx.ext.dropwizard.DropwizardVertxMetricsFactory
-
Create a metrics factory passing a metric registry used instead of the Dropwizard shared registry.
- dump(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a serialized version of the value stored at the specified key.
- dump(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a serialized version of the value stored at the specified key.
- dump(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a serialized version of the value stored at the specified key.
- DUMP - Static variable in interface io.vertx.redis.client.Command
-
Return a serialized version of the value stored at the specified key.
- 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.rxjava3.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.rxjava3.ext.unit.report.TestResult
-
How long the test lasted in millis.
E
- EARLIEST - Static variable in class io.vertx.kafka.admin.OffsetSpec
- earlyHintsHandler(Handler<MultiMap>) - Method in interface io.vertx.core.http.HttpClientRequest
-
If the server responds with an interim HTTP response with a status code of
103
and a Early Hints handler has been set using this method, then thehandler
will be called. - earlyHintsHandler(Handler<MultiMap>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
If the server responds with an interim HTTP response with a status code of
103
and a Early Hints handler has been set using this method, then thehandler
will be called. - earlyHintsHandler(Handler<MultiMap>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
If the server responds with an interim HTTP response with a status code of
103
and a Early Hints handler has been set using this method, then thehandler
will be called. - EB_ADDRESS - io.vertx.micrometer.Label
-
Event bus address
- EB_FAILURE - io.vertx.micrometer.Label
-
Event bus failure name from a ReplyFailure object
- EB_SIDE - io.vertx.micrometer.Label
-
Event bus side of the metric, it can be either "local" or "remote"
- echo(String) - Method in interface io.vertx.ext.shell.term.Term
-
Echo some text in the terminal, escaped if necessary.
- echo(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Echo the given string.
- echo(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Echo the given string.
- echo(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Echo the given string.
- Echo - Class in io.vertx.ext.shell.command.base
- Echo() - Constructor for class io.vertx.ext.shell.command.base.Echo
- ECHO - Static variable in interface io.vertx.redis.client.Command
-
Echo the given string.
- EdDSA - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- EMAIL - io.vertx.json.schema.common.dsl.StringFormat
- EmailAddress - Class in io.vertx.ext.mail.mailencoder
-
represent a mail address with an email address part and an optional full name e.g.
- EmailAddress(String) - Constructor for class io.vertx.ext.mail.mailencoder.EmailAddress
-
parse and create an email address
- empty() - Static method in interface io.vertx.core.spi.tracing.TagExtractor
- enable() - Method in interface io.vertx.ext.web.Route
-
Enable this route.
- enable() - Method in class io.vertx.reactivex.ext.web.Route
-
Enable this route.
- enable() - Method in class io.vertx.rxjava3.ext.web.Route
-
Enable this route.
- enabledCipherSuites(Set<String>) - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
- enabledCipherSuites(Set<String>) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Set the enabled cipher suites.
- enableRetry() - Method in class io.vertx.grpc.VertxChannelBuilder
- encode() - Method in interface io.vertx.core.http.Cookie
-
Encode the cookie to a string.
- encode() - Method in class io.vertx.core.json.JsonArray
-
Encode the JSON array to a string
- encode() - Method in class io.vertx.core.json.JsonObject
-
Encode this JSON object as a string.
- encode() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
-
encode the MailMessage to a String
- encode(JsonArray, int, JDBCColumnDescriptorProvider) - Method in interface io.vertx.jdbcclient.spi.JDBCEncoder
-
Convert Java input value to SQL value
- encode(JsonArray, int, JDBCColumnDescriptorProvider) - Method in class io.vertx.jdbcclient.spi.JDBCEncoderImpl
- encode(HashingAlgorithm, Map<String, String>, String, String) - Static method in class io.vertx.ext.auth.hashing.HashString
- encode(Tuple, int, JDBCColumnDescriptorProvider) - Method in interface io.vertx.jdbcclient.spi.JDBCEncoder
- encode(Tuple, int, JDBCColumnDescriptorProvider) - Method in class io.vertx.jdbcclient.spi.JDBCEncoderImpl
- encode(Object) - Static method in class io.vertx.core.json.Json
-
Encode a POJO to JSON using the underlying Jackson mapper.
- encode(List<String>) - Method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns a String with the given scopes concatenated with the given separator.
- encode(List<String>) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns a String with the given scopes concatenated with the given separator.
- encode(List<String>) - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns a String with the given scopes concatenated with the given separator.
- encode(T, WireFormat) - Method in interface io.vertx.grpc.common.GrpcMessageEncoder
- encodeData(JDBCColumnDescriptor, Object) - Method in class io.vertx.jdbcclient.spi.JDBCEncoderImpl
-
Convert any the parameter
Java
value exceptJDBCEncoderImpl.encodeDateTime(JDBCColumnDescriptor, Object)
andJDBCEncoderImpl.encodeSpecificVendorType(JDBCColumnDescriptor, Object)
to theSQL value
- encodeDateTime(JDBCColumnDescriptor, Object) - Method in class io.vertx.jdbcclient.spi.JDBCEncoderImpl
-
Convert the parameter
Java datetime
value to theSQL datetime
value - EncodedPart - Class in io.vertx.ext.mail.mailencoder
-
This is implementation detail class.
- EncodedPart() - Constructor for class io.vertx.ext.mail.mailencoder.EncodedPart
- EncodeException - Exception in io.vertx.core.json
- EncodeException() - Constructor for exception io.vertx.core.json.EncodeException
- EncodeException(String) - Constructor for exception io.vertx.core.json.EncodeException
- EncodeException(String, Throwable) - Constructor for exception io.vertx.core.json.EncodeException
- encodeJson(Object, JsonGenerator) - Static method in class io.vertx.core.json.jackson.JacksonCodec
- encodeMail() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
- encodePrettily() - Method in class io.vertx.core.json.JsonArray
-
Encode the JSON array prettily as a string
- encodePrettily() - Method in class io.vertx.core.json.JsonObject
-
Encode this JSON object a a string, with whitespace to make the object easier to read by a human, or other sentient organism.
- encodePrettily(Object) - Static method in class io.vertx.core.json.Json
-
Encode a POJO to JSON with pretty indentation, using the underlying Jackson mapper.
- encodeQP(String) - Static method in class io.vertx.ext.mail.mailencoder.Utils
- encoder() - Static method in interface io.vertx.grpc.common.GrpcMessageEncoder
-
Create an encoder for arbitrary message extending
MessageLite
. - encoder() - Method in interface io.vertx.grpc.common.ServiceMethod
- encodeSpecificVendorType(JDBCColumnDescriptor, Object) - Method in class io.vertx.jdbcclient.spi.JDBCEncoderImpl
-
Convert the parameter
Java
value to thespecific SQL vendor data type
- encodeToBuffer(Object) - Static method in class io.vertx.core.json.Json
-
Encode a POJO to JSON using the underlying Jackson mapper.
- encodeToWire(Buffer, ServiceException) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
- encodeToWire(Buffer, S) - Method in interface io.vertx.core.eventbus.MessageCodec
-
Called by Vert.x when marshalling a message to the wire.
- encoding() - Method in class io.vertx.ext.stomp.Frame
-
Read the frame encoding.
- encoding() - Method in interface io.vertx.grpc.common.GrpcMessage
- encoding() - Method in interface io.vertx.grpc.common.GrpcReadStream
- encoding() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- encoding() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- encoding() - Method in class io.vertx.tracing.zipkin.VertxSender
- encoding(String) - Method in interface io.vertx.grpc.client.GrpcClientRequest
- encoding(String) - Method in interface io.vertx.grpc.common.GrpcWriteStream
-
Set the stream encoding, e.g.
- encoding(String) - Method in interface io.vertx.grpc.server.GrpcServerResponse
- encoding(String) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- encoding(String) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Set the stream encoding, e.g.
- encoding(String) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- encoding(String) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- encoding(String) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Set the stream encoding, e.g.
- encoding(String) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- end() - Method in interface io.vertx.core.http.HttpClientRequest
-
Ends the request.
- end() - Method in interface io.vertx.core.http.HttpClientResponse
-
Returns a future signaling when the response has been fully received successfully or failed.
- end() - Method in interface io.vertx.core.http.HttpServerRequest
-
Returns a future signaling when the request has been fully received successfully or failed.
- end() - Method in interface io.vertx.core.http.HttpServerResponse
-
Ends the response.
- end() - Method in interface io.vertx.core.http.WebSocketBase
-
Ends the stream.
- end() - Method in interface io.vertx.core.net.NetSocket
-
Calls
NetSocket.close()
- end() - Method in interface io.vertx.core.parsetools.JsonParser
-
End the stream, this must be called after all the json stream has been processed.
- end() - Method in interface io.vertx.core.streams.WriteStream
-
Ends the stream.
- end() - Method in interface io.vertx.ext.shell.command.CommandProcess
-
End the process with the exit status 0
- end() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Call
SockJSSocket.close()
. - end() - Method in interface io.vertx.ext.web.RoutingContext
-
Shortcut to the response end.
- end() - Method in interface io.vertx.grpc.common.GrpcReadStream
- end() - Method in class io.vertx.grpc.stub.GrpcWriteStream
- end() - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Ends the stream.
- end() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Ends the stream.
- end() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Calls
WebSocketBase.close()
- end() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Ends the request.
- end() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Returns a future signaling when the response has been fully received successfully or failed.
- end() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Returns a future signaling when the request has been fully received successfully or failed.
- end() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Ends the response.
- end() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- end() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Calls
WebSocketBase.close()
- end() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Calls
WebSocketBase.close()
- end() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Calls
NetSocket.close()
- end() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
End the stream, this must be called after all the json stream has been processed.
- end() - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Ends the stream.
- end() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Call
SockJSSocket.close()
. - end() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Shortcut to the response end.
- end() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Ends the stream.
- end() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- end() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Ends the stream.
- end() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
Ends the stream.
- end() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Ends the stream.
- end() - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Ends the stream.
- end() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Ends the stream.
- end() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Calls
WebSocketBase.close()
- end() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Ends the request.
- end() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Returns a future signaling when the response has been fully received successfully or failed.
- end() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Returns a future signaling when the request has been fully received successfully or failed.
- end() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Ends the response.
- end() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- end() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Calls
WebSocketBase.close()
- end() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Calls
WebSocketBase.close()
- end() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Calls
NetSocket.close()
- end() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
End the stream, this must be called after all the json stream has been processed.
- end() - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Ends the stream.
- end() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Call
SockJSSocket.close()
. - end() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Shortcut to the response end.
- end() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Ends the stream.
- end() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- end() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Ends the stream.
- end() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
Ends the stream.
- end() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Ends the stream.
- end(int) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
End the process.
- end(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end()
but writes some data to the request body before ending. - end(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end()
but writes some data to the response body before ending. - end(Buffer) - Method in interface io.vertx.ext.web.RoutingContext
-
Shortcut to the response end.
- end(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes some data to the request body before ending. - end(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes some data to the response body before ending. - end(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Same as
NetSocket.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Same as
SockJSSocket.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Shortcut to the response end.
- end(Buffer) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes some data to the request body before ending. - end(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes some data to the response body before ending. - end(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Same as
NetSocket.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Same as
SockJSSocket.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - end(Buffer) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Shortcut to the response end.
- end(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(AmqpMessage) - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(Buffer)
but writes a String in UTF-8 encoding - end(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(Buffer)
but writes a String in UTF-8 encoding before ending the response. - end(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Shortcut to the response end.
- end(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes a String in UTF-8 encoding - end(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes a String in UTF-8 encoding before ending the response. - end(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Shortcut to the response end.
- end(String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes a String in UTF-8 encoding - end(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes a String in UTF-8 encoding before ending the response. - end(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Shortcut to the response end.
- end(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(Buffer)
but writes a String with the specified encoding - end(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(Buffer)
but writes a String with the specified encoding before ending the response. - end(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes a String with the specified encoding - end(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes a String with the specified encoding before ending the response. - end(String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes a String with the specified encoding - end(String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes a String with the specified encoding before ending the response. - end(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(Req) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(Resp) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(T) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
-
Signal the release of a pool resource.
- end(T) - Method in interface io.vertx.core.streams.WriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(T) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(T) - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - end(T) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - END_ARRAY - io.vertx.core.parsetools.JsonEventType
-
Signals the end of a JSON array.
- END_OBJECT - io.vertx.core.parsetools.JsonEventType
-
Signals the end of a JSON object.
- ended() - Method in interface io.vertx.core.http.HttpServerResponse
- ended() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- ended() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- endHandler(Handler<Void>) - Method in interface io.vertx.amqp.AmqpReceiver
- endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set an end handler for the response.
- endHandler(Handler<Void>) - Method in interface io.vertx.core.streams.ReadStream
-
Set an end handler.
- endHandler(Handler<Void>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
- endHandler(Handler<Void>) - Method in interface io.vertx.grpc.common.GrpcReadStream
- endHandler(Handler<Void>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
- endHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
- endHandler(Handler<Void>) - Method in interface io.vertx.redis.client.RedisConnection
-
Set an end handler.
- endHandler(Handler<TestResult>) - Method in interface io.vertx.ext.unit.report.TestCaseReport
-
Set a callback for completion, the specified
handler
is invoked when the test exec has completed. - endHandler(Handler<TestResult>) - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
-
Set a callback for completion, the specified
handler
is invoked when the test exec has completed. - endHandler(Handler<TestResult>) - Method in class io.vertx.rxjava3.ext.unit.report.TestCaseReport
-
Set a callback for completion, the specified
handler
is invoked when the test exec has completed. - endHandler(Handler<Void>) - Method in interface io.vertx.cassandra.CassandraRowStream
- endHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageConsumer
- endHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
- endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ClientWebSocket
- endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientResponse
- endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerFileUpload
- endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerRequest
- endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
- endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
- endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
- endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
Set an end handler.
- endHandler(Handler<Void>) - Method in interface io.vertx.core.parsetools.JsonParser
- endHandler(Handler<Void>) - Method in interface io.vertx.core.parsetools.RecordParser
- endHandler(Handler<Void>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
- endHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
Set an end handler, this handler is called when the command is ended, for instance the command is running and the shell closes.
- endHandler(Handler<Void>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
- endHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- endHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
- endHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
-
Set an handler to be called when no more notifications will be received.
- endHandler(Handler<Void>) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Set an end handler.
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Set an end handler for the response.
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
- endHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
-
This handler might be called after the close handler when the socket is paused and there are still buffers to deliver.
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- endHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Set an end handler.
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Set an handler to be called when no more notifications will be received.
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Set an end handler.
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
- endHandler(Handler<Void>) - Method in class io.vertx.reactivex.sqlclient.RowStream
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Set an end handler for the response.
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- endHandler(Handler<Void>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
This handler might be called after the close handler when the socket is paused and there are still buffers to deliver.
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- endHandler(Handler<Void>) - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Set an end handler.
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Set an handler to be called when no more notifications will be received.
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Set an end handler.
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- endHandler(Handler<Void>) - Method in class io.vertx.rxjava3.sqlclient.RowStream
- endHandler(Handler<Void>) - Method in interface io.vertx.sqlclient.RowStream
- endMessage(GrpcMessage) - Method in interface io.vertx.grpc.common.GrpcWriteStream
-
End the stream with an encoded gRPC message.
- endMessage(GrpcMessage) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
End the stream with an encoded gRPC message.
- endMessage(GrpcMessage) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
End the stream with an encoded gRPC message.
- endOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the last offset for the given partition.
- endOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the last offset for the given partition.
- endOffsets(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the last offset for the given partition.
- endOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the last offset for the given partitions.
- endOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the last offset for the given partitions.
- endOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the last offset for the given partition.
- endOnComplete(boolean) - Method in interface io.vertx.core.streams.Pipe
- endOnComplete(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
- endOnComplete(boolean) - Method in class io.vertx.rxjava3.core.streams.Pipe
- endOnFailure(boolean) - Method in interface io.vertx.core.streams.Pipe
- endOnFailure(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
- endOnFailure(boolean) - Method in class io.vertx.rxjava3.core.streams.Pipe
- endOnSuccess(boolean) - Method in interface io.vertx.core.streams.Pipe
- endOnSuccess(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
- endOnSuccess(boolean) - Method in class io.vertx.rxjava3.core.streams.Pipe
- endpoint(D) - Method in interface io.vertx.core.spi.endpoint.EndpointResolver
-
Return the current endpoint visible by the resolver.
- Endpoint - Class in io.vertx.reactivex.core.net.endpoint
- Endpoint - Class in io.vertx.rxjava3.core.net.endpoint
- Endpoint - Interface in io.vertx.core.net.endpoint
- Endpoint(Endpoint) - Constructor for class io.vertx.reactivex.core.net.endpoint.Endpoint
- Endpoint(Endpoint) - Constructor for class io.vertx.rxjava3.core.net.endpoint.Endpoint
- Endpoint(Object) - Constructor for class io.vertx.reactivex.core.net.endpoint.Endpoint
- Endpoint(Object) - Constructor for class io.vertx.rxjava3.core.net.endpoint.Endpoint
- ENDPOINT - Static variable in class io.vertx.servicediscovery.Record
- EndpointBuilder<E,S> - Interface in io.vertx.core.spi.endpoint
-
A builder for an endpoint.
- endpointConnected(ClientMetrics<R, ?, ?>) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when a connection is made to a endpoint.
- endpointDisconnected(ClientMetrics<R, ?, ?>) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when a connection to an endpoint is closed.
- endpointHandler(Handler<MqttEndpoint>) - Method in interface io.vertx.mqtt.MqttServer
-
Set the endpoint handler for the server.
- endpointHandler(Handler<MqttEndpoint>) - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Set the endpoint handler for the server.
- endpointHandler(Handler<MqttEndpoint>) - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Set the endpoint handler for the server.
- endpointResolver(Vertx) - Method in interface io.vertx.core.net.AddressResolver
-
Return a resolver capable of resolving addresses to endpoints.
- EndpointResolver - Class in io.vertx.reactivex.core.net.endpoint
-
A resolver for endpoints.
- EndpointResolver - Class in io.vertx.rxjava3.core.net.endpoint
-
A resolver for endpoints.
- EndpointResolver - Interface in io.vertx.core.net.endpoint
-
A resolver for endpoints.
- EndpointResolver<A extends Address,S,D,E> - Interface in io.vertx.core.spi.endpoint
-
Endpoint resolver Service Provider Interface (SPI).
- EndpointResolver(EndpointResolver) - Constructor for class io.vertx.reactivex.core.net.endpoint.EndpointResolver
- EndpointResolver(EndpointResolver) - Constructor for class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- EndpointResolver(Object) - Constructor for class io.vertx.reactivex.core.net.endpoint.EndpointResolver
- EndpointResolver(Object) - Constructor for class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- endSessionURL(User) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
- endSessionURL(User, JsonObject) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
- endSessionURL(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
- endSessionURL(User, JsonObject) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
- endSessionURL(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
- endSessionURL(User, JsonObject) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
- enqueue() - Method in interface io.vertx.core.spi.metrics.PoolMetrics
-
Signals a request is enqueued to obtain a resource.
- ensureValidity() - Method in class io.vertx.core.cli.Argument
-
Checks that the argument configuration is valid.
- ensureValidity() - Method in class io.vertx.core.cli.Option
-
Checks whether or not the option is valid.
- ensureValidity() - Method in class io.vertx.core.cli.TypedArgument
-
Checks whether or not the argument configuration is valid.
- ensureValidity() - Method in class io.vertx.core.cli.TypedOption
- ENTERPRISE - io.vertx.ext.auth.webauthn4j.Attestation
- entries() - Method in interface io.vertx.core.MultiMap
-
Returns all entries in the multi-map.
- entries() - Method in interface io.vertx.core.shareddata.AsyncMap
-
Get the entries of the map, asynchronously.
- entrySet() - Method in interface io.vertx.core.shareddata.LocalMap
-
Returns a
Set
view of the mappings contained in this map. - entryStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
-
Get the entries of the map as a
ReadStream
. - enumSchema(Object...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- ENV_VARIABLE_NAME - Static variable in interface io.vertx.ext.web.common.WebEnvironment
- ENV_VARIABLE_NAME - Static variable in class io.vertx.reactivex.ext.web.common.WebEnvironment
- ENV_VARIABLE_NAME - Static variable in class io.vertx.rxjava3.ext.web.common.WebEnvironment
- envelope() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
- envelope() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- envelope() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- EPOLL - Static variable in interface io.vertx.core.transport.Transport
-
Native transport based on Netty native epoll transport.
- equals(Object) - Method in class io.vertx.core.http.Http2Settings
- equals(Object) - Method in class io.vertx.core.http.HttpMethod
- equals(Object) - Method in class io.vertx.core.http.StreamPriority
- equals(Object) - Method in class io.vertx.core.json.JsonArray
- equals(Object) - Method in class io.vertx.core.json.JsonObject
- equals(Object) - Method in class io.vertx.core.net.KeyStoreOptionsBase
- equals(Object) - Method in class io.vertx.core.net.PemKeyCertOptions
- equals(Object) - Method in class io.vertx.core.net.PemTrustOptions
- equals(Object) - Method in class io.vertx.core.net.SSLOptions
- equals(Object) - Method in class io.vertx.core.net.TrafficShapingOptions
- equals(Object) - Method in class io.vertx.core.spi.cluster.NodeInfo
- equals(Object) - Method in class io.vertx.core.spi.cluster.RegistrationInfo
- equals(Object) - Method in class io.vertx.db2client.DB2ConnectOptions
- equals(Object) - Method in class io.vertx.ext.consul.Check
- equals(Object) - Method in class io.vertx.ext.consul.CheckList
- equals(Object) - Method in class io.vertx.ext.consul.Coordinate
- equals(Object) - Method in class io.vertx.ext.consul.CoordinateList
- equals(Object) - Method in class io.vertx.ext.consul.Event
- equals(Object) - Method in class io.vertx.ext.consul.EventList
- equals(Object) - Method in class io.vertx.ext.consul.KeyValue
- equals(Object) - Method in class io.vertx.ext.consul.KeyValueList
- equals(Object) - Method in class io.vertx.ext.consul.Node
- equals(Object) - Method in class io.vertx.ext.consul.NodeList
- equals(Object) - Method in class io.vertx.ext.consul.Service
- equals(Object) - Method in class io.vertx.ext.consul.ServiceEntry
- equals(Object) - Method in class io.vertx.ext.consul.ServiceEntryList
- equals(Object) - Method in class io.vertx.ext.consul.ServiceList
- equals(Object) - Method in class io.vertx.ext.consul.Session
- equals(Object) - Method in class io.vertx.ext.consul.SessionList
- equals(Object) - Method in class io.vertx.ext.mail.DKIMSignOptions
- equals(Object) - Method in class io.vertx.ext.mail.MailConfig
- equals(Object) - Method in class io.vertx.ext.mail.MailMessage
- equals(Object) - Method in class io.vertx.ext.mongo.AggregateOptions
- equals(Object) - Method in class io.vertx.ext.mongo.BulkOperation
- equals(Object) - Method in class io.vertx.ext.mongo.BulkWriteOptions
- equals(Object) - Method in class io.vertx.ext.mongo.CollationOptions
- equals(Object) - Method in class io.vertx.ext.mongo.CountOptions
- equals(Object) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- equals(Object) - Method in class io.vertx.ext.mongo.DistinctOptions
- equals(Object) - Method in class io.vertx.ext.mongo.FindOptions
- equals(Object) - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
- equals(Object) - Method in class io.vertx.ext.mongo.GridFsUploadOptions
- equals(Object) - Method in class io.vertx.ext.mongo.IndexModel
- equals(Object) - Method in class io.vertx.ext.mongo.IndexOptions
- equals(Object) - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
- equals(Object) - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
- equals(Object) - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
- equals(Object) - Method in class io.vertx.ext.mongo.RenameCollectionOptions
- equals(Object) - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- equals(Object) - Method in class io.vertx.ext.mongo.UpdateOptions
- equals(Object) - Method in class io.vertx.ext.mongo.ValidationOptions
- equals(Object) - Method in class io.vertx.kafka.client.common.ConfigResource
- equals(Object) - Method in class io.vertx.kafka.client.common.TopicPartition
- equals(Object) - Method in class io.vertx.openapi.validation.analyser.MultipartPart
- equals(Object) - Method in class io.vertx.oracleclient.data.Blob
- equals(Object) - Method in class io.vertx.pgclient.data.Box
- equals(Object) - Method in class io.vertx.pgclient.data.Circle
- equals(Object) - Method in class io.vertx.pgclient.data.Interval
- equals(Object) - Method in class io.vertx.pgclient.data.Line
- equals(Object) - Method in class io.vertx.pgclient.data.LineSegment
- equals(Object) - Method in class io.vertx.pgclient.data.Money
- equals(Object) - Method in class io.vertx.pgclient.data.Path
- equals(Object) - Method in class io.vertx.pgclient.data.Point
- equals(Object) - Method in class io.vertx.pgclient.data.Polygon
- equals(Object) - Method in class io.vertx.pgclient.PgConnectOptions
- equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpClient
- equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpConnection
- equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpMessage
- equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpSender
- equals(Object) - Method in class io.vertx.reactivex.cassandra.CassandraClient
- equals(Object) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- equals(Object) - Method in class io.vertx.reactivex.cassandra.ResultSet
- equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
- equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
- equals(Object) - Method in class io.vertx.reactivex.config.ConfigRetriever
- equals(Object) - Method in class io.vertx.reactivex.core.Context
- equals(Object) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
- equals(Object) - Method in class io.vertx.reactivex.core.dns.DnsClient
- equals(Object) - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
- equals(Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
- equals(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
- equals(Object) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- equals(Object) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
- equals(Object) - Method in class io.vertx.reactivex.core.file.AsyncFile
- equals(Object) - Method in class io.vertx.reactivex.core.file.AsyncFileLock
- equals(Object) - Method in class io.vertx.reactivex.core.file.FileSystem
- equals(Object) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpConnection
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpHeaders
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServer
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- equals(Object) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- equals(Object) - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- equals(Object) - Method in class io.vertx.reactivex.core.http.WebSocket
- equals(Object) - Method in class io.vertx.reactivex.core.http.WebSocketClient
- equals(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
- equals(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- equals(Object) - Method in class io.vertx.reactivex.core.net.endpoint.Endpoint
- equals(Object) - Method in class io.vertx.reactivex.core.net.endpoint.EndpointResolver
- equals(Object) - Method in class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- equals(Object) - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
- equals(Object) - Method in class io.vertx.reactivex.core.net.NetClient
- equals(Object) - Method in class io.vertx.reactivex.core.net.NetServer
- equals(Object) - Method in class io.vertx.reactivex.core.net.NetSocket
- equals(Object) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- equals(Object) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- equals(Object) - Method in class io.vertx.reactivex.core.Promise
- equals(Object) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
- equals(Object) - Method in class io.vertx.reactivex.core.shareddata.Counter
- equals(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
- equals(Object) - Method in class io.vertx.reactivex.core.shareddata.Lock
- equals(Object) - Method in class io.vertx.reactivex.core.shareddata.SharedData
- equals(Object) - Method in class io.vertx.reactivex.core.streams.Pipe
- equals(Object) - Method in class io.vertx.reactivex.core.Timer
- equals(Object) - Method in class io.vertx.reactivex.core.Vertx
- equals(Object) - Method in class io.vertx.reactivex.core.VertxBuilder
- equals(Object) - Method in class io.vertx.reactivex.core.WorkerExecutor
- equals(Object) - Method in class io.vertx.reactivex.db2client.DB2Builder
- equals(Object) - Method in class io.vertx.reactivex.db2client.DB2Connection
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.User
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
- equals(Object) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
- equals(Object) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- equals(Object) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- equals(Object) - Method in class io.vertx.reactivex.ext.consul.Watch
- equals(Object) - Method in class io.vertx.reactivex.ext.consul.WatchResult
- equals(Object) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
- equals(Object) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- equals(Object) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
- equals(Object) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
- equals(Object) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
- equals(Object) - Method in class io.vertx.reactivex.ext.mail.MailClient
- equals(Object) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
- equals(Object) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Destination
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Frames
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompClient
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServer
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
- equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.Async
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.Completion
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.Failure
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestResult
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestCase
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
- equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestSuite
- equals(Object) - Method in class io.vertx.reactivex.ext.web.client.CachingWebClient
- equals(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- equals(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- equals(Object) - Method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
- equals(Object) - Method in class io.vertx.reactivex.ext.web.client.WebClient
- equals(Object) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
- equals(Object) - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- equals(Object) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
- equals(Object) - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
- equals(Object) - Method in class io.vertx.reactivex.ext.web.FileUpload
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
- equals(Object) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
- equals(Object) - Method in class io.vertx.reactivex.ext.web.MIMEHeader
- equals(Object) - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- equals(Object) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
- equals(Object) - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- equals(Object) - Method in class io.vertx.reactivex.ext.web.RequestBody
- equals(Object) - Method in class io.vertx.reactivex.ext.web.Route
- equals(Object) - Method in class io.vertx.reactivex.ext.web.Router
- equals(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
- equals(Object) - Method in class io.vertx.reactivex.ext.web.Session
- equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
- equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
- equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
- equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
- equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
- equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
- equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
- equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- equals(Object) - Method in class io.vertx.reactivex.ext.web.UserContext
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
- equals(Object) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
- equals(Object) - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- equals(Object) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- equals(Object) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- equals(Object) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- equals(Object) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- equals(Object) - Method in class io.vertx.reactivex.grpc.server.GrpcServer
- equals(Object) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- equals(Object) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- equals(Object) - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- equals(Object) - Method in class io.vertx.reactivex.jdbcclient.JDBCPool
- equals(Object) - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
- equals(Object) - Method in class io.vertx.reactivex.json.schema.JsonFormatValidator
- equals(Object) - Method in class io.vertx.reactivex.json.schema.JsonSchema
- equals(Object) - Method in class io.vertx.reactivex.json.schema.Ref
- equals(Object) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
- equals(Object) - Method in class io.vertx.reactivex.json.schema.Validator
- equals(Object) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
- equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- equals(Object) - Method in class io.vertx.reactivex.micrometer.MetricsService
- equals(Object) - Method in class io.vertx.reactivex.micrometer.PrometheusRequestHandler
- equals(Object) - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttClient
- equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttServer
- equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
- equals(Object) - Method in class io.vertx.reactivex.mssqlclient.MSSQLBuilder
- equals(Object) - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
- equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
- equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
- equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.MediaType
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.OAuthFlow
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.OAuthFlows
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.Operation
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.Parameter
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.Path
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.RequestBody
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.Response
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
- equals(Object) - Method in class io.vertx.reactivex.openapi.contract.Server
- equals(Object) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- equals(Object) - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
- equals(Object) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- equals(Object) - Method in class io.vertx.reactivex.openapi.validation.ValidatableRequest
- equals(Object) - Method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- equals(Object) - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- equals(Object) - Method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
- equals(Object) - Method in class io.vertx.reactivex.oracleclient.OracleBuilder
- equals(Object) - Method in class io.vertx.reactivex.oracleclient.OracleClient
- equals(Object) - Method in class io.vertx.reactivex.oracleclient.OracleConnection
- equals(Object) - Method in class io.vertx.reactivex.pgclient.PgBuilder
- equals(Object) - Method in class io.vertx.reactivex.pgclient.PgConnection
- equals(Object) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- equals(Object) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
- equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
- equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
- equals(Object) - Method in class io.vertx.reactivex.redis.client.Redis
- equals(Object) - Method in class io.vertx.reactivex.redis.client.RedisAPI
- equals(Object) - Method in class io.vertx.reactivex.redis.client.RedisCluster
- equals(Object) - Method in class io.vertx.reactivex.redis.client.RedisConnection
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
- equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.Cursor
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.Pool
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.PropertyKind
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.Query
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.Row
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowIterator
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowSet
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowStream
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlClient
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlResult
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.Transaction
- equals(Object) - Method in class io.vertx.reactivex.sqlclient.Tuple
- equals(Object) - Method in class io.vertx.reactivex.uritemplate.UriTemplate
- equals(Object) - Method in class io.vertx.reactivex.uritemplate.Variables
- equals(Object) - Method in class io.vertx.rxjava3.amqp.AmqpClient
- equals(Object) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
- equals(Object) - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- equals(Object) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- equals(Object) - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- equals(Object) - Method in class io.vertx.rxjava3.amqp.AmqpSender
- equals(Object) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
- equals(Object) - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- equals(Object) - Method in class io.vertx.rxjava3.cassandra.ResultSet
- equals(Object) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- equals(Object) - Method in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- equals(Object) - Method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
- equals(Object) - Method in class io.vertx.rxjava3.config.ConfigRetriever
- equals(Object) - Method in class io.vertx.rxjava3.core.Context
- equals(Object) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
- equals(Object) - Method in class io.vertx.rxjava3.core.dns.DnsClient
- equals(Object) - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- equals(Object) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
- equals(Object) - Method in class io.vertx.rxjava3.core.eventbus.Message
- equals(Object) - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- equals(Object) - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
- equals(Object) - Method in class io.vertx.rxjava3.core.file.AsyncFile
- equals(Object) - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
- equals(Object) - Method in class io.vertx.rxjava3.core.file.FileSystem
- equals(Object) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpConnection
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpHeaders
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpServer
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- equals(Object) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- equals(Object) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- equals(Object) - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- equals(Object) - Method in class io.vertx.rxjava3.core.http.WebSocket
- equals(Object) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
- equals(Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
- equals(Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- equals(Object) - Method in class io.vertx.rxjava3.core.net.endpoint.Endpoint
- equals(Object) - Method in class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- equals(Object) - Method in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- equals(Object) - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
- equals(Object) - Method in class io.vertx.rxjava3.core.net.NetClient
- equals(Object) - Method in class io.vertx.rxjava3.core.net.NetServer
- equals(Object) - Method in class io.vertx.rxjava3.core.net.NetSocket
- equals(Object) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- equals(Object) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- equals(Object) - Method in class io.vertx.rxjava3.core.Promise
- equals(Object) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
- equals(Object) - Method in class io.vertx.rxjava3.core.shareddata.Counter
- equals(Object) - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
- equals(Object) - Method in class io.vertx.rxjava3.core.shareddata.Lock
- equals(Object) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
- equals(Object) - Method in class io.vertx.rxjava3.core.streams.Pipe
- equals(Object) - Method in class io.vertx.rxjava3.core.Timer
- equals(Object) - Method in class io.vertx.rxjava3.core.Vertx
- equals(Object) - Method in class io.vertx.rxjava3.core.VertxBuilder
- equals(Object) - Method in class io.vertx.rxjava3.core.WorkerExecutor
- equals(Object) - Method in class io.vertx.rxjava3.db2client.DB2Builder
- equals(Object) - Method in class io.vertx.rxjava3.db2client.DB2Connection
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.ChainAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.User
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
- equals(Object) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
- equals(Object) - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- equals(Object) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- equals(Object) - Method in class io.vertx.rxjava3.ext.consul.Watch
- equals(Object) - Method in class io.vertx.rxjava3.ext.consul.WatchResult
- equals(Object) - Method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
- equals(Object) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- equals(Object) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- equals(Object) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
- equals(Object) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
- equals(Object) - Method in class io.vertx.rxjava3.ext.mail.MailClient
- equals(Object) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
- equals(Object) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.Acknowledgement
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.Destination
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.DestinationFactory
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.Frames
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.ServerFrame
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.StompClient
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.StompServer
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- equals(Object) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.Async
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.Completion
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.report.Failure
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.TestCase
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.TestCompletion
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
- equals(Object) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.common.WebEnvironment
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.FileUpload
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.RequestBody
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.Route
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.Router
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.Session
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.UserContext
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ObjectParserFactory
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- equals(Object) - Method in class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- equals(Object) - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
- equals(Object) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- equals(Object) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- equals(Object) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- equals(Object) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- equals(Object) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- equals(Object) - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
- equals(Object) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- equals(Object) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.Body
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- equals(Object) - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- equals(Object) - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- equals(Object) - Method in class io.vertx.rxjava3.jdbcclient.JDBCPool
- equals(Object) - Method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
- equals(Object) - Method in class io.vertx.rxjava3.json.schema.JsonFormatValidator
- equals(Object) - Method in class io.vertx.rxjava3.json.schema.JsonSchema
- equals(Object) - Method in class io.vertx.rxjava3.json.schema.Ref
- equals(Object) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
- equals(Object) - Method in class io.vertx.rxjava3.json.schema.Validator
- equals(Object) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
- equals(Object) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- equals(Object) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- equals(Object) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- equals(Object) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- equals(Object) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- equals(Object) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- equals(Object) - Method in class io.vertx.rxjava3.micrometer.MetricsService
- equals(Object) - Method in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
- equals(Object) - Method in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.MqttClient
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.MqttServer
- equals(Object) - Method in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- equals(Object) - Method in class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
- equals(Object) - Method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- equals(Object) - Method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
- equals(Object) - Method in class io.vertx.rxjava3.mysqlclient.MySQLClient
- equals(Object) - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.MediaType
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.Operation
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.Path
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.RequestBody
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.Response
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
- equals(Object) - Method in class io.vertx.rxjava3.openapi.contract.Server
- equals(Object) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- equals(Object) - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
- equals(Object) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- equals(Object) - Method in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- equals(Object) - Method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- equals(Object) - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- equals(Object) - Method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- equals(Object) - Method in class io.vertx.rxjava3.oracleclient.OracleBuilder
- equals(Object) - Method in class io.vertx.rxjava3.oracleclient.OracleClient
- equals(Object) - Method in class io.vertx.rxjava3.oracleclient.OracleConnection
- equals(Object) - Method in class io.vertx.rxjava3.pgclient.PgBuilder
- equals(Object) - Method in class io.vertx.rxjava3.pgclient.PgConnection
- equals(Object) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- equals(Object) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- equals(Object) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- equals(Object) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- equals(Object) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- equals(Object) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
- equals(Object) - Method in class io.vertx.rxjava3.redis.client.Redis
- equals(Object) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
- equals(Object) - Method in class io.vertx.rxjava3.redis.client.RedisCluster
- equals(Object) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.ServiceReference
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- equals(Object) - Method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.Cursor
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.Pool
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.PropertyKind
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.Query
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.Row
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.RowIterator
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.RowSet
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.RowStream
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.SqlClient
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.SqlResult
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.templates.RowMapper
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.Transaction
- equals(Object) - Method in class io.vertx.rxjava3.sqlclient.Tuple
- equals(Object) - Method in class io.vertx.rxjava3.uritemplate.UriTemplate
- equals(Object) - Method in class io.vertx.rxjava3.uritemplate.Variables
- equals(Object) - Method in class io.vertx.servicediscovery.Record
-
Checks whether or not the current object is equal to the given object.
- equals(Object) - Method in class io.vertx.sqlclient.data.Numeric
- equals(Object) - Method in class io.vertx.sqlclient.PoolOptions
- EQUALS - io.vertx.ext.dropwizard.MatchType
- EQUALS - io.vertx.micrometer.MatchType
- error() - Method in exception io.vertx.grpc.common.GrpcErrorException
- ERROR - io.vertx.core.eventbus.ReplyFailure
-
A fatal error occured while delivering the message.
- ERROR - io.vertx.ext.stomp.Command
- ERROR - io.vertx.ext.web.handler.graphql.ws.MessageType
- ERROR - io.vertx.redis.client.ResponseType
-
C String simple String representing an error.
- errorFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
-
A general error frame handler.
- errorFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
A general error frame handler.
- errorFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
A general error frame handler.
- errorHandler(int, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Router
-
Specify an handler to handle an error for a particular status code.
- errorHandler(int, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Router
-
Specify an handler to handle an error for a particular status code.
- errorHandler(int, Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.Router
-
Specify an handler to handle an error for a particular status code.
- errorHandler(Handler<GrpcError>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
- errorHandler(Handler<GrpcError>) - Method in interface io.vertx.grpc.common.GrpcReadStream
-
Set a handler to be notified with gRPC errors.
- errorHandler(Handler<GrpcError>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
- errorHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sets a handler notified when an
ERROR
frame is received by the client. - errorHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sets a handler notified when an
ERROR
frame is received by the client. - errorHandler(Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sets a handler notified when an
ERROR
frame is received by the client. - errorHandler(Handler<GrpcError>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- errorHandler(Handler<GrpcError>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
-
Set a handler to be notified with gRPC errors.
- errorHandler(Handler<GrpcError>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- errorHandler(Handler<GrpcError>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- errorHandler(Handler<GrpcError>) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
-
Set a handler to be notified with gRPC errors.
- errorHandler(Handler<GrpcError>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- ErrorHandler - Class in io.vertx.reactivex.ext.web.handler
-
A pretty error handler for rendering error pages.
- ErrorHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A pretty error handler for rendering error pages.
- ErrorHandler - Interface in io.vertx.ext.web.handler
-
A pretty error handler for rendering error pages.
- ErrorHandler(ErrorHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ErrorHandler
- ErrorHandler(ErrorHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.ErrorHandler
- ErrorHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ErrorHandler
- ErrorHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.ErrorHandler
- errorMessage() - Method in exception io.vertx.mssqlclient.MSSQLException
- errorType() - Method in exception io.vertx.json.schema.JsonSchemaValidationException
- ES256 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- ES256K - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- ES384 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- ES512 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- etag() - Method in interface io.vertx.httpproxy.ProxyResponse
- etag() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- etag(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the ETag of a response.
- etag(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Set the ETag of a response.
- etag(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Set the ETag of a response.
- ETAG - Static variable in interface io.vertx.core.http.HttpHeaders
-
Etag header name
- ETAG - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Etag header name
- ETAG - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Etag header name
- eval(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute a Lua script server side.
- eval(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Execute a Lua script server side.
- eval(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute a Lua script server side.
- EVAL - Static variable in interface io.vertx.redis.client.Command
-
Execute a Lua script server side.
- EVAL_RO - Static variable in interface io.vertx.redis.client.Command
-
Execute a read-only Lua script server side.
- evalRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- evalRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- evalRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- evalsha(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute a Lua script server side.
- evalsha(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Execute a Lua script server side.
- evalsha(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute a Lua script server side.
- EVALSHA - Static variable in interface io.vertx.redis.client.Command
-
Execute a Lua script server side.
- EVALSHA_RO - Static variable in interface io.vertx.redis.client.Command
-
Execute a read-only Lua script server side.
- evalshaRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- evalshaRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- evalshaRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- Event - Class in io.vertx.ext.consul
-
Holds properties of Consul event
- Event() - Constructor for class io.vertx.ext.consul.Event
-
Default constructor
- Event(JsonObject) - Constructor for class io.vertx.ext.consul.Event
-
Constructor from JSON
- Event(Event) - Constructor for class io.vertx.ext.consul.Event
-
Copy constructor
- EVENT_BUS - io.vertx.micrometer.MetricsDomain
-
Event bus metrics.
- EVENT_ID - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Constant for id field of usage events.
- EVENT_ID - Static variable in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Constant for id field of usage events.
- EVENT_ID - Static variable in interface io.vertx.servicediscovery.ServiceDiscovery
-
Constant for id field of usage events.
- EVENT_LOOP - io.vertx.core.ThreadingModel
-
Tasks are scheduled on the event-loop thread of the vertx instance.
- EVENT_RECORD - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Constant for record field of usage events.
- EVENT_RECORD - Static variable in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Constant for record field of usage events.
- EVENT_RECORD - Static variable in interface io.vertx.servicediscovery.ServiceDiscovery
-
Constant for record field of usage events.
- EVENT_SOURCE - io.vertx.ext.web.handler.sockjs.Transport
- EVENT_TEST_CASE_BEGIN - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test case begins, used as part of the test reporting protocol for the event bus. - EVENT_TEST_CASE_BEGIN - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test case begins, used as part of the test reporting protocol for the event bus. - EVENT_TEST_CASE_BEGIN - Static variable in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test case begins, used as part of the test reporting protocol for the event bus. - EVENT_TEST_CASE_END - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test case ends, used as part of the test reporting protocol for the event bus. - EVENT_TEST_CASE_END - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test case ends, used as part of the test reporting protocol for the event bus. - EVENT_TEST_CASE_END - Static variable in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test case ends, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_BEGIN - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test suite begins, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_BEGIN - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test suite begins, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_BEGIN - Static variable in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test suite begins, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_END - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test suite ends, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_END - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test suite ends, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_END - Static variable in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
-
Json
type
field value that signals a test suite ends, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_ERROR - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
-
Json
type
field value that reports a test suite error, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_ERROR - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
Json
type
field value that reports a test suite error, used as part of the test reporting protocol for the event bus. - EVENT_TEST_SUITE_ERROR - Static variable in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
-
Json
type
field value that reports a test suite error, used as part of the test reporting protocol for the event bus. - EVENT_TYPE - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Constant for type field of usage events.
- EVENT_TYPE - Static variable in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Constant for type field of usage events.
- EVENT_TYPE - Static variable in interface io.vertx.servicediscovery.ServiceDiscovery
-
Constant for type field of usage events.
- EVENT_TYPE_BIND - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Constant for event type `Bind`.
- EVENT_TYPE_BIND - Static variable in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Constant for event type `Bind`.
- EVENT_TYPE_BIND - Static variable in interface io.vertx.servicediscovery.ServiceDiscovery
-
Constant for event type `Bind`.
- EVENT_TYPE_RELEASE - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Constant for event type `Release`.
- EVENT_TYPE_RELEASE - Static variable in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Constant for event type `Release`.
- EVENT_TYPE_RELEASE - Static variable in interface io.vertx.servicediscovery.ServiceDiscovery
-
Constant for event type `Release`.
- eventBus() - Method in interface io.vertx.core.Vertx
-
Get the event bus object.
- eventBus() - Method in class io.vertx.reactivex.core.Vertx
-
Get the event bus object.
- eventBus() - Method in class io.vertx.rxjava3.core.Vertx
-
Get the event bus object.
- EventBus - Class in io.vertx.reactivex.core.eventbus
-
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
- EventBus - Class in io.vertx.rxjava3.core.eventbus
-
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
- EventBus - Interface in io.vertx.core.eventbus
-
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
- EventBus(EventBus) - Constructor for class io.vertx.reactivex.core.eventbus.EventBus
- EventBus(EventBus) - Constructor for class io.vertx.rxjava3.core.eventbus.EventBus
- EventBus(Object) - Constructor for class io.vertx.reactivex.core.eventbus.EventBus
- EventBus(Object) - Constructor for class io.vertx.rxjava3.core.eventbus.EventBus
- EventBusCollector - Class in io.vertx.reactivex.ext.unit.collect
-
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
- EventBusCollector - Class in io.vertx.rxjava3.ext.unit.collect
-
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
- EventBusCollector - Interface in io.vertx.ext.unit.collect
-
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
- EventBusCollector(EventBusCollector) - Constructor for class io.vertx.reactivex.ext.unit.collect.EventBusCollector
- EventBusCollector(EventBusCollector) - Constructor for class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- EventBusCollector(Object) - Constructor for class io.vertx.reactivex.ext.unit.collect.EventBusCollector
- EventBusCollector(Object) - Constructor for class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- EventBusHandler - Class in io.vertx.redis.client
-
A handler that can be installed on a Redis connection using
RedisConnection.handler(Handler)
in order to consume subscription messages and send them on the Vert.x event bus. - EventBusMetrics<H> - Interface in io.vertx.core.spi.metrics
-
The event bus metrics SPI which Vert.x will use to call when each event occurs.
- EventBusOptions - Class in io.vertx.core.eventbus
-
Options to configure the event bus.
- EventBusOptions() - Constructor for class io.vertx.core.eventbus.EventBusOptions
-
Creates a new instance of
EventBusOptions
using the default configuration. - EventBusOptions(EventBusOptions) - Constructor for class io.vertx.core.eventbus.EventBusOptions
-
Copy constructor to create an instance of
EventBusOptions
using the values of the given object. - EventBusOptions(JsonObject) - Constructor for class io.vertx.core.eventbus.EventBusOptions
-
Creates a new instance of
EventBusOptions
from the JSON object. - EventBusOptionsConverter - Class in io.vertx.core.eventbus
-
Converter and mapper for
EventBusOptions
. - EventBusOptionsConverter() - Constructor for class io.vertx.core.eventbus.EventBusOptionsConverter
- EventBusService - Class in io.vertx.reactivex.servicediscovery.types
-
for event bus services (service proxies).
- EventBusService - Class in io.vertx.rxjava3.servicediscovery.types
-
for event bus services (service proxies).
- EventBusService - Interface in io.vertx.servicediscovery.types
-
ServiceType
for event bus services (service proxies). - EventBusService(EventBusService) - Constructor for class io.vertx.reactivex.servicediscovery.types.EventBusService
- EventBusService(EventBusService) - Constructor for class io.vertx.rxjava3.servicediscovery.types.EventBusService
- EventBusService(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.EventBusService
- EventBusService(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.types.EventBusService
- EventConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
Event
. - EventConverter() - Constructor for class io.vertx.ext.consul.EventConverter
- eventExecutorFor(Thread) - Method in interface io.vertx.core.spi.context.executor.EventExecutorProvider
-
Provide to vertx an executor for the given
thread
, that will execute context tasks. - EventExecutorProvider - Interface in io.vertx.core.spi.context.executor
-
Event executor service provider interface.
- EventList - Class in io.vertx.ext.consul
-
Holds result of events query
- EventList() - Constructor for class io.vertx.ext.consul.EventList
-
Default constructor
- EventList(JsonObject) - Constructor for class io.vertx.ext.consul.EventList
-
Constructor from JSON
- EventList(EventList) - Constructor for class io.vertx.ext.consul.EventList
-
Copy constructor
- EventListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
EventList
. - EventListConverter() - Constructor for class io.vertx.ext.consul.EventListConverter
- EventListOptions - Class in io.vertx.ext.consul
-
Holds options for events list request
- EventListOptions() - Constructor for class io.vertx.ext.consul.EventListOptions
-
Default constructor
- EventListOptions(JsonObject) - Constructor for class io.vertx.ext.consul.EventListOptions
-
Constructor from JSON
- EventListOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
EventListOptions
. - EventListOptionsConverter() - Constructor for class io.vertx.ext.consul.EventListOptionsConverter
- eventLoopGroup(int, int, ThreadFactory, int) - Method in interface io.vertx.core.spi.transport.Transport
- EventOptions - Class in io.vertx.ext.consul
-
Options used to trigger a new user event.
- EventOptions() - Constructor for class io.vertx.ext.consul.EventOptions
-
Default constructor
- EventOptions(JsonObject) - Constructor for class io.vertx.ext.consul.EventOptions
-
Constructor from JSON
- EventOptions(EventOptions) - Constructor for class io.vertx.ext.consul.EventOptions
-
Copy constructor
- EventOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
EventOptions
. - EventOptionsConverter() - Constructor for class io.vertx.ext.consul.EventOptionsConverter
- events(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the custom user events. - events(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the custom user events. - events(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the custom user events. - events(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the custom user events. - events(String, Vertx) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the custom user events. - events(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the custom user events. - eventually(Supplier<Future<U>>) - Method in interface io.vertx.core.Future
-
Compose this future with a
mapper
that will be always be called. - exceptionHandler() - Method in interface io.vertx.core.Context
- exceptionHandler() - Method in interface io.vertx.core.Vertx
- exceptionHandler() - Method in interface io.vertx.ext.unit.TestContext
- exceptionHandler() - Method in class io.vertx.reactivex.ext.unit.TestContext
- exceptionHandler() - Method in class io.vertx.rxjava3.ext.unit.TestContext
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.Context
-
Set an exception handler called when the context runs an action throwing an uncaught throwable.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.ReadStream
-
Set an exception handler on the read stream.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.StreamBase
-
Set an exception handler.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.WriteStream
-
Set an exception handler on the write stream.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.Vertx
-
Set a default exception handler for
Context
, set onContext.exceptionHandler(Handler)
at creation. - exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.client.GrpcClientRequest
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.common.GrpcReadStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.common.GrpcWriteStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.server.GrpcServerResponse
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.amqp.AmqpConnection
-
Registers a handler called on disconnection.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.amqp.AmqpReceiver
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.amqp.AmqpSender
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.cassandra.CassandraRowStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.datagram.DatagramSocket
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.eventbus.MessageConsumer
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.file.AsyncFile
-
Set an exception handler on the read stream and on the write stream.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.ClientWebSocket
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClientRequest
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClientResponse
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpConnection
-
Set an handler called when a connection error happens
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServer
-
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerFileUpload
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerRequest
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerResponse
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.ServerWebSocket
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocket
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocketBase
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.net.NetServer
-
Set an exception handler called for socket errors happening before the connection is passed to the
NetServer.connectHandler(io.vertx.core.Handler<io.vertx.core.net.NetSocket>)
, e.g during the TLS handshake. - exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.net.NetSocket
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.parsetools.JsonParser
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.parsetools.RecordParser
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.db2client.DB2Connection
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.stomp.StompClient
-
Sets an exception handler notified for TCP-level errors.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Configures the exception handler notified upon TCP-level errors.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
-
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.grpc.stub.GrpcWriteStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mqtt.MqttClient
-
Set an exception handler for the client, that will be called when an error happens in internal netty structures.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set an exception handler.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mqtt.MqttServer
-
Set an exception handler for the server, that will be called when an error happens independantly of an accepted
MqttEndpoint
, like a rejected connection - exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mssqlclient.MSSQLConnection
-
Set an handler called with connection errors.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Set an handler called with connection errors.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.oracleclient.OracleConnection
-
Set an handler called with connection errors.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.pgclient.PgConnection
-
Set an handler called with connection errors.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Set an exception handler on the read stream.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Registers a handler called on disconnection.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpSender
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.Context
-
Set an exception handler called when the context runs an action throwing an uncaught throwable.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Set an exception handler on the read stream and on the write stream.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Set an handler called when a connection error happens
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.WebSocket
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.net.NetSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Set an exception handler on the read stream.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.StreamBase
-
Set an exception handler.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Set an exception handler on the write stream.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.Vertx
-
Set a default exception handler for
Context
, set onContext.exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>)
at creation. - exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.db2client.DB2Connection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Sets an exception handler notified for TCP-level errors.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Configures the exception handler notified upon TCP-level errors.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
-
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Set an exception handler for the client, that will be called when an error happens in internal netty structures.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set an exception handler.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Set an exception handler for the server, that will be called when an error happens independantly of an accepted
MqttEndpoint
, like a rejected connection - exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.oracleclient.OracleConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.pgclient.PgConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Set an exception handler on the read stream.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.sqlclient.RowStream
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Set an handler called with connection errors.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.redis.client.RedisConnection
-
Set an exception handler on the read stream.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Registers a handler called on disconnection.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.amqp.AmqpSender
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.Context
-
Set an exception handler called when the context runs an action throwing an uncaught throwable.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Set an exception handler on the read stream and on the write stream.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Set an handler called when a connection error happens
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.net.NetSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Set an exception handler on the read stream.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava3.core.streams.StreamBase
-
Set an exception handler.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Set an exception handler on the write stream.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.core.Vertx
-
Set a default exception handler for
Context
, set onContext.exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>)
at creation. - exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.db2client.DB2Connection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Sets an exception handler notified for TCP-level errors.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Configures the exception handler notified upon TCP-level errors.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
-
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Set an exception handler for the client, that will be called when an error happens in internal netty structures.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set an exception handler.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Set an exception handler for the server, that will be called when an error happens independantly of an accepted
MqttEndpoint
, like a rejected connection - exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.oracleclient.OracleConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.pgclient.PgConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Set an exception handler on the read stream.
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.sqlclient.RowStream
- exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
-
Set an handler called with connection errors.
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.sqlclient.RowStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.sqlclient.SqlConnection
-
Set an handler called with connection errors.
- exceptionOccurred(S, SocketAddress, Throwable) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
-
Called when exceptions occur for a specific connection.
- exchangeBind(String, String, String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- exchangeBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- exchangeBind(String, String, String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- exchangeBind(String, String, String, Map<String, Object>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- exchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- exchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- exchangeDeclare(String, String, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Declare an exchange.
- exchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Declare an exchange.
- exchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Declare an exchange.
- exchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
- exchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
- exchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
- exchangeDelete(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Delete an exchange, without regard for whether it is in use or not.
- exchangeDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Delete an exchange, without regard for whether it is in use or not.
- exchangeDelete(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Delete an exchange, without regard for whether it is in use or not.
- exchangeUnbind(String, String, String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- exchangeUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- exchangeUnbind(String, String, String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- exchangeUnbind(String, String, String, Map<String, Object>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- exchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- exchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- EXCLUDE_ANNOTATION_ENTRIES - Static variable in interface io.vertx.json.schema.JsonSchema
-
Predicate to filter out annotation keys.
- EXCLUDE_ANNOTATION_ENTRIES - Static variable in class io.vertx.reactivex.json.schema.JsonSchema
-
Predicate to filter out annotation keys.
- EXCLUDE_ANNOTATION_ENTRIES - Static variable in class io.vertx.rxjava3.json.schema.JsonSchema
-
Predicate to filter out annotation keys.
- EXCLUDE_ANNOTATIONS - Static variable in interface io.vertx.json.schema.JsonSchema
-
Predicate to filter out annotation keys.
- EXCLUDE_ANNOTATIONS - Static variable in class io.vertx.reactivex.json.schema.JsonSchema
-
Predicate to filter out annotation keys.
- EXCLUDE_ANNOTATIONS - Static variable in class io.vertx.rxjava3.json.schema.JsonSchema
-
Predicate to filter out annotation keys.
- exclusiveMaximum(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- exclusiveMinimum(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- exec() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute all commands issued after MULTI.
- exec() - Method in interface io.vertx.redis.client.RedisAPI
-
Execute all commands issued after MULTI.
- exec() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute all commands issued after MULTI.
- EXEC - Static variable in interface io.vertx.redis.client.Command
-
Execute all commands issued after MULTI.
- ExecStatus - Enum in io.vertx.ext.shell.system
-
The status of an execution.
- execute() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
-
Execute the query.
- execute() - Method in class io.vertx.reactivex.sqlclient.Query
-
Execute the query.
- execute() - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
-
Execute the query.
- execute() - Method in class io.vertx.rxjava3.sqlclient.Query
-
Execute the query.
- execute() - Method in interface io.vertx.sqlclient.Query
-
Execute the query.
- execute(Statement) - Method in interface io.vertx.cassandra.CassandraClient
-
Execute the statement and provide a handler for consuming results.
- execute(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Execute the statement and provide a handler for consuming results.
- execute(Statement) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Execute the statement and provide a handler for consuming results.
- execute(Statement, Collector<Row, ?, R>) - Method in interface io.vertx.cassandra.CassandraClient
-
Execute a statement and produce a result by applying a collector to result set rows.
- execute(I) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Execute the query with the
parameters
- execute(I) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Execute the query with the
parameters
- execute(I) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Execute the query with the
parameters
- execute(Handler<Promise<T>>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(Handler, Function)
but using the circuit breaker default fallback. - execute(Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(io.vertx.core.Handler<io.vertx.reactivex.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)
but using the circuit breaker . - execute(Handler<Promise<T>>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(io.vertx.core.Handler<io.vertx.rxjava3.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)
but using the circuit breaker . - execute(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
-
Execute the query.
- execute(Tuple) - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
-
Execute the query.
- execute(Tuple) - Method in interface io.vertx.sqlclient.PreparedQuery
-
Execute the query.
- execute(String) - Method in interface io.vertx.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- execute(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- execute(String) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- execute(String, String...) - Method in class io.vertx.core.spi.launcher.ExecutionContext
-
Executes another command.
- execute(String, Collector<Row, ?, R>) - Method in interface io.vertx.cassandra.CassandraClient
-
Execute a query and produce a result by applying a collector to result set rows.
- execute(Supplier<Single<T>>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(io.vertx.core.Handler<io.vertx.rxjava3.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)
but using the circuit breaker . - execute(Supplier<Future<T>>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(Supplier, Function)
but using the circuit breaker default fallback. - execute(Supplier<Future<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(io.vertx.core.Handler<io.vertx.reactivex.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)
but using the circuit breaker . - executeAndReport(Promise<T>, Handler<Promise<T>>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeAndReportWithFallback(Promise, Handler, Function)
but using the circuit breaker default fallback. - executeAndReport(Promise<T>, Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- executeAndReport(Promise<T>, Handler<Promise<T>>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- executeAndReportWithFallback(Promise<T>, Handler<Promise<T>>, Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeAndReportWithFallback(Promise<T>, Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeAndReportWithFallback(Promise<T>, Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeBatch(List<I>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Execute a batch query with the
batch
. - executeBatch(List<I>) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Execute a batch query with the
batch
. - executeBatch(List<I>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Execute a batch query with the
batch
. - executeBatch(List<Tuple>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
-
Execute the query with a batch of tuples.
- executeBatch(List<Tuple>) - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
-
Execute the query with a batch of tuples.
- executeBatch(List<Tuple>) - Method in interface io.vertx.sqlclient.PreparedQuery
-
Execute the query with a batch of tuples.
- executeBlocking(Callable<T>) - Method in interface io.vertx.core.Context
-
Invoke
Context.executeBlocking(Callable, boolean)
with order = true. - executeBlocking(Callable<T>) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.executeBlocking(Callable, boolean)
called with ordered = true. - executeBlocking(Callable<T>) - Method in interface io.vertx.core.WorkerExecutor
-
Like
WorkerExecutor.executeBlocking(Callable, boolean)
called with ordered = true. - executeBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.Context
-
Invoke
Context.executeBlocking(java.util.concurrent.Callable<T>, boolean)
with order = true. - executeBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.executeBlocking(java.util.concurrent.Callable<T>, boolean)
called with ordered = true. - executeBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.WorkerExecutor
-
Like
WorkerExecutor.executeBlocking(java.util.concurrent.Callable<T>, boolean)
called with ordered = true. - executeBlocking(Callable<T>) - Method in class io.vertx.rxjava3.core.Context
-
Invoke
Context.executeBlocking(java.util.concurrent.Callable<T>, boolean)
with order = true. - executeBlocking(Callable<T>) - Method in class io.vertx.rxjava3.core.Vertx
-
Like
Vertx.executeBlocking(java.util.concurrent.Callable<T>, boolean)
called with ordered = true. - executeBlocking(Callable<T>) - Method in class io.vertx.rxjava3.core.WorkerExecutor
-
Like
WorkerExecutor.executeBlocking(java.util.concurrent.Callable<T>, boolean)
called with ordered = true. - executeBlocking(Callable<T>, boolean) - Method in interface io.vertx.core.Context
-
Safely execute some blocking code.
- executeBlocking(Callable<T>, boolean) - Method in interface io.vertx.core.Vertx
-
Safely execute some blocking code.
- executeBlocking(Callable<T>, boolean) - Method in interface io.vertx.core.WorkerExecutor
-
Safely execute some blocking code.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.reactivex.core.Context
-
Safely execute some blocking code.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.reactivex.core.Vertx
-
Safely execute some blocking code.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.reactivex.core.WorkerExecutor
-
Safely execute some blocking code.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.rxjava3.core.Context
-
Safely execute some blocking code.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.rxjava3.core.Vertx
-
Safely execute some blocking code.
- executeBlocking(Callable<T>, boolean) - Method in class io.vertx.rxjava3.core.WorkerExecutor
-
Safely execute some blocking code.
- executeCommand(String, String...) - Static method in class io.vertx.core.Launcher
-
Utility method to execute a specific command.
- executePreparedQuery(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Executes an existing prepared query.
- executePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Executes an existing prepared query.
- executePreparedQuery(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Executes an existing prepared query.
- executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Executes an existing prepared query.
- executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Executes an existing prepared query.
- executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Executes an existing prepared query.
- executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeWithFallback(Supplier<Single<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeWithFallback(Supplier<Future<T>>, Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeWithFallback(Supplier<Future<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- executeWithFullFetch(Statement) - Method in interface io.vertx.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- executeWithFullFetch(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- executeWithFullFetch(Statement) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- executeWithFullFetch(String) - Method in interface io.vertx.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- executeWithFullFetch(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- executeWithFullFetch(String) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- executionContext - Variable in class io.vertx.core.spi.launcher.DefaultCommand
-
The execution context of the command.
- ExecutionContext - Class in io.vertx.core.spi.launcher
-
The execution context contains various information on the execution.
- ExecutionContext(Command, VertxCommandLauncher, CommandLine) - Constructor for class io.vertx.core.spi.launcher.ExecutionContext
-
Creates a new instance of
ExecutionContext
. - executionInfo() - Method in interface io.vertx.cassandra.CassandraRowStream
-
Get the
ExecutionInfo
provided by the backingResultSet
for this stream. - executionInfo() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
-
Get the provided by the backing
ResultSet
for this stream. - executionInfo() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
-
Get the provided by the backing
ResultSet
for this stream. - ExecutionInputBuilderWithContext<C> - Class in io.vertx.reactivex.ext.web.handler.graphql
-
Holds a with a contextual object.
- ExecutionInputBuilderWithContext<C> - Class in io.vertx.rxjava3.ext.web.handler.graphql
-
Holds a with a contextual object.
- ExecutionInputBuilderWithContext<C> - Interface in io.vertx.ext.web.handler.graphql
-
Holds a
ExecutionInput.Builder
with a contextual object. - ExecutionInputBuilderWithContext(ExecutionInputBuilderWithContext) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- ExecutionInputBuilderWithContext(ExecutionInputBuilderWithContext) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- ExecutionInputBuilderWithContext(Object, TypeArg<C>) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- ExecutionInputBuilderWithContext(Object, TypeArg<C>) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- executor(Executor) - Method in class io.vertx.grpc.VertxChannelBuilder
- executor(Executor) - Method in class io.vertx.grpc.VertxServerBuilder
- ExecutorServiceFactory - Interface in io.vertx.core.spi
-
The interface for a factory used to obtain an external
ExecutorService
. - exists(String) - Method in interface io.vertx.core.file.FileSystem
-
Determines whether the file as specified by the path
path
exists, asynchronously. - exists(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Determines whether the file as specified by the path
path
exists, asynchronously. - exists(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Determines whether the file as specified by the path
path
exists, asynchronously. - exists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine if a key exists.
- exists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine if a key exists.
- exists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine if a key exists.
- EXISTS - Static variable in interface io.vertx.redis.client.Command
-
Determine if a key exists.
- existsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.exists(String)
- existsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.exists(java.lang.String)
- existsBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.exists(java.lang.String)
- exitCode() - Method in interface io.vertx.ext.shell.system.Process
- ExitCodes - Class in io.vertx.launcher.application
- ExpandOptions - Class in io.vertx.uritemplate
-
Options to control template expansion.
- ExpandOptions() - Constructor for class io.vertx.uritemplate.ExpandOptions
- ExpandOptions(JsonObject) - Constructor for class io.vertx.uritemplate.ExpandOptions
- ExpandOptions(ExpandOptions) - Constructor for class io.vertx.uritemplate.ExpandOptions
- ExpandOptionsConverter - Class in io.vertx.uritemplate
-
Converter and mapper for
ExpandOptions
. - ExpandOptionsConverter() - Constructor for class io.vertx.uritemplate.ExpandOptionsConverter
- expandToString(Variables) - Method in class io.vertx.reactivex.uritemplate.UriTemplate
-
Expand this template to a string.
- expandToString(Variables, ExpandOptions) - Method in class io.vertx.reactivex.uritemplate.UriTemplate
-
Expand this template to a string.
- expandToString(Variables) - Method in class io.vertx.rxjava3.uritemplate.UriTemplate
-
Expand this template to a string.
- expandToString(Variables, ExpandOptions) - Method in class io.vertx.rxjava3.uritemplate.UriTemplate
-
Expand this template to a string.
- expandToString(Variables) - Method in interface io.vertx.uritemplate.UriTemplate
-
Expand this template to a string.
- expandToString(Variables, ExpandOptions) - Method in interface io.vertx.uritemplate.UriTemplate
-
Expand this template to a string.
- EXPECT - Static variable in interface io.vertx.core.http.HttpHeaders
-
Expect header name
- EXPECT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Expect header name
- EXPECT - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Expect header name
- Expectation<V> - Interface in io.vertx.core
-
An expectation, very much like a predicate with the ability to provide a meaningful description of the failure.
- ExpectationTransformer<T,U> - Class in io.vertx.reactivex.core
- ExpectationTransformer<T,U> - Class in io.vertx.rxjava3.core
- ExpectationTransformer(Expectation<U>, Function<T, U>) - Constructor for class io.vertx.reactivex.core.ExpectationTransformer
- ExpectationTransformer(Expectation<U>, Function<T, U>) - Constructor for class io.vertx.rxjava3.core.ExpectationTransformer
- expectedStatus() - Method in exception io.vertx.grpc.client.InvalidStatusException
- expecting(Expectation<? super T>) - Method in interface io.vertx.core.Future
-
Guard the control flow of this future with an expectation.
- expire(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set a key's time to live in seconds.
- expire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set a key's time to live in seconds.
- expire(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set a key's time to live in seconds.
- EXPIRE - Static variable in interface io.vertx.redis.client.Command
-
Set a key's time to live in seconds.
- expireAfter(Long, TimeUnit) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the time to live for documents in the collection
- expireat(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp.
- expireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp.
- expireat(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp.
- EXPIREAT - Static variable in interface io.vertx.redis.client.Command
-
Set the expiration for a key as a UNIX timestamp.
- expired() - Method in interface io.vertx.ext.auth.User
-
Flags this user object to be expired.
- expired() - Method in class io.vertx.reactivex.ext.auth.User
-
Flags this user object to be expired.
- expired() - Method in class io.vertx.rxjava3.ext.auth.User
-
Flags this user object to be expired.
- expired(int) - Method in interface io.vertx.ext.auth.User
-
Flags this user object to be expired.
- expired(int) - Method in class io.vertx.reactivex.ext.auth.User
-
Flags this user object to be expired.
- expired(int) - Method in class io.vertx.rxjava3.ext.auth.User
-
Flags this user object to be expired.
- EXPIRES - Static variable in interface io.vertx.core.http.HttpHeaders
-
Expires header name
- EXPIRES - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Expires header name
- EXPIRES - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Expires header name
- expiretime(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key.
- expiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key.
- expiretime(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key.
- EXPIRETIME - Static variable in interface io.vertx.redis.client.Command
-
Get the expiration Unix timestamp for a key.
- expiryTime() - Method in interface io.vertx.amqp.AmqpMessage
- expiryTime() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- expiryTime() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- expiryTime(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- expiryTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- expiryTime(long) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- explodedParam(String, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required exploded array parameter.
- explodedParam(String, ArraySchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required exploded array parameter.
- explodedParam(String, ArraySchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required exploded array parameter.
- explodedParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required exploded object parameter.
- explodedParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required exploded object parameter.
- explodedParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required exploded object parameter.
- explodedParam(String, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required exploded tuple parameter.
- explodedParam(String, TupleSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required exploded tuple parameter.
- explodedParam(String, TupleSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required exploded tuple parameter.
- exponentialDelayWithJitter(long, long) - Static method in interface io.vertx.circuitbreaker.RetryPolicy
-
Create an exponential delay with jitter retry policy.
- exponentialDelayWithJitter(long, long) - Static method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
-
Create an exponential delay with jitter retry policy.
- exponentialDelayWithJitter(long, long) - Static method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
-
Create an exponential delay with jitter retry policy.
- exportTraceId() - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
-
Export active traceId otherwise
null
. - exposedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an exposed header
- exposedHeader(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add an exposed header
- exposedHeader(String) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add an exposed header
- exposedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of exposed headers
- exposedHeaders(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add a set of exposed headers
- exposedHeaders(Set<String>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add a set of exposed headers
- ExposeOptions - Class in io.vertx.ext.consul.connect
- ExposeOptions() - Constructor for class io.vertx.ext.consul.connect.ExposeOptions
-
Default constructor
- ExposeOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.ExposeOptions
-
Constructor from JSON
- ExposePathOptions - Class in io.vertx.ext.consul.connect
- ExposePathOptions() - Constructor for class io.vertx.ext.consul.connect.ExposePathOptions
-
Default constructor
- ExposePathOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.ExposePathOptions
-
Constructor from JSON
- extension - Variable in class io.vertx.ext.web.common.template.CachingTemplateEngine
- extract(HttpServerRequest, Operation) - Static method in class io.vertx.openapi.validation.RequestUtils
-
Extracts and transforms the parameters and the body of an incoming request into a
format
that can be validated by theRequestValidator
. - extract(HttpServerRequest, Operation, Supplier<Future<Buffer>>) - Static method in class io.vertx.openapi.validation.RequestUtils
-
Like
RequestUtils.extract(HttpServerRequest, Operation)
, but offers to pass a supplier fpr the body. - extract(T) - Method in interface io.vertx.core.spi.tracing.TagExtractor
-
Extract all the tags from
obj
into aMap<String, String>
. - extractBoundary(String) - Static method in class io.vertx.openapi.validation.analyser.MultipartFormAnalyser
- extractDelegate(Object) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
- extractDelegateFromJRubyObject(Object) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
- extractDelegateFromJsObject(Object) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
- extractTo(T, BiConsumer<String, String>) - Method in interface io.vertx.core.spi.tracing.TagExtractor
-
Extract all the tags from
obj
into a tagconsumer
. - extractTo(T, Map<String, String>) - Method in interface io.vertx.core.spi.tracing.TagExtractor
-
Extract all the tags from
obj
into thetags
map. - extractValidatableRequest(RoutingContext, Operation) - Method in interface io.vertx.ext.web.openapi.router.RequestExtractor
-
Extracts and transforms the parameters and the body of an incoming request into a
format
that can be validated by theRequestValidator
. - extractValidatableRequest(RoutingContext, Operation) - Method in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
-
Extracts and transforms the parameters and the body of an incoming request into a that can be validated by the
RequestValidator
. - extractValidatableRequest(RoutingContext, Operation) - Method in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
-
Extracts and transforms the parameters and the body of an incoming request into a that can be validated by the
RequestValidator
. - extraParams(JsonObject) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Extra parameters needed to be passed while requesting a token.
- extraParams(JsonObject) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Extra parameters needed to be passed while requesting a token.
- extraParams(JsonObject) - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
Extra parameters needed to be passed while requesting a token.
- extraPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.ext.web.api.service.RouteToEBServiceHandler
-
When
extraPayloadMapper
is configured, this handler puts the evaluation result intoServiceRequest.getExtra()
F
- FacebookAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Facebook.
- FacebookAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Facebook.
- FacebookAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Facebook. - FacebookAuth(FacebookAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
- FacebookAuth(FacebookAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
- FacebookAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
- FacebookAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
- factory - Static variable in interface io.vertx.ext.unit.report.Reporter
- factory(Vertx, AddressResolverOptions) - Static method in interface io.vertx.core.spi.dns.AddressResolverProvider
- fail() - Method in interface io.vertx.ext.unit.TestContext
-
Throw a failure.
- fail() - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Throw a failure.
- fail() - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Throw a failure.
- fail(int) - Method in interface io.vertx.ext.web.RoutingContext
-
Fail the context with the specified status code.
- fail(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Fail the context with the specified status code.
- fail(int) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Fail the context with the specified status code.
- fail(int, String) - Method in interface io.vertx.core.eventbus.Message
-
Signal to the sender that processing of this message failed.
- fail(int, String) - Method in class io.vertx.reactivex.core.eventbus.Message
-
Signal to the sender that processing of this message failed.
- fail(int, String) - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Signal to the sender that processing of this message failed.
- fail(int, String) - Static method in exception io.vertx.serviceproxy.ServiceException
-
Create a failed Future containing a ServiceException.
- fail(int, String, JsonObject) - Static method in exception io.vertx.serviceproxy.ServiceException
-
Create a failed Future containing a ServiceException.
- fail(int, Throwable) - Method in interface io.vertx.ext.web.RoutingContext
-
Fail the context with the specified throwable and the specified the status code.
- fail(int, Throwable) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Fail the context with the specified throwable and the specified the status code.
- fail(int, Throwable) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Fail the context with the specified throwable and the specified the status code.
- fail(Context, Throwable) - Method in class io.vertx.kafka.client.common.tracing.ConsumerTracer.StartedSpan
- fail(Context, Throwable) - Method in class io.vertx.kafka.client.common.tracing.ProducerTracer.StartedSpan
- fail(String) - Method in interface io.vertx.core.Completable
-
Calls
Completable.fail(Throwable)
with themessage
. - fail(String) - Method in interface io.vertx.core.Promise
- fail(String) - Method in interface io.vertx.ext.unit.TestContext
-
Throw a failure with the specified failure
message
. - fail(String) - Method in class io.vertx.reactivex.core.Promise
- fail(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Throw a failure with the specified failure
message
. - fail(String) - Method in class io.vertx.rxjava3.core.Promise
- fail(String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Throw a failure with the specified failure
message
. - fail(Throwable) - Method in interface io.vertx.core.Completable
-
Set the failure.
- fail(Throwable) - Method in interface io.vertx.core.Promise
- fail(Throwable) - Method in interface io.vertx.ext.unit.TestContext
-
Throw a failure with the specified failure
cause
. - fail(Throwable) - Method in interface io.vertx.ext.web.RoutingContext
-
Fail the context with the specified throwable and 500 status code.
- fail(Throwable) - Method in class io.vertx.reactivex.core.Promise
- fail(Throwable) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Throw a failure with the specified failure
cause
. - fail(Throwable) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Fail the context with the specified throwable and 500 status code.
- fail(Throwable) - Method in class io.vertx.rxjava3.core.Promise
- fail(Throwable) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Throw a failure with the specified failure
cause
. - fail(Throwable) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Fail the context with the specified throwable and 500 status code.
- failCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "critical".
- failCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "critical".
- failCheck(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "critical".
- failCheckWithNote(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "critical".
- failCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "critical".
- failCheckWithNote(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "critical".
- failed() - Method in interface io.vertx.core.AsyncResult
-
Did it fail?
- failed() - Method in interface io.vertx.core.Future
-
Did it fail?
- failed() - Method in interface io.vertx.ext.consul.WatchResult
-
Did it fail?
- failed() - Method in interface io.vertx.ext.unit.report.TestResult
-
Did it fail?
- failed() - Method in interface io.vertx.ext.web.RoutingContext
- failed() - Method in class io.vertx.junit5.VertxTestContext
-
Check if the context has been marked has failed or not.
- failed() - Method in class io.vertx.reactivex.ext.consul.WatchResult
-
Did it fail?
- failed() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
-
Did it fail?
- failed() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- failed() - Method in class io.vertx.rxjava3.ext.consul.WatchResult
-
Did it fail?
- failed() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
-
Did it fail?
- failed() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- failed(int) - Method in interface io.vertx.core.CompositeFuture
-
Returns true if a wrapped future is failed
- failed(String) - Static method in interface io.vertx.ext.web.validation.RequestPredicateResult
- failed(String) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- failed(String) - Static method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- FAILED_PRECONDITION - io.vertx.grpc.common.GrpcStatus
- failedFuture(String) - Static method in interface io.vertx.core.Future
-
Create a failed future with the specified failure message.
- failedFuture(Throwable) - Static method in interface io.vertx.core.Future
-
Create a failed future with the specified failure cause.
- failing() - Method in class io.vertx.junit5.VertxTestContext
-
Deprecated.Use
VertxTestContext.failingThenComplete()
orVertxTestContext.failing(Handler)
, for examplefailing(e -> checkpoint.flag())
,failing(e -> { more testing code })
, orfailing(e -> {})
. - failing(Handler<Throwable>) - Method in class io.vertx.junit5.VertxTestContext
-
Create an asynchronous result handler that expects a failure, and passes the exception to another handler.
- failingThenComplete() - Method in class io.vertx.junit5.VertxTestContext
-
Create an asynchronous result handler that expects a failure to then complete the test context.
- failNow(String) - Method in class io.vertx.junit5.VertxTestContext
-
Calls
VertxTestContext.failNow(Throwable)
with themessage
. - failNow(Throwable) - Method in class io.vertx.junit5.VertxTestContext
-
Make the test context fail immediately, making the corresponding test fail.
- failover(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Start a coordinated failover between this server and one of its replicas.
- failover(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Start a coordinated failover between this server and one of its replicas.
- failover(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Start a coordinated failover between this server and one of its replicas.
- FAILOVER - Static variable in interface io.vertx.redis.client.Command
-
Start a coordinated failover between this server and one of its replicas.
- failure() - Method in interface io.vertx.ext.unit.report.TestResult
-
An exception describing failure, null if the test succeeded.
- failure() - Method in interface io.vertx.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(Throwable)
then this will return that throwable. - failure() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
-
An exception describing failure, null if the test succeeded.
- failure() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int)
then this will return that throwable. - failure() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
-
An exception describing failure, null if the test succeeded.
- failure() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int)
then this will return that throwable. - Failure - Class in io.vertx.reactivex.ext.unit.report
-
A failure provides the details of a failure that happened during the execution of a test case.
- Failure - Class in io.vertx.rxjava3.ext.unit.report
-
A failure provides the details of a failure that happened during the execution of a test case.
- Failure - Interface in io.vertx.ext.unit.report
-
A failure provides the details of a failure that happened during the execution of a test case.
- Failure(Failure) - Constructor for class io.vertx.reactivex.ext.unit.report.Failure
- Failure(Failure) - Constructor for class io.vertx.rxjava3.ext.unit.report.Failure
- Failure(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.Failure
- Failure(Object) - Constructor for class io.vertx.rxjava3.ext.unit.report.Failure
- failureCode() - Method in exception io.vertx.core.eventbus.ReplyException
-
Get the failure code for the message
- failureCount() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
- failureCount() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- failureCount() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- failureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
-
Append a failure handler to the route failure handlers list.
- failureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
-
Append a failure handler to the route failure handlers list.
- failureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.Route
-
Append a failure handler to the route failure handlers list.
- failurePolicy(FailurePolicy<T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Configures the failure policy for this circuit-breaker.
- failurePolicy(FailurePolicy<T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Configures the failure policy for this circuit-breaker.
- failurePolicy(FailurePolicy<T>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Configures the failure policy for this circuit-breaker.
- FailurePolicy<T> - Class in io.vertx.reactivex.circuitbreaker
-
A failure policy for the
CircuitBreaker
. - FailurePolicy<T> - Class in io.vertx.rxjava3.circuitbreaker
-
A failure policy for the
CircuitBreaker
. - FailurePolicy<T> - Interface in io.vertx.circuitbreaker
-
A failure policy for the
CircuitBreaker
. - FailurePolicy(FailurePolicy) - Constructor for class io.vertx.reactivex.circuitbreaker.FailurePolicy
- FailurePolicy(FailurePolicy) - Constructor for class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- FailurePolicy(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.circuitbreaker.FailurePolicy
- FailurePolicy(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- failureType() - Method in exception io.vertx.core.eventbus.ReplyException
-
Get the failure type for the message
- fallback(Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Sets a default fallback
Function
to be invoked when the circuit breaker is open or when failure occurs andCircuitBreakerOptions.isFallbackOnFailure()
is enabled. - fallback(Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Sets a default fallback to be invoked when the circuit breaker is open or when failure occurs and
CircuitBreakerOptions
is enabled. - fallback(Function<Throwable, T>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Sets a default fallback to be invoked when the circuit breaker is open or when failure occurs and
CircuitBreakerOptions
is enabled. - fallbackHandlerRegistry(HandlerRegistry) - Method in class io.vertx.grpc.VertxServerBuilder
- FaviconHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler that serves favicons.
- FaviconHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler that serves favicons.
- FaviconHandler - Interface in io.vertx.ext.web.handler
-
A handler that serves favicons.
- FaviconHandler(FaviconHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.FaviconHandler
- FaviconHandler(FaviconHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.FaviconHandler
- FaviconHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.FaviconHandler
- FaviconHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.FaviconHandler
- fcall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Invoke a function.
- fcall(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Invoke a function.
- fcall(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Invoke a function.
- FCALL - Static variable in interface io.vertx.redis.client.Command
-
Invoke a function.
- FCALL_RO - Static variable in interface io.vertx.redis.client.Command
-
Invoke a read-only function.
- fcallRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Invoke a read-only function.
- fcallRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Invoke a read-only function.
- fcallRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Invoke a read-only function.
- fetch(long) - Method in interface io.vertx.amqp.AmqpReceiver
- fetch(long) - Method in interface io.vertx.cassandra.CassandraRowStream
- fetch(long) - Method in interface io.vertx.core.eventbus.MessageConsumer
- fetch(long) - Method in interface io.vertx.core.file.AsyncFile
- fetch(long) - Method in interface io.vertx.core.http.ClientWebSocket
- fetch(long) - Method in interface io.vertx.core.http.HttpClientResponse
- fetch(long) - Method in interface io.vertx.core.http.HttpServerFileUpload
- fetch(long) - Method in interface io.vertx.core.http.HttpServerRequest
- fetch(long) - Method in interface io.vertx.core.http.ServerWebSocket
- fetch(long) - Method in interface io.vertx.core.http.WebSocket
- fetch(long) - Method in interface io.vertx.core.http.WebSocketBase
- fetch(long) - Method in interface io.vertx.core.net.NetSocket
- fetch(long) - Method in interface io.vertx.core.parsetools.JsonParser
- fetch(long) - Method in interface io.vertx.core.parsetools.RecordParser
- fetch(long) - Method in interface io.vertx.core.streams.ReadStream
-
Fetch the specified
amount
of elements. - fetch(long) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- fetch(long) - Method in interface io.vertx.grpc.client.GrpcClientResponse
- fetch(long) - Method in interface io.vertx.grpc.common.GrpcReadStream
- fetch(long) - Method in interface io.vertx.grpc.server.GrpcServerRequest
- fetch(long) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
- fetch(long) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
- fetch(long) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- fetch(long) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- fetch(long) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- fetch(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
- fetch(long) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- fetch(long) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- fetch(long) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- fetch(long) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- fetch(long) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- fetch(long) - Method in class io.vertx.reactivex.core.http.WebSocket
- fetch(long) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- fetch(long) - Method in class io.vertx.reactivex.core.net.NetSocket
- fetch(long) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- fetch(long) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- fetch(long) - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- fetch(long) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- fetch(long) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- fetch(long) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- fetch(long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- fetch(long) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.reactivex.redis.client.RedisConnection
- fetch(long) - Method in class io.vertx.reactivex.sqlclient.RowStream
- fetch(long) - Method in interface io.vertx.redis.client.RedisConnection
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- fetch(long) - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- fetch(long) - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- fetch(long) - Method in class io.vertx.rxjava3.core.file.AsyncFile
- fetch(long) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- fetch(long) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- fetch(long) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- fetch(long) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- fetch(long) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- fetch(long) - Method in class io.vertx.rxjava3.core.http.WebSocket
- fetch(long) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- fetch(long) - Method in class io.vertx.rxjava3.core.net.NetSocket
- fetch(long) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- fetch(long) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- fetch(long) - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- fetch(long) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- fetch(long) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- fetch(long) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- fetch(long) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- fetch(long) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Fetch the specified
amount
of elements. - fetch(long) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- fetch(long) - Method in class io.vertx.rxjava3.sqlclient.RowStream
- fetch(long) - Method in interface io.vertx.sqlclient.RowStream
- FetchDirection - Enum in io.vertx.jdbcclient
-
Represents the fetch direction hint
- fetchNextPage() - Method in interface io.vertx.cassandra.ResultSet
- fetchNextPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
- fetchNextPage() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- fieldName() - Method in interface io.vertx.core.parsetools.JsonEvent
- fieldNames() - Method in class io.vertx.core.json.JsonObject
-
Return the set of field names in the JSON objects
- fieldNames() - Method in interface io.vertx.json.schema.JsonSchema
-
Returns the field names on the underlying object.
- fieldNames() - Method in class io.vertx.reactivex.json.schema.JsonSchema
-
Returns the field names on the underlying object.
- fieldNames() - Method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Returns the field names on the underlying object.
- file() - Method in interface io.vertx.core.http.HttpServerFileUpload
- file() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- file() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- filename() - Method in interface io.vertx.core.http.HttpServerFileUpload
- filename() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- filename() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- filename() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- filename() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- filename() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- filename(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
- filename(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyGen
- filename(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- filename(ProxyModel) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyJSGenerator
- filename(ProxyModel) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyTSGenerator
- fileName() - Method in interface io.vertx.ext.web.FileUpload
- fileName() - Method in class io.vertx.reactivex.ext.web.FileUpload
- fileName() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- FileProps - Interface in io.vertx.core.file
-
Represents properties of a file on the file system.
- fileResolver(FileSystemOptions) - Static method in interface io.vertx.core.spi.file.FileResolver
-
Create a file resolver.
- FileResolver - Interface in io.vertx.core.spi.file
-
Sometimes the file resources of an application are bundled into jars, or are somewhere on the classpath but not available on the file system, e.g. in the case of a Vert.x webapp bundled as a fat jar.
- FileResolverFactory - Interface in io.vertx.core.spi
-
A factory for the pluggable file resolver SPI.
- FileSet - Class in io.vertx.config.spi.utils
-
Utility class to manage file set selected using a pattern.
- FileSet(Vertx, File, JsonObject) - Constructor for class io.vertx.config.spi.utils.FileSet
-
Creates a new
FileSet
from a json object. - fileSystem() - Method in interface io.vertx.core.Vertx
-
Get the filesystem object.
- fileSystem() - Method in class io.vertx.reactivex.core.Vertx
-
Get the filesystem object.
- fileSystem() - Method in class io.vertx.rxjava3.core.Vertx
-
Get the filesystem object.
- FileSystem - Class in io.vertx.reactivex.core.file
-
Contains a broad set of operations for manipulating files on the file system.
- FileSystem - Class in io.vertx.rxjava3.core.file
-
Contains a broad set of operations for manipulating files on the file system.
- FileSystem - Interface in io.vertx.core.file
-
Contains a broad set of operations for manipulating files on the file system.
- FileSystem(FileSystem) - Constructor for class io.vertx.reactivex.core.file.FileSystem
- FileSystem(FileSystem) - Constructor for class io.vertx.rxjava3.core.file.FileSystem
- FileSystem(Object) - Constructor for class io.vertx.reactivex.core.file.FileSystem
- FileSystem(Object) - Constructor for class io.vertx.rxjava3.core.file.FileSystem
- FileSystemAccess - Enum in io.vertx.ext.web.handler
-
Enumaration of FileSystem access permissions, used in
- FileSystemCd - Class in io.vertx.ext.shell.command.base
- FileSystemCd() - Constructor for class io.vertx.ext.shell.command.base.FileSystemCd
- FileSystemException - Exception in io.vertx.core.file
-
Exception thrown by the FileSystem class
- FileSystemException(String) - Constructor for exception io.vertx.core.file.FileSystemException
- FileSystemException(String, Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
- FileSystemException(Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
- FileSystemLs - Class in io.vertx.ext.shell.command.base
- FileSystemLs() - Constructor for class io.vertx.ext.shell.command.base.FileSystemLs
- FileSystemOptions - Class in io.vertx.core.file
-
Vert.x file system base configuration, this class can be extended by provider implementations to configure those specific implementations.
- FileSystemOptions() - Constructor for class io.vertx.core.file.FileSystemOptions
-
Default constructor
- FileSystemOptions(FileSystemOptions) - Constructor for class io.vertx.core.file.FileSystemOptions
-
Copy constructor
- FileSystemOptions(JsonObject) - Constructor for class io.vertx.core.file.FileSystemOptions
-
Creates a new instance of
FileSystemOptions
from the JSON object. - FileSystemOptionsConverter - Class in io.vertx.core.file
-
Converter and mapper for
FileSystemOptions
. - FileSystemOptionsConverter() - Constructor for class io.vertx.core.file.FileSystemOptionsConverter
- FileSystemProps - Interface in io.vertx.core.file
-
Represents properties of the file system.
- FileSystemPwd - Class in io.vertx.ext.shell.command.base
- FileSystemPwd() - Constructor for class io.vertx.ext.shell.command.base.FileSystemPwd
- FileUpload - Class in io.vertx.reactivex.ext.web
-
Represents a file-upload from an HTTP multipart form submission.
- FileUpload - Class in io.vertx.rxjava3.ext.web
-
Represents a file-upload from an HTTP multipart form submission.
- FileUpload - Interface in io.vertx.ext.web
-
Represents a file-upload from an HTTP multipart form submission.
- FileUpload(FileUpload) - Constructor for class io.vertx.reactivex.ext.web.FileUpload
- FileUpload(FileUpload) - Constructor for class io.vertx.rxjava3.ext.web.FileUpload
- FileUpload(Object) - Constructor for class io.vertx.reactivex.ext.web.FileUpload
- FileUpload(Object) - Constructor for class io.vertx.rxjava3.ext.web.FileUpload
- fileUploads() - Method in interface io.vertx.ext.web.RoutingContext
- fileUploads() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- fileUploads() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- filter(MetricFilter) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Only report metrics which match the given filter.
- filter(BiPredicate<String, Object>) - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
- filteringRequestHeaders(Set<CharSequence>) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Filter the request headers in the given set.
- filteringRequestHeaders(Set<CharSequence>) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Filter the request headers in the given set.
- filteringResponseHeaders(Set<CharSequence>) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Filter the response headers in the given set.
- filteringResponseHeaders(Set<CharSequence>) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Filter the response headers in the given set.
- find(String, String) - Method in interface io.vertx.ext.auth.webauthn4j.CredentialStorage
-
Finds an existing list of credentials for a given user name and credential ID.
- find(String) - Method in interface io.vertx.json.schema.SchemaRepository
-
Look up a schema using a JSON pointer notation
- find(String) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
Look up a schema using a JSON pointer notation
- find(String) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
Look up a schema using a JSON pointer notation
- find(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find matching documents in the specified collection
- find(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find matching documents in the specified collection
- find(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find matching documents in the specified collection
- find(String, String) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
-
Finds an existing list of credentials for a given user name and credential ID.
- find(String, String) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
-
Finds an existing list of credentials for a given user name and credential ID.
- findAllIds() - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Finds all file ids in the bucket
- findAllIds() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Finds all file ids in the bucket
- findAllIds() - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Finds all file ids in the bucket
- findBatch(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find matching documents in the specified collection.
- findBatch(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find matching documents in the specified collection.
- findBatch(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find matching documents in the specified collection.
- findBatchWithOptions(String, JsonObject, FindOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options.
- findBatchWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options.
- findBatchWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options.
- findBestUserAcceptedIn(List<MIMEHeader>, Collection<MIMEHeader>) - Method in interface io.vertx.ext.web.ParsedHeaderValues
-
Given the sorted list of parsed header values the user has sent and an Iterable of acceptable values: It finds the first accepted header that matches any inside the Iterable.
- findIds(JsonObject) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Finds all file ids that match a query.
- findIds(JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Finds all file ids that match a query.
- findIds(JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Finds all file ids that match a query.
- findLongestCommonPrefix(Collection<String>) - Static method in interface io.vertx.ext.shell.cli.Completion
- findMatchedBy(Collection<T>) - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
Finds the first ParsedHeaderValue in the list that matches with this header value.
- findOne(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find a single matching document in the specified collection
- findOne(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection
- findOne(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection
- findOneAndDelete(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- findOneAndDelete(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- findOneAndDelete(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- findOneAndReplace(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- findOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- findOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- findOneAndUpdate(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- findOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- findOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- findOperation(String, HttpMethod) - Method in interface io.vertx.openapi.contract.OpenAPIContract
-
Finds the related
Operation
object based on the passed url path and method. - findOperation(String, HttpMethod) - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Finds the related
Operation
object based on the passed url path and method. - findOperation(String, HttpMethod) - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Finds the related
Operation
object based on the passed url path and method. - FindOptions - Class in io.vertx.ext.mongo
-
Options used to configure find operations.
- FindOptions() - Constructor for class io.vertx.ext.mongo.FindOptions
-
Default constructor
- FindOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.FindOptions
-
Constructor from JSON
- FindOptions(FindOptions) - Constructor for class io.vertx.ext.mongo.FindOptions
-
Copy constructor
- FindOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
FindOptions
. - FindOptionsConverter() - Constructor for class io.vertx.ext.mongo.FindOptionsConverter
- findPath(String) - Method in interface io.vertx.openapi.contract.OpenAPIContract
-
Finds the related
Path
object based on the passed url path. - findPath(String) - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Finds the related
Path
object based on the passed url path. - findPath(String) - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Finds the related
Path
object based on the passed url path. - findPathSegment(String, String) - Static method in class io.vertx.openapi.validation.RequestUtils
- findWithOptions(String, JsonObject, FindOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options
- findWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options
- findWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options
- findWrapPos(String, int, int) - Static method in class io.vertx.core.cli.UsageMessageFormatter
-
Finds the next text wrap position after
startPos
for the text intext
with the column widthwidth
. - finish(Context) - Method in class io.vertx.kafka.client.common.tracing.ConsumerTracer.StartedSpan
- finish(Context) - Method in class io.vertx.kafka.client.common.tracing.ProducerTracer.StartedSpan
- fireEvent(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Fires a new user event
- fireEvent(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Fires a new user event
- fireEvent(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Fires a new user event
- fireEventWithOptions(String, EventOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Fires a new user event
- fireEventWithOptions(String, EventOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Fires a new user event
- fireEventWithOptions(String, EventOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Fires a new user event
- firstAcquirer(boolean) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- firstAcquirer(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- firstAcquirer(boolean) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- fixedSizeMode(int) - Method in interface io.vertx.core.parsetools.RecordParser
-
Flip the parser into fixed size mode, where the record size is specified by
size
in bytes. - fixedSizeMode(int) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Flip the parser into fixed size mode, where the record size is specified by
size
in bytes. - fixedSizeMode(int) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Flip the parser into fixed size mode, where the record size is specified by
size
in bytes. - flag - Variable in class io.vertx.core.cli.Option
-
whether or not the option is a flag.
- flag() - Method in annotation type io.vertx.core.cli.annotations.Option
-
Whether or not the option can be used as a flag (meaning no value)
- flag() - Method in interface io.vertx.junit5.Checkpoint
-
Flags the checkpoint.
- flag() - Method in class io.vertx.junit5.CountingCheckpoint
- Flag - io.vertx.json.schema.OutputFormat
-
Short circuit output, just a simple
true/false
value. - flags() - Method in interface io.vertx.core.http.HttpFrame
- flatMap(Function<? super T, Future<U>>) - Method in interface io.vertx.core.Future
-
Alias for
Future.compose(Function)
. - Float - Static variable in class io.vertx.sqlclient.data.NullValue
- FLOAT - io.vertx.ext.shell.command.base.ObjectType
- floatValue() - Method in interface io.vertx.core.parsetools.JsonEvent
- floatValue() - Method in class io.vertx.sqlclient.data.Numeric
- FlowableHelper - Class in io.vertx.reactivex.core
- FlowableHelper - Class in io.vertx.reactivex
- FlowableHelper - Class in io.vertx.rxjava3.core
- FlowableHelper - Class in io.vertx.rxjava3
- FlowableHelper() - Constructor for class io.vertx.reactivex.core.FlowableHelper
- FlowableHelper() - Constructor for class io.vertx.reactivex.FlowableHelper
- FlowableHelper() - Constructor for class io.vertx.rxjava3.core.FlowableHelper
- FlowableHelper() - Constructor for class io.vertx.rxjava3.FlowableHelper
- flush() - Method in interface io.vertx.core.file.AsyncFile
-
Flush any writes made to this file to underlying persistent storage.
- flush() - Method in interface io.vertx.ext.web.client.spi.CacheStore
-
Delete all entries from the cache.
- flush() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Invoking this method makes all buffered records immediately available to write
- flush() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Invoking this method makes all buffered records immediately available to write
- flush() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Flush any writes made to this file to underlying persistent storage.
- flush() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Invoking this method makes all buffered records immediately available to write
- flush() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Flush any writes made to this file to underlying persistent storage.
- flush() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Invoking this method makes all buffered records immediately available to write
- flush(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.client.spi.CacheStore
-
Delete all entries from the cache.
- flush(RoutingContext) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- flush(RoutingContext, boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- flush(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- flush(RoutingContext, boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- flush(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- flush(RoutingContext, boolean) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- flushall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all keys from all databases.
- flushall(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all keys from all databases.
- flushall(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all keys from all databases.
- FLUSHALL - Static variable in interface io.vertx.redis.client.Command
-
Remove all keys from all databases.
- flushdb(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all keys from the current database.
- flushdb(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all keys from the current database.
- flushdb(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all keys from the current database.
- FLUSHDB - Static variable in interface io.vertx.redis.client.Command
-
Remove all keys from the current database.
- flushed(boolean) - Method in class io.vertx.ext.web.sstore.AbstractSession
- followedRedirects() - Method in interface io.vertx.ext.web.client.HttpResponse
- followedRedirects() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- followedRedirects() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- followRedirects() - Method in interface io.vertx.ext.web.client.HttpRequest
- followRedirects() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- followRedirects() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- followRedirects(boolean) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Set whether to follow request redirections
- followRedirects(boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Set whether to follow request redirections
- followRedirects(boolean) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Set whether to follow request redirections
- forAddress(Vertx, String, int) - Static method in class io.vertx.grpc.VertxChannelBuilder
- forAddress(Vertx, String, int) - Static method in class io.vertx.grpc.VertxServerBuilder
- forAddress(Vertx, SocketAddress) - Static method in class io.vertx.grpc.VertxChannelBuilder
- forAddress(Vertx, SocketAddress) - Static method in class io.vertx.grpc.VertxServerBuilder
- forClient(boolean) - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
- forClient(boolean) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Set whether to build a context for clients or for servers
- forEach(String, Consumer<Authorization>) - Method in interface io.vertx.ext.auth.authorization.Authorizations
-
Walk all the authorizations for the given provider and call the consumer for each authorization.
- forEach(BiConsumer<? super K, ? super V>) - Method in interface io.vertx.core.shareddata.LocalMap
-
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
- forEach(BiConsumer<String, Authorization>) - Method in interface io.vertx.ext.auth.authorization.Authorizations
-
Walk all the authorizations and call the consumer for each authorization.
- forEach(BiConsumer<String, String>) - Method in interface io.vertx.core.MultiMap
-
Allows iterating over the entries in the map
- foregroundHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
Set a foreground handler, this handler is called when the command is running and put to foreground.
- foregroundJob() - Method in interface io.vertx.ext.shell.system.JobController
- form() - Static method in interface io.vertx.core.http.ClientForm
- form(MultiMap) - Static method in interface io.vertx.core.http.ClientForm
- FORM - io.vertx.openapi.contract.Style
- format() - Method in interface io.vertx.grpc.common.GrpcMessage
- format() - Method in interface io.vertx.grpc.common.GrpcReadStream
- format() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- format() - Method in interface io.vertx.redis.client.Response
-
RESP3 Verbatim Bulk message include a 3 character format.
- format() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- format(RoutingContext, long) - Method in interface io.vertx.ext.web.handler.LoggerFormatter
-
Formats and returns the log statement
- format(WireFormat) - Method in interface io.vertx.grpc.client.GrpcClientRequest
- format(WireFormat) - Method in interface io.vertx.grpc.common.GrpcWriteStream
-
Set the stream format, e.g.
- format(WireFormat) - Method in interface io.vertx.grpc.server.GrpcServerResponse
- format(WireFormat) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- format(WireFormat) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Set the stream format, e.g.
- format(WireFormat) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- format(WireFormat) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- format(WireFormat) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Set the stream format, e.g.
- format(WireFormat) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- format(StringFormat) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- format(RoutingContext, long) - Method in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
-
Formats and returns the log statement
- format(RoutingContext, long) - Method in class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
-
Formats and returns the log statement
- formatter() - Method in annotation type io.vertx.sqlclient.templates.annotations.ParametersMapped
- formatter() - Method in annotation type io.vertx.sqlclient.templates.annotations.RowMapped
- formAttributes() - Method in interface io.vertx.core.http.HttpServerRequest
-
Returns a map of all form attributes in the request.
- formAttributes() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Returns a map of all form attributes in the request.
- formAttributes() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Returns a map of all form attributes in the request.
- FormDataPart - Class in io.vertx.reactivex.ext.web.multipart
-
A form data part of a
MultipartForm
. - FormDataPart - Class in io.vertx.rxjava3.ext.web.multipart
-
A form data part of a
MultipartForm
. - FormDataPart - Interface in io.vertx.ext.web.multipart
-
A form data part of a
MultipartForm
. - FormDataPart(FormDataPart) - Constructor for class io.vertx.reactivex.ext.web.multipart.FormDataPart
- FormDataPart(FormDataPart) - Constructor for class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- FormDataPart(Object) - Constructor for class io.vertx.reactivex.ext.web.multipart.FormDataPart
- FormDataPart(Object) - Constructor for class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- FORMERROR - io.vertx.core.dns.DnsResponseCode
-
ID 1, format error
- FormLoginHandler - Class in io.vertx.reactivex.ext.web.handler
-
Handler that handles login from a form on a custom login page.
- FormLoginHandler - Class in io.vertx.rxjava3.ext.web.handler
-
Handler that handles login from a form on a custom login page.
- FormLoginHandler - Interface in io.vertx.ext.web.handler
-
Handler that handles login from a form on a custom login page.
- FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.FormLoginHandler
- FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
- FormLoginHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.FormLoginHandler
- FormLoginHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
- FormTransformer - Class in io.vertx.openapi.validation.transformer
-
+--------+---------+--------+------------+------------------------------------+-------------------------+ | style | explode | empty | string | array | object | +--------+---------+--------+------------+------------------------------------+-------------------------+ | form | false | color= | color=blue | color=blue,black,brown | color=R,100,G,200,B,150 | +--------+---------+--------+------------+------------------------------------+-------------------------+ | form | true | color= | color=blue | color=blue&color=black&color=brown | R=100&G=200&B=150 | +--------+---------+--------+------------+------------------------------------+-------------------------+
- FormTransformer() - Constructor for class io.vertx.openapi.validation.transformer.FormTransformer
- formUrlEncoded(ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Bodies
-
Create a form
application/x-www-form-urlencoded
processor - formUrlEncoded(ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
-
Create a form
application/x-www-form-urlencoded
processor - formUrlEncoded(ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
-
Create a form
application/x-www-form-urlencoded
processor - forPort(Vertx, int) - Static method in class io.vertx.grpc.VertxServerBuilder
- forQuery(SqlClient, String) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Create an SQL template for query purpose consuming map parameters and returning .
- forQuery(SqlClient, String) - Static method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Create an SQL template for query purpose consuming map parameters and returning .
- forQuery(SqlClient, String) - Static method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Create an SQL template for query purpose consuming map parameters and returning
Row
. - forRegistry(MetricRegistry) - Static method in class io.vertx.ext.dropwizard.reporters.JmxReporter
-
Returns a new
JmxReporter.Builder
forJmxReporter
. - forTarget(Vertx, String) - Static method in class io.vertx.grpc.VertxChannelBuilder
- forUpdate(SqlClient, String) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Create an SQL template for query purpose consuming map parameters and returning void.
- forUpdate(SqlClient, String) - Static method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Create an SQL template for query purpose consuming map parameters and returning void.
- forUpdate(SqlClient, String) - Static method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Create an SQL template for query purpose consuming map parameters and returning void.
- FORWARD - io.vertx.ext.web.AllowForwardHeaders
-
Only process the standard
Forward
header as defined by FORWARD - io.vertx.jdbcclient.FetchDirection- FORWARD_ONLY - io.vertx.jdbcclient.ResultSetType
- FoursquareAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Foursquare.- FoursquareAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
Simplified factory to create an for Foursquare.- FoursquareAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create anOAuth2Auth
for Foursquare.- FoursquareAuth(FoursquareAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
- FoursquareAuth(FoursquareAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
- FoursquareAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
- FoursquareAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
- frame() - Method in interface io.vertx.ext.stomp.ServerFrame
- frame() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
- frame() - Method in class io.vertx.rxjava3.ext.stomp.ServerFrame
- Frame - Class in io.vertx.ext.stomp
Represents a STOMP frame.- Frame() - Constructor for class io.vertx.ext.stomp.Frame
Creates an un-configured frame.- Frame(JsonObject) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance ofFrame
from its JSON representation.- Frame(Command, Map<String, String>, Buffer) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance ofFrame
.- Frame(Frame) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance ofFrame
by copying the values from theother
frame.- Frame.Heartbeat - Class in io.vertx.ext.stomp
Represents the heartbeat configuration.- FrameConverter - Class in io.vertx.ext.stomp
Converter and mapper forFrame
.- FrameConverter() - Constructor for class io.vertx.ext.stomp.FrameConverter
- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocketBase
Set a frame handler on the connection.- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.ClientWebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.ServerWebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.reactivex.core.http.WebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a frame handler on the connection.- frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
Set a frame handler on the connection.- frames() - Method in interface io.vertx.ext.stomp.Acknowledgement
- frames() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
- frames() - Method in class io.vertx.rxjava3.ext.stomp.Acknowledgement
- Frames - Class in io.vertx.reactivex.ext.stomp
Utility methods to build commonFrame
s.- Frames - Class in io.vertx.rxjava3.ext.stomp
Utility methods to build commonFrame
s.- Frames - Interface in io.vertx.ext.stomp
Utility methods to build commonFrame
s.- Frames(Frames) - Constructor for class io.vertx.reactivex.ext.stomp.Frames
- Frames(Frames) - Constructor for class io.vertx.rxjava3.ext.stomp.Frames
- Frames(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Frames
- Frames(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.Frames
- FreeMarkerTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.- FreeMarkerTemplateEngine - Class in io.vertx.rxjava3.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.- FreeMarkerTemplateEngine - Interface in io.vertx.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.- FreeMarkerTemplateEngine(FreeMarkerTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- FreeMarkerTemplateEngine(FreeMarkerTemplateEngine) - Constructor for class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- FreeMarkerTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- FreeMarkerTemplateEngine(Object) - Constructor for class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- from(int) - Static method in enum io.vertx.jdbcclient.TransactionIsolation
- from(Vertx, JsonObject) - Static method in interface io.vertx.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, JsonObject, Map<String, JsonObject>) - Static method in interface io.vertx.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, String) - Static method in interface io.vertx.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, String, Map<String, String>) - Static method in interface io.vertx.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, JsonObject) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, JsonObject, Map<String, JsonObject>) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, String) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, String, Map<String, String>) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, JsonObject) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, JsonObject, Map<String, JsonObject>) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, String) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Vertx, String, Map<String, String>) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.- from(Object[]) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the providedarray
with a tuple.- from(Object[]) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
Wrap the providedarray
with a tuple.- from(Object[]) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the providedarray
with a tuple.- from(String) - Static method in interface io.vertx.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string- from(String) - Static method in enum io.vertx.ext.web.handler.graphql.ws.MessageType
Get aMessageType
from its text representation.- from(String) - Static method in enum io.vertx.jdbcclient.TransactionIsolation
- from(String) - Static method in enum io.vertx.json.schema.Draft
Converts a draft number to aDraft
enum value.- from(String) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string- from(String) - Static method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string- from(String, Status) - Static method in class io.vertx.ext.healthchecks.CheckResult
- from(String, Throwable) - Static method in class io.vertx.ext.healthchecks.CheckResult
- from(List<T>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the providedlist
with a tuple.- from(List<T>) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
Wrap the providedlist
with a tuple.- from(List<T>) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the providedlist
with a tuple.- from(Properties) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
- from(Properties, boolean) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
- from(Properties, boolean, boolean) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
- FROM - Static variable in class io.vertx.core.cli.converters.FromBasedConverter
- FROM - Static variable in interface io.vertx.core.http.HttpHeaders
From header name- FROM - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
From header name- FROM - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
From header name- FROM_STRING - Static variable in class io.vertx.core.cli.converters.FromStringBasedConverter
- FromBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a static 'from' method taking a single String argument.- fromBuffer(Buffer) - Method in class io.vertx.core.json.jackson.JacksonCodec
- fromBuffer(Buffer, TypeReference<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
- fromBuffer(Buffer, Class<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
- fromBuffer(Buffer, Class<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
- fromBuffer(Buffer, Class<T>) - Method in interface io.vertx.core.spi.json.JsonCodec
LikeJsonCodec.fromString(String, Class)
but with a jsonBuffer
- fromCamel(String) - Static method in class io.vertx.camel.InboundMapping
Creates anInboundMapping
from the given Camel endpoint.- fromCamel(Endpoint) - Static method in class io.vertx.camel.InboundMapping
Creates anInboundMapping
from the given Camel endpoint.- fromCompletionStage(CompletionStage<T>) - Static method in interface io.vertx.core.Future
Bridges aCompletionStage
object to a Vert.x future instance.- fromCompletionStage(CompletionStage<T>, Context) - Static method in interface io.vertx.core.Future
Bridges aCompletionStage
object to a Vert.x future instance.- fromContract(JsonObject) - Static method in enum io.vertx.openapi.contract.OpenAPIVersion
- fromEnv() - Static method in class io.vertx.pgclient.PgConnectOptions
Provide aPgConnectOptions
configured with environment variables, if the environment variable is not set, then a default value will take precedence over this.- fromIdentifier(String) - Static method in enum io.vertx.json.schema.Draft
Converts a draft identifier to aDraft
enum value.- fromInt(int) - Static method in enum io.vertx.core.eventbus.ReplyFailure
- fromJson(JsonObject) - Static method in interface io.vertx.core.net.HostAndPort
- fromJson(JsonObject) - Static method in interface io.vertx.core.net.SocketAddress
- fromJson(JsonObject) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- fromJson(Iterable<Map.Entry<String, Object>>, WebSocketClientOptions) - Static method in class io.vertx.core.http.WebSocketClientOptionsConverter
- fromJson(String) - Static method in interface io.vertx.core.buffer.Buffer
Create a buffer from the base 64 URL encodedvalue
- fromMap(Map<String, Object>, boolean) - Static method in class io.vertx.kafka.client.common.KafkaClientOptions
Create KafkaClientOptions from underlying Kafka config as map- fromName(String) - Static method in interface io.vertx.ext.auth.User
Factory for user instances that are single string.- fromName(String) - Static method in class io.vertx.reactivex.ext.auth.User
Factory for user instances that are single string.- fromName(String) - Static method in class io.vertx.rxjava3.ext.auth.User
Factory for user instances that are single string.- fromNetty(HttpMethod) - Static method in class io.vertx.core.http.HttpMethod
Lookup theHttpMethod
value for the specifiednettyMethod
.- fromParameter(PreparedStatement) - Static method in interface io.vertx.jdbcclient.spi.JDBCColumnDescriptorProvider
Deprecated.Implementations should preferJDBCColumnDescriptorProvider.fromParameterMetaData(ParameterMetaData)
Create provider by parameter statement- fromParameterMetaData(ParameterMetaData) - Static method in interface io.vertx.jdbcclient.spi.JDBCColumnDescriptorProvider
Create provider by the parameter metadata- fromParser(JsonParser, Class<T>) - Static method in class io.vertx.core.json.jackson.DatabindCodec
- fromParser(JsonParser, Class<T>) - Static method in class io.vertx.core.json.jackson.JacksonCodec
- fromProperties(Properties, boolean) - Static method in class io.vertx.kafka.client.common.KafkaClientOptions
Create KafkaClientOptions from underlying Kafka config as Properties- fromResult(ResultSet) - Static method in interface io.vertx.jdbcclient.spi.JDBCColumnDescriptorProvider
Deprecated.Implementations should preferJDBCColumnDescriptorProvider.fromResultMetaData(ResultSetMetaData)
Create provider by result set metadata- fromResultMetaData(ResultSetMetaData) - Static method in interface io.vertx.jdbcclient.spi.JDBCColumnDescriptorProvider
Create provider by result set metadata- fromString(String) - Method in class io.vertx.core.cli.converters.BooleanConverter
Creates the boolean value from the given String.- fromString(String) - Method in class io.vertx.core.cli.converters.CharacterConverter
- fromString(String) - Method in class io.vertx.core.cli.converters.ConstructorBasedConverter
Converts the given input to an object by using the constructor approach.- fromString(String) - Method in interface io.vertx.core.cli.converters.Converter
- fromString(String) - Method in class io.vertx.core.cli.converters.FromBasedConverter
Converts the given input to an object by using the 'from' method.- fromString(String) - Method in class io.vertx.core.cli.converters.FromStringBasedConverter
Converts the given input to an object by using the 'fromString' method.- fromString(String) - Method in class io.vertx.core.cli.converters.ValueOfBasedConverter
Converts the given input to an object by using the 'valueOf' method.- fromString(String) - Method in class io.vertx.core.json.jackson.JacksonCodec
- fromString(String, TypeReference<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
- fromString(String, Class<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
- fromString(String, Class<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
- fromString(String, Class<T>) - Method in interface io.vertx.core.spi.json.JsonCodec
Decode the providejson
string to an object extendingclazz
.- FromStringBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a static 'from' method taking a single String argument.- fromToken(String) - Static method in interface io.vertx.ext.auth.User
Factory for user instances that are single string.- fromToken(String) - Static method in class io.vertx.reactivex.ext.auth.User
Factory for user instances that are single string.- fromToken(String) - Static method in class io.vertx.rxjava3.ext.auth.User
Factory for user instances that are single string.- fromUri(String) - Static method in class io.vertx.db2client.DB2ConnectOptions
Provide aDB2ConnectOptions
configured from a connection URI.- fromUri(String) - Static method in class io.vertx.mssqlclient.MSSQLConnectOptions
Provide aMSSQLConnectOptions
configured from a connection URI.- fromUri(String) - Static method in class io.vertx.mysqlclient.MySQLConnectOptions
Provide aMySQLConnectOptions
configured from a connection URI.- fromUri(String) - Static method in class io.vertx.oracleclient.OracleConnectOptions
Provide aOracleConnectOptions
configured from a connection URI.- fromUri(String) - Static method in class io.vertx.pgclient.PgConnectOptions
Provide aPgConnectOptions
configured from a connection URI.- fromUri(String) - Static method in class io.vertx.sqlclient.SqlConnectOptions
Provide aSqlConnectOptions
subclass configured fromconnectionUri
.- fromURI(URI) - Static method in interface io.vertx.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.- fromURI(URI) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.- fromURI(URI) - Static method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.- fromValue(Object, TypeReference<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
- fromValue(Object, Class<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
- fromValue(Object, Class<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
- fromValue(Object, Class<T>) - Method in interface io.vertx.core.spi.json.JsonCodec
LikeJsonCodec.fromString(String, Class)
but with a jsonObject
- fromVertx(String) - Static method in class io.vertx.camel.OutboundMapping
Creates anOutboundMapping
from the given Vert.x address.- fsProps(String) - Method in interface io.vertx.core.file.FileSystem
Returns properties of the file-system being used by the specifiedpath
, asynchronously.- fsProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns properties of the file-system being used by the specifiedpath
, asynchronously.- fsProps(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
Returns properties of the file-system being used by the specifiedpath
, asynchronously.- fsPropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
Blocking version ofFileSystem.fsProps(String)
- fsPropsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Blocking version ofFileSystem.fsProps(java.lang.String)
- fsPropsBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
Blocking version ofFileSystem.fsProps(java.lang.String)
- FSYNCED - io.vertx.ext.mongo.WriteOption
- FT__ALIASADDIFNX - Static variable in interface io.vertx.redis.client.Command
- FT__ALIASDELIFX - Static variable in interface io.vertx.redis.client.Command
- FT__ALTERIFNX - Static variable in interface io.vertx.redis.client.Command
- FT__CREATEIFNX - Static variable in interface io.vertx.redis.client.Command
- FT__DROPIFX - Static variable in interface io.vertx.redis.client.Command
- FT__DROPINDEXIFX - Static variable in interface io.vertx.redis.client.Command
- FT__LIST - Static variable in interface io.vertx.redis.client.Command
- FT_ADD - Static variable in interface io.vertx.redis.client.Command
- FT_AGGREGATE - Static variable in interface io.vertx.redis.client.Command
- FT_ALIASADD - Static variable in interface io.vertx.redis.client.Command
- FT_ALIASDEL - Static variable in interface io.vertx.redis.client.Command
- FT_ALIASUPDATE - Static variable in interface io.vertx.redis.client.Command
- FT_ALTER - Static variable in interface io.vertx.redis.client.Command
- FT_CONFIG - Static variable in interface io.vertx.redis.client.Command
- FT_CREATE - Static variable in interface io.vertx.redis.client.Command
- FT_CURSOR - Static variable in interface io.vertx.redis.client.Command
- FT_DEBUG - Static variable in interface io.vertx.redis.client.Command
- FT_DEL - Static variable in interface io.vertx.redis.client.Command
- FT_DICTADD - Static variable in interface io.vertx.redis.client.Command
- FT_DICTDEL - Static variable in interface io.vertx.redis.client.Command
- FT_DICTDUMP - Static variable in interface io.vertx.redis.client.Command
- FT_DROP - Static variable in interface io.vertx.redis.client.Command
- FT_DROPINDEX - Static variable in interface io.vertx.redis.client.Command
- FT_EXPLAIN - Static variable in interface io.vertx.redis.client.Command
- FT_EXPLAINCLI - Static variable in interface io.vertx.redis.client.Command
- FT_GET - Static variable in interface io.vertx.redis.client.Command
- FT_INFO - Static variable in interface io.vertx.redis.client.Command
- FT_MGET - Static variable in interface io.vertx.redis.client.Command
- FT_PROFILE - Static variable in interface io.vertx.redis.client.Command
- FT_SAFEADD - Static variable in interface io.vertx.redis.client.Command
- FT_SEARCH - Static variable in interface io.vertx.redis.client.Command
- FT_SPELLCHECK - Static variable in interface io.vertx.redis.client.Command
- FT_SUGADD - Static variable in interface io.vertx.redis.client.Command
- FT_SUGDEL - Static variable in interface io.vertx.redis.client.Command
- FT_SUGGET - Static variable in interface io.vertx.redis.client.Command
- FT_SUGLEN - Static variable in interface io.vertx.redis.client.Command
- FT_SYNADD - Static variable in interface io.vertx.redis.client.Command
- FT_SYNDUMP - Static variable in interface io.vertx.redis.client.Command
- FT_SYNUPDATE - Static variable in interface io.vertx.redis.client.Command
- FT_TAGVALS - Static variable in interface io.vertx.redis.client.Command
- ftAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.ADD.- ftAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ADD.- ftAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.ADD.- ftAggregate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.AGGREGATE.- ftAggregate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.AGGREGATE.- ftAggregate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.AGGREGATE.- ftAliasadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.ALIASADD.- ftAliasadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASADD.- ftAliasadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.ALIASADD.- ftAliasaddifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.- ftAliasaddifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.- ftAliasaddifnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.- ftAliasdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.ALIASDEL.- ftAliasdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASDEL.- ftAliasdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.ALIASDEL.- ftAliasdelifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.- ftAliasdelifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.- ftAliasdelifx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.- ftAliasupdate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.ALIASUPDATE.- ftAliasupdate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASUPDATE.- ftAliasupdate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.ALIASUPDATE.- ftAlter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.ALTER.- ftAlter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALTER.- ftAlter(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.ALTER.- ftAlterifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.- ftAlterifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.- ftAlterifnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.- ftConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.CONFIG.- ftConfig(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CONFIG.- ftConfig(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.CONFIG.- ftCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.CREATE.- ftCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CREATE.- ftCreate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.CREATE.- ftCreateifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.- ftCreateifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.- ftCreateifnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.- ftCursor(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.CURSOR.- ftCursor(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CURSOR.- ftCursor(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.CURSOR.- ftDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.DEBUG.- ftDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DEBUG.- ftDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.DEBUG.- ftDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.DEL.- ftDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DEL.- ftDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.DEL.- ftDictadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.DICTADD.- ftDictadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTADD.- ftDictadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.DICTADD.- ftDictdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.DICTDEL.- ftDictdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTDEL.- ftDictdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.DICTDEL.- ftDictdump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.DICTDUMP.- ftDictdump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTDUMP.- ftDictdump(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.DICTDUMP.- ftDrop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.DROP.- ftDrop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DROP.- ftDrop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.DROP.- ftDropifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.- ftDropifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.- ftDropifx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.- ftDropindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.DROPINDEX.- ftDropindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DROPINDEX.- ftDropindex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.DROPINDEX.- ftDropindexifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.- ftDropindexifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.- ftDropindexifx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.- ftExplain(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.EXPLAIN.- ftExplain(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.EXPLAIN.- ftExplain(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.EXPLAIN.- ftExplaincli(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.EXPLAINCLI.- ftExplaincli(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.EXPLAINCLI.- ftExplaincli(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.EXPLAINCLI.- ftGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.GET.- ftGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.GET.- ftGet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.GET.- ftInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.INFO.- ftInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.INFO.- ftInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.INFO.- ftList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.- ftList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.- ftList(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.- ftMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.MGET.- ftMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.MGET.- ftMget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.MGET.- ftProfile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.PROFILE.- ftProfile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.PROFILE.- ftProfile(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.PROFILE.- ftSafeadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SAFEADD.- ftSafeadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SAFEADD.- ftSafeadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SAFEADD.- ftSearch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SEARCH.- ftSearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SEARCH.- ftSearch(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SEARCH.- ftSpellcheck(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SPELLCHECK.- ftSpellcheck(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SPELLCHECK.- ftSpellcheck(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SPELLCHECK.- ftSugadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SUGADD.- ftSugadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGADD.- ftSugadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SUGADD.- ftSugdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SUGDEL.- ftSugdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGDEL.- ftSugdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SUGDEL.- ftSugget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SUGGET.- ftSugget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGGET.- ftSugget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SUGGET.- ftSuglen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SUGLEN.- ftSuglen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGLEN.- ftSuglen(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SUGLEN.- ftSynadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SYNADD.- ftSynadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNADD.- ftSynadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SYNADD.- ftSyndump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SYNDUMP.- ftSyndump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNDUMP.- ftSyndump(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SYNDUMP.- ftSynupdate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.SYNUPDATE.- ftSynupdate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNUPDATE.- ftSynupdate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.SYNUPDATE.- ftTagvals(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command FT.TAGVALS.- ftTagvals(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.TAGVALS.- ftTagvals(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command FT.TAGVALS.- fullMethodName() - Method in interface io.vertx.grpc.common.ServiceMethod
- fullMethodName() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- fullMethodName() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- fullMethodName() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- fullMethodName(String) - Method in interface io.vertx.grpc.client.GrpcClientRequest
Set the full method name to call, it must follow the formatpackage-name + '.' + service-name + '/' + method-name
or anIllegalArgumentException
is thrown.- fullMethodName(String) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Set the full method name to call, it must follow the formatpackage-name + '.' + service-name + '/' + method-name
or anIllegalArgumentException
is thrown.- fullMethodName(String) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
Set the full method name to call, it must follow the formatpackage-name + '.' + service-name + '/' + method-name
or anIllegalArgumentException
is thrown.- fullVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- fullVersion() - Method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- fullVersion() - Method in interface io.vertx.sqlclient.spi.DatabaseMetadata
- fullyQualifiedName() - Method in interface io.vertx.grpc.common.ServiceName
- function(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
A container for function commands.- function(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
A container for function commands.- function(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
A container for function commands.- FUNCTION - Static variable in interface io.vertx.redis.client.Command
A container for function commands.- future() - Method in interface io.vertx.core.Promise
- future() - Method in class io.vertx.reactivex.core.Promise
- future() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- future() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- future() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- future() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- future() - Method in class io.vertx.rxjava3.core.Promise
- future() - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- future() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- future() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- future() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- future(Handler<Promise<T>>) - Static method in interface io.vertx.core.Future
Create a promise and pass it to thehandler
, and then returns this future's promise.- Future<T> - Interface in io.vertx.core
Represents the result of an action that may, or may not, have occurred yet.G
- generate() - Method in interface io.vertx.ext.auth.otp.OtpKeyGenerator
-
Generate key with default size;
- generate() - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
-
Generate key with default size;
- generate() - Method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
-
Generate key with default size;
- generate(int) - Method in interface io.vertx.ext.auth.otp.OtpKeyGenerator
-
Generate key
- generate(int) - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
-
Generate key
- generate(int) - Method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
-
Generate key
- generateActionSwitchEntry(ProxyMethodInfo, CodeWriter) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
- generateActionSwitchEntry(ProxyMethodInfo, CodeWriter) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- generateAdditionalMethods(ProxyModel, CodeWriter) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
- generateAdditionalMethods(ProxyModel, CodeWriter) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- GENERATED_KEYS - Static variable in interface io.vertx.jdbcclient.JDBCPool
-
The property to be used to retrieve the generated keys
- GENERATED_KEYS - Static variable in interface io.vertx.oracleclient.OracleClient
-
The property to be used to retrieve the generated keys
- GENERATED_KEYS - Static variable in class io.vertx.reactivex.jdbcclient.JDBCPool
-
The property to be used to retrieve the generated keys
- GENERATED_KEYS - Static variable in class io.vertx.reactivex.oracleclient.OracleClient
-
The property to be used to retrieve the generated keys
- GENERATED_KEYS - Static variable in class io.vertx.rxjava3.jdbcclient.JDBCPool
-
The property to be used to retrieve the generated keys
- GENERATED_KEYS - Static variable in class io.vertx.rxjava3.oracleclient.OracleClient
-
The property to be used to retrieve the generated keys
- generateDate() - Static method in class io.vertx.ext.mail.mailencoder.Utils
- generateDebugInfo(Throwable) - Static method in class io.vertx.serviceproxy.HelperUtils
- generateDeserializeDataObject(String, ClassTypeInfo) - Static method in class io.vertx.serviceproxy.generator.GeneratorUtils
- generateHandler(TypeInfo) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- generateJsonParamExtract(ParamInfo) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- generateJsonParamExtractFromContext(ParamInfo) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
- generateSerializeDataObject(String, ClassTypeInfo) - Static method in class io.vertx.serviceproxy.generator.GeneratorUtils
- generateToken(JsonObject) - Method in interface io.vertx.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) - Method in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateToken(JsonObject, JWTOptions) - 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, JWTOptions) - Method in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateUri(OtpKey, String) - Method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String) - Method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String) - Method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String) - Method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String, String) - Method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String, String) - Method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String, String) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String, String) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String, String) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Creating URI for register in key in user device.
- generateUri(OtpKey, String, String, String) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Creating URI for register in key in user device.
- GeneratorUtils - Class in io.vertx.serviceproxy.generator
- GeneratorUtils() - Constructor for class io.vertx.serviceproxy.generator.GeneratorUtils
- GenericSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- GenericSchemaBuilder() - Constructor for class io.vertx.json.schema.common.dsl.GenericSchemaBuilder
- genSimpleName(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
- genSimpleName(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
- genSimpleName(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
- geoadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
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
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geodist(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns the distance between two members of a geospatial index.
- geodist(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the distance between two members of a geospatial index.
- geodist(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns the distance between two members of a geospatial index.
- GEODIST - Static variable in interface io.vertx.redis.client.Command
-
Returns the distance between two members of a geospatial index.
- geohash(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns members of a geospatial index as standard geohash strings.
- geohash(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns members of a geospatial index as standard geohash strings.
- geohash(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns members of a geospatial index as standard geohash strings.
- GEOHASH - Static variable in interface io.vertx.redis.client.Command
-
Returns members of a geospatial index as standard geohash strings.
- Geometry - Class in io.vertx.mysqlclient.data.spatial
-
Geometry is an abstract class which represents the base of MySQL geometry data type.
- Geometry() - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
- Geometry(long) - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
- Geometry(Geometry) - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
- GeometryCollection - Class in io.vertx.mysqlclient.data.spatial
-
A GeomCollection is a geometry that is a collection of zero or more geometries of any class.
- GeometryCollection() - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
- GeometryCollection(long, List<Geometry>) - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
- GeometryCollection(GeometryCollection) - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
- geopos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns longitude and latitude of members of a geospatial index.
- geopos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns longitude and latitude of members of a geospatial index.
- geopos(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns longitude and latitude of members of a geospatial index.
- GEOPOS - Static variable in interface io.vertx.redis.client.Command
-
Returns longitude and latitude of members of a geospatial index.
- georadius(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- georadius(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
argument - georadius(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- GEORADIUS - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
argument - GEORADIUS_RO - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCH
with theBYRADIUS
argument - georadiusbymember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- georadiusbymember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
andFROMMEMBER
arguments - georadiusbymember(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- GEORADIUSBYMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
andFROMMEMBER
arguments - GEORADIUSBYMEMBER_RO - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCH
with theBYRADIUS
andFROMMEMBER
arguments - georadiusbymemberRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- georadiusbymemberRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCH
with theBYRADIUS
andFROMMEMBER
arguments - georadiusbymemberRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- georadiusRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCH
with theBYRADIUS
argument - georadiusRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- geosearch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- geosearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- geosearch(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- GEOSEARCH - Static variable in interface io.vertx.redis.client.Command
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- geosearchstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- geosearchstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- geosearchstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- GEOSEARCHSTORE - Static variable in interface io.vertx.redis.client.Command
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- get() - Method in class io.vertx.config.consul.ConsulConfigStore
- get() - Method in class io.vertx.config.git.GitConfigStore
- get() - Method in class io.vertx.config.kubernetes.ConfigMapStore
- get() - Method in class io.vertx.config.redis.RedisConfigStore
- get() - Method in interface io.vertx.config.spi.ConfigStore
-
Retrieves the configuration store in this store.
- get() - Method in class io.vertx.config.vault.VaultConfigStore
- get() - Method in class io.vertx.config.zookeeper.ZookeeperConfigStore
- get() - Method in interface io.vertx.core.shareddata.Counter
-
Get the current value of the counter
- get() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP GET request
- get() - Method in interface io.vertx.ext.web.UserContext
-
Get the authenticated user (if any).
- get() - Method in interface io.vertx.ext.web.validation.RequestParameter
- get() - Method in class io.vertx.junit5.ScopedObject
- get() - Method in interface io.vertx.openapi.validation.Parameter
- get() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Get the current value of the counter
- get() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP GET request
- get() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Get the authenticated user (if any).
- get() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- get() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- get() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- get() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- get() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
Gets the object to access the service.
- get() - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Get the current value of the counter
- get() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP GET request
- get() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Get the authenticated user (if any).
- get() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- get() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- get() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- get() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- get() - Method in class io.vertx.rxjava3.servicediscovery.ServiceReference
-
Gets the object to access the service.
- get() - Method in interface io.vertx.servicediscovery.ServiceReference
-
Gets the object to access the service.
- get() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
Gets the service object.
- get() - Method in class io.vertx.tracing.opentelemetry.VertxContextStorageProvider
- get(int) - Method in class io.vertx.core.http.Http2Settings
-
Return a setting value according to its identifier.
- get(int) - Method in interface io.vertx.redis.client.Response
-
Get this multi response value at a numerical index.
- get(int, String, UriTemplate) - 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(int, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(int, String, UriTemplate) - 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(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(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(int, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(Context) - Method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Get the local data from the
context
. - get(Context, AccessMode) - Method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Like
ContextLocal.get(Context)
but with anaccessMode
. - get(Context, AccessMode, Supplier<? extends T>) - Method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Like
ContextLocal.get(Context, Supplier)
but with anaccessMode
. - get(Context, Supplier<? extends T>) - Method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Get the local data from the
context
, when it does not exist then callinitialValueSupplier
to obtain the initial value. - get(Vertx, ServiceDiscovery, Record, JsonObject) - Method in interface io.vertx.servicediscovery.spi.ServiceType
-
Gets the `service` for the given record.
- get(CacheKey) - Method in interface io.vertx.ext.web.client.spi.CacheStore
-
Retrieve a cached response.
- get(CacheKey, Handler<AsyncResult<CachedHttpResponse>>) - Method in interface io.vertx.ext.web.client.spi.CacheStore
-
Retrieve a cached response.
- get(UriTemplate) - 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(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(UriTemplate) - 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(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(CharSequence) - Method in interface io.vertx.core.MultiMap
- get(Class<T>, int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get the the at the specified
position
and the specifiedtype
. - get(Class<T>, int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get the the at the specified
position
and the specifiedtype
. - get(Class<T>, int) - Method in interface io.vertx.sqlclient.Tuple
-
Get the the at the specified
position
and the specifiedtype
. - get(Class<T>, String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Like
Tuple.get(java.lang.Class<T>, int)
but specifying thecolumn
instead of the position. - get(Class<T>, String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Like
Tuple.get(java.lang.Class<T>, int)
but specifying thecolumn
instead of the position. - get(Class<T>, String) - Method in interface io.vertx.sqlclient.Row
-
Like
Tuple.get(Class, int)
but specifying thecolumn
instead of the position. - get(Iterable<Map.Entry<String, String>>, String) - Method in class io.vertx.tracing.opentelemetry.HeadersPropagatorGetter
- get(Object) - Method in interface io.vertx.core.Context
-
Get some data from the context.
- get(Object) - Method in interface io.vertx.core.shareddata.LocalMap
-
Get a value from the map
- get(Object) - Method in class io.vertx.reactivex.core.Context
-
Get some data from the context.
- get(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Get a value from the map
- get(Object) - Method in class io.vertx.rxjava3.core.Context
-
Get some data from the context.
- get(Object) - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Get a value from the map
- get(Object[], int) - Method in interface io.vertx.core.spi.context.storage.AccessMode
-
Return the object at index
idx
in thelocals
array. - get(String) - Static method in class io.vertx.config.spi.utils.Processors
-
Gets a configuration processor matching with the given format.
- get(String) - Method in interface io.vertx.core.MultiMap
-
Returns the value of with the specified name.
- get(String) - Method in interface io.vertx.ext.auth.hashing.HashingStrategy
-
Get an algorithm interface by its Id
- get(String) - Method in interface io.vertx.ext.auth.User
-
Get a value from the user object.
- get(String) - Method in interface io.vertx.ext.shell.session.Session
-
Get some data from the session
- get(String) - Method in interface io.vertx.ext.unit.TestContext
-
Get some data from the context.
- get(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(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) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Get the session with the specified ID.
- get(String) - Static method in class io.vertx.grpc.ContextServerInterceptor
- get(String) - Method in interface io.vertx.httpproxy.spi.cache.Cache
-
Being called when the proxy attempts to fetch a cache item.
- get(String) - Method in interface io.vertx.json.schema.JsonSchema
-
Get a type casted value by key.
- get(String) - Method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
-
Get an algorithm interface by its Id
- get(String) - Method in class io.vertx.reactivex.ext.auth.User
-
Get a value from the user object.
- get(String) - Method in class io.vertx.reactivex.ext.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(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) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Get the session with the specified ID.
- get(String) - Method in class io.vertx.reactivex.json.schema.JsonSchema
-
Get a type casted value by key.
- get(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the value of a key.
- get(String) - Method in class io.vertx.reactivex.uritemplate.Variables
- get(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a key.
- get(String) - Method in interface io.vertx.redis.client.Response
-
Get this multi response value at a string key.
- get(String) - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
-
Get an algorithm interface by its Id
- get(String) - Method in class io.vertx.rxjava3.ext.auth.User
-
Get a value from the user object.
- get(String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Get some data from the context.
- get(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path
- get(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Get some data from the context.
- get(String) - Method in class io.vertx.rxjava3.ext.web.Session
-
Get some data from the session
- get(String) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Get the session with the specified ID.
- get(String) - Method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Get a type casted value by key.
- get(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the value of a key.
- get(String) - Method in class io.vertx.rxjava3.uritemplate.Variables
- get(String) - Method in interface io.vertx.uritemplate.Variables
- get(String, UriTemplate) - 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(String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get(String, UriTemplate) - 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(String, Class<T>) - Method in interface io.vertx.httpproxy.ProxyContext
-
Get a payload attached to this context.
- get(String, Class<T>) - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
-
Get a payload attached to this context.
- 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(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(String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get(String, R) - Method in interface io.vertx.json.schema.JsonSchema
-
Get a type casted value by key.
- get(String, R) - Method in class io.vertx.reactivex.json.schema.JsonSchema
-
Get a type casted value by key.
- get(String, R) - Method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Get a type casted value by key.
- get(String, T) - Method in interface io.vertx.ext.web.RoutingContext
-
Get some data from the context.
- get(String, T) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Get some data from the context.
- get(String, T) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Get some data from the context.
- get(K) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- get(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- get(K) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- GET - io.vertx.ext.consul.TxnKVVerb
-
Gets the Key during the transaction.
- GET - io.vertx.ext.consul.TxnServiceVerb
-
Get the service, fails if it does not exist
- GET - Static variable in interface io.vertx.core.http.HttpHeaders
-
GET header value
- GET - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2616
GET
method, this instance is interned and uniquely used. - GET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
GET header value
- GET - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a key.
- GET - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
GET header value
- GET_TREE - io.vertx.ext.consul.TxnKVVerb
-
Gets all keys with a prefix of Key during the transaction.
- 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
- getAaguid() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- getAbs(UriTemplate) - 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(UriTemplate) - Method in class io.vertx.rxjava3.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(UriTemplate) - 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 interface io.vertx.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
- getAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
- getAbs(String) - Method in class io.vertx.rxjava3.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
- getAbsoluteKeywordLocation() - Method in class io.vertx.json.schema.OutputUnit
- getAbsoluteOpenAPIPath() - Method in interface io.vertx.openapi.contract.Operation
- getAbsoluteOpenAPIPath() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getAbsoluteOpenAPIPath() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- getAbsoluteUri() - Method in class io.vertx.httpproxy.spi.cache.Resource
- getAcceptableContentType() - Method in interface io.vertx.ext.web.RoutingContext
-
If the route specifies produces matches, e.g. produces `text/html` and `text/plain`, and the `accept` header matches one or more of these then this returns the most acceptable match.
- getAcceptableContentType() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
If the route specifies produces matches, e.g. produces `text/html` and `text/plain`, and the `accept` header matches one or more of these then this returns the most acceptable match.
- getAcceptableContentType() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
If the route specifies produces matches, e.g. produces `text/html` and `text/plain`, and the `accept` header matches one or more of these then this returns the most acceptable match.
- 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
- getAccessorId() - Method in class io.vertx.ext.consul.token.AclToken
-
Returns accessorId
- 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.
- getAclPolicies() - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint lists all the ACL policies.
- getAclPolicies() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint lists all the ACL policies.
- getAclPolicies() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint lists all the ACL policies.
- getAclToken() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Get the ACL token.
- getAclTokens() - Method in interface io.vertx.ext.consul.ConsulClient
-
Get list of Acl token
- getAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Get list of Acl token
- getAclTokens() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Get list of Acl token
- getAcquireSession() - Method in class io.vertx.ext.consul.KeyValueOptions
-
Get session ID for lock acquisition operation.
- getActivityLogDataFormat() - Method in class io.vertx.core.net.NetworkOptions
- getActivityLogFormat() - Method in class io.vertx.core.dns.DnsClientOptions
- getActualContentType() - Method in exception io.vertx.ext.web.validation.BodyProcessorException
- getAdditionalItems() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- getAdditionalParameters() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Get the additional parameters
- getAddress() - Method in class io.vertx.camel.CamelMapping
- getAddress() - Method in class io.vertx.core.eventbus.MessageConsumerOptions
- 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.pgclient.data.Cidr
- getAddress() - Method in class io.vertx.pgclient.data.Inet
- 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
- getAlg() - Method in class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- getAlgorithm() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getAlgorithm() - Method in class io.vertx.ext.auth.JWTOptions
- getAlgorithm() - Method in class io.vertx.ext.auth.otp.Authenticator
- getAlgorithm() - Method in class io.vertx.ext.auth.otp.OtpKey
- getAlgorithm() - Method in interface io.vertx.ext.auth.otp.OtpKeyGenerator
- getAlgorithm() - Method in class io.vertx.ext.auth.PubSecKeyOptions
- getAlgorithm() - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- getAlgorithm() - Method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- getAlias() - Method in class io.vertx.core.net.KeyStoreOptionsBase
- getAlias() - Method in class io.vertx.ext.dropwizard.Match
- getAlias() - Method in class io.vertx.micrometer.Match
- getAliasPassword() - Method in class io.vertx.core.net.KeyStoreOptionsBase
- getAll(CharSequence) - Method in interface io.vertx.core.MultiMap
-
Like
MultiMap.getAll(String)
but accepting aCharSequence
as a parameter - getAll(String) - Method in interface io.vertx.core.MultiMap
-
Returns the values with the specified name
- getAllowDiskUse() - Method in class io.vertx.ext.mongo.AggregateOptions
-
Get the flag if writing to temporary files is enabled.
- getAllowOriginHeader() - Method in class io.vertx.core.http.WebSocketConnectOptions
- getAllowVariableMiss() - Method in class io.vertx.uritemplate.ExpandOptions
- getAllPreparedQueries() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns a list of all prepared queries.
- getAllPreparedQueries() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns a list of all prepared queries.
- getAllPreparedQueries() - Method in class io.vertx.rxjava3.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
- getAlternate() - Method in class io.vertx.ext.mongo.CollationOptions
-
Get alternate
- getAndAdd(long) - Method in interface io.vertx.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndAdd(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndAdd(long) - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndIncrement() - Method in interface io.vertx.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAndIncrement() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAndIncrement() - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAnnotation(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
- getAnnotation(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
- getAnnotation(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
- getAnnotations() - Method in class io.vertx.json.schema.OutputUnit
- getAnnounceAddress() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
- getApplicationId() - Method in class io.vertx.config.vault.client.Auth
- getApplicationLayerProtocols() - Method in class io.vertx.core.net.NetClientOptions
- getApplicationLayerProtocols() - Method in class io.vertx.core.net.SSLOptions
- 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() - Method in exception io.vertx.core.cli.InvalidValueException
- getArgument() - Method in exception io.vertx.core.cli.MissingValueException
- getArgument(int) - Method in interface io.vertx.core.cli.CLI
-
Gets an
Argument
based on its index. - getArgument(String) - Method in interface io.vertx.core.cli.CLI
-
Gets an
Argument
based on its name (argument name). - getArguments() - Method in interface io.vertx.core.cli.CLI
-
Gets the list of defined arguments.
- getArgumentValue(int) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the value of an argument with the given index.
- getArgumentValue(String) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the value of an argument with the matching name (arg name).
- getArgumentValues(int) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the values of an argument with the matching index.
- getArrayElement(Object, int) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
-
Move the iterator the array element at specified index
- getArrayElement(Object, int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
-
Move the iterator the array element at specified index
- getArrayElement(Object, int) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
-
Move the iterator the array element at specified index
- getArrayFilters() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get the arrayFilters option.
- getArrayOfBigDecimals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfBigDecimals(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfBigDecimals(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
BigDecimal
value atpos
. - getArrayOfBigDecimals(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfBigDecimals(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfBigDecimals(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
BigDecimal
value for the givencolumn
. - getArrayOfBooleans(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Boolean
value atpos
. - getArrayOfBooleans(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of
Boolean
value atpos
. - getArrayOfBooleans(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Boolean
value atpos
. - getArrayOfBooleans(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Boolean
value for the givencolumn
. - getArrayOfBooleans(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of
Boolean
value for the givencolumn
. - getArrayOfBooleans(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Boolean
value for the givencolumn
. - getArrayOfBuffers(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Buffer
value atpos
. - getArrayOfBuffers(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Buffer
value for the givencolumn
. - getArrayOfDoubles(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Double
value atpos
. - getArrayOfDoubles(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of
Double
value atpos
. - getArrayOfDoubles(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Double
value atpos
. - getArrayOfDoubles(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Double
value for the givencolumn
. - getArrayOfDoubles(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of
Double
value for the givencolumn
. - getArrayOfDoubles(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Double
value for the givencolumn
. - getArrayOfFloats(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Float
value atpos
. - getArrayOfFloats(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of
Float
value atpos
. - getArrayOfFloats(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Float
value atpos
. - getArrayOfFloats(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Float
value for the givencolumn
. - getArrayOfFloats(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of
Float
value for the givencolumn
. - getArrayOfFloats(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Float
value for the givencolumn
. - getArrayOfIntegers(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Integer
value atpos
. - getArrayOfIntegers(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of
Integer
value atpos
. - getArrayOfIntegers(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Integer
value atpos
. - getArrayOfIntegers(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Integer
value for the givencolumn
. - getArrayOfIntegers(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of
Integer
value for the givencolumn
. - getArrayOfIntegers(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Integer
value for the givencolumn
. - getArrayOfJsonArrays(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfJsonArrays(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfJsonArrays(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
JsonArray
value atpos
. - getArrayOfJsonArrays(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfJsonArrays(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfJsonArrays(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
JsonArray
value for the givencolumn
. - getArrayOfJsonObjects(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfJsonObjects(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfJsonObjects(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
JsonObject
value atpos
. - getArrayOfJsonObjects(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfJsonObjects(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfJsonObjects(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
JsonObject
value for the givencolumn
. - 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(int) - Method in class io.vertx.rxjava3.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(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of JSON elements at
pos
, the element might benull
or one of the following types: String Number JsonObject JsonArray Boolean - 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(String) - Method in class io.vertx.rxjava3.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(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of JSON elements for the given
column
, the element might benull
or one of the following types: String Number JsonObject JsonArray Boolean - getArrayOfLocalDates(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfLocalDates(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfLocalDates(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
LocalDate
value atpos
. - getArrayOfLocalDates(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfLocalDates(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfLocalDates(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
LocalDate
value for the givencolumn
. - getArrayOfLocalDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfLocalDateTimes(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfLocalDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
LocalDateTime
value atpos
. - getArrayOfLocalDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfLocalDateTimes(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfLocalDateTimes(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
LocalDateTime
value for the givencolumn
. - getArrayOfLocalTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfLocalTimes(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfLocalTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
LocalTime
value atpos
. - getArrayOfLocalTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfLocalTimes(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfLocalTimes(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
LocalTime
value for the givencolumn
. - getArrayOfLongs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Long
value atpos
. - getArrayOfLongs(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of
Long
value atpos
. - getArrayOfLongs(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Long
value atpos
. - getArrayOfLongs(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Long
value for the givencolumn
. - getArrayOfLongs(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of
Long
value for the givencolumn
. - getArrayOfLongs(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Long
value for the givencolumn
. - getArrayOfNumerics(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfNumerics(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfNumerics(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Numeric
value atpos
. - getArrayOfNumerics(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfNumerics(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfNumerics(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Numeric
value for the givencolumn
. - getArrayOfOffsetDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfOffsetDateTimes(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfOffsetDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
OffsetDateTime
value atpos
. - getArrayOfOffsetDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfOffsetDateTimes(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfOffsetDateTimes(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
OffsetDateTime
value for the givencolumn
. - getArrayOfOffsetTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfOffsetTimes(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfOffsetTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
OffsetTime
value atpos
. - getArrayOfOffsetTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfOffsetTimes(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfOffsetTimes(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
OffsetTime
value for the givencolumn
. - getArrayOfShorts(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Short
value atpos
. - getArrayOfShorts(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of
Short
value atpos
. - getArrayOfShorts(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Short
value atpos
. - getArrayOfShorts(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Short
value for the givencolumn
. - getArrayOfShorts(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of
Short
value for the givencolumn
. - getArrayOfShorts(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Short
value for the givencolumn
. - getArrayOfStrings(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
String
value atpos
. - getArrayOfStrings(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of
String
value atpos
. - getArrayOfStrings(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
String
value atpos
. - getArrayOfStrings(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
String
value for the givencolumn
. - getArrayOfStrings(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of
String
value for the givencolumn
. - getArrayOfStrings(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
String
value for the givencolumn
. - getArrayOfTemporals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfTemporals(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfTemporals(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Temporal
value atpos
. - getArrayOfTemporals(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfTemporals(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfTemporals(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Temporal
value for the givencolumn
. - getArrayOfUUIDs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfUUIDs(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an array of value at
pos
. - getArrayOfUUIDs(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
UUID
value atpos
. - getArrayOfUUIDs(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfUUIDs(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an array of value for the given
column
. - getArrayOfUUIDs(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
UUID
value for the givencolumn
. - getArrayValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.FormTransformer
- getArrayValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.LabelTransformer
- getArrayValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.MatrixTransformer
- getArrayValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.ParameterTransformer
- getArrayValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.SimpleTransformer
- 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.rxjava3.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.
- getAssertion() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getAssignment() - Method in class io.vertx.kafka.admin.MemberDescription
- getAsyncMap(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - getAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - getAsyncMap(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - getAsyncMap(String) - Method in interface io.vertx.spi.cluster.hazelcast.spi.HazelcastObjectProvider
-
Return
AsyncMap
for the given name - getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return an
AsyncMap
for the givenname
. - getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getAt(JsonArray, int) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
-
Subscript operator for
JsonArray
, the read part. - getAt(JsonObject, String) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
-
Subscript operator for
JsonObject
, the read part. - getAtomicityMode() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets cache atomicity mode.
- getAttachment() - Method in class io.vertx.ext.mail.MailMessage
-
get the list of attachments of this mail
- getAttestation() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getAttestationCertificates() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- getAudience() - Method in class io.vertx.ext.auth.JWTOptions
- getAuid() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the Agent or User Identifier(AUID)
- getAuthAttempts() - Method in class io.vertx.ext.auth.otp.Authenticator
- getAuthAttemptsLimit() - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- getAuthAttemptsLimit() - Method in class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- getAuthenticationMechanism() - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
- getAuthenticationPlugin() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the default authentication plugin for connecting the server.
- getAuthenticationQuery() - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
- getAuthenticationQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
- getAuthenticatorAttachment() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- 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
- getAuthority() - Method in interface io.vertx.httpproxy.ProxyRequest
- getAuthority() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- getAuthorization() - Method in interface io.vertx.ext.auth.authorization.NotAuthorization
- getAuthorization() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- getAuthorization() - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- getAuthorizationCode() - Method in interface io.vertx.openapi.contract.OAuthFlows
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationCode() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlows
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationCode() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Get the Oauth2 authorization resource path. e.g.: /oauth/authorize
- getAuthorizations() - Method in interface io.vertx.ext.auth.authorization.AndAuthorization
- getAuthorizations() - Method in interface io.vertx.ext.auth.authorization.OrAuthorization
- getAuthorizations() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- getAuthorizations() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- getAuthorizations() - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- getAuthorizations() - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- getAuthorizations(User) - Method in interface io.vertx.ext.auth.authorization.AuthorizationProvider
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in interface io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in interface io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
-
Updates the user with the set of authorizations.
- getAuthorizationUrl() - Method in interface io.vertx.openapi.contract.OAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizedOperations() - Method in class io.vertx.kafka.admin.ClusterDescription
- getAuthorizedOperations() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
- getAuthorizedOperations() - Method in class io.vertx.kafka.admin.TopicDescription
- getAutoGeneratedKeysIndexes() - Method in class io.vertx.jdbcclient.SqlOptions
- getAutoGeneratedKeysIndexes() - Method in class io.vertx.oracleclient.OraclePrepareOptions
- getB() - Method in class io.vertx.pgclient.data.Line
- getBackendConfiguration() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
- getBackups() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets number of nodes used to back up single partition for PARTITIONED cache.
- getBaseName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
- getBaseName() - Method in interface io.vertx.micrometer.MetricsService
- getBaseName() - Method in class io.vertx.reactivex.micrometer.MetricsService
- getBaseName() - Method in class io.vertx.rxjava3.micrometer.MetricsService
- getBaseName(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
- getBaseName(Measured) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
- getBaseName(Measured) - Method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
- getBasePath() - Method in interface io.vertx.openapi.contract.Server
-
The base path is used to indicate that the location where the OpenAPI contract is served is different from the path specified in the OpenAPI contract.
- getBasePath() - Method in class io.vertx.reactivex.openapi.contract.Server
-
The base path is used to indicate that the location where the OpenAPI contract is served is different from the path specified in the OpenAPI contract.
- getBasePath() - Method in class io.vertx.rxjava3.openapi.contract.Server
-
The base path is used to indicate that the location where the OpenAPI contract is served is different from the path specified in the OpenAPI contract.
- getBaseUri() - Method in class io.vertx.json.schema.JsonSchemaOptions
- 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
- getBearerFormat() - Method in interface io.vertx.openapi.contract.SecurityScheme
-
A hint to the client to identify how the bearer token is formatted.
- getBearerFormat() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
-
A hint to the client to identify how the bearer token is formatted.
- getBearerFormat() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
-
A hint to the client to identify how the bearer token is formatted.
- getBearerToken() - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- getBehavior() - Method in class io.vertx.ext.consul.SessionOptions
-
Get the behavior when a session is invalidated.
- getBigDecimal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get value at
pos
. - getBigDecimal(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get value at
pos
. - getBigDecimal(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
BigDecimal
value atpos
. - getBigDecimal(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get value for the given
column
. - getBigDecimal(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get value for the given
column
. - getBigDecimal(String) - Method in interface io.vertx.sqlclient.Row
-
Get
BigDecimal
value for the givencolumn
. - getBinary(int) - Method in class io.vertx.core.json.JsonArray
-
Get the byte[] at position
pos
in the array. - getBinary(String) - Method in class io.vertx.core.json.JsonObject
-
Get the binary value with the specified key.
- getBinary(String, byte[]) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getBinary(String)
but specifying a default value to return if there is no entry. - getbit(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns the bit value at offset in the string value stored at key.
- getbit(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the bit value at offset in the string value stored at key.
- getbit(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns the bit value at offset in the string value stored at key.
- GETBIT - Static variable in interface io.vertx.redis.client.Command
-
Returns the bit value at offset in the string value stored at key.
- getBits() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the number of precision of the stored geohash value of the location data in 2d indexes.
- getBlockedThreadCheckInterval() - Method in class io.vertx.core.VertxOptions
-
Get the value of blocked thread check period, in
blockedThreadCheckIntervalUnit
. - getBlockedThreadCheckIntervalUnit() - Method in class io.vertx.core.VertxOptions
- getBlockingOptions() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Get options for blocking query
- getBlockingOptions() - Method in class io.vertx.ext.consul.EventListOptions
-
Get options for blocking query
- getBlockingOptions() - Method in class io.vertx.ext.consul.NodeQueryOptions
-
Get options for blocking query
- getBlockingOptions() - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Get options for blocking query
- getBody() - Method in exception io.vertx.core.http.UpgradeRejectedException
- getBody() - Method in class io.vertx.ext.stomp.Frame
- getBody() - Method in interface io.vertx.httpproxy.ProxyRequest
- getBody() - Method in interface io.vertx.httpproxy.ProxyResponse
-
Get the body of the response.
- getBody() - Method in class io.vertx.openapi.validation.analyser.MultipartPart
- getBody() - Method in interface io.vertx.openapi.validation.ValidatableResponse
- getBody() - Method in interface io.vertx.openapi.validation.ValidatedRequest
- getBody() - Method in interface io.vertx.openapi.validation.ValidatedResponse
- getBody() - Method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- getBody() - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- getBody() - Method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
- getBody() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- getBody() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Get the body of the response.
- getBody() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- getBody() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- getBody() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- getBodyAsByteArray() - Method in class io.vertx.ext.stomp.Frame
- getBodyAsString() - Method in class io.vertx.ext.stomp.Frame
-
Gets the body of the frames as a String encoded in the frame encoding.
- getBodyAsString(String) - Method in class io.vertx.ext.stomp.Frame
-
Gets the body of the frames as a String encoded in the given encoding.
- getBodyCanonAlgo() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the canonicalization algorithm for mail body.
- getBodyLimit() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the body limit to sign.
- getBodyType() - Method in class io.vertx.camel.InboundMapping
- getBoolean() - Method in interface io.vertx.ext.web.validation.RequestParameter
- getBoolean() - Method in interface io.vertx.openapi.validation.Parameter
- getBoolean() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getBoolean() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getBoolean() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getBoolean() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getBoolean() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getBoolean() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getBoolean() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getBoolean() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getBoolean(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Boolean at position
pos
in the array, - getBoolean(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a boolean value at
pos
. - getBoolean(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a boolean value at
pos
. - getBoolean(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a boolean value at
pos
. - getBoolean(Boolean) - Method in interface io.vertx.openapi.validation.Parameter
- getBoolean(Boolean) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getBoolean(Boolean) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getBoolean(Boolean) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getBoolean(Boolean) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getBoolean(Boolean) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getBoolean(Boolean) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getBoolean(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Boolean value with the specified key
- getBoolean(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a boolean value for the given
column
. - getBoolean(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a boolean value for the given
column
. - getBoolean(String) - Method in interface io.vertx.sqlclient.Row
-
Get a boolean value for the given
column
. - getBoolean(String, Boolean) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getBoolean(String)
but specifying a default value to return if there is no entry. - getBounceAddress() - Method in class io.vertx.ext.mail.MailMessage
-
get bounce address of this mail
- getBucket() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
- getBuffer() - Method in class io.vertx.ext.auth.PubSecKeyOptions
-
The PEM or Secret key buffer.
- getBuffer() - Method in interface io.vertx.ext.web.validation.RequestParameter
- getBuffer() - Method in interface io.vertx.openapi.validation.Parameter
- getBuffer() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getBuffer() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getBuffer() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getBuffer() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getBuffer() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getBuffer() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getBuffer() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getBuffer() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getBuffer(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Buffer at position
pos
in the array. - getBuffer(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a buffer value at
pos
. - getBuffer(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a buffer value at
pos
. - getBuffer(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a buffer value at
pos
. - 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 positionstart
and ending at positionend - 1
- getBuffer(Buffer) - Method in interface io.vertx.openapi.validation.Parameter
- getBuffer(Buffer) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getBuffer(Buffer) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getBuffer(Buffer) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getBuffer(Buffer) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getBuffer(Buffer) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getBuffer(Buffer) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getBuffer(String) - Method in class io.vertx.core.json.JsonObject
-
Get the
Buffer
value with the specified key. - getBuffer(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a buffer value for the given
column
. - getBuffer(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a buffer value for the given
column
. - getBuffer(String) - Method in interface io.vertx.sqlclient.Row
-
Get a buffer value for the given
column
. - getBuffer(String, Buffer) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getBuffer(String)
but specifying a default value to return if there is no entry. - getByte(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the
byte
at positionpos
in the Buffer. - getBytes() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of the entire Buffer as a
byte[]
- 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) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a
byte[]
starting at positionstart
and ending at positionend - 1
- 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 positionend - 1
into abyte[]
. - 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 positionend - 1
into abyte[]
at the specific destination. - getC() - Method in class io.vertx.pgclient.data.Line
- getCacheConfiguration() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Gets configuration (descriptors) for all caches.
- getCacheContainer() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- 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.rxjava3.config.ConfigRetriever
-
Gets the last computed configuration.
- getCachedMethods() - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- getCachedStatusCodes() - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- getCacheMaxTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
- getCacheMinTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
- getCacheMode() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets caching mode to use.
- getCacheNegativeTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
- getCacheOptions() - Method in class io.vertx.httpproxy.ProxyOptions
- getCachePreparedStatements() - Method in class io.vertx.oracleclient.OracleConnectOptions
- 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.
- getCapped() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- getCaseFirst() - Method in class io.vertx.ext.mongo.CollationOptions
-
Get case first
- getCasIndex() - Method in class io.vertx.ext.consul.KeyValueOptions
-
Get the Check-And-Set index.
- getCatalog() - Method in class io.vertx.jdbcclient.SqlOptions
- getCc() - Method in class io.vertx.ext.mail.MailMessage
-
get list of cc addresses
- getCenterPoint() - Method in class io.vertx.pgclient.data.Circle
- getCertPath() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the path to the first certificate file
- getCertPaths() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get all the paths to the certificates files
- getCertPaths() - Method in class io.vertx.core.net.PemTrustOptions
- getCertValue() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the first certificate as a buffer
- getCertValues() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get all the certificates as a list of buffer
- getCertValues() - Method in class io.vertx.core.net.PemTrustOptions
- getChallenge() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- getChallengeLength() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getChannel() - Method in class io.vertx.pgclient.PgNotification
- getChannelInstance() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
- getCharacterEncoding() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the Java charset for encoding string values.
- getCharset() - Method in class io.vertx.ext.shell.term.HttpTermOptions
- getCharset() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- getCharset() - Method in interface io.vertx.ext.web.multipart.MultipartForm
- 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.
- getCharset() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- getCharset() - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- getCheckIntervalForStats() - Method in class io.vertx.core.net.TrafficShapingOptions
- getCheckIntervalForStatsTimeUnit() - Method in class io.vertx.core.net.TrafficShapingOptions
- 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.connect.SidecarServiceOptions
- getChecks() - Method in class io.vertx.ext.consul.ServiceEntry
-
Get list of checks
- getChecks() - Method in class io.vertx.ext.consul.Session
-
Get the list of associated health checks
- getChecks() - Method in class io.vertx.ext.consul.SessionOptions
-
Get a list of associated health checks.
- getChecks() - Method in class io.vertx.ext.healthchecks.CheckResult
- getChoices() - Method in class io.vertx.core.cli.Option
- getChunkSizeBytes() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
- getClassLoader() - Method in class io.vertx.core.DeploymentOptions
- getCleanerInterval() - Method in class io.vertx.redis.client.PoolOptions
-
Get how often the connection pool will be cleaned.
- getCleanerPeriod() - Method in class io.vertx.core.http.PoolOptions
- getClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
HttpClient
. - getClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
HttpClient
. - getClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
HttpClient
. - getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
HttpClient
. - getClientAssertion() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getClientAssertionType() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getClientAuth() - Method in class io.vertx.core.eventbus.EventBusOptions
- getClientAuth() - Method in class io.vertx.core.net.NetServerOptions
- getClientAuth() - Method in class io.vertx.core.net.ServerSSLOptions
- getClientCredentials() - Method in interface io.vertx.openapi.contract.OAuthFlows
-
Configuration for the OAuth Client Credentials flow.
- getClientCredentials() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlows
-
Configuration for the OAuth Client Credentials flow.
- getClientCredentials() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
-
Configuration for the OAuth Client Credentials flow.
- getClientFailureDetectionTimeout() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getClientId() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Get the provider client id
- getClientId() - Method in class io.vertx.kafka.admin.MemberDescription
- getClientId() - Method in class io.vertx.mqtt.MqttClientOptions
- getClientProcessingPending() - Method in class io.vertx.micrometer.MetricsNaming
- getClientProcessingTime() - Method in class io.vertx.micrometer.MetricsNaming
- getClientQueuePending() - Method in class io.vertx.micrometer.MetricsNaming
- getClientQueueTime() - Method in class io.vertx.micrometer.MetricsNaming
- getClientRequestTagsProvider() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- getClientResetsCount() - Method in class io.vertx.micrometer.MetricsNaming
- getClientSecret() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Get the provider client secret
- getClientToken() - Method in class io.vertx.config.vault.client.Auth
- getClosingTimeout() - Method in class io.vertx.core.http.WebSocketClientOptions
- getClusterId() - Method in class io.vertx.kafka.admin.ClusterDescription
- getClusterNodeMetadata() - Method in class io.vertx.core.eventbus.EventBusOptions
-
User-supplied information about this node when Vert.x is clustered.
- getClusterPingInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Get the value of cluster ping reply interval, in ms.
- getClusterPingReplyInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Get the value of cluster ping reply interval, in ms.
- getClusterPublicHost() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Get the public facing host to be used when clustering.
- getClusterPublicPort() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Gets the public facing port to be used when clustering.
- getClusterTransactions() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Get how Redis transactions are handled in cluster mode.
- getClusterTransactions() - Method in class io.vertx.redis.client.RedisOptions
-
Get how Redis transactions are handled in cluster mode.
- getClusterWideMap(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getClusterWideMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getClusterWideMap(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getCnonce() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getCode() - Method in exception io.vertx.core.http.StreamResetException
- getCode() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getCode() - Method in class io.vertx.ext.auth.otp.OtpCredentials
- getCode() - Method in class io.vertx.pgclient.PgNotice
- getCodeChallenge() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
PKCE code challenge
- getCodeChallengeMethod() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
PKCE code challenge method
- getCodecName() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the codec name.
- getCodeVerifier() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getCoerceObject(SQLValueProvider, Class<?>) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- getCollation() - Method in class io.vertx.ext.mongo.AggregateOptions
- getCollation() - Method in class io.vertx.ext.mongo.BulkOperation
- getCollation() - Method in class io.vertx.ext.mongo.CountOptions
- getCollation() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- getCollation() - Method in class io.vertx.ext.mongo.DistinctOptions
- getCollation() - Method in class io.vertx.ext.mongo.FindOptions
- getCollation() - Method in class io.vertx.ext.mongo.IndexOptions
- getCollation() - Method in class io.vertx.ext.mongo.UpdateOptions
- 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 class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
- getCollectionName() - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
- getCollections() - Method in interface io.vertx.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getCollections() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getCollections() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getColumn() - Method in exception io.vertx.pgclient.PgException
- getColumn() - Method in class io.vertx.pgclient.PgNotice
- getColumnDefinitions() - Method in interface io.vertx.cassandra.ResultSet
- getColumnDefinitions() - Method in class io.vertx.reactivex.cassandra.ResultSet
- getColumnDefinitions() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- getColumnIndex(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a column position for the given @code column}.
- getColumnIndex(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a column position for the given @code column}.
- getColumnIndex(String) - Method in interface io.vertx.sqlclient.Row
-
Get a column position for the given @code column}.
- getColumnName(int) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a column name at
pos
. - getColumnName(int) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a column name at
pos
. - getColumnName(int) - Method in interface io.vertx.sqlclient.Row
-
Get a column name at
pos
. - getCommand() - Method in class io.vertx.ext.stomp.Frame
- getCommand(String) - Method in interface io.vertx.ext.shell.command.CommandResolver
-
Returns a single command by its name.
- getCompressionAllowClientNoContext() - Method in class io.vertx.core.http.WebSocketClientOptions
- getCompressionContentSizeThreshold() - Method in class io.vertx.core.http.HttpServerOptions
- getCompressionLevel() - Method in class io.vertx.core.http.HttpServerOptions
- getCompressionLevel() - Method in class io.vertx.core.http.WebSocketClientOptions
- getCompressionRequestServerNoContext() - Method in class io.vertx.core.http.WebSocketClientOptions
- getCompressors() - Method in class io.vertx.core.http.HttpServerOptions
- getConfig() - 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.consul.connect.ProxyOptions
- getConfig() - Method in class io.vertx.kafka.admin.NewTopic
- getConfig() - Method in class io.vertx.kafka.client.common.KafkaClientOptions
- getConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Reads the configuration from the different and computes the final configuration.
- getConfig() - Method in class io.vertx.rxjava3.config.ConfigRetriever
-
Reads the configuration from the different and computes the final configuration.
- getConfig() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Get the Hazelcast config.
- getConfig() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getConfigPath() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
- getConfirmationStream() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
-
Get the ReadStream that contains the message IDs for confirmed messages.
- getConfirmationStream() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Get the ReadStream that contains the message IDs for confirmed messages.
- getConfirmationStream() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Get the ReadStream that contains the message IDs for confirmed messages.
- getConnection() - Method in class io.vertx.reactivex.sqlclient.Pool
-
Get a connection from the pool.
- getConnection() - Method in class io.vertx.rxjava3.sqlclient.Pool
-
Get a connection from the pool.
- getConnection() - 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
- getConnectionInitWaitTimeout() - Method in class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
- getConnectionName() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getConnectionsPerNode() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getConnectionTimeout() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getConnectionTimeout() - Method in class io.vertx.sqlclient.PoolOptions
- getConnectionTimeoutUnit() - Method in class io.vertx.sqlclient.PoolOptions
- getConnectOptions() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get consul-connect options of service
- getConnectTimeout() - Method in class io.vertx.core.eventbus.EventBusOptions
- getConnectTimeout() - Method in class io.vertx.core.http.HttpConnectOptions
- getConnectTimeout() - Method in class io.vertx.core.net.ClientOptionsBase
- getConnectTimeout() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getConnectTimeout() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the connection timeout for InfluxDB server connections, in seconds.
- getConnectTimeout() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getConstraint() - Method in exception io.vertx.pgclient.PgException
- getConstraint() - Method in class io.vertx.pgclient.PgNotice
- getConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured
MessageConsumer
. - getConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured
MessageConsumer
. - getConsumerArguments() - Method in class io.vertx.rabbitmq.QueueOptions
- getConsumerId() - Method in class io.vertx.kafka.admin.MemberDescription
- getConsumerTag() - Method in class io.vertx.rabbitmq.QueueOptions
- getContainerId() - Method in class io.vertx.amqp.AmqpClientOptions
- getContent() - Method in class io.vertx.httpproxy.spi.cache.Resource
- getContent() - Method in interface io.vertx.openapi.contract.RequestBody
- getContent() - Method in interface io.vertx.openapi.contract.Response
- getContent() - Method in class io.vertx.reactivex.openapi.contract.RequestBody
- getContent() - Method in class io.vertx.reactivex.openapi.contract.Response
- getContent() - Method in class io.vertx.rxjava3.openapi.contract.RequestBody
- getContent() - Method in class io.vertx.rxjava3.openapi.contract.Response
- getContentAnalyser(MediaType, String, Buffer, ValidationContext) - Static method in class io.vertx.openapi.validation.analyser.ContentAnalyser
-
Returns the content analyser for the given content type.
- getContentId() - Method in interface io.vertx.ext.mail.MailAttachment
-
get the Content-ID field
- getContentId() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
get the Content-ID field
- getContentId() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
get the Content-ID field
- getContentType() - Method in interface io.vertx.ext.mail.MailAttachment
-
get the Content-Type
- getContentType() - Method in class io.vertx.openapi.validation.analyser.MultipartPart
- getContentType() - Method in interface io.vertx.openapi.validation.ValidatableRequest
- getContentType() - Method in interface io.vertx.openapi.validation.ValidatableResponse
- getContentType() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
get the Content-Type
- getContentType() - Method in class io.vertx.reactivex.openapi.validation.ValidatableRequest
- getContentType() - Method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- getContentType() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
get the Content-Type
- getContentType() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- getContentType() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- 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 class io.vertx.reactivex.core.http.HttpServerRequest
-
Get the cookie with the specified name.
- getCookie(String) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Get the cookie with the specified name.
- getCookie(String, String, String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Get the cookie with the specified
<name, domain, path>
. - getCookie(String, String, String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Get the cookie with the specified
. - getCookie(String, String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Get the cookie with the specified
. - getCookies() - Method in interface io.vertx.openapi.validation.ValidatedRequest
- getCookies() - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- getCookies() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- getCoordinator() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
- getCopiedHeaders() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the copied headers used in DKIM.
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxCounterMBean
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
- getCounter() - Method in class io.vertx.ext.auth.otp.Authenticator
- getCounter() - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- getCounter() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- getCounter(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous counter.
- getCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous counter.
- getCounter(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous counter.
- getCounter(String, Promise<Counter>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return a
Counter
for the givenname
. - getCounter(String, Promise<Counter>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- getCounter(String, Promise<Counter>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getCounter(String, Promise<Counter>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getCounter(String, Promise<Counter>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getCreateIndex() - Method in class io.vertx.ext.consul.KeyValue
-
Get the internal index value that represents when the entry was created.
- getCreateIndex() - Method in class io.vertx.ext.consul.Service
-
Get the internal index value that represents when the entry was created.
- getCreateIndex() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get the internal index value that represents when the entry was created.
- getCreateIndex() - Method in class io.vertx.ext.consul.Session
-
Get the create index of session
- getCreationTime() - Method in class io.vertx.config.vault.client.Lookup
- getCreationTTL() - Method in class io.vertx.config.vault.client.Lookup
- getCredentialsOptions(String) - Method in interface io.vertx.ext.auth.webauthn4j.WebAuthn4J
-
Creates an assertion challenge and any other parameters for the
navigator.credentials.get()
call. - getCredentialsOptions(String) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
-
Creates an assertion challenge and any other parameters for the
navigator.credentials.get()
call. - getCredentialsOptions(String) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
-
Creates an assertion challenge and any other parameters for the
navigator.credentials.get()
call. - getCredentialsProvider() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getCredentialsRefreshService() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getCredID() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- getCrlPaths() - Method in class io.vertx.core.net.SSLOptions
- getCrlPaths() - Method in class io.vertx.core.net.TCPSSLOptions
- getCrlValues() - Method in class io.vertx.core.net.SSLOptions
-
Get the CRL values
- getCrlValues() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the CRL values
- getCuratorFramework() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getCustomSpi() - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Get the custom DiscoverySpi instance.
- getCustomSpi() - Method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
- getCwd() - Method in class io.vertx.core.spi.launcher.DefaultCommand
- getData() - Method in class io.vertx.config.vault.client.Secret
- getData() - Method in class io.vertx.ext.healthchecks.CheckResult
- getData() - Method in class io.vertx.ext.healthchecks.Status
- getData() - Method in interface io.vertx.ext.mail.MailAttachment
-
get the data
- getData() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
get the data
- getData() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
get the data
- getDatabase() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getDatabase() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the database name for the re-authentication.
- getDatabase() - Method in class io.vertx.oracleclient.OracleConnectOptions
- 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
- getDatacenter() - Method in class io.vertx.ext.consul.Node
-
Get node datacenter
- getDatacenters() - Method in class io.vertx.ext.consul.policy.AclPolicy
- getDatacenters() - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
- getDatagramBytesRead() - Method in class io.vertx.micrometer.MetricsNaming
- getDatagramBytesWritten() - Method in class io.vertx.micrometer.MetricsNaming
- getDatagramErrorCount() - Method in class io.vertx.micrometer.MetricsNaming
- getDataType() - Method in exception io.vertx.pgclient.PgException
- getDataType() - Method in class io.vertx.pgclient.PgNotice
- 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.CheckQueryOptions
-
Returns the datacenter that ultimately provided the list of nodes
- getDc() - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- 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.
- getDeadlinePropagation() - Method in class io.vertx.grpc.server.GrpcServerOptions
- 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
- 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.
- getDefaultHost() - Method in class io.vertx.core.http.WebSocketClientOptions
-
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.
- getDefaultPort() - Method in class io.vertx.core.http.WebSocketClientOptions
-
Get the default port to be used by this client in requests if none is provided when making the request.
- getDefaultRegionInitialSize() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Get default data region start size.
- getDefaultRegionMaxSize() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Get default data region maximum size.
- getDefaultResponse() - Method in interface io.vertx.openapi.contract.Operation
- getDefaultResponse() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getDefaultResponse() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- getDefaultValue() - Method in class io.vertx.core.cli.Argument
- getDefaultValue() - Method in class io.vertx.core.cli.Option
- getdel(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the value of a key and delete the key.
- getdel(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a key and delete the key.
- getdel(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the value of a key and delete the key.
- GETDEL - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a key and delete the key.
- getDelay(TimeUnit) - Method in interface io.vertx.core.Timer
- getDelay(TimeUnit) - Method in class io.vertx.reactivex.core.Timer
- getDelay(TimeUnit) - Method in class io.vertx.rxjava3.core.Timer
- getDelayAfterStart() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpClient
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpConnection
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpSender
- getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraClient
- getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- getDelegate() - Method in class io.vertx.reactivex.cassandra.ResultSet
- getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
- getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
- getDelegate() - Method in class io.vertx.reactivex.config.ConfigRetriever
- getDelegate() - Method in class io.vertx.reactivex.core.Context
- 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.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.AsyncFileLock
- getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystem
- getDelegate() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- getDelegate() - Method in interface io.vertx.reactivex.core.http.HttpClient
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- 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.HttpHeaders
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- getDelegate() - Method in interface io.vertx.reactivex.core.http.HttpResponseHead
- 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.ServerWebSocketHandshake
- 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.WebSocketClient
- 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.net.endpoint.Endpoint
- getDelegate() - Method in class io.vertx.reactivex.core.net.endpoint.EndpointResolver
- getDelegate() - Method in class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- getDelegate() - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
- 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.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 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.Timer
- getDelegate() - Method in class io.vertx.reactivex.core.Vertx
- getDelegate() - Method in class io.vertx.reactivex.core.VertxBuilder
- getDelegate() - Method in class io.vertx.reactivex.core.WorkerExecutor
- getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Builder
- getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Connection
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- getDelegate() - Method in interface io.vertx.reactivex.ext.auth.authorization.Authorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- getDelegate() - Method in interface io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.hashing.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.jwt.authorization.JWTAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
- 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.GiteeAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.User
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
- getDelegate() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- getDelegate() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- getDelegate() - Method in class io.vertx.reactivex.ext.consul.Watch
- getDelegate() - Method in class io.vertx.reactivex.ext.consul.WatchResult
- getDelegate() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
- getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
- getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
- getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
- getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailClient
- getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
- getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- getDelegate() - Method in class io.vertx.reactivex.ext.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 class io.vertx.reactivex.ext.web.client.CachingWebClient
- 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.OAuth2WebClient
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClient
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
- getDelegate() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- getDelegate() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
- getDelegate() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
- getDelegate() - Method in class io.vertx.reactivex.ext.web.FileUpload
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.InputTrustHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.PlatformHandler
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.ProtocolUpgradeHandler
- 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.SecurityAuditLoggerHandler
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.SecurityPolicyHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
- 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.WebAuthn4JHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
- getDelegate() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
- getDelegate() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
- getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
- 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.RequestBody
- 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.cookie.CookieSessionStore
- getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
- getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- 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.mvel.MVELTemplateEngine
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- getDelegate() - Method in class io.vertx.reactivex.ext.web.UserContext
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
- getDelegate() - Method in class io.vertx.reactivex.grpc.client.GrpcClient
- getDelegate() - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- getDelegate() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- getDelegate() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- getDelegate() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- getDelegate() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- getDelegate() - Method in class io.vertx.reactivex.grpc.server.GrpcServer
- getDelegate() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- getDelegate() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- getDelegate() - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- getDelegate() - Method in class io.vertx.reactivex.jdbcclient.JDBCPool
- getDelegate() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
- getDelegate() - Method in class io.vertx.reactivex.json.schema.JsonFormatValidator
- getDelegate() - Method in class io.vertx.reactivex.json.schema.JsonSchema
- getDelegate() - Method in class io.vertx.reactivex.json.schema.Ref
- getDelegate() - Method in class io.vertx.reactivex.json.schema.SchemaRepository
- getDelegate() - Method in class io.vertx.reactivex.json.schema.Validator
- 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.PrometheusRequestHandler
- getDelegate() - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- getDelegate() - Method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- 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.mssqlclient.MSSQLBuilder
- getDelegate() - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
- getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
- 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.openapi.contract.MediaType
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlow
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlows
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.Path
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.RequestBody
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.Response
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
- getDelegate() - Method in class io.vertx.reactivex.openapi.contract.Server
- getDelegate() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getDelegate() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getDelegate() - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
- getDelegate() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getDelegate() - Method in class io.vertx.reactivex.openapi.validation.ValidatableRequest
- getDelegate() - Method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- getDelegate() - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- getDelegate() - Method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
- getDelegate() - Method in class io.vertx.reactivex.oracleclient.OracleBuilder
- getDelegate() - Method in class io.vertx.reactivex.oracleclient.OracleClient
- getDelegate() - Method in class io.vertx.reactivex.oracleclient.OracleConnection
- getDelegate() - Method in class io.vertx.reactivex.pgclient.PgBuilder
- getDelegate() - Method in class io.vertx.reactivex.pgclient.PgConnection
- getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
- getDelegate() - Method in class io.vertx.reactivex.redis.client.Redis
- getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisAPI
- getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisCluster
- getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisConnection
- 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.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.ClientBuilder
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Cursor
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Pool
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Query
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Row
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowIterator
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowSet
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowStream
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlClient
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlResult
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Transaction
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Tuple
- getDelegate() - Method in class io.vertx.reactivex.uritemplate.UriTemplate
- getDelegate() - Method in class io.vertx.reactivex.uritemplate.Variables
- getDelegate() - Method in class io.vertx.rxjava3.amqp.AmqpClient
- getDelegate() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
- getDelegate() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- getDelegate() - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- getDelegate() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- getDelegate() - Method in class io.vertx.rxjava3.amqp.AmqpSender
- getDelegate() - Method in class io.vertx.rxjava3.cassandra.CassandraClient
- getDelegate() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- getDelegate() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- getDelegate() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- getDelegate() - Method in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- getDelegate() - Method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
- getDelegate() - Method in class io.vertx.rxjava3.config.ConfigRetriever
- getDelegate() - Method in class io.vertx.rxjava3.core.Context
- getDelegate() - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
- getDelegate() - Method in class io.vertx.rxjava3.core.dns.DnsClient
- getDelegate() - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- getDelegate() - Method in class io.vertx.rxjava3.core.eventbus.EventBus
- getDelegate() - Method in class io.vertx.rxjava3.core.eventbus.Message
- getDelegate() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- getDelegate() - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
- getDelegate() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- getDelegate() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
- getDelegate() - Method in class io.vertx.rxjava3.core.file.FileSystem
- getDelegate() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- getDelegate() - Method in interface io.vertx.rxjava3.core.http.HttpClient
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpHeaders
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- getDelegate() - Method in interface io.vertx.rxjava3.core.http.HttpResponseHead
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpServer
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- getDelegate() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- getDelegate() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- getDelegate() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- getDelegate() - Method in class io.vertx.rxjava3.core.http.WebSocket
- getDelegate() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- getDelegate() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
- getDelegate() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
- getDelegate() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- getDelegate() - Method in interface io.vertx.rxjava3.core.metrics.Measured
- getDelegate() - Method in class io.vertx.rxjava3.core.net.endpoint.Endpoint
- getDelegate() - Method in class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- getDelegate() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- getDelegate() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
- getDelegate() - Method in class io.vertx.rxjava3.core.net.NetClient
- getDelegate() - Method in class io.vertx.rxjava3.core.net.NetServer
- getDelegate() - Method in class io.vertx.rxjava3.core.net.NetSocket
- getDelegate() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- getDelegate() - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- getDelegate() - Method in class io.vertx.rxjava3.core.Promise
- getDelegate() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
- getDelegate() - Method in class io.vertx.rxjava3.core.shareddata.Counter
- getDelegate() - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
- getDelegate() - Method in class io.vertx.rxjava3.core.shareddata.Lock
- getDelegate() - Method in class io.vertx.rxjava3.core.shareddata.SharedData
- getDelegate() - Method in class io.vertx.rxjava3.core.streams.Pipe
- getDelegate() - Method in interface io.vertx.rxjava3.core.streams.ReadStream
- getDelegate() - Method in interface io.vertx.rxjava3.core.streams.StreamBase
- getDelegate() - Method in interface io.vertx.rxjava3.core.streams.WriteStream
- getDelegate() - Method in class io.vertx.rxjava3.core.Timer
- getDelegate() - Method in class io.vertx.rxjava3.core.Vertx
- getDelegate() - Method in class io.vertx.rxjava3.core.VertxBuilder
- getDelegate() - Method in class io.vertx.rxjava3.core.WorkerExecutor
- getDelegate() - Method in class io.vertx.rxjava3.db2client.DB2Builder
- getDelegate() - Method in class io.vertx.rxjava3.db2client.DB2Connection
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- getDelegate() - Method in interface io.vertx.rxjava3.ext.auth.authorization.Authorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- getDelegate() - Method in interface io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.ChainAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.User
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
- getDelegate() - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
- getDelegate() - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- getDelegate() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- getDelegate() - Method in class io.vertx.rxjava3.ext.consul.Watch
- getDelegate() - Method in class io.vertx.rxjava3.ext.consul.WatchResult
- getDelegate() - Method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
- getDelegate() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- getDelegate() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- getDelegate() - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
- getDelegate() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
- getDelegate() - Method in class io.vertx.rxjava3.ext.mail.MailClient
- getDelegate() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
- getDelegate() - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.Acknowledgement
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.Destination
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.DestinationFactory
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.Frames
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.ServerFrame
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- getDelegate() - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.Async
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.Completion
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.report.Failure
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.TestCase
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.TestCompletion
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.TestContext
- getDelegate() - Method in class io.vertx.rxjava3.ext.unit.TestSuite
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.client.WebClient
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.common.WebEnvironment
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
- getDelegate() - Method in interface io.vertx.rxjava3.ext.web.handler.AuthenticationHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- getDelegate() - Method in interface io.vertx.rxjava3.ext.web.handler.InputTrustHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
- getDelegate() - Method in interface io.vertx.rxjava3.ext.web.handler.PlatformHandler
- getDelegate() - Method in interface io.vertx.rxjava3.ext.web.handler.ProtocolUpgradeHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
- getDelegate() - Method in interface io.vertx.rxjava3.ext.web.handler.SecurityPolicyHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
- getDelegate() - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.RequestBody
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.Route
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.Router
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.Session
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.UserContext
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ObjectParserFactory
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- getDelegate() - Method in class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- getDelegate() - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
- getDelegate() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- getDelegate() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- getDelegate() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- getDelegate() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- getDelegate() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- getDelegate() - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
- getDelegate() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- getDelegate() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.Body
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- getDelegate() - Method in interface io.vertx.rxjava3.httpproxy.ProxyInterceptor
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- getDelegate() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- getDelegate() - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- getDelegate() - Method in class io.vertx.rxjava3.jdbcclient.JDBCPool
- getDelegate() - Method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
- getDelegate() - Method in class io.vertx.rxjava3.json.schema.JsonFormatValidator
- getDelegate() - Method in class io.vertx.rxjava3.json.schema.JsonSchema
- getDelegate() - Method in class io.vertx.rxjava3.json.schema.Ref
- getDelegate() - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
- getDelegate() - Method in class io.vertx.rxjava3.json.schema.Validator
- getDelegate() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
- getDelegate() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- getDelegate() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- getDelegate() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- getDelegate() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- getDelegate() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- getDelegate() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- getDelegate() - Method in class io.vertx.rxjava3.micrometer.MetricsService
- getDelegate() - Method in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
- getDelegate() - Method in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- getDelegate() - Method in interface io.vertx.rxjava3.mqtt.messages.MqttMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.MqttClient
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.MqttServer
- getDelegate() - Method in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- getDelegate() - Method in class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
- getDelegate() - Method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- getDelegate() - Method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
- getDelegate() - Method in class io.vertx.rxjava3.mysqlclient.MySQLClient
- getDelegate() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.MediaType
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.Path
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.RequestBody
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.Response
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
- getDelegate() - Method in class io.vertx.rxjava3.openapi.contract.Server
- getDelegate() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getDelegate() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getDelegate() - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
- getDelegate() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getDelegate() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- getDelegate() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- getDelegate() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- getDelegate() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- getDelegate() - Method in class io.vertx.rxjava3.oracleclient.OracleBuilder
- getDelegate() - Method in class io.vertx.rxjava3.oracleclient.OracleClient
- getDelegate() - Method in class io.vertx.rxjava3.oracleclient.OracleConnection
- getDelegate() - Method in class io.vertx.rxjava3.pgclient.PgBuilder
- getDelegate() - Method in class io.vertx.rxjava3.pgclient.PgConnection
- getDelegate() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- getDelegate() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- getDelegate() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- getDelegate() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- getDelegate() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- getDelegate() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
- getDelegate() - Method in class io.vertx.rxjava3.redis.client.Redis
- getDelegate() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
- getDelegate() - Method in class io.vertx.rxjava3.redis.client.RedisCluster
- getDelegate() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.ServiceReference
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- getDelegate() - Method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.Cursor
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.Pool
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.PropertyKind
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.Query
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.Row
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.RowIterator
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.RowSet
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.RowStream
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.SqlClient
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.SqlResult
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.templates.RowMapper
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.Transaction
- getDelegate() - Method in class io.vertx.rxjava3.sqlclient.Tuple
- getDelegate() - Method in class io.vertx.rxjava3.uritemplate.UriTemplate
- getDelegate() - Method in class io.vertx.rxjava3.uritemplate.Variables
- getDeletedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of deleted documents
- getDeliveryTag() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
- getDeliveryTag() - Method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
- 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.consul.policy.AclPolicy
- getDescription() - Method in class io.vertx.ext.consul.token.AclToken
- getDescription() - Method in interface io.vertx.ext.mail.MailAttachment
-
get the description field
- getDescription() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
get the description field
- getDescription() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
get the description field
- getDestination() - Method in class io.vertx.ext.stomp.Frame
- getDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Gets the destination with the given name.
- getDestination(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Gets the destination with the given name.
- getDestination(String) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Gets the destination with the given name.
- getDestinationName() - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- 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.rxjava3.ext.stomp.StompServerHandler
- getDetail() - Method in enum io.vertx.ext.mail.SMTPException.EnhancedStatus
-
Gets detail number of the EnhancedStatus.
- getDetail() - Method in exception io.vertx.pgclient.PgException
- getDetail() - Method in class io.vertx.pgclient.PgNotice
- getDisabledMetricsCategories() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- getDisabledTransports() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
- getDisableTCCL() - Method in class io.vertx.core.VertxOptions
- getDiscoverySpi() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Should return fully configured discovery options.
- getDisplayName() - Method in class io.vertx.config.vault.client.Lookup
- getDisplayName() - Method in class io.vertx.config.vault.client.TokenRequest
- getDisposition() - Method in interface io.vertx.ext.mail.MailAttachment
-
get the disposition field
- getDisposition() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
get the disposition field
- getDisposition() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
get the disposition field
- getDKIMSignOption() - Method in class io.vertx.ext.mail.MailConfig
-
Gets the DKIM options.
- getDKIMSignOptions() - Method in class io.vertx.ext.mail.MailConfig
-
Gets the DKIM options.
- getDnsTtl() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get the TTL duration when query results are served over DNS.
- getDnsTtl() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the TTL duration when query results are served over DNS.
- getDocMatched() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the number of documents that're matched
- getDocModified() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the number of documents that're modified
- getDocument() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the document, used by insert, replace, and update operations
- getDocUpsertedId() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the document id that's upserted
- getDomain() - Method in interface io.vertx.core.http.Cookie
- getDomain() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- 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
- getDouble() - Method in interface io.vertx.ext.web.validation.RequestParameter
- getDouble() - Method in interface io.vertx.openapi.validation.Parameter
- getDouble() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getDouble() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getDouble() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getDouble() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getDouble() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getDouble() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getDouble() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getDouble() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getDouble(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the
double
at positionpos
in the Buffer. - getDouble(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Double at position
pos
in the array, - getDouble(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a double value at
pos
. - getDouble(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a double value at
pos
. - getDouble(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a double value at
pos
. - getDouble(Double) - Method in interface io.vertx.openapi.validation.Parameter
- getDouble(Double) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getDouble(Double) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getDouble(Double) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getDouble(Double) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getDouble(Double) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getDouble(Double) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getDouble(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Double value with the specified key
- getDouble(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a double value for the given
column
. - getDouble(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a double value for the given
column
. - getDouble(String) - Method in interface io.vertx.sqlclient.Row
-
Get a double value for the given
column
. - getDouble(String, Double) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getDouble(String)
but specifying a default value to return if there is no entry. - getDoubleLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets a double at the specified absolute
index
in this buffer in Little Endian Byte Order. - getDraft() - Method in class io.vertx.json.schema.JsonSchemaOptions
- getDropTarget() - Method in class io.vertx.ext.mongo.RenameCollectionOptions
- getDurationUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
- getEbBytesRead() - Method in class io.vertx.micrometer.MetricsNaming
- getEbBytesWritten() - Method in class io.vertx.micrometer.MetricsNaming
- getEbDelivered() - Method in class io.vertx.micrometer.MetricsNaming
- getEbDiscarded() - Method in class io.vertx.micrometer.MetricsNaming
- getEbHandlers() - Method in class io.vertx.micrometer.MetricsNaming
- getEbPending() - Method in class io.vertx.micrometer.MetricsNaming
- getEbProcessed() - Method in class io.vertx.micrometer.MetricsNaming
- getEbPublished() - Method in class io.vertx.micrometer.MetricsNaming
- getEbReceived() - Method in class io.vertx.micrometer.MetricsNaming
- getEbReplyFailures() - Method in class io.vertx.micrometer.MetricsNaming
- getEbSent() - Method in class io.vertx.micrometer.MetricsNaming
- getEmail() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
-
get the email part of the address
- getEmbeddedServerEndpoint() - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Get the HTTP endpoint used if an embedded server is configured
- getEmbeddedServerOptions() - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Get the HTTP server options of the embedded server, if any
- getEnabledCipherSuites() - Method in class io.vertx.core.net.SSLOptions
-
Return an ordered set of the cipher suites.
- getEnabledCipherSuites() - Method in class io.vertx.core.net.TCPSSLOptions
-
Return an ordered set of the cipher suites.
- getEnabledSecureTransportProtocols() - Method in class io.vertx.core.net.SSLOptions
-
Returns the enabled SSL/TLS protocols
- getEnabledSecureTransportProtocols() - Method in class io.vertx.core.net.TCPSSLOptions
-
Returns the enabled SSL/TLS protocols
- getEndpoint() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Gets the redis endpoint to use
- 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.RedisConnectOptions
-
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
- getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the list of Redis endpoints to use (mostly used while connecting to a cluster)
- getEnhancedStatus() - Method in exception io.vertx.ext.mail.SMTPException
-
EnhancedStatus of the exception.
- getEntries() - Method in class io.vertx.kafka.admin.Config
- getErr() - Method in class io.vertx.ext.consul.Coordinate
-
Get error
- getError() - Method in class io.vertx.json.schema.OutputUnit
- 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.sqlclient.DatabaseException
-
Database specific error code.
- getErrorMessage() - Method in interface io.vertx.ext.web.validation.RequestPredicateResult
-
Get error of failure
- getErrorMessage() - Method in exception io.vertx.pgclient.PgException
- getErrorMessage() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
-
Get error of failure
- getErrorMessage() - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
-
Get error of failure
- getErrors() - Method in class io.vertx.ext.consul.TxnResponse
-
Returns list of transaction errors
- getErrors() - Method in class io.vertx.json.schema.OutputUnit
- getErrorsSize() - Method in class io.vertx.ext.consul.TxnResponse
-
Returns the number of errors in this response
- getErrorType() - Method in exception io.vertx.ext.web.validation.BodyProcessorException
- getErrorType() - Method in exception io.vertx.ext.web.validation.ParameterProcessorException
- getErrorType() - Method in class io.vertx.json.schema.OutputUnit
- getEtag() - Method in class io.vertx.httpproxy.spi.cache.Resource
- 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.
- getEventLoopSize() - Method in class io.vertx.core.http.PoolOptions
- getEventLoopSize() - Method in class io.vertx.sqlclient.PoolOptions
- getex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the value of a key and optionally set its expiration.
- getex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a key and optionally set its expiration.
- getex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the value of a key and optionally set its expiration.
- GETEX - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a key and optionally set its expiration.
- getExecutionInfo() - Method in interface io.vertx.cassandra.ResultSet
- getExecutionInfo() - Method in class io.vertx.reactivex.cassandra.ResultSet
- getExecutionInfo() - Method in class io.vertx.rxjava3.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
- getExpireAfterSeconds() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- getExpiresInSeconds() - Method in class io.vertx.ext.auth.JWTOptions
- getExpireTime() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the expire time in seconds when the signature sign will be expired.
- getExpiryPolicy() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets cache expiry policy object.
- getExplicitMaxTTL() - Method in class io.vertx.config.vault.client.Lookup
- getExpose() - Method in class io.vertx.ext.consul.connect.ProxyOptions
- getExtensions() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getExtensions() - Method in interface io.vertx.openapi.contract.OpenAPIObject
-
Returns the Specification Extensions of this OpenAPIObject.
- getExtensionTarget() - Method in class io.vertx.ext.web.Http2PushMapping
- getExtra() - Method in class io.vertx.ext.web.api.service.ServiceRequest
-
Get extra payload
- getExtraConfig() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getExtraParameters() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Extra parameters to send to the provider
- getExtraSettings() - Method in class io.vertx.core.http.Http2Settings
- getFailovers() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the number of remote datacenters that were queried while executing the query.
- getFailure() - Method in class io.vertx.ext.healthchecks.CheckResult
- getFailureHandlers() - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
- getFailuresRollingWindow() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- getFetchDirection() - Method in class io.vertx.jdbcclient.SqlOptions
- getFetchSize() - Method in class io.vertx.jdbcclient.SqlOptions
- getFields() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the fields
- getFifteenMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
- getFile() - Method in exception io.vertx.pgclient.PgException
- getFile() - Method in class io.vertx.pgclient.PgNotice
- 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.consul.CheckQueryOptions
-
Returns the expression used to filter the queries results prior to returning the data
- getFilter() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the filter document, used by replace, update, and delete operations
- getFiveMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
- getFlags() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- 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() - Method in interface io.vertx.ext.web.validation.RequestParameter
- getFloat() - Method in interface io.vertx.openapi.validation.Parameter
- getFloat() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getFloat() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getFloat() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getFloat() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getFloat() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getFloat() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getFloat() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getFloat() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getFloat(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the
float
at positionpos
in the Buffer. - getFloat(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Float at position
pos
in the array, - getFloat(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a float value at
pos
. - getFloat(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a float value at
pos
. - getFloat(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a float value at
pos
. - getFloat(Float) - Method in interface io.vertx.openapi.validation.Parameter
- getFloat(Float) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getFloat(Float) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getFloat(Float) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getFloat(Float) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getFloat(Float) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getFloat(Float) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getFloat(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Float value with the specified key
- getFloat(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a float value for the given
column
. - getFloat(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a float value for the given
column
. - getFloat(String) - Method in interface io.vertx.sqlclient.Row
-
Get a float value for the given
column
. - getFloat(String, Float) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getFloat(String)
but specifying a default value to return if there is no entry. - getFloatLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets a float at the specified absolute
index
in this buffer in Little Endian Byte Order. - getFlow() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getFlow(String) - Static method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
- getFlows() - Method in interface io.vertx.openapi.contract.SecurityScheme
-
An object containing configuration information for the flow types supported.
- getFlows() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
-
An object containing configuration information for the flow types supported.
- getFlows() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
-
An object containing configuration information for the flow types supported.
- getFmt() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- getFollowRedirects() - Method in class io.vertx.core.http.RequestOptions
- getFormat() - Method in class io.vertx.config.ConfigStoreOptions
- getFormat() - Method in class io.vertx.ext.unit.report.ReportOptions
- getFormAttribute(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first form attribute value with the specified name
- getFormAttribute(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Return the first form attribute value with the specified name
- getFormAttribute(String) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Return the first form attribute value with the specified name
- getFrom() - Method in class io.vertx.ext.mail.MailMessage
-
get from address of this mail
- getGeometries() - Method in class io.vertx.mysqlclient.data.spatial.GeometryCollection
- getGrantType() - Method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
- getGranularity() - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- getGraphQLUri() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- getGraphQLWSUri() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- getGroupId() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
- getGroupId() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
- getGroupName() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets the cache group name.
- getGrpc() - Method in class io.vertx.ext.consul.CheckOptions
-
Specifies a gRPC check's endpoint that supports the standard gRPC health checking protocol.
- getHAGroup() - Method in class io.vertx.core.VertxOptions
-
Get the HA group to be used when HA is enabled.
- getHandlers() - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
- getHandshakeTimeout() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getHashSlotCacheTTL() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Returns the TTL of the hash slot cache.
- getHashSlotCacheTTL() - Method in class io.vertx.redis.client.RedisOptions
-
Returns the TTL of the hash slot cache.
- getHazelcastInstance() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getHeader() - Method in class io.vertx.ext.auth.JWTOptions
- getHeader(CharSequence) - Method in interface io.vertx.core.http.HttpRequestHead
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in interface io.vertx.core.http.HttpResponseHead
-
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(CharSequence) - Method in class io.vertx.reactivex.core.http.HttpRequestHead
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in interface io.vertx.core.http.HttpRequestHead
-
Return the first header value with the specified name
- getHeader(String) - Method in interface io.vertx.core.http.HttpResponseHead
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.ext.stomp.Frame
-
Gets the value of the header with the given name.
- getHeader(String) - 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.HttpRequestHead
-
Return the first header value with the specified name
- getHeader(String) - Method in interface io.vertx.reactivex.core.http.HttpResponseHead
-
Return the first header value with the specified name
- 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.rxjava3.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
-
Return the first header value with the specified name
- getHeader(String) - Method in interface io.vertx.rxjava3.core.http.HttpResponseHead
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
-
Return the first header value with the specified name
- getHeaderCanonAlgo() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the canonicalization algorithm for signed headers.
- getHeaders() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the message headers
- getHeaders() - Method in class io.vertx.core.http.RequestOptions
-
Get the request headers
- getHeaders() - Method in exception io.vertx.core.http.UpgradeRejectedException
- getHeaders() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Custom headers to send along with every request.
- getHeaders() - Method in class io.vertx.ext.consul.CheckOptions
-
Get header map
- getHeaders() - Method in interface io.vertx.ext.mail.MailAttachment
-
Get the headers to be added for this attachment.
- getHeaders() - Method in class io.vertx.ext.mail.MailMessage
-
Get the headers.
- getHeaders() - Method in class io.vertx.ext.stomp.Frame
-
Gets the frame headers.
- getHeaders() - Method in class io.vertx.ext.web.api.service.ServiceRequest
-
Get request headers
- getHeaders() - Method in class io.vertx.ext.web.api.service.ServiceResponse
- getHeaders() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- getHeaders() - Method in class io.vertx.httpproxy.spi.cache.Resource
- getHeaders() - Method in interface io.vertx.openapi.contract.Response
- getHeaders() - Method in interface io.vertx.openapi.validation.ValidatableResponse
- getHeaders() - Method in interface io.vertx.openapi.validation.ValidatedRequest
- getHeaders() - Method in interface io.vertx.openapi.validation.ValidatedResponse
- getHeaders() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
Get the headers to be added for this attachment.
- getHeaders() - Method in class io.vertx.reactivex.openapi.contract.Response
- getHeaders() - Method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- getHeaders() - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- getHeaders() - Method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
- getHeaders() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
Get the headers to be added for this attachment.
- getHeaders() - Method in class io.vertx.rxjava3.openapi.contract.Response
- getHeaders() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- getHeaders() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- getHeaders() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- 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
- getHelper(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
- getHelper(Vertx) - Method in class io.vertx.core.net.PemKeyCertOptions
- getHelper(Vertx) - Method in class io.vertx.core.net.PemTrustOptions
- getHint() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the operation hint
- getHint() - Method in class io.vertx.ext.mongo.CountOptions
-
Gets the hint to apply.
- getHint() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the hint.
- getHint() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get the hint.
- getHint() - Method in exception io.vertx.pgclient.PgException
- getHint() - Method in class io.vertx.pgclient.PgNotice
- getHintString() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the operation hint string
- getHintString() - Method in class io.vertx.ext.mongo.CountOptions
-
Gets the hint string to apply.
- getHintString() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the hint string.
- getHintString() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get the hint string.
- 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 class io.vertx.core.http.HttpConnectOptions
-
Get the host name to be used by the client request.
- getHost() - Method in class io.vertx.core.net.ConnectOptions
-
Get the host name to be used by the client connection.
- 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.oracleclient.OracleConnectOptions
- getHost() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- 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.ClientSSLOptions
- getHostnameVerificationAlgorithm() - Method in class io.vertx.core.net.NetClientOptions
- getHostsPath() - Method in class io.vertx.core.dns.AddressResolverOptions
- getHostsRefreshPeriod() - 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
- getHttp1MaxSize() - Method in class io.vertx.core.http.PoolOptions
-
Get the maximum pool size for HTTP/1.x connections
- 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
- getHttp2MaxSize() - Method in class io.vertx.core.http.PoolOptions
-
Get the maximum pool size for HTTP/2 connections
- getHttp2MultiplexingLimit() - Method in class io.vertx.core.http.HttpClientOptions
- getHttp2RstFloodMaxRstFramePerWindow() - Method in class io.vertx.core.http.HttpServerOptions
- getHttp2RstFloodWindowDuration() - Method in class io.vertx.core.http.HttpServerOptions
- getHttp2RstFloodWindowDurationTimeUnit() - Method in class io.vertx.core.http.HttpServerOptions
- getHttpActiveRequests() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpActiveWsConnections() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpClientOptions() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getHttpClientOptions() - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- getHttpMethod() - Method in interface io.vertx.openapi.contract.Operation
- getHttpMethod() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getHttpMethod() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- getHttpOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
- getHttpQueuePending() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpQueueTime() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpRequestBytes() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpRequestResetsCount() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpRequestsCount() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpResponseBytes() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpResponsesCount() - Method in class io.vertx.micrometer.MetricsNaming
- getHttpResponseTime() - Method in class io.vertx.micrometer.MetricsNaming
- getId() - Method in class io.vertx.config.vault.client.Lookup
- getId() - Method in class io.vertx.config.vault.client.TokenRequest
- getId() - Method in interface io.vertx.ext.auth.authorization.AuthorizationProvider
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.ext.auth.PubSecKeyOptions
- getId() - Method in class io.vertx.ext.auth.webauthn4j.RelyingParty
- 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.Node
-
Get node id
- getId() - Method in class io.vertx.ext.consul.policy.AclPolicy
- 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.consul.token.PolicyLink
- getId() - Method in class io.vertx.ext.healthchecks.CheckResult
- getId() - Method in class io.vertx.ext.stomp.Frame
- getId() - Method in class io.vertx.kafka.client.common.Node
- getId() - Method in interface io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
-
returns the id of the authorization provider
- getId() - Method in interface io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
-
returns the id of the authorization provider
- getId() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
-
returns the id of the authorization provider
- getIdentifier() - Method in class io.vertx.ext.auth.otp.Authenticator
- getIdentifier() - Method in class io.vertx.ext.auth.otp.OtpCredentials
- getIdentifier() - Method in enum io.vertx.json.schema.Draft
- getIdentifier() - Method in interface io.vertx.openapi.contract.MediaType
- getIdentifier() - Method in class io.vertx.reactivex.openapi.contract.MediaType
- getIdentifier() - Method in class io.vertx.rxjava3.openapi.contract.MediaType
- getIdleConnectionTimeout() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getIdleTimeout() - Method in class io.vertx.core.http.RequestOptions
- getIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
- getIdleTimeout() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getIdleTimeout() - Method in class io.vertx.sqlclient.PoolOptions
- getIdleTimeoutUnit() - Method in class io.vertx.core.net.TCPSSLOptions
- getIdleTimeoutUnit() - Method in class io.vertx.sqlclient.PoolOptions
- getIdString() - Method in class io.vertx.kafka.client.common.Node
- getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ConstructorBasedConverter
-
Checks whether the given class can be used by the
ConstructorBasedConverter
(i.e. has a constructor taking a single String as argument). - getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromBasedConverter
-
Checks whether the given class can be used by the
FromBasedConverter
(i.e. has a static 'from' method taking a single String as argument). - getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromStringBasedConverter
-
Checks whether the given class can be used by the
FromStringBasedConverter
(i.e. has a static 'fromString' method taking a single String as argument). - getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ValueOfBasedConverter
-
Checks whether the given class can be used by the
ValueOfBasedConverter
(i.e. has a static 'valueOf' method taking a single String as argument). - getIgniteInstance() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
Returns instance of
Ignite
. - getImplicit() - Method in interface io.vertx.openapi.contract.OAuthFlows
-
Configuration for the OAuth Implicit flow.
- getImplicit() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlows
-
Configuration for the OAuth Implicit flow.
- getImplicit() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
-
Configuration for the OAuth Implicit flow.
- getIn() - Method in interface io.vertx.openapi.contract.Parameter
- getIn() - Method in interface io.vertx.openapi.contract.SecurityScheme
-
The location of the API key.
- getIn() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- getIn() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
-
The location of the API key.
- getIn() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- getIn() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
-
The location of the API key.
- getInBinary() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- getInboundGlobalBandwidth() - Method in class io.vertx.core.net.TrafficShapingOptions
- getInboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
- getInboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
- getIncludeProperties() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getIndex() - Method in class io.vertx.core.cli.Argument
- getIndex() - Method in class io.vertx.ext.consul.BlockingQueryOptions
-
Get index
- getIndex() - Method in class io.vertx.ext.consul.CheckList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.CoordinateList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.EventList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.KeyValueList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.NodeList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.ServiceEntryList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.ServiceList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.Session
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.SessionList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the index used for locking, unlocking, and check-and-set operations.
- getIndexOptionDefaults() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- 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
- getInserts() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
An unmodifiable list of inserts data.
- getInstance() - Static method in class io.vertx.core.json.jackson.HybridJacksonPool
- getInstanceCount() - Method in interface io.vertx.core.Context
- getInstanceCount() - Method in class io.vertx.reactivex.core.Context
- getInstanceCount() - Method in class io.vertx.rxjava3.core.Context
- getInstanceLocation() - Method in class io.vertx.json.schema.OutputUnit
- getInstanceName() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getInstances() - Method in class io.vertx.core.DeploymentOptions
-
Get the number of instances that should be deployed.
- getInstant(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Instant at position
pos
in the array. - getInstant(String) - Method in class io.vertx.core.json.JsonObject
-
Get the instant value with the specified key.
- getInstant(String, Instant) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getInstant(String)
but specifying a default value to return if there is no entry. - getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputMeterMBean
- getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputTimerMBean
- getInSyncReplicas() - Method in class io.vertx.kafka.client.common.PartitionInfo
- getInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the
int
at positionpos
in the Buffer. - getInteger() - Method in interface io.vertx.ext.web.validation.RequestParameter
- getInteger() - Method in interface io.vertx.openapi.validation.Parameter
- getInteger() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getInteger() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getInteger() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getInteger() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getInteger() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getInteger() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getInteger() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getInteger() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getInteger(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Integer at position
pos
in the array, - getInteger(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an integer value at
pos
. - getInteger(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an integer value at
pos
. - getInteger(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an integer value at
pos
. - getInteger(Integer) - Method in interface io.vertx.openapi.validation.Parameter
- getInteger(Integer) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getInteger(Integer) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getInteger(Integer) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getInteger(Integer) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getInteger(Integer) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getInteger(Integer) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getInteger(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Integer value with the specified key
- getInteger(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an integer value for the given
column
. - getInteger(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get an integer value for the given
column
. - getInteger(String) - Method in interface io.vertx.sqlclient.Row
-
Get an integer value for the given
column
. - getInteger(String, Integer) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getInteger(String)
but specifying a default value to return if there is no entry. - getInternalBlockingPoolSize() - Method in class io.vertx.core.VertxOptions
-
Get the value of internal blocking pool size.
- getInternalPosition() - Method in exception io.vertx.pgclient.PgException
- getInternalPosition() - Method in class io.vertx.pgclient.PgNotice
- getInternalQuery() - Method in exception io.vertx.pgclient.PgException
- getInternalQuery() - Method in class io.vertx.pgclient.PgNotice
- getInternalStatistics() - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a STATISTICS command to get a human readable string of the server internal status.
- getInternalStatistics() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a STATISTICS command to get a human readable string of the server internal status.
- getInternalStatistics() - Method in class io.vertx.rxjava3.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
- 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. - getIntputrc() - Method in class io.vertx.ext.shell.term.HttpTermOptions
- getIntputrc() - Method in class io.vertx.ext.shell.term.SSHTermOptions
- getIntputrc() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- getIntrospectionPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
The provider token introspection resource path
- getIsr() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
- getIssuer() - Method in class io.vertx.ext.auth.JWTOptions
- getItemList() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- getIterationError() - Method in exception io.vertx.mysqlclient.MySQLBatchException
-
Get the detailed errors of all failed iterations in batching.
- getJdbcUrl() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getJksKeyCertOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
- getJksTrustOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
- getJmxDomain() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Get the JMX domain to use when JMX metrics are enabled.
- getJmxMetricsOptions() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Get the specific options for JMX reporting.
- getJob(int) - Method in interface io.vertx.ext.shell.system.JobController
-
Returns an active job in this session by its id.
- 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(int) - Method in class io.vertx.rxjava3.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(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a JSON element at
pos
, the element might benull
or one of the following types: String Number JsonObject JsonArray Boolean - 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(String) - Method in class io.vertx.rxjava3.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(String) - Method in interface io.vertx.sqlclient.Row
-
Get a JSON element for the given
column
, the element might benull
or one of the following types: String Number JsonObject JsonArray Boolean - getJsonArray() - Method in interface io.vertx.ext.web.validation.RequestParameter
- getJsonArray() - Method in interface io.vertx.openapi.validation.Parameter
- getJsonArray() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getJsonArray() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getJsonArray() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getJsonArray() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getJsonArray() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getJsonArray() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getJsonArray() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getJsonArray() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getJsonArray(int) - Method in class io.vertx.core.json.JsonArray
-
Get the JsonArray at position
pos
in the array. - getJsonArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a value at
pos
. - getJsonArray(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a value at
pos
. - getJsonArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a
JsonArray
value atpos
. - getJsonArray(JsonArray) - Method in interface io.vertx.openapi.validation.Parameter
- getJsonArray(JsonArray) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getJsonArray(JsonArray) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getJsonArray(JsonArray) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getJsonArray(JsonArray) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getJsonArray(JsonArray) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getJsonArray(JsonArray) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getJsonArray(String) - Method in class io.vertx.core.json.JsonObject
-
Get the JsonArray value with the specified key
- getJsonArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a value for the given
column
. - getJsonArray(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a value for the given
column
. - getJsonArray(String) - Method in interface io.vertx.sqlclient.Row
-
Get a
JsonArray
value for the givencolumn
. - getJsonArray(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getJsonArray(String)
but specifying a default value to return if there is no entry. - getJsonObject() - Method in interface io.vertx.ext.web.validation.RequestParameter
-
Returns null if value is not a
JsonObject
, otherwise it returns value - getJsonObject() - Method in interface io.vertx.openapi.validation.Parameter
- getJsonObject() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
-
Returns null if value is not a , otherwise it returns value
- getJsonObject() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getJsonObject() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getJsonObject() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getJsonObject() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
-
Returns null if value is not a , otherwise it returns value
- getJsonObject() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getJsonObject() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getJsonObject() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getJsonObject(int) - Method in class io.vertx.core.json.JsonArray
-
Get the JsonObject at position
pos
in the array. - getJsonObject(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a value at
pos
. - getJsonObject(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a value at
pos
. - getJsonObject(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a
JsonObject
value atpos
. - getJsonObject(JsonObject) - Method in interface io.vertx.openapi.validation.Parameter
- getJsonObject(JsonObject) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getJsonObject(JsonObject) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getJsonObject(JsonObject) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getJsonObject(JsonObject) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getJsonObject(JsonObject) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getJsonObject(JsonObject) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getJsonObject(String) - Method in class io.vertx.core.json.JsonObject
-
Get the JsonObject value with the specified key
- getJsonObject(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a value for the given
column
. - getJsonObject(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a value for the given
column
. - getJsonObject(String) - Method in interface io.vertx.sqlclient.Row
-
Get a
JsonObject
value for the givencolumn
. - getJsonObject(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getJsonObject(String)
but specifying a default value to return if there is no entry. - getJwkMaxAgeInSeconds() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getJwkPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getJwks() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- getJwks() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getJwt() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getJWTOptions() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- getJWTOptions() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getKeepAliveInterval() - Method in class io.vertx.mqtt.MqttClientOptions
- getKeepAliveTimeout() - Method in class io.vertx.core.http.HttpClientOptions
- getKeepAliveTimeout() - Method in class io.vertx.ext.mail.MailConfig
- getKeepAliveTimeoutUnit() - Method in class io.vertx.ext.mail.MailConfig
-
Gets the
TimeUnit
of keeping the connections alive timeout. - getKey() - Method in class io.vertx.ext.auth.otp.Authenticator
- getKey() - Method in class io.vertx.ext.auth.otp.OtpKey
- getKey() - Method in class io.vertx.ext.consul.KeyValue
-
Get the key
- getKey() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the key
- getKey() - Method in class io.vertx.ext.mongo.IndexModel
-
Get the index key
- getKeyAlgorithm() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x ssl certificate options instead. It will be removed in vert.x 4.1
- getKeyBytes() - Method in class io.vertx.ext.auth.otp.OtpKey
- getKeyCertOptions() - Method in class io.vertx.core.net.SSLOptions
- getKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
- getKeyed() - Method in class io.vertx.redis.client.RequestGrouping
-
Returns a collection of request groups such that all requests in each group are guaranteed to be sent to the same master node.
- 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() - Method in interface io.vertx.redis.client.Response
-
Get this multi response keys from a hash.
- getKeys(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeys(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeys(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeyspace() - Method in class io.vertx.cassandra.CassandraClientOptions
- getKeyStore() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- getKeyStoreFilePath() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksKeyCertOptions.path instead. It will be removed in vert.x 4.1
- getKeyStorePassword() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksKeyCertOptions.password instead. It will be removed in vert.x 4.1
- getKeyStoreType() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x ssl certificate options instead. It will be removed in vert.x 4.1
- getKeysWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeyValue() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the first key as a buffer
- getKeyValues() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get all the keys as a list of buffer
- getKeyword() - Method in class io.vertx.json.schema.common.dsl.Keyword
- getKeywordLocation() - Method in class io.vertx.json.schema.OutputUnit
- getKind() - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyModel
- getKind() - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
- getLabel() - Method in class io.vertx.micrometer.Match
- getLabelMatches() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- getLabels() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- getLanAddress() - Method in class io.vertx.ext.consul.Node
-
Get node lan address
- getLanguageOverride() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the name of the field that contains the language string.
- getLastModified() - Method in class io.vertx.httpproxy.spi.cache.Resource
- 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
- getLeeway() - Method in class io.vertx.ext.web.client.OAuth2WebClientOptions
-
Weather to allow leeway while validating if a token is considered expired.
- 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.CountOptions
-
Gets the limit to apply.
- getLimit() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the limit - this determines the max number of rows to return
- getLine() - Method in exception io.vertx.pgclient.PgException
- getLine() - Method in class io.vertx.pgclient.PgNotice
- getLineNumber() - Method in class io.vertx.mssqlclient.MSSQLInfo
- getLineStrings() - Method in class io.vertx.mysqlclient.data.spatial.MultiLineString
- getLineStrings() - Method in class io.vertx.mysqlclient.data.spatial.Polygon
- getLinkName() - Method in class io.vertx.amqp.AmqpReceiverOptions
- getLinkName() - Method in class io.vertx.amqp.AmqpSenderOptions
- getList() - Method in class io.vertx.core.json.JsonArray
-
Get the underlying
List
as is. - getList() - Method in class io.vertx.ext.consul.CheckList
-
Get list of checks
- getList() - Method in class io.vertx.ext.consul.CoordinateList
-
Get list of coordinates
- getList() - Method in class io.vertx.ext.consul.EventList
-
Get list of events
- getList() - Method in class io.vertx.ext.consul.KeyValueList
-
Get list of key/value pairs
- getList() - Method in class io.vertx.ext.consul.NodeList
-
Get list of nodes
- getList() - Method in class io.vertx.ext.consul.ServiceEntryList
-
Get list of services
- getList() - Method in class io.vertx.ext.consul.ServiceList
-
Get list of services
- getList() - Method in class io.vertx.ext.consul.SessionList
-
Get list of sessions
- getList(String) - Method in class io.vertx.reactivex.uritemplate.Variables
- getList(String) - Method in class io.vertx.rxjava3.uritemplate.Variables
- getList(String) - Method in interface io.vertx.uritemplate.Variables
- getListenerPort() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- getListSeparator() - Method in class io.vertx.core.cli.TypedOption
- getLocal() - Method in class io.vertx.ext.consul.token.AclToken
- getLocal(ContextLocal<T>) - Method in interface io.vertx.core.Context
-
Get local data associated with
key
using the concurrent access mode. - getLocal(ContextLocal<T>) - Method in class io.vertx.reactivex.core.Context
-
Get local data associated with
key
using the concurrent access mode. - getLocal(ContextLocal<T>) - Method in class io.vertx.rxjava3.core.Context
-
Get local data associated with
key
using the concurrent access mode. - getLocal(ContextLocal<T>, AccessMode) - Method in interface io.vertx.core.Context
-
Get local data associated with
key
using the specified access mode. - getLocal(ContextLocal<T>, AccessMode) - Method in class io.vertx.reactivex.core.Context
-
Get local data associated with
key
using the specified access mode. - getLocal(ContextLocal<T>, AccessMode) - Method in class io.vertx.rxjava3.core.Context
-
Get local data associated with
key
using the specified access mode. - getLocal(ContextLocal<T>, AccessMode, Supplier<? extends T>) - Method in interface io.vertx.core.Context
-
Get local data associated with
key
using the specified access mode. - getLocal(ContextLocal<T>, Supplier<? extends T>) - Method in interface io.vertx.core.Context
-
Get local data associated with
key
using the concurrent access mode. - getLocalAddress() - Method in class io.vertx.core.net.ClientOptionsBase
- getLocalAsyncMap(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - getLocalAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - getLocalAsyncMap(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - getLocalBindPort() - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- getLocalCounter(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous local counter.
- getLocalCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous local counter.
- getLocalCounter(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous local counter.
- getLocalDate(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get
LocalDate
value atpos
. - getLocalDate(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get
LocalDate
value atpos
. - getLocalDate(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
LocalDate
value atpos
. - getLocalDate(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get
LocalDate
value for the givencolumn
. - getLocalDate(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get
LocalDate
value for the givencolumn
. - getLocalDate(String) - Method in interface io.vertx.sqlclient.Row
-
Get
LocalDate
value for the givencolumn
. - getLocalDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get
LocalDateTime
value atpos
. - getLocalDateTime(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get
LocalDateTime
value atpos
. - getLocalDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
LocalDateTime
value atpos
. - getLocalDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get
LocalDateTime
value for the givencolumn
. - getLocalDateTime(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get
LocalDateTime
value for the givencolumn
. - getLocalDateTime(String) - Method in interface io.vertx.sqlclient.Row
-
Get
LocalDateTime
value for the givencolumn
. - getLocale() - Method in class io.vertx.ext.mongo.CollationOptions
-
Get the locale
- getLocalHost() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Gets system-wide local address or host for all Ignite components to bind to.
- getLocalLock(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- getLocalLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- getLocalLock(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- getLocalLockWithTimeout(String, long) - Method in interface io.vertx.core.shareddata.SharedData
-
Like
SharedData.getLocalLock(String)
but specifying a timeout. - getLocalLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Like
SharedData.getLocalLock(java.lang.String)
but specifying a timeout. - getLocalLockWithTimeout(String, long) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Like
SharedData.getLocalLock(java.lang.String)
but specifying a timeout. - getLocalMap(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Return a
LocalMap
with the specificname
. - getLocalMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Return a
LocalMap
with the specificname
. - getLocalMap(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Return a
LocalMap
with the specificname
. - getLocalPathPort() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- getLocalPort() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getLocalTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get
LocalTime
value atpos
. - getLocalTime(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get
LocalTime
value atpos
. - getLocalTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
LocalTime
value atpos
. - getLocalTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get
LocalTime
value for the givencolumn
. - getLocalTime(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get
LocalTime
value for the givencolumn
. - getLocalTime(String) - Method in interface io.vertx.sqlclient.Row
-
Get
LocalTime
value for the givencolumn
. - getLocation() - Method in exception io.vertx.ext.web.validation.ParameterProcessorException
- getLocation() - Method in class io.vertx.servicediscovery.Record
- getLock(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- getLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- getLock(String) - Method in class io.vertx.rxjava3.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
and60
seconds. - getLockDelay() - Method in class io.vertx.ext.consul.SessionOptions
-
Get the lock-delay period.
- getLockIndex() - Method in class io.vertx.ext.consul.KeyValue
-
Get the number of times this key has successfully been acquired in a lock.
- getLockWithTimeout(String, long) - Method in interface io.vertx.core.shareddata.SharedData
-
Like
SharedData.getLock(String)
but specifying a timeout. - getLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Like
SharedData.getLock(java.lang.String)
but specifying a timeout. - getLockWithTimeout(String, long) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Like
SharedData.getLock(java.lang.String)
but specifying a timeout. - getLockWithTimeout(String, long) - Method in interface io.vertx.spi.cluster.hazelcast.spi.HazelcastObjectProvider
-
Return Lock with the given name within specified timeout (in ms)
- getLockWithTimeout(String, long, Promise<Lock>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
- getLockWithTimeout(String, long, Promise<Lock>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- getLockWithTimeout(String, long, Promise<Lock>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getLockWithTimeout(String, long, Promise<Lock>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getLockWithTimeout(String, long, Promise<Lock>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getLogActivity() - Method in class io.vertx.core.dns.DnsClientOptions
- getLogActivity() - Method in class io.vertx.core.net.NetworkOptions
- 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.
- getLoginHint() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Hint on login name for IdP UI
- getLogoutPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
The provider logout path
- getLong() - Method in interface io.vertx.ext.web.validation.RequestParameter
- getLong() - Method in interface io.vertx.openapi.validation.Parameter
- getLong() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getLong() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getLong() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getLong() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getLong() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getLong() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getLong() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getLong() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getLong(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the
long
at positionpos
in the Buffer. - getLong(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Long at position
pos
in the array, - getLong(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a long value at
pos
. - getLong(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a long value at
pos
. - getLong(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a long value at
pos
. - getLong(Long) - Method in interface io.vertx.openapi.validation.Parameter
- getLong(Long) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getLong(Long) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getLong(Long) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getLong(Long) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getLong(Long) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getLong(Long) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getLong(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Long value with the specified key
- getLong(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a long value for the given
column
. - getLong(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a long value for the given
column
. - getLong(String) - Method in interface io.vertx.sqlclient.Row
-
Get a long value for the given
column
. - getLong(String, Long) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getLong(String)
but specifying a default value to return if there is no entry. - 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. - 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.
- getLookAheadWindow() - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- 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. - getMap(String) - Method in class io.vertx.reactivex.uritemplate.Variables
- getMap(String) - Method in class io.vertx.rxjava3.uritemplate.Variables
- getMap(String) - Method in interface io.vertx.uritemplate.Variables
- getMappingName(PropertyInfo, String) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
- getMasterName() - Method in class io.vertx.redis.client.RedisOptions
-
Get the name of the master set.
- getMasterName() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Get the name of the master set.
- 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
- getMaxAge() - Method in interface io.vertx.core.http.Cookie
- getMaxAge() - Method in class io.vertx.httpproxy.spi.cache.Resource
- 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 class io.vertx.core.eventbus.MessageConsumerOptions
- 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
- getMaxClientIdLength() - Method in class io.vertx.mqtt.MqttServerOptions
- getMaxConcurrentAsyncOperations() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets maximum number of allowed concurrent asynchronous operations.
- getMaxConcurrentStreams() - Method in class io.vertx.core.http.Http2Settings
- getMaxConnections() - Method in class io.vertx.core.http.WebSocketClientOptions
-
Get the maximum of WebSockets per endpoint.
- getMaxConnectTimeout() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getMaxDelayToWait() - Method in class io.vertx.core.net.TrafficShapingOptions
- getMaxDelayToWaitTimeUnit() - Method in class io.vertx.core.net.TrafficShapingOptions
- getMaxDocuments() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- getMaxEventLoopExecuteTime() - Method in class io.vertx.core.VertxOptions
-
Get the value of max event loop execute time, in
maxEventLoopExecuteTimeUnit
. - getMaxEventLoopExecuteTimeUnit() - Method in class io.vertx.core.VertxOptions
- getMaxFailures() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- getMaxFormAttributeSize() - Method in class io.vertx.core.http.HttpServerOptions
- getMaxFormBufferedBytes() - Method in class io.vertx.core.http.HttpServerOptions
- getMaxFormFields() - 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
- getMaxFrameSize() - Method in class io.vertx.core.http.WebSocketClientOptions
-
Get the maximum WebSocket frame size to use
- getMaxHandlersPerSocket() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- getMaxHeaderLength() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the max length of header's value.
- getMaxHeaderListSize() - Method in class io.vertx.core.http.Http2Settings
- getMaxHeaders() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the maximum number of headers supported by the server.
- getMaxHeaderSize() - Method in class io.vertx.core.http.HttpClientOptions
- getMaxHeaderSize() - Method in class io.vertx.core.http.HttpServerOptions
- getMaxInflightQueue() - Method in class io.vertx.mqtt.MqttClientOptions
- getMaxInitialLineLength() - Method in class io.vertx.core.http.HttpClientOptions
- getMaxInitialLineLength() - Method in class io.vertx.core.http.HttpServerOptions
- getMaxInternalQueueSize() - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
- getMaxLifetime() - Method in class io.vertx.sqlclient.PoolOptions
- getMaxLifetimeUnit() - Method in class io.vertx.sqlclient.PoolOptions
- getMaxMailsPerConnection() - Method in class io.vertx.ext.mail.MailConfig
-
The max emails count per connection.
- getMaxMessageSize() - Method in class io.vertx.core.http.WebSocketClientOptions
-
Get the maximum WebSocket message size to use
- getMaxMessageSize() - Method in class io.vertx.grpc.client.GrpcClientOptions
- getMaxMessageSize() - Method in class io.vertx.grpc.server.GrpcServerOptions
- getMaxMessageSize() - Method in class io.vertx.mqtt.MqttClientOptions
- getMaxMessageSize() - Method in class io.vertx.mqtt.MqttServerOptions
- getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Tune how much nested arrays are allowed on a redis response.
- 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.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
-
Get the maximum size of the connection pool.
- getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
-
Get the maximum number of requests waiting for a connection from the pool.
- getMaxQueries() - Method in class io.vertx.core.dns.AddressResolverOptions
- getMaxQueryInteratorsCount() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets maximum number of query iterators that can be stored.
- getMaxRedirects() - Method in class io.vertx.core.http.HttpClientOptions
- getMaxRedirects() - Method in interface io.vertx.core.http.HttpClientRequest
- getMaxRedirects() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- getMaxRedirects() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- getMaxRetries() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- getMaxRows() - Method in class io.vertx.jdbcclient.SqlOptions
- getMaxSize() - Method in class io.vertx.httpproxy.cache.CacheOptions
- getMaxSize() - Method in class io.vertx.redis.client.PoolOptions
-
Get the maximum size of the connection pool.
- 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.
- getMaxTime() - Method in class io.vertx.ext.mongo.CountOptions
-
Gets the maximum execution time (in ms) on the server for this operation.
- getMaxVariable() - Method in class io.vertx.ext.mongo.CollationOptions
-
Get max variable
- getMaxWaiting() - Method in class io.vertx.redis.client.PoolOptions
-
Get the maximum number of requests waiting for a connection from the pool.
- getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisConnectOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- 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.PoolOptions
-
Returns the maximum wait queue size
- getMaxWaitQueueSize() - Method in class io.vertx.sqlclient.PoolOptions
- getMaxWebSocketFrameSize() - 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
-
Get the value of max worker execute time, in
maxWorkerExecuteTimeUnit
. - getMaxWorkerExecuteTime() - Method in class io.vertx.core.VertxOptions
-
Get the value of max worker execute time, in
maxWorkerExecuteTimeUnit
. - getMaxWorkerExecuteTimeUnit() - Method in class io.vertx.core.DeploymentOptions
-
When the verticle does not use a
named worker pool
, this option has no effect. - 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. - 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. - getMembers() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
- getMessage() - Method in class io.vertx.mssqlclient.MSSQLInfo
- getMessage() - Method in class io.vertx.pgclient.PgNotice
- getMessageId() - Method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
- 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.ext.mongo.GridFsUploadOptions
- getMetadata() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
- getMetadata() - Method in class io.vertx.servicediscovery.Record
-
Gets the metadata attached to the record.
- getMetadata(String) - Method in interface io.vertx.ext.web.Route
-
Get some data from metadata.
- getMetadata(String) - Method in interface io.vertx.ext.web.Router
-
Get some data from metadata.
- getMetadata(String) - Method in class io.vertx.reactivex.ext.web.Route
-
Get some data from metadata.
- getMetadata(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Get some data from metadata.
- getMetadata(String) - Method in class io.vertx.rxjava3.ext.web.Route
-
Get some data from metadata.
- getMetadata(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Get some data from metadata.
- getMetaField() - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- getMeterRegistry() - Method in interface io.vertx.micrometer.backends.BackendRegistry
- getMeterRegistry() - Method in class io.vertx.micrometer.backends.InfluxDbBackendRegistry
- getMeterRegistry() - Method in class io.vertx.micrometer.backends.JmxBackendRegistry
- getMeterRegistry() - Method in enum io.vertx.micrometer.backends.NoopBackendRegistry
- getMeterRegistry() - Method in class io.vertx.micrometer.backends.PrometheusBackendRegistry
- getMethod() - Method in interface io.vertx.core.http.HttpClientRequest
-
The HTTP method for the request.
- getMethod() - Method in class io.vertx.core.http.RequestOptions
-
Get the HTTP method to be used by the client request.
- getMethod() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getMethod() - Method in interface io.vertx.httpproxy.ProxyRequest
- getMethod() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
The HTTP method for the request.
- getMethod() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
The HTTP method for the request.
- getMethod() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- getMetricExporterSpi() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getMetrics() - Method in interface io.vertx.core.spi.metrics.MetricsProvider
-
Returns the metrics implementation.
- getMetricsCollector() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getMetricsExpireTime() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getMetricsHistorySize() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getMetricsLogFrequency() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Gets frequency of metrics log print out.
- getMetricsName() - Method in class io.vertx.core.net.ClientOptionsBase
- getMetricsName() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getMetricsName() - Method in class io.vertx.redis.client.RedisOptions
- getMetricsName() - Method in class io.vertx.sqlclient.SqlConnectOptions
- getMetricsNaming() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
MetricsNaming
is a structure that holds names of all metrics, each one can be changed individually. - getMetricsOptions() - Method in class io.vertx.core.VertxOptions
- getMetricsRollingBuckets() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- getMetricsRollingWindow() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- getMetricsSnapshot() - Method in interface io.vertx.micrometer.MetricsService
-
Will return the metrics that correspond with the
measured
object, null if no metrics is available. - 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() - Method in class io.vertx.rxjava3.micrometer.MetricsService
-
Will return the metrics that correspond with the
measured
object, null if no metrics is available. - 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. - 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. - getMetricsSnapshot(Measured) - Method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
-
Will return the metrics that correspond with the
measured
object, null if no metrics is available. - 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. - 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(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. - 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(String) - Method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
-
Will return the metrics that begins with the
baseName
, null if no metrics is available. - getMetricsSnapshot(String) - Method in class io.vertx.rxjava3.micrometer.MetricsService
-
Will return the metrics that begins with the
baseName
, null if no metrics is available. - getMetricsUpdateFrequency() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- 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..
- getMinTTL() - Method in class io.vertx.serviceresolver.srv.SrvResolverOptions
- getMinTTLUnit() - Method in class io.vertx.serviceresolver.srv.SrvResolverOptions
- getMinutes() - Method in class io.vertx.pgclient.data.Interval
- getModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyModelProvider
- getModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Method in class io.vertx.serviceproxy.generator.model.ProxyModelProvider
- getModifiedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of modified documents
- getModifyIndex() - Method in class io.vertx.ext.consul.KeyValue
-
Get the last index that modified this key.
- getModifyIndex() - Method in class io.vertx.ext.consul.Service
-
Get the last index that modified this key.
- getModifyIndex() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get the last index that modified this key.
- getMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - getMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - getMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - getMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - getMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - getMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - getMongoClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - getMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - getMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
-
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
- getMonitoredHttpServerRoutes() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
- getMonitoredHttpServerUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
- getMonths() - Method in class io.vertx.pgclient.data.Interval
- getMulticastNetworkInterface() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Get the multicast network interface address
- getMulticastTimeToLive() - Method in class io.vertx.core.datagram.DatagramSocketOptions
- getName() - Method in interface io.vertx.core.cli.CLI
- getName() - Method in class io.vertx.core.cli.Option
- getName() - Method in interface io.vertx.core.http.Cookie
- getName() - Method in class io.vertx.core.http.HttpClientOptions
- getName() - Method in class io.vertx.core.http.WebSocketClientOptions
- getName() - Method in class io.vertx.ext.auth.webauthn4j.RelyingParty
- 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.policy.AclPolicy
- 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.consul.token.PolicyLink
- getName() - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
- getName() - Method in interface io.vertx.ext.mail.MailAttachment
-
get the name
- getName() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
-
get the name part of the address
- getName() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the name of the index.
- getName() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
- getName() - Method in interface io.vertx.ext.web.Route
- getName() - Method in class io.vertx.httpproxy.cache.CacheOptions
- getName() - Method in enum io.vertx.json.schema.common.dsl.SchemaType
- getName() - Method in enum io.vertx.json.schema.common.dsl.StringFormat
- getName() - Method in class io.vertx.kafka.admin.ConfigEntry
- getName() - Method in class io.vertx.kafka.admin.ConfigSynonym
- getName() - Method in class io.vertx.kafka.admin.NewTopic
- getName() - Method in class io.vertx.kafka.admin.TopicDescription
- getName() - Method in class io.vertx.kafka.client.common.ConfigResource
- getName() - Method in interface io.vertx.openapi.contract.Parameter
- getName() - Method in interface io.vertx.openapi.contract.Path
- getName() - Method in interface io.vertx.openapi.contract.SecurityScheme
-
The name of the header, query or cookie parameter to be used.
- getName() - Method in class io.vertx.openapi.validation.analyser.MultipartPart
- getName() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
get the name
- getName() - Method in class io.vertx.reactivex.ext.web.Route
- getName() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- getName() - Method in class io.vertx.reactivex.openapi.contract.Path
- getName() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
-
The name of the header, query or cookie parameter to be used.
- getName() - Method in class io.vertx.redis.client.PoolOptions
-
Get the connection pool name to be used for metrics reporting.
- getName() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
get the name
- getName() - Method in class io.vertx.rxjava3.ext.web.Route
- getName() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- getName() - Method in class io.vertx.rxjava3.openapi.contract.Path
- getName() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
-
The name of the header, query or cookie parameter to be used.
- getName() - Method in class io.vertx.servicediscovery.Record
-
Gets the name of the service.
- getName() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Gets the service discovery name used in service usage events.
- getName() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Cache name.
- getName() - Method in class io.vertx.sqlclient.PoolOptions
- getNames() - Method in interface io.vertx.openapi.contract.SecurityRequirement
-
Return the name at a given index
- getNames() - Method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
-
Return the name at a given index
- getNames() - Method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
-
Return the name at a given index
- getNamespace() - Method in class io.vertx.ext.consul.policy.AclPolicy
- getNamespace() - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- getNc() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getNdots() - Method in class io.vertx.core.dns.AddressResolverOptions
- getNear() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
- getNear() - Method in class io.vertx.ext.consul.NodeQueryOptions
-
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
- getNear() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
-
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
- getNear() - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
- getNearestN() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Specifies that the query will be forwarded to up to NearestN other datacenters based on their estimated network round trip time using Network Coordinates from the WAN gossip pool.
- getNetActiveConnections() - Method in class io.vertx.micrometer.MetricsNaming
- getNetBytesRead() - Method in class io.vertx.micrometer.MetricsNaming
- getNetBytesWritten() - Method in class io.vertx.micrometer.MetricsNaming
- getNetClientOptions() - Method in class io.vertx.redis.client.RedisOptions
-
Get the net client options used to connect to the server.
- getNetErrorCount() - Method in class io.vertx.micrometer.MetricsNaming
- getNetmask() - Method in class io.vertx.pgclient.data.Cidr
- getNetmask() - Method in class io.vertx.pgclient.data.Inet
- getNetworkRecoveryInterval() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getNewAssignments() - Method in class io.vertx.kafka.admin.NewPartitions
- getNewConfiguration() - Method in class io.vertx.config.ConfigChange
- getNewLine() - Method in class io.vertx.core.cli.UsageMessageFormatter
- getNode() - Method in class io.vertx.ext.consul.Check
-
Get the name of node
- 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
- getNode() - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Get the node
- getNodeAddress() - Method in class io.vertx.ext.consul.Service
-
Get node address
- getNodeId() - Method in interface io.vertx.core.spi.cluster.ClusteredNode
-
Return the unique node identifier for this node.
- getNodeId() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- getNodeId() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getNodeId() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getNodeId() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getNodeInfo() - Method in interface io.vertx.core.spi.cluster.ClusteredNode
-
Get details about this clustered node.
- getNodeInfo() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- getNodeInfo() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getNodeInfo() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getNodeInfo() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getNodeInfo(String, Promise<NodeInfo>) - Method in interface io.vertx.core.spi.cluster.ClusteredNode
-
Get details about a specific node in the cluster.
- getNodeInfo(String, Promise<NodeInfo>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- getNodeInfo(String, Promise<NodeInfo>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getNodeInfo(String, Promise<NodeInfo>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getNodeInfo(String, Promise<NodeInfo>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getNodeMeta() - Method in class io.vertx.ext.consul.Node
-
Get node meta
- getNodes() - Method in interface io.vertx.core.spi.cluster.ClusteredNode
-
Return a list of node identifiers corresponding to the nodes in the cluster.
- getNodes() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- getNodes() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.
- getNodes() - Method in class io.vertx.kafka.admin.ClusterDescription
- getNodes() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getNodes() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getNodes() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getNonce() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getNonceAlgorithm() - Method in class io.vertx.ext.auth.JWTOptions
- getNonProxyHosts() - Method in class io.vertx.core.net.ClientOptionsBase
- getNotes() - Method in class io.vertx.ext.consul.Check
-
Get the human-readable note of check
- getNotes() - Method in class io.vertx.ext.consul.CheckOptions
-
Get check notes
- getNotificationAddress() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- getNotificationPeriod() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- getNow(String) - Static method in class io.vertx.micrometer.backends.BackendRegistries
-
Get the micrometer registry of the given name.
- getNs() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Returns the namespace to list checks
- getNtDomain() - Method in class io.vertx.ext.mail.MailConfig
-
Domain used on NTLM authentication.
- getNumber() - Method in class io.vertx.mssqlclient.MSSQLInfo
- getNumber(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Number at position
pos
in the array, - getNumber(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Number value with the specified key
- getNumber(String, Number) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getNumber(String)
but specifying a default value to return if there is no entry. - getNumeric(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get value at
pos
. - getNumeric(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get value at
pos
. - getNumeric(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
Numeric
value atpos
. - getNumeric(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get value for the given
column
. - getNumeric(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get value for the given
column
. - getNumeric(String) - Method in interface io.vertx.sqlclient.Row
-
Get
Numeric
value for the givencolumn
. - getNumPartitions() - Method in class io.vertx.kafka.admin.NewTopic
- getNumUses() - Method in class io.vertx.config.vault.client.Lookup
- getNumUses() - Method in class io.vertx.config.vault.client.TokenRequest
- getObjectKeysAndValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.FormTransformer
- getObjectKeysAndValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.LabelTransformer
- getObjectKeysAndValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.MatrixTransformer
- getObjectKeysAndValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.ParameterTransformer
- getObjectKeysAndValues(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.SimpleTransformer
- 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.rxjava3.core.json.pointer.JsonPointerIterator
-
Returns the object parameter with specified key.
- getOffset() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
- getOffset() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
- getOffset() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
- getOffset() - Method in class io.vertx.kafka.client.producer.RecordMetadata
- getOffsetDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get
OffsetDateTime
value atpos
. - getOffsetDateTime(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get
OffsetDateTime
value atpos
. - getOffsetDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
OffsetDateTime
value atpos
. - getOffsetDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get
OffsetDateTime
value for the givencolumn
. - getOffsetDateTime(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get
OffsetDateTime
value for the givencolumn
. - getOffsetDateTime(String) - Method in interface io.vertx.sqlclient.Row
-
Get
OffsetDateTime
value for the givencolumn
. - getOffsetTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get
OffsetTime
value atpos
. - getOffsetTime(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get
OffsetTime
value atpos
. - getOffsetTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
OffsetTime
value atpos
. - getOffsetTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get
OffsetTime
value for the givencolumn
. - getOffsetTime(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get
OffsetTime
value for the givencolumn
. - getOffsetTime(String) - Method in interface io.vertx.sqlclient.Row
-
Get
OffsetTime
value for the givencolumn
. - getOneMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
- getOpaque() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getOpenAPIModel() - Method in interface io.vertx.openapi.contract.OpenAPIObject
-
Returns the part of the related OpenAPI specification which is represented by the OpenAPI object that is implementing this interface.
- getOpenAPIPath() - Method in interface io.vertx.openapi.contract.Operation
- getOpenAPIPath() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getOpenAPIPath() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- getOpenIdConnectUrl() - Method in interface io.vertx.openapi.contract.SecurityScheme
-
OpenId Connect URL to discover OAuth2 configuration values.
- getOpenIdConnectUrl() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
-
OpenId Connect URL to discover OAuth2 configuration values.
- getOpenIdConnectUrl() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
-
OpenId Connect URL to discover OAuth2 configuration values.
- getOperation() - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
- getOperation() - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- getOperation() - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- getOperationId() - Method in interface io.vertx.openapi.contract.Operation
- getOperationId() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getOperationId() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- getOperations() - Method in class io.vertx.ext.consul.TxnRequest
-
Returns list of transaction operations
- getOperations() - Method in interface io.vertx.openapi.contract.Path
- getOperations() - Method in class io.vertx.reactivex.openapi.contract.Path
- getOperations() - Method in class io.vertx.rxjava3.openapi.contract.Path
- 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.Service
- 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
- getOperationType() - Method in class io.vertx.ext.consul.TxnServiceOperation
- getOpIndex() - Method in class io.vertx.ext.consul.TxnError
-
Get the index of the failed operation in the transaction
- getOption() - Method in exception io.vertx.core.cli.InvalidValueException
- getOption() - Method in exception io.vertx.core.cli.MissingValueException
- getOption(String) - Method in interface io.vertx.core.cli.CLI
-
Gets an
Option
based on its name (short name, long name or argument name). - getOptionComparator() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Comparator used to sort the options when they output in help text.
- getOptionPrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
- getOptions() - Method in exception io.vertx.core.cli.AmbiguousOptionException
- getOptions() - Method in interface io.vertx.core.cli.CLI
-
Gets the list of options.
- getOptions() - Method in class io.vertx.ext.mongo.IndexModel
-
Get the index options
- 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).
- 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).
- getOrCreate(Object[], int, Supplier<Object>) - Method in interface io.vertx.core.spi.context.storage.AccessMode
-
Get or create the object at index
index
in thelocals
array. - 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.rxjava3.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.rxjava3.ext.stomp.StompServerHandler
-
Gets a
Destination
object if existing, or create a new one. - getOrCreateSSLOptions() - Method in class io.vertx.core.net.ClientOptionsBase
- getOrCreateSSLOptions() - Method in class io.vertx.core.net.NetServerOptions
- getOrCreateSSLOptions() - Method in class io.vertx.core.net.TCPSSLOptions
- 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.rxjava3.core.shareddata.LocalMap
-
Returns the value to which the specified key is mapped, or
defaultValue
if this map contains no mapping for the key. - getOrDefault(String, T) - Method in interface io.vertx.ext.auth.User
-
Get a value from the user object.
- getOrDefault(String, T) - Static method in class io.vertx.grpc.ContextServerInterceptor
- getOrDefault(String, T) - Method in class io.vertx.reactivex.ext.auth.User
-
Get a value from the user object.
- getOrDefault(String, T) - Method in class io.vertx.rxjava3.ext.auth.User
-
Get a value from the user object.
- getOrg() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
- getOrigin() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- getOrigin() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
- getOutBinary() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- getOutboundGlobalBandwidth() - Method in class io.vertx.core.net.TrafficShapingOptions
- getOutboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
- getOutboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
- getOutput() - Method in class io.vertx.ext.consul.Check
-
Get the output of check
- getOutputFormat() - Method in class io.vertx.json.schema.JsonSchemaOptions
- getOutputUnit() - Method in exception io.vertx.openapi.validation.SchemaValidationException
-
Returns the related OutputUnit of the validation error.
- 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
- getPacketSize() - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
-
Get the desired size (in bytes) for TDS packets.
- getPageSize() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getParam(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first param value with the specified name
- getParam(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Return the first param value with the specified name
- getParam(String) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Return the first param value with the specified name
- getParam(String, String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first param value with the specified name or
defaultValue
when the query param is not present - getParam(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Return the first param value with the specified name or
defaultValue
when the query param is not present - getParam(String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Return the first param value with the specified name or
defaultValue
when the query param is not present - getParameterName() - Method in exception io.vertx.ext.web.validation.ParameterProcessorException
- getParameters() - Method in interface io.vertx.openapi.contract.Operation
- getParameters() - Method in interface io.vertx.openapi.contract.Path
- getParameters() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getParameters() - Method in class io.vertx.reactivex.openapi.contract.Path
- getParameters() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- getParameters() - Method in class io.vertx.rxjava3.openapi.contract.Path
- getParams() - Method in class io.vertx.ext.web.api.service.ServiceRequest
-
Get request parsedParameters as JSON
- getParamsCharset() - Method in interface io.vertx.core.http.HttpServerRequest
- getParamsCharset() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- getParamsCharset() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- getParamsToExtract() - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyMethodInfo
- getPartialFilterExpression() - Method in class io.vertx.ext.mongo.IndexOptions
-
Get the filter expression for the documents to be included in the index or null if not set
- getPartition() - Method in class io.vertx.kafka.client.common.PartitionInfo
- getPartition() - Method in class io.vertx.kafka.client.common.TopicPartition
- getPartition() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
- getPartition() - Method in class io.vertx.kafka.client.producer.RecordMetadata
- getPartitionAssignor() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
- getPartitionLossPolicy() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets partition loss policy.
- getPartitions() - Method in class io.vertx.kafka.admin.TopicDescription
- getPasscode() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the configured passcode.
- getPassing() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Specifies the behavior of the query's health check filtering.
- getPassword() - Method in class io.vertx.amqp.AmqpClientOptions
- getPassword() - Method in class io.vertx.cassandra.CassandraClientOptions
- getPassword() - Method in class io.vertx.core.net.KeyStoreOptionsBase
- getPassword() - Method in class io.vertx.core.net.ProxyOptions
-
Get proxy password.
- getPassword() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- getPassword() - Method in class io.vertx.ext.auth.KeyStoreOptions
- getPassword() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getPassword() - Method in class io.vertx.ext.mail.MailConfig
-
get password
- getPassword() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getPassword() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the password used for authenticated connections
- getPassword() - Method in class io.vertx.mqtt.MqttAuth
- getPassword() - Method in class io.vertx.mqtt.MqttClientOptions
- getPassword() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the user password to be used for the authentication.
- getPassword() - Method in interface io.vertx.openapi.contract.OAuthFlows
-
Configuration for the OAuth Resource Owner Password flow
- getPassword() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getPassword() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getPassword() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlows
-
Configuration for the OAuth Resource Owner Password flow
- getPassword() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Get the default password for Redis connections.
- getPassword() - Method in class io.vertx.redis.client.RedisOptions
-
Get the default password for Redis connections.
- getPassword() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
-
Configuration for the OAuth Resource Owner Password flow
- getPassword() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the user password to be used for the authentication.
- getPasswordCredentialField() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
- getPasswordField() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
- getPasswordLength() - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- getPasswordLength() - Method in class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- getPasswordProtection() - Method in class io.vertx.ext.auth.KeyStoreOptions
- getPath() - Method in class io.vertx.config.vault.client.Lookup
- getPath() - Method in interface io.vertx.core.http.Cookie
- getPath() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Get the path to the ksy store
- getPath() - Method in class io.vertx.ext.auth.KeyStoreOptions
- getPath() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- getPath() - Method in interface io.vertx.ext.web.Route
- getPath() - Method in class io.vertx.reactivex.ext.web.Route
- getPath() - Method in class io.vertx.rxjava3.ext.web.Route
- getPathParameters() - Method in interface io.vertx.openapi.validation.ValidatedRequest
- getPathParameters() - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- getPathParameters() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- getPaths() - Method in class io.vertx.ext.consul.connect.ExposeOptions
- getPaths() - Method in interface io.vertx.openapi.contract.OpenAPIContract
- getPaths() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- getPaths() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- getPatternProperties() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- getPayload() - Method in class io.vertx.ext.consul.Event
-
Get payload of event
- getPayload() - Method in class io.vertx.ext.consul.EventOptions
-
Get payload of event
- getPayload() - Method in class io.vertx.ext.web.api.service.ServiceResponse
- getPayload() - Method in exception io.vertx.ext.web.handler.HttpException
- getPayload() - Method in class io.vertx.pgclient.PgNotification
- getPeakOutboundGlobalBandwidth() - Method in class io.vertx.core.net.TrafficShapingOptions
- getPemKeyCertOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
- getPemTrustOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
- getPerFrameWebSocketCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
-
Get whether WebSocket the per-frame deflate compression extension is supported.
- getPeriod() - Method in class io.vertx.ext.auth.otp.Authenticator
- getPeriod() - Method in class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- getPerMessageWebSocketCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
-
Get whether WebSocket per-message deflate compression extension is supported.
- getPermission() - Method in interface io.vertx.ext.auth.authorization.PermissionBasedAuthorization
-
returns the value of the permission
- getPermission() - Method in interface io.vertx.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
return the value of the wildcard permission
- getPermission() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
-
returns the value of the permission
- getPermission() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
return the value of the wildcard permission
- getPermission() - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
-
returns the value of the permission
- getPermission() - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
return the value of the wildcard permission
- getPermissionField() - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
- getPermissionsQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
- getPerms() - Method in class io.vertx.core.file.OpenOptions
-
Get the permissions string to be used if creating a file
- getPfxKeyCertOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
- getPfxTrustOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
- getPingTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- getPipeliningLimit() - Method in class io.vertx.core.http.HttpClientOptions
- getPipeliningLimit() - Method in class io.vertx.db2client.DB2ConnectOptions
- getPipeliningLimit() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the pipelining limit count.
- getPipeliningLimit() - Method in class io.vertx.pgclient.PgConnectOptions
- getPoints() - Method in class io.vertx.mysqlclient.data.spatial.LineString
- getPoints() - Method in class io.vertx.mysqlclient.data.spatial.MultiPoint
- getPoints() - Method in class io.vertx.pgclient.data.Path
- getPoints() - Method in class io.vertx.pgclient.data.Polygon
- getPolicies() - Method in class io.vertx.config.vault.client.Auth
- getPolicies() - Method in class io.vertx.config.vault.client.Lookup
- getPolicies() - Method in class io.vertx.config.vault.client.TokenRequest
- getPolicies() - Method in class io.vertx.ext.consul.token.AclToken
- getPolygons() - Method in class io.vertx.mysqlclient.data.spatial.MultiPolygon
- getPoolCleanerInterval() - Method in class io.vertx.redis.client.RedisOptions
-
Get how often the connection pool will be cleaned.
- getPoolCleanerPeriod() - Method in class io.vertx.ext.mail.MailConfig
- getPoolCleanerPeriod() - Method in class io.vertx.sqlclient.PoolOptions
- getPoolCleanerPeriodUnit() - Method in class io.vertx.ext.mail.MailConfig
-
Gets the
TimeUnit
of pool cleaning period. - getPoolCompleted() - Method in class io.vertx.micrometer.MetricsNaming
- getPoolInUse() - Method in class io.vertx.micrometer.MetricsNaming
- getPoolName() - Method in class io.vertx.redis.client.RedisOptions
-
Get the connection pool name to be used for metrics reporting.
- getPoolOptions() - Method in class io.vertx.redis.client.RedisOptions
- getPoolQueuePending() - Method in class io.vertx.micrometer.MetricsNaming
- getPoolQueueTime() - Method in class io.vertx.micrometer.MetricsNaming
- getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
-
Get how long a connection can stay unused before it is recycled during connection pool cleaning.
- getPoolUsage() - Method in class io.vertx.micrometer.MetricsNaming
- getPoolUsageRatio() - Method in class io.vertx.micrometer.MetricsNaming
- getPort() - Method in class io.vertx.amqp.AmqpClientOptions
- getPort() - Method in class io.vertx.core.dns.DnsClientOptions
-
Get the port to be used by this client in requests.
- getPort() - Method in class io.vertx.core.eventbus.EventBusOptions
- getPort() - Method in class io.vertx.core.http.HttpConnectOptions
-
Get the port to be used by the client request.
- getPort() - Method in class io.vertx.core.net.ConnectOptions
-
Get the port to be used by the client connection.
- 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.connect.SidecarServiceOptions
- 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.oracleclient.OracleConnectOptions
- getPort() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getPort() - Method in class io.vertx.servicediscovery.types.HttpLocation
- getPort() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the port for connecting to the server.
- getPosition() - Method in exception io.vertx.pgclient.PgException
- getPosition() - Method in class io.vertx.pgclient.PgNotice
- getPreferNativeTransport() - Method in class io.vertx.core.VertxOptions
- getPreferredProtocolVersion() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Returns the preferred protocol version to be used during protocol negotiation.
- getPreferredProtocolVersion() - Method in class io.vertx.redis.client.RedisOptions
-
Returns the preferred protocol version to be used during protocol negotiation.
- getPrefix() - Method in enum io.vertx.micrometer.MetricsDomain
- getPreparedQuery(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns an existing prepared query
- getPreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns an existing prepared query
- getPreparedQuery(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns an existing prepared query
- getPreparedStatementCacheMaxSize() - Method in class io.vertx.oracleclient.OracleConnectOptions
- 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.oracleclient.OracleConnectOptions
- 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
- getPrivateKey() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the PKCS#8 format private key used to sign the email.
- getPrivateKeyPath() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the PKCS#8 format private key file path.
- getProcedureName() - Method in class io.vertx.mssqlclient.MSSQLInfo
- getProcessId() - Method in class io.vertx.pgclient.PgNotification
- getPrometheusOptions() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Get the specific options for Prometheus reporting.
- getPrompt() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Hint on kind of IdP prompt
- getProperties() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- getProperties() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
- getProperties() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getProperties() - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Get the discovery implementation properties.
- getProperties() - Method in class io.vertx.sqlclient.SqlConnectOptions
- getProtocol() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- getProtocol() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Gets protocol for secure transport.
- getProtocolVersion() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the protocol version.
- getProvider() - Method in class io.vertx.core.net.KeyStoreOptions
- getProvider() - Method in class io.vertx.core.net.KeyStoreOptionsBase
- getProvider() - Method in class io.vertx.ext.auth.KeyStoreOptions
- getProxy() - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- getProxy(ServiceDiscovery, Class<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) - 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.http.HttpConnectOptions
-
Get the proxy options override for connections
- getProxyOptions() - Method in class io.vertx.core.http.WebSocketConnectOptions
-
Get the proxy options override for connections
- getProxyOptions() - Method in class io.vertx.core.net.ClientOptionsBase
-
Get proxy options for connections
- getProxyOptions() - Method in class io.vertx.core.net.ConnectOptions
-
Get proxy options for connections
- getProxyProtocolTimeout() - Method in class io.vertx.core.net.NetServerOptions
- getProxyProtocolTimeout() - Method in class io.vertx.mqtt.MqttServerOptions
- getProxyProtocolTimeoutUnit() - Method in class io.vertx.core.net.NetServerOptions
- getProxyProtocolTimeoutUnit() - Method in class io.vertx.mqtt.MqttServerOptions
- getPubKeyCredParams() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getPublicKey() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- getPubSecKeys() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- getPubSecKeys() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
The provider PubSec key options
- getQop() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getQos() - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Gets the local QOS config, values can be
null
,AT_MOST_ONCE
orAT_LEAST_ONCE
. - getQuery() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- getQuery() - Method in interface io.vertx.openapi.validation.ValidatedRequest
- getQuery() - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- getQuery() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- getQueryTimeout() - Method in class io.vertx.core.dns.AddressResolverOptions
- getQueryTimeout() - Method in class io.vertx.core.dns.DnsClientOptions
- getQueryTimeout() - Method in class io.vertx.jdbcclient.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(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get a substring of the string stored at a key.
- getrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get a substring of the string stored at a key.
- getrange(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get a substring of the string stored at a key.
- GETRANGE - Static variable in interface io.vertx.redis.client.Command
-
Get a substring of the string stored at a key.
- getRateUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
- getRawContract() - Method in interface io.vertx.openapi.contract.OpenAPIContract
- getRawContract() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- getRawContract() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- 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.rxjava3.ext.bridge.BaseBridgeEvent
-
Get the raw JSON message for the event.
- getRawServer() - Method in class io.vertx.grpc.VertxServer
- getRawValueForArgument(Argument) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the raw value of the given argument.
- getRawValueForOption(Option) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the raw value of the given option.
- getRawValues(Option) - Method in interface io.vertx.core.cli.CommandLine
-
Deprecated.
- getRawValuesForArgument(Argument) - Method in interface io.vertx.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.
- getRdFlag() - Method in class io.vertx.core.dns.AddressResolverOptions
- getReadIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
- getReadLength() - Method in interface io.vertx.core.file.AsyncFile
- getReadLength() - Method in class io.vertx.reactivex.core.file.AsyncFile
- getReadLength() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- getReadTimeout() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the read timeout for InfluxDB server connections, in seconds.
- getRealm() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getReaperInterval() - Method in class io.vertx.ext.shell.ShellServerOptions
- getReason() - Method in class io.vertx.ext.consul.MaintenanceOptions
-
Get the reason message
- getRebalanceDelay() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Deprecated.Use baseline topology feature instead. Please, be aware this API will be removed in the next releases.
- getRebalanceMode() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets rebalance mode for distributed cache.
- getRebalanceOrder() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets cache rebalance order.
- getReceipt() - Method in class io.vertx.ext.stomp.Frame
- getReceiveBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
- getReceiveBufferSize() - Method in class io.vertx.core.net.NetworkOptions
-
Return the TCP receive buffer size, in bytes
- getRecipients() - Method in class io.vertx.ext.mail.MailResult
- getReconnectAttempts() - Method in class io.vertx.core.eventbus.EventBusOptions
- getReconnectAttempts() - Method in class io.vertx.core.net.NetClientOptions
- getReconnectAttempts() - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
- getReconnectAttempts() - Method in class io.vertx.sqlclient.SqlConnectOptions
- getReconnectCount() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Gets maximum number of reconnect attempts used when establishing connection with remote nodes.
- getReconnectInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
- getReconnectInterval() - Method in class io.vertx.core.net.NetClientOptions
- getReconnectInterval() - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
- getReconnectInterval() - Method in class io.vertx.sqlclient.SqlConnectOptions
- getRecord(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(JsonObject) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(String) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Looks up for a single record by its registration
id
. - getRecord(String) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Looks up for a single record by its registration
id
. - getRecord(String) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Looks up for a single record by its registration
id
. - getRecord(String, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
- getRecord(String, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Get the record with the given uuid.
- getRecord(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, boolean) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecords(Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
- getRecords(Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Gets all the records
- getRecords(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(JsonObject) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, boolean) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecycleTimeout() - Method in class io.vertx.redis.client.PoolOptions
-
Get how long a connection can stay unused before it is recycled during connection pool cleaning.
- getRedirectUri() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Get the redirect URI
- getRedirectUri() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - 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.rxjava3.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.rxjava3.servicediscovery.ServiceDiscovery
-
Gets a service reference from the given record, the reference is configured with the given json object.
- getReferenceWithConfiguration(Record, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Gets a service reference from the given record, the reference is configured with the given json object.
- getReferral() - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
- getRefreshUrl() - Method in interface io.vertx.openapi.contract.OAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRegistration() - Method in class io.vertx.servicediscovery.Record
-
Gets the registration id if any.
- getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in interface io.vertx.core.spi.cluster.ClusteredNode
-
Get the messaging handler currently registered in the cluster.
- getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getRegistryName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
An optional name used for registering the metrics in the Dropwizard shared registry.
- getRegistryName() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Get the metrics registry name set in these options
- getReleaseSession() - Method in class io.vertx.ext.consul.KeyValueOptions
-
Get session ID for lock release operation.
- getRelyingParty() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getRemoteAddress() - Method in class io.vertx.core.net.ConnectOptions
-
Get the remote address to connect to, if none is provided
ConnectOptions.host
/ConnectOptions.port
wille be used. - 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
- getReplyCode() - Method in exception io.vertx.ext.mail.SMTPException
-
Gets the SMTP reply status code.
- getReplyMessage() - Method in exception io.vertx.ext.mail.SMTPException
-
Gets the SMTP reply message.
- getReplyMessages() - Method in exception io.vertx.ext.mail.SMTPException
-
Gets the SMTP reply messages.
- getReplyTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- getReporters() - Method in class io.vertx.ext.unit.report.ReportingOptions
- getRepository(Vertx, String) - Method in enum io.vertx.openapi.contract.OpenAPIVersion
- getRequestBody() - Method in interface io.vertx.openapi.contract.Operation
- getRequestBody() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getRequestBody() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- getRequestContextName() - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyMethodInfo
- 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
- getResidentKey() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getResource() - Method in interface io.vertx.ext.auth.authorization.PermissionBasedAuthorization
-
returns an optional resource that the permission is assigned-on
- getResource() - Method in interface io.vertx.ext.auth.authorization.RoleBasedAuthorization
-
returns an optional resource that the role is assigned-on
- getResource() - Method in interface io.vertx.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
returns an optional resource that the permission is assigned-on
- getResource() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
-
returns an optional resource that the permission is assigned-on
- getResource() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
-
returns an optional resource that the role is assigned-on
- getResource() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
returns an optional resource that the permission is assigned-on
- getResource() - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
-
returns an optional resource that the permission is assigned-on
- getResource() - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
-
returns an optional resource that the role is assigned-on
- getResource() - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
returns an optional resource that the permission is assigned-on
- getResponse() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getResponse(int) - Method in interface io.vertx.openapi.contract.Operation
-
Returns the response to the passed response code or null.
- getResponse(int) - Method in class io.vertx.reactivex.openapi.contract.Operation
-
Returns the response to the passed response code or null.
- getResponse(int) - Method in class io.vertx.rxjava3.openapi.contract.Operation
-
Returns the response to the passed response code or null.
- 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
- getResultSetConcurrency() - Method in class io.vertx.jdbcclient.SqlOptions
- getResultSetType() - Method in class io.vertx.jdbcclient.SqlOptions
- getResultsSize() - Method in class io.vertx.ext.consul.TxnResponse
-
Returns the number of results in this response
- getRetentionPolicy() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the InfluxDB retention policy
- getRevision() - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
- getRevocationPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Get the Oauth2 revocation resource path. e.g.: /oauth/revoke
- getRole() - Method in class io.vertx.config.vault.client.TokenRequest
- getRole() - Method in interface io.vertx.ext.auth.authorization.RoleBasedAuthorization
-
returns the role
- getRole() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
-
returns the role
- getRole() - Method in class io.vertx.redis.client.RedisOptions
-
Get the client role; that is, to which kind of node should the connection be established.
- getRole() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Get the client role; that is, to which kind of node should the connection be established.
- getRole() - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
-
returns the role
- getRoleField() - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
- getRolesQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
- getRoot() - Method in class io.vertx.servicediscovery.types.HttpLocation
- getRootCertificate(String) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getRootCertificates() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getRoute(String) - Method in interface io.vertx.ext.web.openapi.router.RouterBuilder
-
Access to a route defined in the contract with
operationId
- getRoute(String) - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
-
Access to a route defined in the contract with
operationId
- getRoute(String) - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
-
Access to a route defined in the contract with
operationId
- getRoutes() - Method in interface io.vertx.ext.web.openapi.router.RouterBuilder
- getRoutes() - Method in interface io.vertx.ext.web.Router
- getRoutes() - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- getRoutes() - Method in class io.vertx.reactivex.ext.web.Router
- getRoutes() - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- getRoutes() - Method in class io.vertx.rxjava3.ext.web.Router
- getRoutine() - Method in exception io.vertx.pgclient.PgException
- getRoutine() - Method in class io.vertx.pgclient.PgNotice
- getRoutingKey() - Method in class io.vertx.core.http.RequestOptions
-
Return the routing key, the routing key can be used by a Vert.x client side sticky load balancer to pin the request to a remote HTTP server.
- getRules() - Method in class io.vertx.ext.consul.policy.AclPolicy
- getRunnerAnnotations() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
- getSameSite() - Method in interface io.vertx.core.http.Cookie
- getSampler() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
- getSaslConfig() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getScanPeriod() - Method in class io.vertx.config.ConfigRetrieverOptions
- getScheduleDeadlineAutomatically() - Method in class io.vertx.grpc.client.GrpcClientOptions
- getScheduleDeadlineAutomatically() - Method in class io.vertx.grpc.server.GrpcServerOptions
- getSchema() - Method in class io.vertx.jdbcclient.SqlOptions
- getSchema() - Method in interface io.vertx.openapi.contract.MediaType
-
This method returns the schema defined in the media type.
- getSchema() - Method in interface io.vertx.openapi.contract.Parameter
- getSchema() - Method in exception io.vertx.pgclient.PgException
- getSchema() - Method in class io.vertx.pgclient.PgNotice
- getSchema() - Method in class io.vertx.reactivex.openapi.contract.MediaType
-
This method returns the schema defined in the media type.
- getSchema() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- getSchema() - Method in class io.vertx.rxjava3.openapi.contract.MediaType
-
This method returns the schema defined in the media type.
- getSchema() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- getSchemaRepository() - Method in interface io.vertx.openapi.contract.OpenAPIContract
- getSchemaRepository() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- getSchemaRepository() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- getSchemaType() - Method in interface io.vertx.openapi.contract.Parameter
- getSchemaType() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- getSchemaType() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- getScheme() - Method in interface io.vertx.openapi.contract.SecurityScheme
-
The name of the HTTP Authorization scheme to be used in the Authorization header as defined in [RFC7235].
- getScheme() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
-
The name of the HTTP Authorization scheme to be used in the Authorization header as defined in [RFC7235].
- getScheme() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
-
The name of the HTTP Authorization scheme to be used in the Authorization header as defined in [RFC7235].
- getScopes() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- getScopes() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Get the scopes
- getScopes() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getScopes() - Method in interface io.vertx.openapi.contract.OAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopes() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopes() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopes(String) - Method in interface io.vertx.openapi.contract.SecurityRequirement
-
Return the scopes for a given name
- getScopes(String) - Method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
-
Return the scopes for a given name
- getScopes(String) - Method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
-
Return the scopes for a given name
- getScopeSeparator() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the provider scope separator
- getScriptArgs() - Method in class io.vertx.ext.consul.CheckOptions
-
Get scriptArgs
- getSdid() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the Singing Domain Identifier(SDID).
- getSearchDomains() - Method in class io.vertx.core.dns.AddressResolverOptions
- getSeconds() - Method in class io.vertx.pgclient.data.Interval
- getSecretId() - Method in class io.vertx.ext.consul.token.AclToken
-
Returns secretId
- getSecurityRequirements() - Method in interface io.vertx.openapi.contract.OpenAPIContract
-
Returns the applicable list of global security requirements (scopes) or empty list.
- getSecurityRequirements() - Method in interface io.vertx.openapi.contract.Operation
-
Returns the applicable list of security requirements (scopes) or empty list.
- getSecurityRequirements() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Returns the applicable list of global security requirements (scopes) or empty list.
- getSecurityRequirements() - Method in class io.vertx.reactivex.openapi.contract.Operation
-
Returns the applicable list of security requirements (scopes) or empty list.
- getSecurityRequirements() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Returns the applicable list of global security requirements (scopes) or empty list.
- getSecurityRequirements() - Method in class io.vertx.rxjava3.openapi.contract.Operation
-
Returns the applicable list of security requirements (scopes) or empty list.
- getSelector() - Method in class io.vertx.amqp.AmqpReceiverOptions
- getSelector() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the selector used to query public key.
- getSendBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
- getSendBufferSize() - Method in class io.vertx.core.net.NetworkOptions
-
Return the TCP send buffer size, in bytes.
- getSenderEndpoint() - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- getSenderOptions() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
- getSendTimeout() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the send timeout.
- getServer() - Method in class io.vertx.core.http.HttpConnectOptions
-
Get the server address to be used by the client request.
- getServer() - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- getServer() - Method in class io.vertx.serviceresolver.srv.SrvResolverOptions
- getServerMode() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getServerName() - Method in class io.vertx.mssqlclient.MSSQLInfo
- getServerRequestTagsProvider() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- 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
- getServers() - Method in interface io.vertx.openapi.contract.OpenAPIContract
- getServers() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- getServers() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- 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.
- getServiceId() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getServiceName() - Method in class io.vertx.ext.consul.Check
-
Get the name of service with which this check associated
- getServiceName() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getServiceName() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
- getServiceOptions() - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Get the service
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<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) - 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>) - Static method in class io.vertx.rxjava3.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) - Static method in class io.vertx.rxjava3.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>) - 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) - 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>) - 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) - 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>) - Static method in class io.vertx.rxjava3.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) - Static method in class io.vertx.rxjava3.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>) - 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) - 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).
- getServices() - Method in interface io.vertx.grpc.server.GrpcServer
-
Get a list of all services registered with this gRPC server.
- getServices() - Method in class io.vertx.reactivex.grpc.server.GrpcServer
-
Get a list of all services registered with this gRPC server.
- getServices() - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
-
Get a list of all services registered with this gRPC server.
- 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
- getSessionTimeout() - Method in class io.vertx.ext.shell.ShellServerOptions
- getSessionTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
- getset(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- getset(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
SET
with the!GET
argument - getset(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- GETSET - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
SET
with the!GET
argument - getSeverity() - Method in class io.vertx.mssqlclient.MSSQLInfo
- getSeverity() - Method in exception io.vertx.pgclient.PgException
- getSeverity() - Method in class io.vertx.pgclient.PgNotice
- getShared(Vertx) - Static method in interface io.vertx.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 positionpos
in the Buffer. - getShort(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a short value at
pos
. - getShort(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a short value at
pos
. - getShort(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a short value at
pos
. - getShort(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a short value for the given
column
. - getShort(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a short value for the given
column
. - getShort(String) - Method in interface io.vertx.sqlclient.Row
-
Get a short value for the given
column
. - 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. - getShortName() - Method in class io.vertx.core.cli.Option
- getSidecarService() - Method in class io.vertx.ext.consul.connect.ConnectOptions
- getSignAlgo() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the signing algorithm.
- getSignedHeaders() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Gets the email signedHeaders used to sign.
- getSingle(String) - Method in class io.vertx.reactivex.uritemplate.Variables
- getSingle(String) - Method in class io.vertx.rxjava3.uritemplate.Variables
- getSingle(String) - Method in interface io.vertx.uritemplate.Variables
- getSite() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getSize() - Method in interface io.vertx.ext.mail.MailAttachment
-
Gets the size of the attachment.
- getSize() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
Gets the size of the attachment.
- getSize() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
Gets the size of the attachment.
- getSizeInBytes() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- getSkip() - Method in class io.vertx.ext.mongo.CountOptions
-
Gets the number of documents to skip.
- getSkip() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the skip.
- getSniServerName() - Method in class io.vertx.core.net.ConnectOptions
- getSocketAddress() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- getSocketAddress() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getSocketAddress() - Method in class io.vertx.pgclient.PgConnectOptions
- getSocketAddress() - Method in class io.vertx.sqlclient.SqlConnectOptions
- getSockJSHandlerOptions() - Method in class io.vertx.ext.shell.term.HttpTermOptions
- getSockJSPath() - Method in class io.vertx.ext.shell.term.HttpTermOptions
- getSoLinger() - Method in class io.vertx.core.net.TCPSSLOptions
- getSort() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the sort document
- getSource() - Method in class io.vertx.kafka.admin.ConfigEntry
- getSource() - Method in class io.vertx.kafka.admin.ConfigSynonym
- getSpan() - Static method in class io.vertx.tracing.opentracing.OpenTracingUtil
-
Get the active span from the current
Context
- getSpec() - Method in class io.vertx.kafka.admin.OffsetSpec
- getSphereVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the 2dsphere index version number.
- getSqlState() - Method in exception io.vertx.pgclient.PgException
- getSqlState() - Method in exception io.vertx.sqlclient.DatabaseException
-
SQL State (XOPEN or SQL:2003 conventions).
- getSRID() - Method in class io.vertx.mysqlclient.data.spatial.Geometry
- getSSHOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
- getSslContextFactory() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- getSslEngineOptions() - Method in class io.vertx.core.net.TCPSSLOptions
- getSslHandshakeTimeout() - Method in class io.vertx.core.net.SSLOptions
- getSslHandshakeTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
- getSslHandshakeTimeoutUnit() - Method in class io.vertx.core.net.SSLOptions
- 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
- getSslOptions() - Method in class io.vertx.core.http.HttpConnectOptions
- getSslOptions() - Method in class io.vertx.core.net.ClientOptionsBase
- getSslOptions() - Method in class io.vertx.core.net.ConnectOptions
- getSslOptions() - Method in class io.vertx.core.net.NetServerOptions
- getSslOptions() - Method in class io.vertx.core.net.TCPSSLOptions
- getSslOptions() - Method in class io.vertx.sqlclient.SqlConnectOptions
- getStarttls() - Method in class io.vertx.ext.mail.MailConfig
-
get security (TLS) options
- getState() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Get the state
- getState() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
- getState() - Method in class io.vertx.mssqlclient.MSSQLInfo
- getStatus() - Method in exception io.vertx.core.http.UpgradeRejectedException
- getStatus() - Method in class io.vertx.ext.consul.Check
-
Get the status of check
- getStatus() - Method in class io.vertx.ext.consul.CheckOptions
-
Get the check status to specify the initial state of the health check.
- getStatus() - Method in class io.vertx.ext.healthchecks.CheckResult
- getStatus() - Method in class io.vertx.servicediscovery.Record
-
Gets the current status of the service.
- getStatusCode() - Method in exception io.vertx.config.vault.client.VaultException
- getStatusCode() - Method in interface io.vertx.core.http.HttpServerResponse
- getStatusCode() - Method in class io.vertx.ext.web.api.service.ServiceResponse
- getStatusCode() - Method in exception io.vertx.ext.web.handler.HttpException
- getStatusCode() - Method in interface io.vertx.httpproxy.ProxyResponse
-
Get the status code.
- getStatusCode() - Method in class io.vertx.httpproxy.spi.cache.Resource
- getStatusCode() - Method in interface io.vertx.openapi.validation.ValidatableResponse
- getStatusCode() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- getStatusCode() - Method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- getStatusCode() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- getStatusCode() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Get the status code.
- getStatusCode() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- getStatusMessage() - Method in interface io.vertx.core.http.HttpServerResponse
- getStatusMessage() - Method in class io.vertx.ext.web.api.service.ServiceResponse
- getStatusMessage() - Method in interface io.vertx.httpproxy.ProxyResponse
-
Get the status message.
- getStatusMessage() - Method in class io.vertx.httpproxy.spi.cache.Resource
- getStatusMessage() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- getStatusMessage() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- getStatusMessage() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Get the status message.
- 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.
- getStorageEngineOptions() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- getStores() - Method in class io.vertx.config.ConfigRetrieverOptions
- getStream() - Method in interface io.vertx.ext.mail.MailAttachment
-
Gets the data stream.
- getStream() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
Gets the data stream.
- getStream() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
Gets the data stream.
- getStreamPriority() - Method in interface io.vertx.core.http.HttpClientRequest
- getStreamPriority() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- getStreamPriority() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- getStrength() - Method in class io.vertx.ext.mongo.CollationOptions
-
Get strength level
- getStrictThreadMode() - Method in class io.vertx.core.http.HttpServerOptions
- getString() - Method in interface io.vertx.ext.web.validation.RequestParameter
- getString() - Method in interface io.vertx.openapi.validation.Parameter
- getString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- getString() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getString() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getString() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getString() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- getString() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getString() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getString() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getString(int) - Method in class io.vertx.core.json.JsonArray
-
Get the String at position
pos
in the array, - getString(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a string value at
pos
. - getString(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a string value at
pos
. - getString(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a string value at
pos
. - 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 positionstart
and ending at positionend - 1
interpreted as a String in UTF-8 encoding - 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 positionstart
and ending at positionend - 1
interpreted as a String in the specified encoding - getString(String) - Method in class io.vertx.core.json.JsonObject
-
Get the string value with the specified key, special cases are addressed for extended JSON types
Instant
,byte[]
andEnum
which can be converted to String. - getString(String) - Method in interface io.vertx.openapi.validation.Parameter
- getString(String) - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- getString(String) - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- getString(String) - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- getString(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a string value for the given
column
. - getString(String) - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- getString(String) - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- getString(String) - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- getString(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a string value for the given
column
. - getString(String) - Method in interface io.vertx.sqlclient.Row
-
Get a string value for the given
column
. - getString(String, String) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getString(String)
but specifying a default value to return if there is no entry. - getStyle() - Method in interface io.vertx.openapi.contract.Parameter
- getStyle() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- getStyle() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- getSubject() - Method in class io.vertx.ext.auth.JWTOptions
- getSubject() - Method in class io.vertx.ext.mail.MailMessage
-
get the subject of this mail
- getSubject() - Method in enum io.vertx.ext.mail.SMTPException.EnhancedStatus
-
Gets the subject of the EnhancedStatus.
- getSubProtocols() - Method in class io.vertx.core.http.WebSocketConnectOptions
- getSubRouter() - Method in interface io.vertx.ext.web.Route
- getSubRouter() - Method in class io.vertx.reactivex.ext.web.Route
- getSubRouter() - Method in class io.vertx.rxjava3.ext.web.Route
- 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.rxjava3.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
- getSupportedFormats() - Static method in class io.vertx.config.spi.utils.Processors
- getSupportedGrantTypes() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
The provider supported grant types
- getSupportedVersions() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the STOMP protocol versions supported by the server.
- getSupportWebSocket() - Method in class io.vertx.httpproxy.ProxyOptions
- 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 interface io.vertx.spi.cluster.hazelcast.spi.HazelcastObjectProvider
-
Return synchronous map for the given name
- getSyncMap(String) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- getSyncMap(String) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- getSynonyms() - Method in class io.vertx.kafka.admin.ConfigEntry
- getTable() - Method in exception io.vertx.pgclient.PgException
- getTable() - Method in class io.vertx.pgclient.PgNotice
- 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
- getTags() - Method in interface io.vertx.openapi.contract.Operation
- getTags() - Method in class io.vertx.reactivex.openapi.contract.Operation
- getTags() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- 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
- getTemplate(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
- getTemplateExpandOptions() - Method in class io.vertx.ext.web.client.WebClientOptions
- 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(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a
Temporal
value atpos
. - getTemporal(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get a
Temporal
value atpos
. - getTemporal(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a
Temporal
value atpos
. - getTemporal(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a temporal value for the given
column
. - getTemporal(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a temporal value for the given
column
. - getTemporal(String) - Method in interface io.vertx.sqlclient.Row
-
Get a temporal value for the given
column
. - getTenant() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- getTermJsResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
- getText() - Method in class io.vertx.ext.mail.MailMessage
-
get the plain text of this mail
- getText() - Method in enum io.vertx.ext.web.handler.graphql.ws.MessageType
- getTextVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
The text index version number.
- getThreadingModel() - Method in class io.vertx.core.DeploymentOptions
-
Which threading model the verticle(s) should use?
- getTimeFactor() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the time factor, i.e. a multiplier applied to time constraints as a window error. 1 by default.
- getTimeField() - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- getTimeout() - Method in class io.vertx.camel.InboundMapping
- getTimeout() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- getTimeout() - Method in class io.vertx.core.http.RequestOptions
- getTimeout() - Method in class io.vertx.core.net.ConnectOptions
- getTimeout() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Get timeout in milliseconds
- getTimeout() - Method in class io.vertx.ext.unit.TestOptions
- getTimeout() - Method in class io.vertx.grpc.client.GrpcClientOptions
-
Return the default timeout set when sending gRPC requests, the initial value is
0
which does not send a timeout. - getTimeoutInMilliseconds() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getTimeoutUnit() - Method in class io.vertx.grpc.client.GrpcClientOptions
- getTimeSeriesOptions() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- getTimestamp() - Method in class io.vertx.httpproxy.spi.cache.Resource
- 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
- getTnsAdmin() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getTnsAlias() - Method in class io.vertx.oracleclient.OracleConnectOptions
- 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.SlimVaultClient
- getToken() - Method in exception io.vertx.core.cli.AmbiguousOptionException
- getToken() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- getToken() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get the ACL token to use each time the query is executed.
- getToken() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
- getTokenPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Get the Oauth2 token resource path. e.g.: /oauth/token
- getTokenUrl() - Method in interface io.vertx.openapi.contract.OAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
-
The token URL to be used for this flow.
- 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
- getTopicId() - Method in class io.vertx.kafka.admin.TopicDescription
- getTopicPartitions() - Method in class io.vertx.kafka.admin.MemberAssignment
- getTopology() - Method in class io.vertx.redis.client.RedisOptions
-
Get how the topology should be obtained.
- getTopology() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Get how the topology should be obtained.
- getTotalCount() - Method in class io.vertx.kafka.admin.NewPartitions
- getTraceOperation() - Method in class io.vertx.core.http.RequestOptions
- getTracePeerAddress() - Method in class io.vertx.kafka.client.common.KafkaClientOptions
- getTracing() - Method in class io.vertx.tracing.zipkin.ZipkinTracer
- getTracingOptions() - Method in class io.vertx.core.VertxOptions
-
If tracing is disabled, the value will be
null
. - getTracingPolicy() - Method in class io.vertx.cassandra.CassandraClientOptions
- getTracingPolicy() - Method in class io.vertx.core.eventbus.DeliveryOptions
- getTracingPolicy() - Method in class io.vertx.core.http.HttpClientOptions
- getTracingPolicy() - Method in class io.vertx.core.http.HttpServerOptions
- getTracingPolicy() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getTracingPolicy() - Method in class io.vertx.kafka.client.common.KafkaClientOptions
- getTracingPolicy() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getTracingPolicy() - Method in class io.vertx.redis.client.RedisOptions
- getTracingPolicy() - Method in class io.vertx.sqlclient.SqlConnectOptions
- getTrafficClass() - Method in class io.vertx.core.datagram.DatagramSocketOptions
- getTrafficClass() - Method in class io.vertx.core.net.NetworkOptions
- getTrafficShapingOptions() - Method in class io.vertx.core.net.NetServerOptions
- 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.rxjava3.core.http.HttpClientResponse
-
Return the first trailer value with the specified name
- getTrailer(String) - Method in class io.vertx.rxjava3.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() - Method in interface io.vertx.jdbcclient.JDBCConnection
- getTransactionIsolation() - Method in class io.vertx.jdbcclient.SqlOptions
- getTransactionIsolation() - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- getTransactionIsolation() - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- getTransports() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- 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.SSLOptions
- getTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
- getTrustStoreFilePath() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksTrustOptions.path instead. It will be removed in vert.x 4.1
- getTrustStorePassword() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksTrustOptions.password instead. It will be removed in vert.x 4.1
- getTrustStoreType() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksTrustOptions instead. It will be removed in vert.x 4.1
- getTryUsePerFrameCompression() - Method in class io.vertx.core.http.WebSocketClientOptions
- getTryUsePerMessageCompression() - Method in class io.vertx.core.http.WebSocketClientOptions
- 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
- getType() - Method in class io.vertx.config.ConfigStoreOptions
- getType() - Method in class io.vertx.core.cli.TypedArgument
- getType() - Method in class io.vertx.core.cli.TypedOption
- getType() - Method in class io.vertx.core.net.KeyStoreOptions
- getType() - Method in class io.vertx.core.net.KeyStoreOptionsBase
- getType() - Method in class io.vertx.core.net.ProxyOptions
-
Get proxy type.
- getType() - Method in class io.vertx.ext.auth.KeyStoreOptions
- getType() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- getType() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the type of operation to perform
- getType() - Method in class io.vertx.ext.consul.TxnServiceOperation
-
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.jdbcclient.FetchDirection
- getType() - Method in enum io.vertx.jdbcclient.ResultSetConcurrency
- getType() - Method in enum io.vertx.jdbcclient.ResultSetType
- getType() - Method in enum io.vertx.jdbcclient.TransactionIsolation
- getType() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- getType() - Method in class io.vertx.kafka.client.common.ConfigResource
- getType() - Method in class io.vertx.micrometer.Match
- getType() - Method in interface io.vertx.openapi.contract.SecurityScheme
-
The type of the security scheme.
- getType() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
-
The type of the security scheme.
- getType() - Method in class io.vertx.redis.client.RedisOptions
-
Get the type of client to be created.
- getType() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
-
The type of the security scheme.
- getType() - Method in class io.vertx.servicediscovery.Record
-
Gets the service type.
- getType() - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Get the discovery implementation type.
- getUnkeyed() - Method in class io.vertx.redis.client.RequestGrouping
-
Returns a collection of requests that do not specify a key and would therefore be executed on random node.
- getUnsignedByte(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the unsigned
byte
at positionpos
in the Buffer, as ashort
. - getUnsignedInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the unsigned
int
at positionpos
in the Buffer, as along
. - getUnsignedIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the unsigned
int
at positionpos
in the Buffer, as along
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. - 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. - getUnsignedShort(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the unsigned
short
at positionpos
in the Buffer, as anint
. - 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. - getUp() - Method in class io.vertx.ext.healthchecks.CheckResult
- getUpperRightCorner() - Method in class io.vertx.pgclient.data.Box
- getUpserts() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
An unmodifiable list of upsert data.
- getUpstreams() - Method in class io.vertx.ext.consul.connect.ProxyOptions
- getUri() - Method in class io.vertx.camel.CamelMapping
- getUri() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- getUri() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the InfluxDB server URI
- getUri() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getURI() - Method in interface io.vertx.core.http.HttpClientRequest
- getURI() - Method in class io.vertx.core.http.RequestOptions
- getURI() - Method in interface io.vertx.httpproxy.ProxyRequest
- getURI() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- getURI() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- getURI() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- 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.rxjava3.core.json.pointer.JsonPointer
-
Return the underlying URI without the fragment
- getUrl() - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
- getURL() - Method in interface io.vertx.openapi.contract.Server
- getURL() - Method in class io.vertx.reactivex.openapi.contract.Server
- getURL() - Method in class io.vertx.rxjava3.openapi.contract.Server
- getUsageAddress() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
- getUsagePrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
- getUseDaemonThread() - Method in class io.vertx.core.VertxOptions
-
Returns whether we want to use daemon vertx thread.
- getUseLayer7Proxy() - Method in class io.vertx.pgclient.PgConnectOptions
- getUser() - Method in class io.vertx.ext.web.api.service.ServiceRequest
-
Get request principal user as routingContext.user().principal(), null if no user is authenticated
- getUser() - Method in interface io.vertx.ext.web.client.OAuth2WebClient
-
Get the authenticated user (if any) that is associated with this client.
- getUser() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- getUser() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the user account to be used for the authentication.
- getUser() - Method in class io.vertx.oracleclient.OracleConnectOptions
- getUser() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- getUser() - Method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
-
Get the authenticated user (if any) that is associated with this client.
- getUser() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Get the default username for Redis connections.
- getUser() - Method in class io.vertx.redis.client.RedisOptions
-
Get the default username for Redis connections.
- getUser() - Method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
-
Get the authenticated user (if any) that is associated with this client.
- getUser() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the user account to be used for the authentication.
- getUserAgent() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
The User-Agent header to use when communicating with a provider
- getUserAgent() - Method in class io.vertx.ext.mail.MailConfig
-
Gets the Mail User Agent(MUA) name that will be used to generate boundary and message id.
- getUserAgent() - Method in class io.vertx.ext.web.client.WebClientOptions
- getUserBySession(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Provides for authorization matches on a destination level, this will return the User created by the
AuthenticationProvider
. - getUserBySession(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Provides for authorization matches on a destination level, this will return the User created by the .
- getUserBySession(String) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Provides for authorization matches on a destination level, this will return the User created by the .
- getUseReplicas() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Get whether to use replica nodes for read only queries.
- getUseReplicas() - Method in class io.vertx.redis.client.RedisOptions
-
Get whether to use replica nodes for read only queries.
- getUseReplicas() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Get whether to use replica nodes for read only queries.
- getUserId() - Method in class io.vertx.config.vault.client.Auth
- getUserInfoParameters() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the provider custom userInfo parameters to send when requesting them.
- getUserInfoPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
The provider userInfo resource path
- getUsername() - Method in class io.vertx.amqp.AmqpClientOptions
- getUsername() - Method in class io.vertx.cassandra.CassandraClientOptions
- getUsername() - Method in class io.vertx.config.vault.client.Auth
- getUsername() - Method in class io.vertx.core.net.ProxyOptions
-
Get proxy username.
- getUsername() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- getUsername() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- getUsername() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- getUsername() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- getUsername() - Method in class io.vertx.ext.mail.MailConfig
-
get username
- getUsername() - Method in class io.vertx.mqtt.MqttAuth
- getUsername() - Method in class io.vertx.mqtt.MqttClientOptions
- getUserName() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the username used for authenticated connections
- getUsernameCredentialField() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
- getUsernameField() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
- getUsernameField() - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
- getUserVerification() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- getUseWorkerThread() - Method in class io.vertx.core.net.SSLEngineOptions
- getUUID(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get
UUID
value atpos
. - getUUID(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get
UUID
value atpos
. - getUUID(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
UUID
value atpos
. - getUUID(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get
UUID
value for the givencolumn
. - getUUID(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get
UUID
value for the givencolumn
. - getUUID(String) - Method in interface io.vertx.sqlclient.Row
-
Get
UUID
value for the givencolumn
. - getValid() - Method in class io.vertx.json.schema.OutputUnit
- getValidationAction() - Method in class io.vertx.ext.mongo.ValidationOptions
- getValidationLevel() - Method in class io.vertx.ext.mongo.ValidationOptions
- getValidationOptions() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- getValidator() - Method in class io.vertx.ext.mongo.ValidationOptions
- getValue() - Method in exception io.vertx.core.cli.InvalidValueException
- getValue() - Method in interface io.vertx.core.http.Cookie
- getValue() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Get the key store as a buffer
- 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 enum io.vertx.redis.client.ProtocolVersion
- getValue(int) - Method in class io.vertx.core.json.JsonArray
-
Get the value with the specified key, as an Object with types respecting the limitations of JSON.
- getValue(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an object value at
pos
. - getValue(int) - Method in class io.vertx.rxjava3.sqlclient.Tuple
-
Get an object value at
pos
. - getValue(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an object value at
pos
. - getValue(String) - Method in class io.vertx.core.json.JsonObject
-
Get the value with the specified key, as an Object with types respecting the limitations of JSON.
- getValue(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValue(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a value for the given
column
. - getValue(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValue(String) - Method in class io.vertx.rxjava3.sqlclient.Row
-
Get a value for the given
column
. - getValue(String) - Method in interface io.vertx.sqlclient.Row
-
Get a value for the given
column
. - getValue(String, Object) - Method in class io.vertx.core.json.JsonObject
-
Like
JsonObject.getValue(String)
but specifying a default value to return if there is no entry. - getValues(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValues(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValueSupplier() - Method in class io.vertx.json.schema.common.dsl.Keyword
- getValuesWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValueWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.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
- getVerb() - Method in enum io.vertx.ext.consul.TxnServiceVerb
- getVersion() - Method in class io.vertx.core.http.WebSocketConnectOptions
- getVersion() - Method in class io.vertx.ext.consul.Event
-
Get version
- getVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the index version number.
- getVersion() - Method in interface io.vertx.openapi.contract.OpenAPIContract
- getVersion() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- getVersion() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- 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
- getVertxOptions() - Method in class io.vertx.junit5.VertxParameterProvider
- 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. in
warningExceptionTimeUnit
. - getWarningExceptionTimeUnit() - Method in class io.vertx.core.VertxOptions
- getWebauthn() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- getWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
WebClient
. - getWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
WebClient
. - getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
WebClient
. - getWebSocketAllowServerNoContext() - Method in class io.vertx.core.http.HttpServerOptions
- getWebSocketClientOptions() - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- getWebSocketClosingTimeout() - Method in class io.vertx.core.http.HttpServerOptions
- getWebSocketCompressionLevel() - Method in class io.vertx.core.http.HttpServerOptions
- getWebSocketCompressionLevel() - Method in class io.vertx.mqtt.MqttServerOptions
- getWebSocketMaxFrameSize() - Method in class io.vertx.mqtt.MqttServerOptions
- getWebsocketPath() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the path for the web socket.
- getWebSocketPreferredClientNoContext() - Method in class io.vertx.core.http.HttpServerOptions
- getWebSocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
- getWeight() - Method in class io.vertx.core.http.StreamPriority
- getWeights() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the weighting object for use with a text index
- getWelcomeMessage() - Method in class io.vertx.ext.shell.ShellServerOptions
- getWhat() - Method in class io.vertx.ext.consul.TxnError
-
Get error message about why that operation failed.
- getWhere() - Method in exception io.vertx.pgclient.PgException
- getWhere() - Method in class io.vertx.pgclient.PgNotice
- getWidth() - Method in class io.vertx.core.cli.UsageMessageFormatter
- getWillMessage() - Method in class io.vertx.mqtt.MqttWill
- getWillMessageBytes() - Method in class io.vertx.mqtt.MqttClientOptions
- getWillMessageBytes() - Method in class io.vertx.mqtt.MqttWill
- getWillProperties() - Method in class io.vertx.mqtt.MqttWill
- getWillQos() - Method in class io.vertx.mqtt.MqttWill
- getWillQoS() - Method in class io.vertx.mqtt.MqttClientOptions
- getWillTopic() - Method in class io.vertx.mqtt.MqttClientOptions
- getWillTopic() - Method in class io.vertx.mqtt.MqttWill
- getWindowSize() - Method in interface io.vertx.core.http.HttpConnection
- getWindowSize() - Method in class io.vertx.reactivex.core.http.HttpConnection
- getWindowSize() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- getWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path regex
- getWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path regex
- getWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path regex
- getWorkerExecutor() - Method in class io.vertx.camel.OutboundMapping
- getWorkerPoolName() - Method in class io.vertx.core.DeploymentOptions
- getWorkerPoolSize() - Method in class io.vertx.core.DeploymentOptions
-
Get the maximum number of worker threads to be used by the worker pool when the verticle is deployed with a
DeploymentOptions.setWorkerPoolName(java.lang.String)
. - getWorkerPoolSize() - Method in class io.vertx.core.VertxOptions
-
Get the maximum number of worker threads to be used by the Vert.x instance.
- getWorkstation() - Method in class io.vertx.ext.mail.MailConfig
-
Workstation used on NTLM authentication
- getWriteIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
- getWriteOption() - Method in class io.vertx.ext.mongo.BulkWriteOptions
-
Get the write option
- getWriteOption() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get the write option.
- getWritePos() - Method in interface io.vertx.core.file.AsyncFile
- getWritePos() - Method in class io.vertx.reactivex.core.file.AsyncFile
- getWritePos() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- getWriteSynchronizationMode() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets write synchronization mode.
- getWsConnectionParams() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- getX() - Method in class io.vertx.mysqlclient.data.spatial.Point
- getX() - Method in class io.vertx.pgclient.data.Point
- getX5c() - Method in class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- getY() - Method in class io.vertx.mysqlclient.data.spatial.Point
- getY() - Method in class io.vertx.pgclient.data.Point
- getYears() - Method in class io.vertx.pgclient.data.Interval
- GitConfigStore - Class in io.vertx.config.git
- GitConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.git.GitConfigStore
- GitConfigStoreFactory - Class in io.vertx.config.git
- GitConfigStoreFactory() - Constructor for class io.vertx.config.git.GitConfigStoreFactory
- GiteeAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Gitee.
- GiteeAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Gitee.
- GiteeAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Gitee. - GiteeAuth(GiteeAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
- GiteeAuth(GiteeAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- GiteeAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
- GiteeAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- GithubAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Github.
- GithubAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Github.
- GithubAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Github. - GithubAuth(GithubAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
- GithubAuth(GithubAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
- GithubAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
- GithubAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
- GitLabAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for GitLab.com.
- GitLabAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for GitLab.com.
- GitLabAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for GitLab.com. - GitLabAuth(GitLabAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- GitLabAuth(GitLabAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
- GitLabAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- GitLabAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
- goAway() - Method in exception io.vertx.core.http.HttpClosedException
- goAway(long) - Method in interface io.vertx.core.http.HttpConnection
-
Like
HttpConnection.goAway(long, int)
with a last stream id-1
which means to disallow any new stream creation. - goAway(long) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Like
HttpConnection.goAway(long)
with a last stream id-1
which means to disallow any new stream creation. - goAway(long) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Like
HttpConnection.goAway(long)
with a last stream id-1
which means to disallow any new stream creation. - goAway(long, int) - Method in interface io.vertx.core.http.HttpConnection
-
Like
HttpConnection.goAway(long, int, Buffer)
with no buffer. - goAway(long, int) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Like
HttpConnection.goAway(long)
with no buffer. - goAway(long, int) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Like
HttpConnection.goAway(long)
with no buffer. - goAway(long, int, Buffer) - Method in interface io.vertx.core.http.HttpConnection
-
Send a go away frame to the remote endpoint of the connection.
- goAway(long, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Send a go away frame to the remote endpoint of the connection.
- goAway(long, int, Buffer) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Send a go away frame to the remote endpoint of the connection.
- GoAway - Class in io.vertx.core.http
-
A GOAWAY frame.
- GoAway() - Constructor for class io.vertx.core.http.GoAway
- GoAway(GoAway) - Constructor for class io.vertx.core.http.GoAway
- GoAway(JsonObject) - Constructor for class io.vertx.core.http.GoAway
- GoAwayConverter - Class in io.vertx.core.http
-
Converter and mapper for
GoAway
. - GoAwayConverter() - Constructor for class io.vertx.core.http.GoAwayConverter
- goAwayHandler(Handler<GoAway>) - Method in interface io.vertx.core.http.HttpConnection
-
Set an handler called when a GOAWAY frame is received.
- goAwayHandler(Handler<GoAway>) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Set an handler called when a frame is received.
- goAwayHandler(Handler<GoAway>) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Set an handler called when a frame is received.
- GoogleAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Google. - GoogleAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Google. - GoogleAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Google. - GoogleAuth(GoogleAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
- GoogleAuth(GoogleAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
- GoogleAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
- GoogleAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
- GRANTED_QOS0 - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- GRANTED_QOS1 - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- GRANTED_QOS2 - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- grantedQoSLevels() - Method in interface io.vertx.mqtt.messages.MqttSubAckMessage
- grantedQoSLevels() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- grantedQoSLevels() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- GRAPH_BULK - Static variable in interface io.vertx.redis.client.Command
- GRAPH_CONFIG - Static variable in interface io.vertx.redis.client.Command
- GRAPH_DEBUG - Static variable in interface io.vertx.redis.client.Command
- GRAPH_DELETE - Static variable in interface io.vertx.redis.client.Command
- GRAPH_EXPLAIN - Static variable in interface io.vertx.redis.client.Command
- GRAPH_LIST - Static variable in interface io.vertx.redis.client.Command
- GRAPH_PROFILE - Static variable in interface io.vertx.redis.client.Command
- GRAPH_QUERY - Static variable in interface io.vertx.redis.client.Command
- GRAPH_RO_QUERY - Static variable in interface io.vertx.redis.client.Command
- GRAPH_SLOWLOG - Static variable in interface io.vertx.redis.client.Command
- graphBulk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.BULK.
- graphBulk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.BULK.
- graphBulk(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.BULK.
- graphConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.CONFIG.
- graphConfig(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.CONFIG.
- graphConfig(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.CONFIG.
- graphDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.DEBUG.
- graphDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.DEBUG.
- graphDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.DEBUG.
- graphDelete(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.DELETE.
- graphDelete(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.DELETE.
- graphDelete(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.DELETE.
- graphExplain(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.EXPLAIN.
- graphExplain(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.EXPLAIN.
- graphExplain(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.EXPLAIN.
- GraphiQLHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
-
A handler for GraphiQL resources.
- GraphiQLHandler - Class in io.vertx.rxjava3.ext.web.handler.graphql
-
A handler for GraphiQL resources.
- GraphiQLHandler - Interface in io.vertx.ext.web.handler.graphql
-
A handler for GraphiQL resources.
- GraphiQLHandler(GraphiQLHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
- GraphiQLHandler(GraphiQLHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- GraphiQLHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
- GraphiQLHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- GraphiQLHandlerBuilder - Class in io.vertx.reactivex.ext.web.handler.graphql
-
A builder for
GraphiQLHandler
instances. - GraphiQLHandlerBuilder - Class in io.vertx.rxjava3.ext.web.handler.graphql
-
A builder for
GraphiQLHandler
instances. - GraphiQLHandlerBuilder - Interface in io.vertx.ext.web.handler.graphql
-
A builder for
GraphiQLHandler
instances. - GraphiQLHandlerBuilder(GraphiQLHandlerBuilder) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- GraphiQLHandlerBuilder(GraphiQLHandlerBuilder) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- GraphiQLHandlerBuilder(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- GraphiQLHandlerBuilder(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- GraphiQLHandlerOptions - Class in io.vertx.ext.web.handler.graphql
-
Embedded GraphiQL user interface options.
- GraphiQLHandlerOptions() - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Default constructor.
- GraphiQLHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Constructor to create options from JSON.
- GraphiQLHandlerOptions(GraphiQLHandlerOptions) - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Copy constructor.
- GraphiQLHandlerOptionsConverter - Class in io.vertx.ext.web.handler.graphql
-
Converter and mapper for
GraphiQLHandlerOptions
. - GraphiQLHandlerOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
- graphList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.LIST.
- graphList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.LIST.
- graphList(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.LIST.
- graphProfile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.PROFILE.
- graphProfile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.PROFILE.
- graphProfile(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.PROFILE.
- GraphQLHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
-
A
Route
handler for GraphQL requests. - GraphQLHandler - Class in io.vertx.rxjava3.ext.web.handler.graphql
-
A
Route
handler for GraphQL requests. - GraphQLHandler - Interface in io.vertx.ext.web.handler.graphql
-
A
Route
handler for GraphQL requests. - GraphQLHandler(GraphQLHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- GraphQLHandler(GraphQLHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- GraphQLHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- GraphQLHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- GraphQLHandlerBuilder - Class in io.vertx.reactivex.ext.web.handler.graphql
-
A builder for
GraphQLHandler
instances. - GraphQLHandlerBuilder - Class in io.vertx.rxjava3.ext.web.handler.graphql
-
A builder for
GraphQLHandler
instances. - GraphQLHandlerBuilder - Interface in io.vertx.ext.web.handler.graphql
-
A builder for
GraphQLHandler
instances. - GraphQLHandlerBuilder(GraphQLHandlerBuilder) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- GraphQLHandlerBuilder(GraphQLHandlerBuilder) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- GraphQLHandlerBuilder(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- GraphQLHandlerBuilder(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- GraphQLHandlerOptions - Class in io.vertx.ext.web.handler.graphql
-
Options for configuring the
GraphQLHandler
. - GraphQLHandlerOptions() - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Default constructor.
- GraphQLHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Constructor to create options from JSON.
- GraphQLHandlerOptions(GraphQLHandlerOptions) - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Copy constructor.
- GraphQLHandlerOptionsConverter - Class in io.vertx.ext.web.handler.graphql
-
Converter and mapper for
GraphQLHandlerOptions
. - GraphQLHandlerOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
- GraphQLWSHandler - Class in io.vertx.reactivex.ext.web.handler.graphql.ws
-
A handler for the GraphQL over WebSocket Protocol.
- GraphQLWSHandler - Class in io.vertx.rxjava3.ext.web.handler.graphql.ws
-
A handler for the GraphQL over WebSocket Protocol.
- GraphQLWSHandler - Interface in io.vertx.ext.web.handler.graphql.ws
-
A handler for the GraphQL over WebSocket Protocol.
- GraphQLWSHandler(GraphQLWSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
- GraphQLWSHandler(GraphQLWSHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
- GraphQLWSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
- GraphQLWSHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
- GraphQLWSHandlerBuilder - Class in io.vertx.reactivex.ext.web.handler.graphql.ws
-
A builder for
GraphQLWSHandler
instances. - GraphQLWSHandlerBuilder - Class in io.vertx.rxjava3.ext.web.handler.graphql.ws
-
A builder for
GraphQLWSHandler
instances. - GraphQLWSHandlerBuilder - Interface in io.vertx.ext.web.handler.graphql.ws
-
A builder for
GraphQLWSHandler
instances. - GraphQLWSHandlerBuilder(GraphQLWSHandlerBuilder) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- GraphQLWSHandlerBuilder(GraphQLWSHandlerBuilder) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- GraphQLWSHandlerBuilder(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- GraphQLWSHandlerBuilder(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- GraphQLWSOptions - Class in io.vertx.ext.web.handler.graphql.ws
-
Options for configuring the
GraphQLWSHandler
. - GraphQLWSOptions() - Constructor for class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
-
Default constructor.
- GraphQLWSOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
-
Constructor to create options from JSON.
- GraphQLWSOptions(GraphQLWSOptions) - Constructor for class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
-
Copy constructor.
- GraphQLWSOptionsConverter - Class in io.vertx.ext.web.handler.graphql.ws
-
Converter and mapper for
GraphQLWSOptions
. - GraphQLWSOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptionsConverter
- graphQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.QUERY.
- graphQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.QUERY.
- graphQuery(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.QUERY.
- graphRoQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.RO_QUERY.
- graphRoQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.RO_QUERY.
- graphRoQuery(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.RO_QUERY.
- graphSlowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.SLOWLOG.
- graphSlowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.SLOWLOG.
- graphSlowlog(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.SLOWLOG.
- GridFsDownloadOptions - Class in io.vertx.ext.mongo
-
Options used to configure downloads from GridFS.
- GridFsDownloadOptions() - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
-
Default constructor
- GridFsDownloadOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
-
Constructor from JSON
- GridFsDownloadOptions(GridFsDownloadOptions) - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
-
Copy constructor
- GridFsUploadOptions - Class in io.vertx.ext.mongo
- GridFsUploadOptions() - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
-
Default constructor
- GridFsUploadOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
-
Constructor from JSON
- GridFsUploadOptions(GridFsUploadOptions) - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
-
Copy constructor
- GroovyVerticleFactory - Class in io.vertx.lang.groovy
-
Placeholder
- GroovyVerticleFactory() - Constructor for class io.vertx.lang.groovy.GroovyVerticleFactory
- groupByNodes(List<Request>) - Method in class io.vertx.reactivex.redis.client.RedisCluster
-
Groups the
requests
into aRequestGrouping
, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyed
collection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequests
includes multiple keys that belong to different master nodes, the resulting future will fail. - groupByNodes(List<Request>) - Method in interface io.vertx.redis.client.RedisCluster
-
Groups the
requests
into aRequestGrouping
, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyed
collection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequests
includes multiple keys that belong to different master nodes, the resulting future will fail. - groupByNodes(List<Request>) - Method in class io.vertx.rxjava3.redis.client.RedisCluster
-
Groups the
requests
into aRequestGrouping
, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyed
collection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequests
includes multiple keys that belong to different master nodes, the resulting future will fail. - groupId() - Method in interface io.vertx.amqp.AmqpMessage
- groupId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- groupId() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- groupId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- groupId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- groupId(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- groupSequence() - Method in interface io.vertx.amqp.AmqpMessage
- groupSequence() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- groupSequence() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- GRPC - Static variable in class io.vertx.grpc.common.GrpcMediaType
-
gRPC.
- GRPC_PROTO - Static variable in class io.vertx.grpc.common.GrpcMediaType
-
gRPC with Protobuf message format.
- GRPC_WEB - Static variable in class io.vertx.grpc.common.GrpcMediaType
-
gRPC Web binary.
- GRPC_WEB_PROTO - Static variable in class io.vertx.grpc.common.GrpcMediaType
-
gRPC Web binary with Protobuf message format.
- GRPC_WEB_TEXT - Static variable in class io.vertx.grpc.common.GrpcMediaType
-
gRPC Web text (base64).
- GRPC_WEB_TEXT_PROTO - Static variable in class io.vertx.grpc.common.GrpcMediaType
-
gRPC Web text (base64) with Protobuf message format.
- GrpcClient - Class in io.vertx.reactivex.grpc.client
-
A gRPC client for Vert.x
- GrpcClient - Class in io.vertx.rxjava3.grpc.client
-
A gRPC client for Vert.x
- GrpcClient - Interface in io.vertx.grpc.client
-
A gRPC client for Vert.x
- GrpcClient(GrpcClient) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClient
- GrpcClient(GrpcClient) - Constructor for class io.vertx.rxjava3.grpc.client.GrpcClient
- GrpcClient(Object) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClient
- GrpcClient(Object) - Constructor for class io.vertx.rxjava3.grpc.client.GrpcClient
- GrpcClientBuilder<C> - Class in io.vertx.reactivex.grpc.client
-
A builder for
GrpcClient
. - GrpcClientBuilder<C> - Class in io.vertx.rxjava3.grpc.client
-
A builder for
GrpcClient
. - GrpcClientBuilder<C> - Interface in io.vertx.grpc.client
-
A builder for
GrpcClient
. - GrpcClientBuilder(GrpcClientBuilder) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- GrpcClientBuilder(GrpcClientBuilder) - Constructor for class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- GrpcClientBuilder(Object, TypeArg<C>) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- GrpcClientBuilder(Object, TypeArg<C>) - Constructor for class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- GrpcClientOptions - Class in io.vertx.grpc.client
-
Options configuring a gRPC client.
- GrpcClientOptions() - Constructor for class io.vertx.grpc.client.GrpcClientOptions
-
Default constructor.
- GrpcClientOptions(GrpcClientOptions) - Constructor for class io.vertx.grpc.client.GrpcClientOptions
-
Copy constructor.
- GrpcClientRequest<Req,Resp> - Class in io.vertx.reactivex.grpc.client
-
A request to a gRPC server.
- GrpcClientRequest<Req,Resp> - Class in io.vertx.rxjava3.grpc.client
-
A request to a gRPC server.
- GrpcClientRequest<Req,Resp> - Interface in io.vertx.grpc.client
-
A request to a gRPC server.
- GrpcClientRequest(GrpcClientRequest) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientRequest
- GrpcClientRequest(GrpcClientRequest) - Constructor for class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- GrpcClientRequest(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientRequest
- GrpcClientRequest(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- GrpcClientResponse<Req,Resp> - Class in io.vertx.reactivex.grpc.client
-
A response from a gRPC server.
- GrpcClientResponse<Req,Resp> - Class in io.vertx.rxjava3.grpc.client
-
A response from a gRPC server.
- GrpcClientResponse<Req,Resp> - Interface in io.vertx.grpc.client
-
A response from a gRPC server.
- GrpcClientResponse(GrpcClientResponse) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientResponse
- GrpcClientResponse(GrpcClientResponse) - Constructor for class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- GrpcClientResponse(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientResponse
- GrpcClientResponse(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- GrpcError - Enum in io.vertx.grpc.common
-
gRPC error, a subset of
GrpcStatus
elements. - GrpcErrorException - Exception in io.vertx.grpc.common
-
Thrown when a failure happens before the response, and it could be interpreted to a gRPC failure, e.g.
- GrpcErrorException(GrpcError, GrpcStatus) - Constructor for exception io.vertx.grpc.common.GrpcErrorException
- GrpcIoClient - Interface in io.vertx.grpcio.client
-
A gRPC client for Vert.x This server extends the
GrpcClient
to encode/decode messages in protobuf format usingMethodDescriptor
. - GrpcIoClientChannel - Class in io.vertx.grpcio.client
-
Bridge a gRPC service with a
GrpcClient
. - GrpcIoClientChannel(GrpcClient, SocketAddress) - Constructor for class io.vertx.grpcio.client.GrpcIoClientChannel
- GrpcIoServer - Interface in io.vertx.grpcio.server
-
A gRPC server based on Vert.x HTTP server.
- GrpcIoServiceBridge - Interface in io.vertx.grpcio.server
-
Bridge a gRPC service with a
GrpcServer
. - GrpcLocal - Class in io.vertx.grpc.common
-
gRPC request local propagation.
- GrpcLocal(long) - Constructor for class io.vertx.grpc.common.GrpcLocal
- GrpcMediaType - Class in io.vertx.grpc.common
-
The gRPC media types.
- GrpcMessage - Interface in io.vertx.grpc.common
-
A generic gRPC message
- GrpcMessageDecoder<T> - Interface in io.vertx.grpc.common
- GrpcMessageEncoder<T> - Interface in io.vertx.grpc.common
- GrpcProtocol - Enum in io.vertx.grpc.server
-
Describe the underlying gRPC protocol.
- GrpcReadStream<T> - Class in io.vertx.reactivex.grpc.common
- GrpcReadStream<T> - Class in io.vertx.rxjava3.grpc.common
- GrpcReadStream<T> - Interface in io.vertx.grpc.common
- GrpcReadStream(GrpcReadStream) - Constructor for class io.vertx.reactivex.grpc.common.GrpcReadStream
- GrpcReadStream(GrpcReadStream) - Constructor for class io.vertx.rxjava3.grpc.common.GrpcReadStream
- GrpcReadStream(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.grpc.common.GrpcReadStream
- GrpcReadStream(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.grpc.common.GrpcReadStream
- GrpcServer - Class in io.vertx.reactivex.grpc.server
-
A gRPC server based on Vert.x HTTP server.
- GrpcServer - Class in io.vertx.rxjava3.grpc.server
-
A gRPC server based on Vert.x HTTP server.
- GrpcServer - Interface in io.vertx.grpc.server
-
A gRPC server based on Vert.x HTTP server.
- GrpcServer(GrpcServer) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServer
- GrpcServer(GrpcServer) - Constructor for class io.vertx.rxjava3.grpc.server.GrpcServer
- GrpcServer(Object) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServer
- GrpcServer(Object) - Constructor for class io.vertx.rxjava3.grpc.server.GrpcServer
- GrpcServerOptions - Class in io.vertx.grpc.server
-
Configuration for a
GrpcServer
. - GrpcServerOptions() - Constructor for class io.vertx.grpc.server.GrpcServerOptions
-
Default options.
- GrpcServerOptions(JsonObject) - Constructor for class io.vertx.grpc.server.GrpcServerOptions
-
Creates options from JSON.
- GrpcServerOptions(GrpcServerOptions) - Constructor for class io.vertx.grpc.server.GrpcServerOptions
-
Copy constructor.
- GrpcServerOptionsConverter - Class in io.vertx.grpc.server
-
Converter and mapper for
GrpcServerOptions
. - GrpcServerOptionsConverter() - Constructor for class io.vertx.grpc.server.GrpcServerOptionsConverter
- GrpcServerRequest<Req,Resp> - Class in io.vertx.reactivex.grpc.server
- GrpcServerRequest<Req,Resp> - Class in io.vertx.rxjava3.grpc.server
- GrpcServerRequest<Req,Resp> - Interface in io.vertx.grpc.server
- GrpcServerRequest(GrpcServerRequest) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServerRequest
- GrpcServerRequest(GrpcServerRequest) - Constructor for class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- GrpcServerRequest(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServerRequest
- GrpcServerRequest(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- GrpcServerResponse<Req,Resp> - Class in io.vertx.reactivex.grpc.server
- GrpcServerResponse<Req,Resp> - Class in io.vertx.rxjava3.grpc.server
- GrpcServerResponse<Req,Resp> - Interface in io.vertx.grpc.server
- GrpcServerResponse(GrpcServerResponse) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServerResponse
- GrpcServerResponse(GrpcServerResponse) - Constructor for class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- GrpcServerResponse(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServerResponse
- GrpcServerResponse(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- GrpcStatus - Enum in io.vertx.grpc.common
-
gRPC statuses.
- GrpcStorage - Class in io.vertx.grpc.contextstorage
-
gRPC context storage.
- GrpcStorage(Context, ContextInternal) - Constructor for class io.vertx.grpc.contextstorage.GrpcStorage
- GrpcWriteStream<T> - Class in io.vertx.grpc.stub
- GrpcWriteStream<T> - Class in io.vertx.reactivex.grpc.common
- GrpcWriteStream<T> - Class in io.vertx.rxjava3.grpc.common
- GrpcWriteStream<T> - Interface in io.vertx.grpc.common
- GrpcWriteStream(StreamObserver<T>) - Constructor for class io.vertx.grpc.stub.GrpcWriteStream
- GrpcWriteStream(GrpcWriteStream) - Constructor for class io.vertx.reactivex.grpc.common.GrpcWriteStream
- GrpcWriteStream(GrpcWriteStream) - Constructor for class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- GrpcWriteStream(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.grpc.common.GrpcWriteStream
- GrpcWriteStream(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.grpc.common.GrpcWriteStream
H
- HALF_OPEN - io.vertx.circuitbreaker.CircuitBreakerState
-
The
HALF_OPEN
state. - halfOpenHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Sets a
Handler
to be invoked when the circuit breaker state switches to half-open. - halfOpenHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Sets a to be invoked when the circuit breaker state switches to half-open.
- halfOpenHandler(Handler<Void>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Sets a to be invoked when the circuit breaker state switches to half-open.
- handle(E) - Method in interface io.vertx.core.Handler
-
Something has happened, so handle it.
- handle(AsyncResult<Boolean>) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
-
Succeed or fail this promise with the event.
- handle(AsyncResult<Boolean>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
-
Succeed or fail this promise with the event.
- handle(AsyncResult<Boolean>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
Succeed or fail this promise with the event.
- handle(AsyncResult<Boolean>) - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
-
Succeed or fail this promise with the event.
- handle(AsyncResult<Boolean>) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
-
Succeed or fail this promise with the event.
- handle(AsyncResult<Boolean>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
-
Succeed or fail this promise with the event.
- handle(AsyncResult<Object>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Succeed or fail this promise with the event.
- handle(AsyncResult<Object>) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Succeed or fail this promise with the event.
- handle(AsyncResult<T>) - Method in interface io.vertx.core.Promise
-
Succeed or fail this promise with the
AsyncResult
event. - handle(AsyncResult<T>) - Method in class io.vertx.reactivex.core.Promise
-
Succeed or fail this promise with the
AsyncResult
event. - handle(AsyncResult<T>) - Method in class io.vertx.rxjava3.core.Promise
-
Succeed or fail this promise with the
AsyncResult
event. - handle(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
-
This method is called to provide the parser with data.
- handle(Buffer) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Something has happened, so handle it.
- handle(Buffer) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
This method is called to provide the parser with data.
- handle(Buffer) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Something has happened, so handle it.
- handle(Buffer) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
This method is called to provide the parser with data.
- handle(HttpServerRequest) - Method in interface io.vertx.httpproxy.HttpProxy
-
Handle the outbound
HttpServerRequest
. - handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultAbortHandler
- handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultAckHandler
- handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultBeginHandler
- handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultCommitHandler
- handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultConnectHandler
- handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultNackHandler
- handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultSendHandler
- handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultSubscribeHandler
- handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultUnsubscribeHandler
- handle(HttpServerRequest) - Method in class io.vertx.reactivex.ext.web.Router
-
Something has happened, so handle it.
- handle(HttpServerRequest) - Method in class io.vertx.reactivex.grpc.server.GrpcServer
-
Something has happened, so handle it.
- handle(ServerFrame) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.InputTrustHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.PlatformHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.ProtocolUpgradeHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.SecurityPolicyHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
-
Something has happened, so handle it.
- handle(Response) - Method in class io.vertx.redis.client.EventBusHandler
- handle(HttpServerRequest) - Method in class io.vertx.rxjava3.ext.web.Router
-
Something has happened, so handle it.
- handle(HttpServerRequest) - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
-
Something has happened, so handle it.
- handle(HttpServerRequest) - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Handle the outbound
HttpServerRequest
. - handle(ServerFrame) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.rxjava3.ext.web.handler.AuthenticationHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.rxjava3.ext.web.handler.InputTrustHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.rxjava3.ext.web.handler.PlatformHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.rxjava3.ext.web.handler.ProtocolUpgradeHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in interface io.vertx.rxjava3.ext.web.handler.SecurityPolicyHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
-
Something has happened, so handle it.
- handle(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.validation.ValidationHandler
-
Something has happened, so handle it.
- HandlebarsTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.handlebars
-
A template engine that uses the Handlebars library.
- HandlebarsTemplateEngine - Class in io.vertx.rxjava3.ext.web.templ.handlebars
-
A template engine that uses the Handlebars library.
- HandlebarsTemplateEngine - Interface in io.vertx.ext.web.templ.handlebars
-
A template engine that uses the Handlebars library.
- HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
- HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- HandlebarsTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
- HandlebarsTemplateEngine(Object) - Constructor for class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- handleCloseAccessed(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- handleContext(RoutingContext) - Method in interface io.vertx.ext.web.Router
-
Used to route a context to the router.
- handleContext(RoutingContext) - Method in class io.vertx.reactivex.ext.web.Router
-
Used to route a context to the router.
- handleContext(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.Router
-
Used to route a context to the router.
- handleDeployFailed(Vertx, String, DeploymentOptions, Throwable) - Method in class io.vertx.core.Launcher
-
A deployment failure has been encountered.
- handleFailure(RoutingContext) - Method in interface io.vertx.ext.web.Router
-
Used to route a failure to the router.
- handleFailure(RoutingContext) - Method in class io.vertx.reactivex.ext.web.Router
-
Used to route a failure to the router.
- handleFailure(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.Router
-
Used to route a failure to the router.
- handleProxyRequest(ProxyContext) - Method in interface io.vertx.httpproxy.ProxyInterceptor
-
Handle the proxy request at the stage of this interceptor.
- handleProxyRequest(ProxyContext) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
-
Handle the proxy request at the stage of this interceptor.
- handleProxyRequest(ProxyContext) - Method in interface io.vertx.rxjava3.httpproxy.ProxyInterceptor
-
Handle the proxy request at the stage of this interceptor.
- handleProxyResponse(ProxyContext) - Method in interface io.vertx.httpproxy.ProxyInterceptor
-
Handle the proxy response at the stage of this interceptor.
- handleProxyResponse(ProxyContext) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
-
Handle the proxy response at the stage of this interceptor.
- handleProxyResponse(ProxyContext) - Method in interface io.vertx.rxjava3.httpproxy.ProxyInterceptor
-
Handle the proxy response at the stage of this interceptor.
- handler() - Method in interface io.vertx.ext.stomp.StompServerConnection
- handler() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
- handler() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- handler(Handler<AmqpMessage>) - Method in interface io.vertx.amqp.AmqpReceiver
- handler(Handler<Response>) - Method in interface io.vertx.redis.client.RedisConnection
-
Set a data handler.
- handler(Handler<ConsumerRecord<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
- handler(Handler<Req>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
- handler(Handler<Resp>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
- handler(Handler<T>) - Method in interface io.vertx.core.streams.ReadStream
-
Set a data handler.
- handler(Handler<T>) - Method in interface io.vertx.grpc.common.GrpcReadStream
- handler(Handler<Row>) - Method in interface io.vertx.cassandra.CassandraRowStream
- handler(Handler<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- handler(Handler<Row>) - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- handler(Handler<AsyncResult<T>>) - Method in interface io.vertx.ext.unit.Completion
-
Completion handler to receive a completion signal when this completions completes.
- handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.unit.Async
-
Completion handler to receive a completion signal when this completions completes.
- handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
-
Completion handler to receive a completion signal when this completions completes.
- handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava3.ext.unit.Async
-
Completion handler to receive a completion signal when this completions completes.
- handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava3.ext.unit.TestCompletion
-
Completion handler to receive a completion signal when this completions completes.
- handler(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.ext.unit.Completion
-
Completion handler to receive a completion signal when this completions completes.
- handler(Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava3.ext.unit.Completion
-
Completion handler to receive a completion signal when this completions completes.
- handler(Handler<Buffer>) - Method in interface io.vertx.core.file.AsyncFile
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.ClientWebSocket
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerFileUpload
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.ServerWebSocket
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocket
- handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
- handler(Handler<Buffer>) - Method in interface io.vertx.core.net.NetSocket
- handler(Handler<Buffer>) - Method in interface io.vertx.core.parsetools.RecordParser
- handler(Handler<Buffer>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
- handler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- handler(Handler<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- handler(Handler<Buffer>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.net.NetSocket
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- handler(Handler<Buffer>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- handler(Handler<DatagramPacket>) - Method in interface io.vertx.core.datagram.DatagramSocket
- handler(Handler<DatagramPacket>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
- handler(Handler<DatagramPacket>) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
- handler(Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
- handler(Handler<JsonEvent>) - Method in interface io.vertx.core.parsetools.JsonParser
- handler(Handler<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- handler(Handler<JsonEvent>) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- handler(Handler<TestCaseReport>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
- handler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
-
Append a request handler to the route handlers list.
- handler(Handler<KafkaConsumerRecord<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
- handler(Handler<RabbitMQMessage>) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Set a message handler.
- handler(Handler<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- handler(Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- handler(Handler<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- handler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
-
Append a request handler to the route handlers list.
- handler(Handler<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- handler(Handler<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Set a message handler.
- handler(Handler<Response>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
- handler(Handler<Response>) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- handler(Handler<AmqpMessage>) - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- handler(Handler<Message<T>>) - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- handler(Handler<TestCaseReport>) - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- handler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.Route
-
Append a request handler to the route handlers list.
- handler(Handler<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- handler(Handler<RabbitMQMessage>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Set a message handler.
- handler(Handler<String>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
-
Set or unset an handler to be called when a the channel is notified by Postgres.
- handler(Handler<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Set or unset an handler to be called when a the channel is notified by Postgres.
- handler(Handler<String>) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Set or unset an handler to be called when a the channel is notified by Postgres.
- handler(Handler<Req>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- handler(Handler<Req>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- handler(Handler<Resp>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- handler(Handler<Resp>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- handler(Handler<T>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
- handler(Handler<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Set a data handler.
- handler(Handler<T>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- handler(Handler<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
- handler(Handler<T>) - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Set a data handler.
- handler(Handler<T>) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- handler(Handler<T>) - Method in class io.vertx.rxjava3.sqlclient.RowStream
- handler(Handler<T>) - Method in interface io.vertx.sqlclient.RowStream
- handler(StompServerHandler) - Method in interface io.vertx.ext.stomp.StompServer
-
Configures the
StompServerHandler
. - handler(StompServerHandler) - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Configures the
StompServerHandler
. - handler(StompServerHandler) - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Configures the
StompServerHandler
. - Handler<E> - Interface in io.vertx.core
-
A generic event handler.
- handlerConstructorBody(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- handleReceipt(Frame, StompServerConnection) - Static method in interface io.vertx.ext.stomp.Frames
- handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.reactivex.ext.stomp.Frames
- handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.rxjava3.ext.stomp.Frames
- handlerGenImports(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- handlerRegistered(String) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called when a handler is registered on the event bus.
- handlerUnregistered(H) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called when a handler has been unregistered from the event bus.
- handshakeTimeout(long, TimeUnit) - Method in class io.vertx.grpc.VertxServerBuilder
- hasAmr(String) - Method in interface io.vertx.ext.auth.User
-
The "amr" (Authentication Methods References) returns a unique list of claims as defined and registered in the IANA "JSON Web Token Claims" registry.
- hasAmr(String) - Method in class io.vertx.reactivex.ext.auth.User
-
The "amr" (Authentication Methods References) returns a unique list of claims as defined and registered in the IANA "JSON Web Token Claims" registry.
- hasAmr(String) - Method in class io.vertx.rxjava3.ext.auth.User
-
The "amr" (Authentication Methods References) returns a unique list of claims as defined and registered in the IANA "JSON Web Token Claims" registry.
- hasEmptyBody() - Method in class io.vertx.ext.stomp.Frame
- hash() - Method in class io.vertx.ext.auth.hashing.HashString
- hash(HashString, String) - Method in interface io.vertx.ext.auth.hashing.HashingAlgorithm
-
Algorithm specific implementation.
- hash(String, String, String) - Method in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
Hashes a password to be stored.
- hash(String, String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
-
Hashes a password to be stored.
- hash(String, String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
-
Hashes a password to be stored.
- hash(String, String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
-
Hashes a password to be stored.
- hash(String, Map<String, String>, String, String) - Method in interface io.vertx.ext.auth.hashing.HashingStrategy
-
Hashes a password.
- hash(String, Map<String, String>, String, String) - Method in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
Hashes a password to be stored.
- hash(String, Map<String, String>, String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
-
Hashes a password to be stored.
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
-
Hashes a password.
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
-
Hashes a password to be stored.
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
-
Hashes a password.
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
-
Hashes a password to be stored.
- hashAlgoId() - Method in enum io.vertx.ext.mail.DKIMSignAlgorithm
-
Gets the Hash Algorithm ID that can be identified by the
HashingStrategy
. - hashAlgorithm() - Method in enum io.vertx.ext.mail.DKIMSignAlgorithm
-
Gets the hash algorithm to produce the hash of the message.
- hashCode() - Method in class io.vertx.core.http.Http2Settings
- hashCode() - Method in class io.vertx.core.http.HttpMethod
- hashCode() - Method in class io.vertx.core.http.StreamPriority
- hashCode() - Method in class io.vertx.core.json.JsonArray
- hashCode() - Method in class io.vertx.core.json.JsonObject
- hashCode() - Method in class io.vertx.core.net.KeyStoreOptionsBase
- hashCode() - Method in class io.vertx.core.net.PemKeyCertOptions
- hashCode() - Method in class io.vertx.core.net.PemTrustOptions
- hashCode() - Method in class io.vertx.core.net.SSLOptions
- hashCode() - Method in class io.vertx.core.net.TrafficShapingOptions
- hashCode() - Method in class io.vertx.core.spi.cluster.NodeInfo
- hashCode() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
- hashCode() - Method in class io.vertx.db2client.DB2ConnectOptions
- hashCode() - Method in class io.vertx.ext.consul.Check
- hashCode() - Method in class io.vertx.ext.consul.CheckList
- hashCode() - Method in class io.vertx.ext.consul.Coordinate
- hashCode() - Method in class io.vertx.ext.consul.CoordinateList
- hashCode() - Method in class io.vertx.ext.consul.Event
- hashCode() - Method in class io.vertx.ext.consul.EventList
- hashCode() - Method in class io.vertx.ext.consul.KeyValue
- hashCode() - Method in class io.vertx.ext.consul.KeyValueList
- hashCode() - Method in class io.vertx.ext.consul.Node
- hashCode() - Method in class io.vertx.ext.consul.NodeList
- hashCode() - Method in class io.vertx.ext.consul.Service
- hashCode() - Method in class io.vertx.ext.consul.ServiceEntry
- hashCode() - Method in class io.vertx.ext.consul.ServiceEntryList
- hashCode() - Method in class io.vertx.ext.consul.ServiceList
- hashCode() - Method in class io.vertx.ext.consul.Session
- hashCode() - Method in class io.vertx.ext.consul.SessionList
- hashCode() - Method in class io.vertx.ext.mail.DKIMSignOptions
- hashCode() - Method in class io.vertx.ext.mail.MailConfig
- hashCode() - Method in class io.vertx.ext.mail.MailMessage
- hashCode() - Method in class io.vertx.ext.mongo.AggregateOptions
- hashCode() - Method in class io.vertx.ext.mongo.BulkOperation
- hashCode() - Method in class io.vertx.ext.mongo.BulkWriteOptions
- hashCode() - Method in class io.vertx.ext.mongo.CollationOptions
- hashCode() - Method in class io.vertx.ext.mongo.CountOptions
- hashCode() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- hashCode() - Method in class io.vertx.ext.mongo.DistinctOptions
- hashCode() - Method in class io.vertx.ext.mongo.FindOptions
- hashCode() - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
- hashCode() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
- hashCode() - Method in class io.vertx.ext.mongo.IndexModel
- hashCode() - Method in class io.vertx.ext.mongo.IndexOptions
- hashCode() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
- hashCode() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
- hashCode() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
- hashCode() - Method in class io.vertx.ext.mongo.RenameCollectionOptions
- hashCode() - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- hashCode() - Method in class io.vertx.ext.mongo.UpdateOptions
- hashCode() - Method in class io.vertx.ext.mongo.ValidationOptions
- hashCode() - Method in class io.vertx.kafka.client.common.ConfigResource
- hashCode() - Method in class io.vertx.kafka.client.common.TopicPartition
- hashCode() - Method in class io.vertx.openapi.validation.analyser.MultipartPart
- hashCode() - Method in class io.vertx.oracleclient.data.Blob
- hashCode() - Method in class io.vertx.pgclient.data.Box
- hashCode() - Method in class io.vertx.pgclient.data.Circle
- hashCode() - Method in class io.vertx.pgclient.data.Interval
- hashCode() - Method in class io.vertx.pgclient.data.Line
- hashCode() - Method in class io.vertx.pgclient.data.LineSegment
- hashCode() - Method in class io.vertx.pgclient.data.Money
- hashCode() - Method in class io.vertx.pgclient.data.Path
- hashCode() - Method in class io.vertx.pgclient.data.Polygon
- hashCode() - Method in class io.vertx.pgclient.PgConnectOptions
- hashCode() - Method in class io.vertx.reactivex.amqp.AmqpClient
- hashCode() - Method in class io.vertx.reactivex.amqp.AmqpConnection
- hashCode() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- hashCode() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- hashCode() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- hashCode() - Method in class io.vertx.reactivex.amqp.AmqpSender
- hashCode() - Method in class io.vertx.reactivex.cassandra.CassandraClient
- hashCode() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- hashCode() - Method in class io.vertx.reactivex.cassandra.ResultSet
- hashCode() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- hashCode() - Method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
- hashCode() - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
- hashCode() - Method in class io.vertx.reactivex.config.ConfigRetriever
- hashCode() - Method in class io.vertx.reactivex.core.Context
- hashCode() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
- hashCode() - Method in class io.vertx.reactivex.core.dns.DnsClient
- hashCode() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
- hashCode() - Method in class io.vertx.reactivex.core.eventbus.EventBus
- hashCode() - Method in class io.vertx.reactivex.core.eventbus.Message
- hashCode() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- hashCode() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
- hashCode() - Method in class io.vertx.reactivex.core.file.AsyncFile
- hashCode() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
- hashCode() - Method in class io.vertx.reactivex.core.file.FileSystem
- hashCode() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpConnection
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpHeaders
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpServer
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- hashCode() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- hashCode() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- hashCode() - Method in class io.vertx.reactivex.core.http.WebSocket
- hashCode() - Method in class io.vertx.reactivex.core.http.WebSocketClient
- hashCode() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
- hashCode() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- hashCode() - Method in class io.vertx.reactivex.core.net.endpoint.Endpoint
- hashCode() - Method in class io.vertx.reactivex.core.net.endpoint.EndpointResolver
- hashCode() - Method in class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- hashCode() - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
- hashCode() - Method in class io.vertx.reactivex.core.net.NetClient
- hashCode() - Method in class io.vertx.reactivex.core.net.NetServer
- hashCode() - Method in class io.vertx.reactivex.core.net.NetSocket
- hashCode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- hashCode() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- hashCode() - Method in class io.vertx.reactivex.core.Promise
- hashCode() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
- hashCode() - Method in class io.vertx.reactivex.core.shareddata.Counter
- hashCode() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
- hashCode() - Method in class io.vertx.reactivex.core.shareddata.Lock
- hashCode() - Method in class io.vertx.reactivex.core.shareddata.SharedData
- hashCode() - Method in class io.vertx.reactivex.core.streams.Pipe
- hashCode() - Method in class io.vertx.reactivex.core.Timer
- hashCode() - Method in class io.vertx.reactivex.core.Vertx
- hashCode() - Method in class io.vertx.reactivex.core.VertxBuilder
- hashCode() - Method in class io.vertx.reactivex.core.WorkerExecutor
- hashCode() - Method in class io.vertx.reactivex.db2client.DB2Builder
- hashCode() - Method in class io.vertx.reactivex.db2client.DB2Connection
- hashCode() - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- hashCode() - Method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
- hashCode() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- hashCode() - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
- hashCode() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
- hashCode() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
- hashCode() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
- hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
- hashCode() - Method in class io.vertx.reactivex.ext.auth.User
- hashCode() - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
- hashCode() - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
- hashCode() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- hashCode() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- hashCode() - Method in class io.vertx.reactivex.ext.consul.Watch
- hashCode() - Method in class io.vertx.reactivex.ext.consul.WatchResult
- hashCode() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
- hashCode() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- hashCode() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
- hashCode() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
- hashCode() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
- hashCode() - Method in class io.vertx.reactivex.ext.mail.MailClient
- hashCode() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
- hashCode() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.Destination
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.Frames
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompClient
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServer
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
- hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
- hashCode() - Method in class io.vertx.reactivex.ext.unit.Async
- hashCode() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
- hashCode() - Method in class io.vertx.reactivex.ext.unit.Completion
- hashCode() - Method in class io.vertx.reactivex.ext.unit.report.Failure
- hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
- hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
- hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- hashCode() - Method in class io.vertx.reactivex.ext.unit.TestCase
- hashCode() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
- hashCode() - Method in class io.vertx.reactivex.ext.unit.TestContext
- hashCode() - Method in class io.vertx.reactivex.ext.unit.TestSuite
- hashCode() - Method in class io.vertx.reactivex.ext.web.client.CachingWebClient
- hashCode() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- hashCode() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- hashCode() - Method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
- hashCode() - Method in class io.vertx.reactivex.ext.web.client.WebClient
- hashCode() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
- hashCode() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- hashCode() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
- hashCode() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
- hashCode() - Method in class io.vertx.reactivex.ext.web.FileUpload
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
- hashCode() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
- hashCode() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
- hashCode() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- hashCode() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
- hashCode() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- hashCode() - Method in class io.vertx.reactivex.ext.web.RequestBody
- hashCode() - Method in class io.vertx.reactivex.ext.web.Route
- hashCode() - Method in class io.vertx.reactivex.ext.web.Router
- hashCode() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- hashCode() - Method in class io.vertx.reactivex.ext.web.Session
- hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
- hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
- hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
- hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
- hashCode() - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- hashCode() - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
- hashCode() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
- hashCode() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- hashCode() - Method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- hashCode() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
- hashCode() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- hashCode() - Method in class io.vertx.reactivex.ext.web.UserContext
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- hashCode() - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
- hashCode() - Method in class io.vertx.reactivex.grpc.client.GrpcClient
- hashCode() - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- hashCode() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- hashCode() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- hashCode() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- hashCode() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- hashCode() - Method in class io.vertx.reactivex.grpc.server.GrpcServer
- hashCode() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- hashCode() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- hashCode() - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- hashCode() - Method in class io.vertx.reactivex.jdbcclient.JDBCPool
- hashCode() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
- hashCode() - Method in class io.vertx.reactivex.json.schema.JsonFormatValidator
- hashCode() - Method in class io.vertx.reactivex.json.schema.JsonSchema
- hashCode() - Method in class io.vertx.reactivex.json.schema.Ref
- hashCode() - Method in class io.vertx.reactivex.json.schema.SchemaRepository
- hashCode() - Method in class io.vertx.reactivex.json.schema.Validator
- hashCode() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
- hashCode() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- hashCode() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- hashCode() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- hashCode() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- hashCode() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- hashCode() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- hashCode() - Method in class io.vertx.reactivex.micrometer.MetricsService
- hashCode() - Method in class io.vertx.reactivex.micrometer.PrometheusRequestHandler
- hashCode() - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- hashCode() - Method in class io.vertx.reactivex.mqtt.MqttClient
- hashCode() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- hashCode() - Method in class io.vertx.reactivex.mqtt.MqttServer
- hashCode() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
- hashCode() - Method in class io.vertx.reactivex.mssqlclient.MSSQLBuilder
- hashCode() - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
- hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
- hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
- hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.MediaType
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlow
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlows
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.Operation
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.Path
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.RequestBody
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.Response
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
- hashCode() - Method in class io.vertx.reactivex.openapi.contract.Server
- hashCode() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- hashCode() - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
- hashCode() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- hashCode() - Method in class io.vertx.reactivex.openapi.validation.ValidatableRequest
- hashCode() - Method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- hashCode() - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- hashCode() - Method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
- hashCode() - Method in class io.vertx.reactivex.oracleclient.OracleBuilder
- hashCode() - Method in class io.vertx.reactivex.oracleclient.OracleClient
- hashCode() - Method in class io.vertx.reactivex.oracleclient.OracleConnection
- hashCode() - Method in class io.vertx.reactivex.pgclient.PgBuilder
- hashCode() - Method in class io.vertx.reactivex.pgclient.PgConnection
- hashCode() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- hashCode() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
- hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
- hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
- hashCode() - Method in class io.vertx.reactivex.redis.client.Redis
- hashCode() - Method in class io.vertx.reactivex.redis.client.RedisAPI
- hashCode() - Method in class io.vertx.reactivex.redis.client.RedisCluster
- hashCode() - Method in class io.vertx.reactivex.redis.client.RedisConnection
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
- hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
- hashCode() - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
- hashCode() - Method in class io.vertx.reactivex.sqlclient.Cursor
- hashCode() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- hashCode() - Method in class io.vertx.reactivex.sqlclient.Pool
- hashCode() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
- hashCode() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
- hashCode() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
- hashCode() - Method in class io.vertx.reactivex.sqlclient.Query
- hashCode() - Method in class io.vertx.reactivex.sqlclient.Row
- hashCode() - Method in class io.vertx.reactivex.sqlclient.RowIterator
- hashCode() - Method in class io.vertx.reactivex.sqlclient.RowSet
- hashCode() - Method in class io.vertx.reactivex.sqlclient.RowStream
- hashCode() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlClient
- hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
- hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlResult
- hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
- hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
- hashCode() - Method in class io.vertx.reactivex.sqlclient.Transaction
- hashCode() - Method in class io.vertx.reactivex.sqlclient.Tuple
- hashCode() - Method in class io.vertx.reactivex.uritemplate.UriTemplate
- hashCode() - Method in class io.vertx.reactivex.uritemplate.Variables
- hashCode() - Method in class io.vertx.rxjava3.amqp.AmqpClient
- hashCode() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
- hashCode() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- hashCode() - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- hashCode() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- hashCode() - Method in class io.vertx.rxjava3.amqp.AmqpSender
- hashCode() - Method in class io.vertx.rxjava3.cassandra.CassandraClient
- hashCode() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- hashCode() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- hashCode() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- hashCode() - Method in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- hashCode() - Method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
- hashCode() - Method in class io.vertx.rxjava3.config.ConfigRetriever
- hashCode() - Method in class io.vertx.rxjava3.core.Context
- hashCode() - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
- hashCode() - Method in class io.vertx.rxjava3.core.dns.DnsClient
- hashCode() - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- hashCode() - Method in class io.vertx.rxjava3.core.eventbus.EventBus
- hashCode() - Method in class io.vertx.rxjava3.core.eventbus.Message
- hashCode() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- hashCode() - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
- hashCode() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- hashCode() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
- hashCode() - Method in class io.vertx.rxjava3.core.file.FileSystem
- hashCode() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpHeaders
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpServer
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- hashCode() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- hashCode() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- hashCode() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- hashCode() - Method in class io.vertx.rxjava3.core.http.WebSocket
- hashCode() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
- hashCode() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
- hashCode() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- hashCode() - Method in class io.vertx.rxjava3.core.net.endpoint.Endpoint
- hashCode() - Method in class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- hashCode() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- hashCode() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
- hashCode() - Method in class io.vertx.rxjava3.core.net.NetClient
- hashCode() - Method in class io.vertx.rxjava3.core.net.NetServer
- hashCode() - Method in class io.vertx.rxjava3.core.net.NetSocket
- hashCode() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- hashCode() - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- hashCode() - Method in class io.vertx.rxjava3.core.Promise
- hashCode() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
- hashCode() - Method in class io.vertx.rxjava3.core.shareddata.Counter
- hashCode() - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
- hashCode() - Method in class io.vertx.rxjava3.core.shareddata.Lock
- hashCode() - Method in class io.vertx.rxjava3.core.shareddata.SharedData
- hashCode() - Method in class io.vertx.rxjava3.core.streams.Pipe
- hashCode() - Method in class io.vertx.rxjava3.core.Timer
- hashCode() - Method in class io.vertx.rxjava3.core.Vertx
- hashCode() - Method in class io.vertx.rxjava3.core.VertxBuilder
- hashCode() - Method in class io.vertx.rxjava3.core.WorkerExecutor
- hashCode() - Method in class io.vertx.rxjava3.db2client.DB2Builder
- hashCode() - Method in class io.vertx.rxjava3.db2client.DB2Connection
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.ChainAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.User
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
- hashCode() - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
- hashCode() - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- hashCode() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- hashCode() - Method in class io.vertx.rxjava3.ext.consul.Watch
- hashCode() - Method in class io.vertx.rxjava3.ext.consul.WatchResult
- hashCode() - Method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
- hashCode() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- hashCode() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- hashCode() - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
- hashCode() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
- hashCode() - Method in class io.vertx.rxjava3.ext.mail.MailClient
- hashCode() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
- hashCode() - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.Acknowledgement
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.Destination
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.DestinationFactory
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.Frames
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.ServerFrame
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- hashCode() - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.Async
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.Completion
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.report.Failure
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.TestCase
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.TestCompletion
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.TestContext
- hashCode() - Method in class io.vertx.rxjava3.ext.unit.TestSuite
- hashCode() - Method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
- hashCode() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- hashCode() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- hashCode() - Method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
- hashCode() - Method in class io.vertx.rxjava3.ext.web.client.WebClient
- hashCode() - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
- hashCode() - Method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- hashCode() - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
- hashCode() - Method in class io.vertx.rxjava3.ext.web.common.WebEnvironment
- hashCode() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
- hashCode() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
- hashCode() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- hashCode() - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- hashCode() - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- hashCode() - Method in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- hashCode() - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- hashCode() - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
- hashCode() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- hashCode() - Method in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- hashCode() - Method in class io.vertx.rxjava3.ext.web.RequestBody
- hashCode() - Method in class io.vertx.rxjava3.ext.web.Route
- hashCode() - Method in class io.vertx.rxjava3.ext.web.Router
- hashCode() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- hashCode() - Method in class io.vertx.rxjava3.ext.web.Session
- hashCode() - Method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
- hashCode() - Method in class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
- hashCode() - Method in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
- hashCode() - Method in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
- hashCode() - Method in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- hashCode() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
- hashCode() - Method in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- hashCode() - Method in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- hashCode() - Method in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
- hashCode() - Method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- hashCode() - Method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- hashCode() - Method in class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
- hashCode() - Method in class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- hashCode() - Method in class io.vertx.rxjava3.ext.web.UserContext
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ObjectParserFactory
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- hashCode() - Method in class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- hashCode() - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
- hashCode() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- hashCode() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- hashCode() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- hashCode() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- hashCode() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- hashCode() - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
- hashCode() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- hashCode() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.Body
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- hashCode() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- hashCode() - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- hashCode() - Method in class io.vertx.rxjava3.jdbcclient.JDBCPool
- hashCode() - Method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
- hashCode() - Method in class io.vertx.rxjava3.json.schema.JsonFormatValidator
- hashCode() - Method in class io.vertx.rxjava3.json.schema.JsonSchema
- hashCode() - Method in class io.vertx.rxjava3.json.schema.Ref
- hashCode() - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
- hashCode() - Method in class io.vertx.rxjava3.json.schema.Validator
- hashCode() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
- hashCode() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- hashCode() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- hashCode() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- hashCode() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- hashCode() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- hashCode() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- hashCode() - Method in class io.vertx.rxjava3.micrometer.MetricsService
- hashCode() - Method in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
- hashCode() - Method in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- hashCode() - Method in class io.vertx.rxjava3.mqtt.MqttClient
- hashCode() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- hashCode() - Method in class io.vertx.rxjava3.mqtt.MqttServer
- hashCode() - Method in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- hashCode() - Method in class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
- hashCode() - Method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- hashCode() - Method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
- hashCode() - Method in class io.vertx.rxjava3.mysqlclient.MySQLClient
- hashCode() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.MediaType
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.Path
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.RequestBody
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.Response
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
- hashCode() - Method in class io.vertx.rxjava3.openapi.contract.Server
- hashCode() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- hashCode() - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
- hashCode() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- hashCode() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- hashCode() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- hashCode() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- hashCode() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- hashCode() - Method in class io.vertx.rxjava3.oracleclient.OracleBuilder
- hashCode() - Method in class io.vertx.rxjava3.oracleclient.OracleClient
- hashCode() - Method in class io.vertx.rxjava3.oracleclient.OracleConnection
- hashCode() - Method in class io.vertx.rxjava3.pgclient.PgBuilder
- hashCode() - Method in class io.vertx.rxjava3.pgclient.PgConnection
- hashCode() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- hashCode() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- hashCode() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- hashCode() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- hashCode() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- hashCode() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
- hashCode() - Method in class io.vertx.rxjava3.redis.client.Redis
- hashCode() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
- hashCode() - Method in class io.vertx.rxjava3.redis.client.RedisCluster
- hashCode() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.ServiceReference
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- hashCode() - Method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.Cursor
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.Pool
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.PropertyKind
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.Query
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.Row
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.RowIterator
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.RowSet
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.RowStream
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.SqlClient
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.SqlResult
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.templates.RowMapper
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.Transaction
- hashCode() - Method in class io.vertx.rxjava3.sqlclient.Tuple
- hashCode() - Method in class io.vertx.rxjava3.uritemplate.UriTemplate
- hashCode() - Method in class io.vertx.rxjava3.uritemplate.Variables
- hashCode() - Method in class io.vertx.servicediscovery.Record
- hashCode() - Method in class io.vertx.sqlclient.data.Numeric
- hashCode() - Method in class io.vertx.sqlclient.PoolOptions
- HashingAlgorithm - Class in io.vertx.reactivex.ext.auth.hashing
-
Hashing Algorithm.
- HashingAlgorithm - Class in io.vertx.rxjava3.ext.auth.hashing
-
Hashing Algorithm.
- HashingAlgorithm - Interface in io.vertx.ext.auth.hashing
-
Hashing Algorithm.
- HashingAlgorithm(HashingAlgorithm) - Constructor for class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- HashingAlgorithm(HashingAlgorithm) - Constructor for class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
- HashingAlgorithm(Object) - Constructor for class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- HashingAlgorithm(Object) - Constructor for class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
- HashingStrategy - Class in io.vertx.reactivex.ext.auth.hashing
-
Hashing Strategy manager.
- HashingStrategy - Class in io.vertx.rxjava3.ext.auth.hashing
-
Hashing Strategy manager.
- HashingStrategy - Interface in io.vertx.ext.auth.hashing
-
Hashing Strategy manager.
- HashingStrategy(HashingStrategy) - Constructor for class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
- HashingStrategy(HashingStrategy) - Constructor for class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
- HashingStrategy(Object) - Constructor for class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
- HashingStrategy(Object) - Constructor for class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
- HashString - Class in io.vertx.ext.auth.hashing
-
Utility class to encode/decode hashed strings to be stored on a persistent storage.
- HashString(String) - Constructor for class io.vertx.ext.auth.hashing.HashString
- HashString(String, Map<String, String>, String) - Constructor for class io.vertx.ext.auth.hashing.HashString
- hasMethod(String) - Method in interface io.vertx.grpc.server.Service
-
Check if a method exists in this service.
- hasMore() - Method in class io.vertx.reactivex.sqlclient.Cursor
-
Returns
true
when the cursor has results in progress and theCursor.read(int)
should be called to retrieve them. - hasMore() - Method in class io.vertx.rxjava3.sqlclient.Cursor
-
Returns
true
when the cursor has results in progress and theCursor.read(int)
should be called to retrieve them. - hasMore() - Method in interface io.vertx.sqlclient.Cursor
-
Returns
true
when the cursor has results in progress and theCursor.read(int)
should be called to retrieve them. - hasMorePages() - Method in interface io.vertx.cassandra.ResultSet
- hasMorePages() - Method in class io.vertx.reactivex.cassandra.ResultSet
- hasMorePages() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- hasNext() - Method in class io.vertx.reactivex.sqlclient.RowIterator
- hasNext() - Method in class io.vertx.rxjava3.sqlclient.RowIterator
- hasNext() - Method in interface io.vertx.sqlclient.RowIterator
- hasNull(int) - Method in class io.vertx.core.json.JsonArray
-
Is there a null value at position pos?
- hasPassword() - Method in class io.vertx.mqtt.MqttClientOptions
- hasRack() - Method in class io.vertx.kafka.client.common.Node
- hasUsername() - Method in class io.vertx.mqtt.MqttClientOptions
- HazelcastClusterManager - Class in io.vertx.spi.cluster.hazelcast
-
A cluster manager that uses Hazelcast
- HazelcastClusterManager() - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Constructor - gets config from classpath
- HazelcastClusterManager(Config) - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Constructor - config supplied
- HazelcastClusterManager(HazelcastInstance) - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- HazelcastObjectProvider - Interface in io.vertx.spi.cluster.hazelcast.spi
-
SPI to allow different implementations of Map, AsyncMap, Lock and Counter
- hdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Delete one or more hash fields.
- hdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Delete one or more hash fields.
- hdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Delete one or more hash fields.
- HDEL - Static variable in interface io.vertx.redis.client.Command
-
Delete one or more hash fields.
- head() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP HEAD request
- head() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP HEAD request
- head() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP HEAD request
- head(int, String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and port.
- head(int, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and port.
- head(int, String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and port.
- head(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and port.
- head(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and port.
- head(int, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and port.
- head(UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the default host and port.
- head(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the default host and port.
- head(UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the default host and port.
- head(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the default host and port.
- head(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path
- head(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the default host and port.
- head(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path
- head(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the default host and port.
- head(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path
- head(String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port.
- head(String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port.
- head(String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port.
- head(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port.
- head(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port.
- head(String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server at the specified host and default port.
- HEAD - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2616
HEAD
method, this instance is interned and uniquely used. - headAbs(UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
- headAbs(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
- headAbs(UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
- headAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
- headAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
- headAbs(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
- header(String) - Method in interface io.vertx.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP header with the given name.
- header(String) - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP header with the given name.
- header(String) - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP header with the given name.
- header(String, byte[]) - Static method in interface io.vertx.kafka.client.producer.KafkaHeader
- header(String, Buffer) - Static method in interface io.vertx.kafka.client.producer.KafkaHeader
- header(String, Buffer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- header(String, Buffer) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- header(String, String) - Static method in interface io.vertx.kafka.client.producer.KafkaHeader
- header(String, String) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- header(String, String) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- HEADER - io.vertx.openapi.contract.Location
- headerParameter(ParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- headerParameter(ParameterProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- headerParameter(ParameterProcessorFactory) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- headerParameter(String) - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Get header parameter by name.
- headerParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Get header parameter by name.
- headerParameter(String) - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Get header parameter by name.
- headerParametersNames() - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Get list of all parameter names inside header
- headerParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Get list of all parameter names inside header
- headerParametersNames() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Get list of all parameter names inside header
- headers() - Method in interface io.vertx.core.eventbus.Message
-
Multi-map of message headers.
- headers() - Method in interface io.vertx.core.http.HttpClientRequest
- headers() - Static method in interface io.vertx.core.http.HttpHeaders
- headers() - Method in interface io.vertx.core.http.HttpRequestHead
- headers() - Method in interface io.vertx.core.http.HttpResponseHead
- headers() - Method in interface io.vertx.core.http.HttpServerResponse
- headers() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
-
Returns the HTTP headers.
- headers() - Method in interface io.vertx.core.http.WebSocketBase
-
Returns the HTTP headers.
- headers() - Method in interface io.vertx.core.spi.observability.HttpRequest
- headers() - Method in interface io.vertx.core.spi.observability.HttpResponse
- headers() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
- headers() - Method in interface io.vertx.ext.web.client.HttpRequest
- headers() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
- headers() - Method in interface io.vertx.grpc.common.GrpcReadStream
- headers() - Method in interface io.vertx.grpc.common.GrpcWriteStream
- headers() - Method in interface io.vertx.httpproxy.ProxyRequest
- headers() - Method in interface io.vertx.httpproxy.ProxyResponse
- headers() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- headers() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
- headers() - Method in class io.vertx.reactivex.core.eventbus.Message
-
Multi-map of message headers.
- headers() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Returns the HTTP headers.
- headers() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- headers() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- headers() - Static method in class io.vertx.reactivex.core.http.HttpHeaders
- headers() - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- headers() - Method in interface io.vertx.reactivex.core.http.HttpResponseHead
- headers() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- headers() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Returns the HTTP headers.
- headers() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
-
Returns the HTTP headers.
- headers() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Returns the HTTP headers.
- headers() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Returns the HTTP headers.
- headers() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- headers() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- headers() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
- headers() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- headers() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- headers() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- headers() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- headers() - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Multi-map of message headers.
- headers() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Returns the HTTP headers.
- headers() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- headers() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- headers() - Static method in class io.vertx.rxjava3.core.http.HttpHeaders
- headers() - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- headers() - Method in interface io.vertx.rxjava3.core.http.HttpResponseHead
- headers() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- headers() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Returns the HTTP headers.
- headers() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
-
Returns the HTTP headers.
- headers() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Returns the HTTP headers.
- headers() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Returns the HTTP headers.
- headers() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- headers() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- headers() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
- headers() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- headers() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- headers() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- headers() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- headers() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- headers() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- headers(HttpVersion) - Static method in interface io.vertx.core.http.HttpHeaders
- headers(HttpVersion) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
- headers(HttpVersion) - Static method in class io.vertx.rxjava3.core.http.HttpHeaders
- Headers - Class in io.vertx.ext.stomp.utils
-
An implementation of
HashMap
to store STOMP frame headers. - Headers() - Constructor for class io.vertx.ext.stomp.utils.Headers
- headersEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Provide a handler that will be called just before the headers are written to the wire.
- headersEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Provide a handler that will be called just before the headers are written to the wire.
- headersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Provide a handler that will be called just before the headers are written to the wire.
- HeadersPropagatorGetter - Class in io.vertx.tracing.opentelemetry
- HeadersPropagatorGetter() - Constructor for class io.vertx.tracing.opentelemetry.HeadersPropagatorGetter
- HeadersPropagatorSetter - Class in io.vertx.tracing.opentelemetry
- HeadersPropagatorSetter() - Constructor for class io.vertx.tracing.opentelemetry.HeadersPropagatorSetter
- HeadInterceptor - Class in io.vertx.rxjava3.httpproxy.interceptors
-
An interceptor updating HTTP request/response head attributes (headers, path, query params).
- HeadInterceptor - Interface in io.vertx.httpproxy.interceptors
-
An interceptor updating HTTP request/response head attributes (headers, path, query params).
- HeadInterceptor(HeadInterceptor) - Constructor for class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- HeadInterceptor(Object) - Constructor for class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- HeadInterceptorBuilder - Class in io.vertx.rxjava3.httpproxy.interceptors
-
Configuration for an interceptor updating HTTP request/response head attributes (headers, path, query params).
- HeadInterceptorBuilder - Interface in io.vertx.httpproxy.interceptors
-
Configuration for an interceptor updating HTTP request/response head attributes (headers, path, query params).
- HeadInterceptorBuilder(HeadInterceptorBuilder) - Constructor for class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- HeadInterceptorBuilder(Object) - Constructor for class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- headWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path regex
- headWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path regex
- headWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP HEAD request and the specified path regex
- headWritten() - Method in interface io.vertx.core.http.HttpServerResponse
- headWritten() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- headWritten() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- HealthCheckHandler - Class in io.vertx.reactivex.ext.web.healthchecks
-
A Vert.x Web handler on which you register health check procedure.
- HealthCheckHandler - Class in io.vertx.rxjava3.ext.web.healthchecks
-
A Vert.x Web handler on which you register health check procedure.
- HealthCheckHandler - Interface in io.vertx.ext.web.healthchecks
-
A Vert.x Web handler on which you register health check procedure.
- HealthCheckHandler(HealthCheckHandler) - Constructor for class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
- HealthCheckHandler(HealthCheckHandler) - Constructor for class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
- HealthCheckHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
- HealthCheckHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
- healthChecks(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks associated with the service
- healthChecks(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks associated with the service
- healthChecks(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks associated with the service
- HealthChecks - Class in io.vertx.reactivex.ext.healthchecks
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - HealthChecks - Class in io.vertx.rxjava3.ext.healthchecks
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - HealthChecks - Interface in io.vertx.ext.healthchecks
- HealthChecks(HealthChecks) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthChecks
- HealthChecks(HealthChecks) - Constructor for class io.vertx.rxjava3.ext.healthchecks.HealthChecks
- HealthChecks(Object) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthChecks
- HealthChecks(Object) - Constructor for class io.vertx.rxjava3.ext.healthchecks.HealthChecks
- healthChecksWithOptions(String, CheckQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks associated with the service
- healthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks associated with the service
- healthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks associated with the service
- healthNodesWithOptions(String, CheckQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks specific to the node provided on the path.
- healthNodesWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks specific to the node provided on the path.
- healthNodesWithOptions(String, CheckQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks specific to the node provided on the path.
- healthServiceNodes(String, boolean) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- healthServiceNodes(String, boolean) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- healthServiceNodes(String, boolean) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- healthState(HealthState) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks in the specified status
- healthState(HealthState) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks in the specified status
- healthState(HealthState) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks in the specified status
- HealthState - Enum in io.vertx.ext.consul
-
Represents an health states.
- healthStateWithOptions(HealthState, CheckQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the checks in the specified status
- healthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks in the specified status
- healthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks in the specified status
- Heartbeat(int, int) - Constructor for class io.vertx.ext.stomp.Frame.Heartbeat
- HEARTBEAT - Static variable in class io.vertx.ext.stomp.Frame
- height() - Method in interface io.vertx.ext.shell.term.Tty
- hello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Handshake with Redis.
- hello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Handshake with Redis.
- hello(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Handshake with Redis.
- HELLO - Static variable in interface io.vertx.redis.client.Command
-
Handshake with Redis.
- help - Variable in class io.vertx.core.cli.Option
-
whether or not the option is a "help" option.
- help() - Method in annotation type io.vertx.core.cli.annotations.Option
-
Whether or not this option is a "Help" option.
- Help - Class in io.vertx.ext.shell.command.base
- Help() - Constructor for class io.vertx.ext.shell.command.base.Help
- Helper - Class in io.vertx.lang.reactivex
- Helper - Class in io.vertx.lang.rxjava3
- Helper() - Constructor for class io.vertx.lang.reactivex.Helper
- Helper() - Constructor for class io.vertx.lang.rxjava3.Helper
- HelperUtils - Class in io.vertx.serviceproxy
- HelperUtils() - Constructor for class io.vertx.serviceproxy.HelperUtils
- HerokuAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Heroku.
- HerokuAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Heroku.
- HerokuAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Heroku. - HerokuAuth(HerokuAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
- HerokuAuth(HerokuAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
- HerokuAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
- HerokuAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
- HEX - io.vertx.ext.shell.command.base.ObjectType
- hexists(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine if a hash field exists.
- hexists(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine if a hash field exists.
- hexists(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine if a hash field exists.
- HEXISTS - Static variable in interface io.vertx.redis.client.Command
-
Determine if a hash field exists.
- hget(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the value of a hash field.
- hget(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a hash field.
- hget(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the value of a hash field.
- HGET - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a hash field.
- hgetall(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get all the fields and values in a hash.
- hgetall(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the fields and values in a hash.
- hgetall(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get all the fields and values in a hash.
- HGETALL - Static variable in interface io.vertx.redis.client.Command
-
Get all the fields and values in a hash.
- hidden - Variable in class io.vertx.core.cli.Argument
-
Whether or not this argument is hidden.
- hidden - Variable in class io.vertx.core.cli.Option
-
whether or not the option is hidden.
- Hidden - Annotation Type in io.vertx.core.cli.annotations
- hincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the integer value of a hash field by the given number.
- hincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the integer value of a hash field by the given number.
- hincrby(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the integer value of a hash field by the given number.
- HINCRBY - Static variable in interface io.vertx.redis.client.Command
-
Increment the integer value of a hash field by the given number.
- hincrbyfloat(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the float value of a hash field by the given amount.
- HINCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
-
Increment the float value of a hash field by the given amount.
- hkeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get all the fields in a hash.
- hkeys(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the fields in a hash.
- hkeys(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get all the fields in a hash.
- HKEYS - Static variable in interface io.vertx.redis.client.Command
-
Get all the fields in a hash.
- hlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the number of fields in a hash.
- hlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of fields in a hash.
- hlen(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the number of fields in a hash.
- HLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the number of fields in a hash.
- hmget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the values of all the given hash fields.
- hmget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the values of all the given hash fields.
- hmget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the values of all the given hash fields.
- HMGET - Static variable in interface io.vertx.redis.client.Command
-
Get the values of all the given hash fields.
- hmset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- hmset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 4.0.0, replaced by:
HSET
with multiple field-value pairs - hmset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- HMSET - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 4.0.0, replaced by:
HSET
with multiple field-value pairs - HoconProcessor - Class in io.vertx.config.hocon
-
A processor using Typesafe Conf to read Hocon files.
- HoconProcessor() - Constructor for class io.vertx.config.hocon.HoconProcessor
- HookContext - Interface in io.vertx.launcher.application
-
Exposes objects available at different stages of the
VertxApplication
launch process. - host() - Method in interface io.vertx.core.net.HostAndPort
- host() - Method in interface io.vertx.core.net.SocketAddress
-
Returns the host name when available or the IP address in string representation.
- host() - Method in class io.vertx.core.spi.cluster.NodeInfo
- host() - Method in interface io.vertx.ext.web.client.HttpRequest
- host() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- host() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- host(String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to use a new host
value
. - host(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to use a new host
value
. - host(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to use a new host
value
. - HOST - Static variable in interface io.vertx.core.http.HttpHeaders
-
Host header name
- HOST - Static variable in class io.vertx.ext.stomp.Frame
- HOST - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Host header name
- HOST - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Host header name
- hostAddress() - Method in interface io.vertx.core.net.SocketAddress
-
Returns the host IP address when available or
null
as a String. - HostAndPort - Interface in io.vertx.core.net
-
A combination of host and port.
- hostName() - Method in interface io.vertx.core.net.SocketAddress
-
Returns the host name when available or
null
Domain socket address returnsnull
. - HOSTNAME - io.vertx.json.schema.common.dsl.StringFormat
- HotpAuth - Class in io.vertx.reactivex.ext.auth.otp.hotp
-
An extension of AuthProvider which uses the one time passwords based on counter to perform authentication.
- HotpAuth - Class in io.vertx.rxjava3.ext.auth.otp.hotp
-
An extension of AuthProvider which uses the one time passwords based on counter to perform authentication.
- HotpAuth - Interface in io.vertx.ext.auth.otp.hotp
-
An extension of AuthProvider which uses the one time passwords based on counter to perform authentication.
- HotpAuth(HotpAuth) - Constructor for class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
- HotpAuth(HotpAuth) - Constructor for class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
- HotpAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
- HotpAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
- HotpAuthOptions - Class in io.vertx.ext.auth.otp.hotp
-
Options configuring HOTP authentication.
- HotpAuthOptions() - Constructor for class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- HotpAuthOptions(int, int, int) - Constructor for class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- HotpAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- HotpAuthOptionsConverter - Class in io.vertx.ext.auth.otp.hotp
-
Converter and mapper for
HotpAuthOptions
. - HotpAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.otp.hotp.HotpAuthOptionsConverter
- hours(int) - Method in class io.vertx.pgclient.data.Interval
- HOURS - io.vertx.ext.mongo.TimeSeriesGranularity
- hrandfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get one or multiple random fields from a hash.
- hrandfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random fields from a hash.
- hrandfield(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get one or multiple random fields from a hash.
- HRANDFIELD - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random fields from a hash.
- hscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Incrementally iterate hash fields and associated values.
- hscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate hash fields and associated values.
- hscan(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Incrementally iterate hash fields and associated values.
- HSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate hash fields and associated values.
- hset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the string value of a hash field.
- hset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the string value of a hash field.
- hset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the string value of a hash field.
- HSET - Static variable in interface io.vertx.redis.client.Command
-
Set the string value of a hash field.
- hsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value of a hash field, only if the field does not exist.
- HSETNX - Static variable in interface io.vertx.redis.client.Command
-
Set the value of a hash field, only if the field does not exist.
- hstrlen(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the length of the value of a hash field.
- hstrlen(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of the value of a hash field.
- hstrlen(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the length of the value of a hash field.
- HSTRLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the length of the value of a hash field.
- HSTSHandler - Class in io.vertx.reactivex.ext.web.handler
-
HTTP Strict Transport Security (HSTS) RFC6797.
- HSTSHandler - Class in io.vertx.rxjava3.ext.web.handler
-
HTTP Strict Transport Security (HSTS) RFC6797.
- HSTSHandler - Interface in io.vertx.ext.web.handler
-
HTTP Strict Transport Security (HSTS) RFC6797.
- HSTSHandler(HSTSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.HSTSHandler
- HSTSHandler(HSTSHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- HSTSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.HSTSHandler
- HSTSHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- HTDIGEST_FILE - Static variable in interface io.vertx.ext.auth.htdigest.HtdigestAuth
-
The property name to be used to set the name of the collection inside the config
- HTDIGEST_FILE - Static variable in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
-
The property name to be used to set the name of the collection inside the config
- HTDIGEST_FILE - Static variable in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
-
The property name to be used to set the name of the collection inside the config
- HtdigestAuth - Class in io.vertx.reactivex.ext.auth.htdigest
-
An extension of AuthProvider which is using .htdigest file as store
- HtdigestAuth - Class in io.vertx.rxjava3.ext.auth.htdigest
-
An extension of AuthProvider which is using .htdigest file as store
- HtdigestAuth - Interface in io.vertx.ext.auth.htdigest
-
An extension of AuthProvider which is using .htdigest file as store
- HtdigestAuth(HtdigestAuth) - Constructor for class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
- HtdigestAuth(HtdigestAuth) - Constructor for class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
- HtdigestAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
- HtdigestAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
- HtdigestCredentials - Class in io.vertx.ext.auth.htdigest
-
Credentials specific to the
HtdigestAuth
authentication provider - HtdigestCredentials() - Constructor for class io.vertx.ext.auth.htdigest.HtdigestCredentials
- HtdigestCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.htdigest.HtdigestCredentials
- HtdigestCredentials(String, String) - Constructor for class io.vertx.ext.auth.htdigest.HtdigestCredentials
- HtdigestCredentialsConverter - Class in io.vertx.ext.auth.htdigest
-
Converter and mapper for
HtdigestCredentials
. - HtdigestCredentialsConverter() - Constructor for class io.vertx.ext.auth.htdigest.HtdigestCredentialsConverter
- HTML_FILE - io.vertx.ext.web.handler.sockjs.Transport
- HtpasswdAuth - Class in io.vertx.reactivex.ext.auth.htpasswd
-
An extension of AuthProvider which is using htpasswd file as store
- HtpasswdAuth - Class in io.vertx.rxjava3.ext.auth.htpasswd
-
An extension of AuthProvider which is using htpasswd file as store
- HtpasswdAuth - Interface in io.vertx.ext.auth.htpasswd
-
An extension of AuthProvider which is using htpasswd file as store
- HtpasswdAuth(HtpasswdAuth) - Constructor for class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- HtpasswdAuth(HtpasswdAuth) - Constructor for class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- HtpasswdAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- HtpasswdAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- HtpasswdAuthOptions - Class in io.vertx.ext.auth.htpasswd
-
Options configuring htpasswd authentication.
- HtpasswdAuthOptions() - Constructor for class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
- HtpasswdAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
- HtpasswdAuthOptions(HtpasswdAuthOptions) - Constructor for class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
- HtpasswdAuthOptionsConverter - Class in io.vertx.ext.auth.htpasswd
-
Converter and mapper for
HtpasswdAuthOptions
. - HtpasswdAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptionsConverter
- HTTP - io.vertx.core.net.ProxyType
-
HTTP CONNECT ssl proxy
- HTTP_1_0 - io.vertx.core.http.HttpVersion
- HTTP_1_1 - io.vertx.core.http.HttpVersion
- HTTP_2 - io.vertx.core.http.HttpVersion
- HTTP_2 - io.vertx.grpc.server.GrpcProtocol
-
gRPC over HTTP/2
- HTTP_CLIENT - io.vertx.micrometer.MetricsDomain
-
Http client metrics.
- HTTP_CODE - io.vertx.micrometer.Label
-
HTTP response code (used in http domain)
- HTTP_METHOD - io.vertx.micrometer.Label
-
Method (GET, POST, PUT, etc.) of an HTTP requests (used in http domain)
- HTTP_PATH - io.vertx.micrometer.Label
-
Path of the URI for client or server requests (used in http domain)
- HTTP_ROUTE - io.vertx.micrometer.Label
-
Route as provided by routing modules to the http requests
- HTTP_SERVER - io.vertx.micrometer.MetricsDomain
-
Http server metrics.
- Http2PushMapping - Class in io.vertx.ext.web
- Http2PushMapping() - Constructor for class io.vertx.ext.web.Http2PushMapping
-
Default constructor
- Http2PushMapping(JsonObject) - Constructor for class io.vertx.ext.web.Http2PushMapping
-
Constructor from JSON
- Http2PushMapping(Http2PushMapping) - Constructor for class io.vertx.ext.web.Http2PushMapping
-
Copy constructor
- Http2PushMapping(String, String, boolean) - Constructor for class io.vertx.ext.web.Http2PushMapping
-
Constructor with params for Link preload
- Http2PushMappingConverter - Class in io.vertx.ext.web
-
Converter and mapper for
Http2PushMapping
. - Http2PushMappingConverter() - Constructor for class io.vertx.ext.web.Http2PushMappingConverter
- http2ResetCode - Variable in enum io.vertx.grpc.common.GrpcError
- Http2Settings - Class in io.vertx.core.http
-
HTTP2 settings, the settings is initialized with the default HTTP/2 values.
- Http2Settings() - Constructor for class io.vertx.core.http.Http2Settings
-
Default constructor
- Http2Settings(Http2Settings) - Constructor for class io.vertx.core.http.Http2Settings
-
Copy constructor
- Http2Settings(JsonObject) - Constructor for class io.vertx.core.http.Http2Settings
-
Create an settings from JSON
- Http2SettingsConverter - Class in io.vertx.core.http
-
Converter and mapper for
Http2Settings
. - Http2SettingsConverter() - Constructor for class io.vertx.core.http.Http2SettingsConverter
- HttpClient - Interface in io.vertx.core.http
-
The API to interacts with an HTTP server.
- HttpClient - Interface in io.vertx.reactivex.core.http
-
The API to interacts with an HTTP server.
- HttpClient - Interface in io.vertx.rxjava3.core.http
-
The API to interacts with an HTTP server.
- HttpClientAgent - Class in io.vertx.reactivex.core.http
-
An asynchronous HTTP client.
- HttpClientAgent - Class in io.vertx.rxjava3.core.http
-
An asynchronous HTTP client.
- HttpClientAgent - Interface in io.vertx.core.http
-
An asynchronous HTTP client.
- HttpClientAgent(HttpClientAgent) - Constructor for class io.vertx.reactivex.core.http.HttpClientAgent
- HttpClientAgent(HttpClientAgent) - Constructor for class io.vertx.rxjava3.core.http.HttpClientAgent
- HttpClientAgent(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientAgent
- HttpClientAgent(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpClientAgent
- httpClientBuilder() - Method in interface io.vertx.core.Vertx
-
Provide a builder for
HttpClient
, it can be used to configure advanced HTTP client settings like a redirect handler or a connection handler. - httpClientBuilder() - Method in class io.vertx.reactivex.core.Vertx
-
Provide a builder for , it can be used to configure advanced HTTP client settings like a redirect handler or a connection handler.
- httpClientBuilder() - Method in class io.vertx.rxjava3.core.Vertx
-
Provide a builder for , it can be used to configure advanced HTTP client settings like a redirect handler or a connection handler.
- HttpClientBuilder - Class in io.vertx.reactivex.core.http
-
A builder for
HttpClient
. - HttpClientBuilder - Class in io.vertx.rxjava3.core.http
-
A builder for
HttpClient
. - HttpClientBuilder - Interface in io.vertx.core.http
-
A builder for
HttpClient
. - HttpClientBuilder(HttpClientBuilder) - Constructor for class io.vertx.reactivex.core.http.HttpClientBuilder
- HttpClientBuilder(HttpClientBuilder) - Constructor for class io.vertx.rxjava3.core.http.HttpClientBuilder
- HttpClientBuilder(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientBuilder
- HttpClientBuilder(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpClientBuilder
- HttpClientConnection - Class in io.vertx.reactivex.core.http
-
Represents an HTTP client connection.
- HttpClientConnection - Class in io.vertx.rxjava3.core.http
-
Represents an HTTP client connection.
- HttpClientConnection - Interface in io.vertx.core.http
-
Represents an HTTP client connection.
- HttpClientConnection(HttpClientConnection) - Constructor for class io.vertx.reactivex.core.http.HttpClientConnection
- HttpClientConnection(HttpClientConnection) - Constructor for class io.vertx.rxjava3.core.http.HttpClientConnection
- HttpClientConnection(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientConnection
- HttpClientConnection(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpClientConnection
- HttpClientMetrics<R,W,S> - Interface in io.vertx.core.spi.metrics
-
The http client metrics SPI that Vert.x will use to call when http client events occur.
- HttpClientOptions - Class in io.vertx.core.http
-
Options describing how an
HttpClient
will make connections. - HttpClientOptions() - Constructor for class io.vertx.core.http.HttpClientOptions
-
Default constructor
- HttpClientOptions(HttpClientOptions) - Constructor for class io.vertx.core.http.HttpClientOptions
-
Copy constructor
- HttpClientOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpClientOptions
-
Constructor to create an options from JSON
- HttpClientOptions(ClientOptionsBase) - Constructor for class io.vertx.core.http.HttpClientOptions
-
Copy constructor
- HttpClientOptionsConverter - Class in io.vertx.core.http
-
Converter and mapper for
HttpClientOptions
. - HttpClientOptionsConverter() - Constructor for class io.vertx.core.http.HttpClientOptionsConverter
- HttpClientRequest - Class in io.vertx.reactivex.core.http
-
Represents a client-side HTTP request.
- HttpClientRequest - Class in io.vertx.rxjava3.core.http
-
Represents a client-side HTTP request.
- HttpClientRequest - Interface in io.vertx.core.http
-
Represents a client-side HTTP request.
- HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.reactivex.core.http.HttpClientRequest
- HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.rxjava3.core.http.HttpClientRequest
- HttpClientRequest(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientRequest
- HttpClientRequest(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpClientRequest
- HttpClientResponse - Class in io.vertx.reactivex.core.http
-
Represents a client-side HTTP response.
- HttpClientResponse - Class in io.vertx.rxjava3.core.http
-
Represents a client-side HTTP response.
- HttpClientResponse - Interface in io.vertx.core.http
-
Represents a client-side HTTP response.
- HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.reactivex.core.http.HttpClientResponse
- HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.rxjava3.core.http.HttpClientResponse
- HttpClientResponse(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientResponse
- HttpClientResponse(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpClientResponse
- HttpClosedException - Exception in io.vertx.core.http
-
Signals a HTTP connection close.
- HttpClosedException(GoAway) - Constructor for exception io.vertx.core.http.HttpClosedException
- HttpClosedException(String) - Constructor for exception io.vertx.core.http.HttpClosedException
- HttpConnection - Class in io.vertx.reactivex.core.http
-
Represents an HTTP connection.
- HttpConnection - Class in io.vertx.rxjava3.core.http
-
Represents an HTTP connection.
- HttpConnection - Interface in io.vertx.core.http
-
Represents an HTTP connection.
- HttpConnection(HttpConnection) - Constructor for class io.vertx.reactivex.core.http.HttpConnection
- HttpConnection(HttpConnection) - Constructor for class io.vertx.rxjava3.core.http.HttpConnection
- HttpConnection(Object) - Constructor for class io.vertx.reactivex.core.http.HttpConnection
- HttpConnection(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpConnection
- HttpConnectOptions - Class in io.vertx.core.http
-
Options describing how an
HttpClient
will connect to a server. - HttpConnectOptions() - Constructor for class io.vertx.core.http.HttpConnectOptions
-
Default constructor
- HttpConnectOptions(HttpConnectOptions) - Constructor for class io.vertx.core.http.HttpConnectOptions
-
Copy constructor
- HttpConnectOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpConnectOptions
-
Create options from JSON
- HttpConnectOptionsConverter - Class in io.vertx.core.http
-
Converter and mapper for
HttpConnectOptions
. - HttpConnectOptionsConverter() - Constructor for class io.vertx.core.http.HttpConnectOptionsConverter
- HttpEndpoint - Class in io.vertx.reactivex.servicediscovery.types
-
for HTTP endpoint (REST api).
- HttpEndpoint - Class in io.vertx.rxjava3.servicediscovery.types
-
for HTTP endpoint (REST api).
- HttpEndpoint - Interface in io.vertx.servicediscovery.types
-
ServiceType
for HTTP endpoint (REST api). - HttpEndpoint(HttpEndpoint) - Constructor for class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
- HttpEndpoint(HttpEndpoint) - Constructor for class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- HttpEndpoint(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
- HttpEndpoint(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- HttpException - Exception in io.vertx.ext.web.handler
-
An utility exception class to signal HTTP failures.
- HttpException() - Constructor for exception io.vertx.ext.web.handler.HttpException
- HttpException(int) - Constructor for exception io.vertx.ext.web.handler.HttpException
- HttpException(int, String) - Constructor for exception io.vertx.ext.web.handler.HttpException
- HttpException(int, String, Throwable) - Constructor for exception io.vertx.ext.web.handler.HttpException
- HttpException(int, Throwable) - Constructor for exception io.vertx.ext.web.handler.HttpException
- HttpFrame - Interface in io.vertx.core.http
-
An HTTP/2 frame.
- httpHandler(BasicAuthHandler) - Method in interface io.vertx.ext.web.openapi.router.Security
-
Configure the
BasicAuthHandler
to be used when creating the router. - httpHandler(DigestAuthHandler) - Method in interface io.vertx.ext.web.openapi.router.Security
-
Configure the
DigestAuthHandler
to be used when creating the router. - httpHandler(JWTAuthHandler) - Method in interface io.vertx.ext.web.openapi.router.Security
-
Configure the
JWTAuthHandler
to be used when creating the router. - httpHandler(BasicAuthHandler) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- httpHandler(DigestAuthHandler) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- httpHandler(JWTAuthHandler) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- httpHandler(BasicAuthHandler) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- httpHandler(DigestAuthHandler) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- httpHandler(JWTAuthHandler) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- httpHeaders() - Method in interface io.vertx.mqtt.MqttEndpoint
-
Returns the HTTP headers sent by the client when a WebSocket transport is used otherwise
null
- httpHeaders() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Returns the HTTP headers sent by the client when a WebSocket transport is used otherwise
null
- httpHeaders() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Returns the HTTP headers sent by the client when a WebSocket transport is used otherwise
null
- HttpHeaders - Class in io.vertx.reactivex.core.http
-
Contains a bunch of useful HTTP headers stuff: methods for creating instances often used Header names method to create optimized
CharSequence
which can be used as header name and value - HttpHeaders - Class in io.vertx.rxjava3.core.http
-
Contains a bunch of useful HTTP headers stuff: methods for creating instances often used Header names method to create optimized
CharSequence
which can be used as header name and value - HttpHeaders - Interface in io.vertx.core.http
-
Contains a bunch of useful HTTP headers stuff: methods for creating
MultiMap
instances often used Header names method to create optimizedCharSequence
which can be used as header name and value - HttpHeaders(HttpHeaders) - Constructor for class io.vertx.reactivex.core.http.HttpHeaders
- HttpHeaders(HttpHeaders) - Constructor for class io.vertx.rxjava3.core.http.HttpHeaders
- HttpHeaders(Object) - Constructor for class io.vertx.reactivex.core.http.HttpHeaders
- HttpHeaders(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpHeaders
- HttpLocation - Class in io.vertx.servicediscovery.types
-
Represents the location of a HTTP endpoint.
- HttpLocation() - Constructor for class io.vertx.servicediscovery.types.HttpLocation
-
Creates a new
HttpLocation
instance. - HttpLocation(JsonObject) - Constructor for class io.vertx.servicediscovery.types.HttpLocation
-
Creates a new
HttpLocation
from the given json object - HttpLocation(HttpLocation) - Constructor for class io.vertx.servicediscovery.types.HttpLocation
-
Creates a new
HttpLocation
instance by copying another instance. - HttpLocationConverter - Class in io.vertx.servicediscovery.types
-
Converter and mapper for
HttpLocation
. - HttpLocationConverter() - Constructor for class io.vertx.servicediscovery.types.HttpLocationConverter
- HttpMethod - Class in io.vertx.core.http
-
Represents an HTTP method.
- HttpMethod(String) - Constructor for class io.vertx.core.http.HttpMethod
- HttpProxy - Class in io.vertx.rxjava3.httpproxy
-
Handles the HTTP reverse proxy logic between the user agent and the origin.
- HttpProxy - Interface in io.vertx.httpproxy
-
Handles the HTTP reverse proxy logic between the user agent and the origin.
- HttpProxy(HttpProxy) - Constructor for class io.vertx.rxjava3.httpproxy.HttpProxy
- HttpProxy(Object) - Constructor for class io.vertx.rxjava3.httpproxy.HttpProxy
- HttpRequest<T> - Class in io.vertx.reactivex.ext.web.client
-
A client-side HTTP request.
- HttpRequest<T> - Class in io.vertx.rxjava3.ext.web.client
-
A client-side HTTP request.
- HttpRequest - Interface in io.vertx.core.spi.observability
-
An HTTP request.
- HttpRequest<T> - Interface in io.vertx.ext.web.client
-
A client-side HTTP request.
- HttpRequest(HttpRequest) - Constructor for class io.vertx.reactivex.ext.web.client.HttpRequest
- HttpRequest(HttpRequest) - Constructor for class io.vertx.rxjava3.ext.web.client.HttpRequest
- HttpRequest(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.client.HttpRequest
- HttpRequest(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.ext.web.client.HttpRequest
- HttpRequestHead - Class in io.vertx.reactivex.core.http
-
The state of the HTTP request head: Method / URI Headers
- HttpRequestHead - Class in io.vertx.rxjava3.core.http
-
The state of the HTTP request head: Method / URI Headers
- HttpRequestHead - Interface in io.vertx.core.http
-
The state of the HTTP request head: Method / URI Headers
- HttpRequestHead(HttpRequestHead) - Constructor for class io.vertx.reactivex.core.http.HttpRequestHead
- HttpRequestHead(HttpRequestHead) - Constructor for class io.vertx.rxjava3.core.http.HttpRequestHead
- HttpRequestHead(Object) - Constructor for class io.vertx.reactivex.core.http.HttpRequestHead
- HttpRequestHead(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpRequestHead
- httpRequestURI() - Method in interface io.vertx.mqtt.MqttEndpoint
-
Returns the HTTP request URI sent by the client when a WebSocket transport is used otherwise
null
- httpRequestURI() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Returns the HTTP request URI sent by the client when a WebSocket transport is used otherwise
null
- httpRequestURI() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Returns the HTTP request URI sent by the client when a WebSocket transport is used otherwise
null
- HttpResponse<T> - Class in io.vertx.reactivex.ext.web.client
-
An HTTP response.
- HttpResponse<T> - Class in io.vertx.rxjava3.ext.web.client
-
An HTTP response.
- HttpResponse - Interface in io.vertx.core.spi.observability
-
An HTTP response.
- HttpResponse<T> - Interface in io.vertx.ext.web.client
-
An HTTP response.
- HttpResponse(HttpResponse) - Constructor for class io.vertx.reactivex.ext.web.client.HttpResponse
- HttpResponse(HttpResponse) - Constructor for class io.vertx.rxjava3.ext.web.client.HttpResponse
- HttpResponse(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.client.HttpResponse
- HttpResponse(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.ext.web.client.HttpResponse
- HttpResponseExpectation - Class in io.vertx.reactivex.core.http
-
Common expectations for HTTP responses.
- HttpResponseExpectation - Class in io.vertx.rxjava3.core.http
-
Common expectations for HTTP responses.
- HttpResponseExpectation - Interface in io.vertx.core.http
-
Common expectations for HTTP responses.
- HttpResponseHead - Interface in io.vertx.core.http
-
The state of the HTTP response head: Status code / Message Headers
- HttpResponseHead - Interface in io.vertx.reactivex.core.http
-
The state of the HTTP response head: Status code / Message Headers
- HttpResponseHead - Interface in io.vertx.rxjava3.core.http
-
The state of the HTTP response head: Status code / Message Headers
- HttpSenderOptions - Class in io.vertx.tracing.zipkin
-
Options for reporting to a Zipkin server configured by default to
http://localhost:9411/api/v2/spans
. - HttpSenderOptions() - Constructor for class io.vertx.tracing.zipkin.HttpSenderOptions
- HttpSenderOptions(JsonObject) - Constructor for class io.vertx.tracing.zipkin.HttpSenderOptions
- HttpSenderOptions(HttpSenderOptions) - Constructor for class io.vertx.tracing.zipkin.HttpSenderOptions
- HttpSenderOptionsConverter - Class in io.vertx.tracing.zipkin
-
Converter and mapper for
HttpSenderOptions
. - HttpSenderOptionsConverter() - Constructor for class io.vertx.tracing.zipkin.HttpSenderOptionsConverter
- HttpServer - Class in io.vertx.reactivex.core.http
-
An HTTP and WebSockets server.
- HttpServer - Class in io.vertx.rxjava3.core.http
-
An HTTP and WebSockets server.
- HttpServer - Interface in io.vertx.core.http
-
An HTTP and WebSockets server.
- HttpServer(HttpServer) - Constructor for class io.vertx.reactivex.core.http.HttpServer
- HttpServer(HttpServer) - Constructor for class io.vertx.rxjava3.core.http.HttpServer
- HttpServer(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServer
- HttpServer(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpServer
- HttpServerFileUpload - Class in io.vertx.reactivex.core.http
-
Represents an file upload from an HTML FORM.
- HttpServerFileUpload - Class in io.vertx.rxjava3.core.http
-
Represents an file upload from an HTML FORM.
- HttpServerFileUpload - Interface in io.vertx.core.http
-
Represents an file upload from an HTML FORM.
- HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.reactivex.core.http.HttpServerFileUpload
- HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.rxjava3.core.http.HttpServerFileUpload
- HttpServerFileUpload(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerFileUpload
- HttpServerFileUpload(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpServerFileUpload
- HttpServerMetrics<R,W,S> - Interface in io.vertx.core.spi.metrics
-
The http server metrics SPI that Vert.x will use to call when each http server event occurs.
- HttpServerOptions - Class in io.vertx.core.http
-
Represents options used by an
HttpServer
instance - HttpServerOptions() - Constructor for class io.vertx.core.http.HttpServerOptions
-
Default constructor
- HttpServerOptions(HttpServerOptions) - Constructor for class io.vertx.core.http.HttpServerOptions
-
Copy constructor
- HttpServerOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpServerOptions
-
Create an options from JSON
- HttpServerOptionsConverter - Class in io.vertx.core.http
-
Converter and mapper for
HttpServerOptions
. - HttpServerOptionsConverter() - Constructor for class io.vertx.core.http.HttpServerOptionsConverter
- HttpServerRequest - Class in io.vertx.reactivex.core.http
-
Represents a server-side HTTP request.
- HttpServerRequest - Class in io.vertx.rxjava3.core.http
-
Represents a server-side HTTP request.
- HttpServerRequest - Interface in io.vertx.core.http
-
Represents a server-side HTTP request.
- HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.reactivex.core.http.HttpServerRequest
- HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.rxjava3.core.http.HttpServerRequest
- HttpServerRequest(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerRequest
- HttpServerRequest(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpServerRequest
- HttpServerResponse - Class in io.vertx.reactivex.core.http
-
Represents a server-side HTTP response.
- HttpServerResponse - Class in io.vertx.rxjava3.core.http
-
Represents a server-side HTTP response.
- HttpServerResponse - Interface in io.vertx.core.http
-
Represents a server-side HTTP response.
- HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.reactivex.core.http.HttpServerResponse
- HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.rxjava3.core.http.HttpServerResponse
- HttpServerResponse(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerResponse
- HttpServerResponse(Object) - Constructor for class io.vertx.rxjava3.core.http.HttpServerResponse
- HttpTermOptions - Class in io.vertx.ext.shell.term
-
The web term configuration options.
- HttpTermOptions() - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
- HttpTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
- HttpTermOptions(HttpTermOptions) - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
- HttpTermOptionsConverter - Class in io.vertx.ext.shell.term
-
Converter and mapper for
HttpTermOptions
. - HttpTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.HttpTermOptionsConverter
- HttpVersion - Enum in io.vertx.core.http
-
Represents the version of the HTTP protocol.
- hvals(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get all the values in a hash.
- hvals(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the values in a hash.
- hvals(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get all the values in a hash.
- HVALS - Static variable in interface io.vertx.redis.client.Command
-
Get all the values in a hash.
- HYBRID - io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
- HybridJacksonPool - Class in io.vertx.core.json.jackson
-
This is a custom implementation of the Jackson's
RecyclerPool
intended to work equally well with both platform and virtual threads. - HybridJacksonPool.StripedLockFreePool - Class in io.vertx.core.json.jackson
I
- IBMCloudAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for IBM Cloud.
- IBMCloudAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for IBM Cloud.
- IBMCloudAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for IBM Cloud. - IBMCloudAuth(IBMCloudAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
- IBMCloudAuth(IBMCloudAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
- IBMCloudAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
- IBMCloudAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
- id - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
- id() - Method in interface io.vertx.amqp.AmqpMessage
- id() - Method in interface io.vertx.core.spi.observability.HttpRequest
- id() - Method in interface io.vertx.ext.auth.hashing.HashingAlgorithm
-
return the symbolic name for the algorithm
- id() - Method in class io.vertx.ext.auth.hashing.HashString
- id() - Method in exception io.vertx.ext.auth.NoSuchKeyIdException
-
Returns the missing key with the format
ALGORITHM + '#' + KEY_ID
. - id() - Method in interface io.vertx.ext.shell.system.Job
- id() - Method in interface io.vertx.ext.web.Session
- id() - Method in class io.vertx.ext.web.sstore.AbstractSession
- id() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- id() - Method in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
-
return the symbolic name for the algorithm
- id() - Method in class io.vertx.reactivex.ext.web.Session
- id() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- id() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
-
return the symbolic name for the algorithm
- id() - Method in class io.vertx.rxjava3.ext.web.Session
- id(JsonPointer) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- id(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- id(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- id(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- ID - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for ID of upsert information.
- ID - Static variable in class io.vertx.ext.stomp.Frame
- ID_FIELD - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constant to be used when storing and retrieving the _id within upserted_id
- IDENTITY - Static variable in interface io.vertx.core.http.HttpHeaders
-
identity header value
- IDENTITY - Static variable in interface io.vertx.grpc.common.GrpcMessageDecoder
- IDENTITY - Static variable in interface io.vertx.grpc.common.GrpcMessageEncoder
- IDENTITY - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
identity header value
- IDENTITY - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
identity header value
- idleTimeout() - Method in interface io.vertx.ext.web.client.HttpRequest
- idleTimeout() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- idleTimeout() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- idleTimeout(long) - Method in interface io.vertx.core.http.HttpClientRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is closed and the related futures are failed with a
TimeoutException
, e.g. - idleTimeout(long) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is closed and the related futures are failed with a
TimeoutException
. - idleTimeout(long) - Method in interface io.vertx.grpc.client.GrpcClientRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is cancelled and the related futures.
- idleTimeout(long) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is closed and the related futures are failed with a
TimeoutException
, e.g. - idleTimeout(long) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is closed and the related futures are failed with a
TimeoutException
. - idleTimeout(long) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is cancelled and the related futures.
- idleTimeout(long) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is closed and the related futures are failed with a
TimeoutException
, e.g. - idleTimeout(long) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is closed and the related futures are failed with a
TimeoutException
. - idleTimeout(long) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is cancelled and the related futures.
- idleTimeout(long, TimeUnit) - Method in class io.vertx.grpc.VertxChannelBuilder
- IF_MATCH - Static variable in interface io.vertx.core.http.HttpHeaders
-
If-Match header name
- IF_MATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
If-Match header name
- IF_MATCH - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
If-Match header name
- IF_MODIFIED_SINCE - Static variable in interface io.vertx.core.http.HttpHeaders
-
If-Modified-Since header name
- IF_MODIFIED_SINCE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
If-Modified-Since header name
- IF_MODIFIED_SINCE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
If-Modified-Since header name
- IF_NONE_MATCH - Static variable in interface io.vertx.core.http.HttpHeaders
-
If-None-Match header name
- IF_NONE_MATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
If-None-Match header name
- IF_NONE_MATCH - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
If-None-Match header name
- IgniteCacheOptions - Class in io.vertx.spi.cluster.ignite
- IgniteCacheOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Default constructor
- IgniteCacheOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Constructor from JSON
- IgniteCacheOptions(IgniteCacheOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Copy constructor
- IgniteCacheOptionsConverter - Class in io.vertx.spi.cluster.ignite
-
Converter and mapper for
IgniteCacheOptions
. - IgniteCacheOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteCacheOptionsConverter
- IgniteClusterManager - Class in io.vertx.spi.cluster.ignite
-
Apache Ignite based cluster manager.
- IgniteClusterManager() - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
Default constructor.
- IgniteClusterManager(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
Creates cluster manager instance with given JSON configuration.
- IgniteClusterManager(IgniteOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
Creates cluster manager instance with given IgniteOptions.
- IgniteClusterManager(URL) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
Creates cluster manager instance with given Spring XML configuration file.
- IgniteClusterManager(IgniteConfiguration) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
Creates cluster manager instance with given Ignite configuration.
- IgniteClusterManager(Ignite) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
Creates cluster manager instance with given
Ignite
instance. - IgniteDiscoveryOptions - Class in io.vertx.spi.cluster.ignite
- IgniteDiscoveryOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Default constructor
- IgniteDiscoveryOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Constructor from JSON
- IgniteDiscoveryOptions(IgniteDiscoveryOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Copy constructor
- IgniteDiscoveryOptionsConverter - Class in io.vertx.spi.cluster.ignite
-
Converter and mapper for
IgniteDiscoveryOptions
. - IgniteDiscoveryOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptionsConverter
- IgniteMetricExporterOptions - Class in io.vertx.spi.cluster.ignite
- IgniteMetricExporterOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
-
Default Constructor
- IgniteMetricExporterOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
-
Constructor from JSON
- IgniteMetricExporterOptions(IgniteMetricExporterOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
-
Copy Constructor
- IgniteMetricExporterOptionsConverter - Class in io.vertx.spi.cluster.ignite
-
Converter and mapper for
IgniteMetricExporterOptions
. - IgniteMetricExporterOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptionsConverter
- IgniteOptions - Class in io.vertx.spi.cluster.ignite
- IgniteOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteOptions
-
Default constructor
- IgniteOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteOptions
-
Constructor from JSON
- IgniteOptions(IgniteOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteOptions
-
Copy constructor
- IgniteOptionsConverter - Class in io.vertx.spi.cluster.ignite
-
Converter and mapper for
IgniteOptions
. - IgniteOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteOptionsConverter
- IgniteSslOptions - Class in io.vertx.spi.cluster.ignite
- IgniteSslOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Default constructor
- IgniteSslOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Constructor from JSON
- IgniteSslOptions(IgniteSslOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Copy constructor
- IgniteSslOptionsConverter - Class in io.vertx.spi.cluster.ignite
-
Converter and mapper for
IgniteSslOptions
. - IgniteSslOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteSslOptionsConverter
- IGNORE - io.vertx.core.tracing.TracingPolicy
-
Do not propagate a trace, this is equivalent of disabling tracing.
- ILLEGAL_VALUE - io.vertx.openapi.validation.ValidatorErrorType
-
The value of the related parameter can't be decoded.
- impersonate() - Method in interface io.vertx.ext.web.UserContext
-
Impersonates a second identity.
- impersonate() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Impersonates a second identity.
- impersonate() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Impersonates a second identity.
- impersonate(String) - Method in interface io.vertx.ext.web.UserContext
-
Impersonates a second identity.
- impersonate(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
Impersonates a second identity.
- impersonate(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Impersonates a second identity.
- implementation() - Method in interface io.vertx.core.transport.Transport
- IMPLEMENTATION_SPECIFIC_ERROR - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- IMPLEMENTATION_SPECIFIC_ERROR - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- IMPLEMENTATION_SPECIFIC_ERROR - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- IMPLEMENTATION_SPECIFIC_ERROR - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- IMPLEMENTATION_SPECIFIC_ERROR - io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
- IMPLICIT - io.vertx.ext.auth.oauth2.OAuth2FlowType
-
The implicit grant is a simplified authorization code flow optimized for clients implemented in a browser using a scripting language such as JavaScript.
- ImportedConsulService - Class in io.vertx.servicediscovery.consul
-
Structure holding a service imported from Consul and published in the Vert.x service discovery.
- ImportedConsulService(String, String, Record) - Constructor for class io.vertx.servicediscovery.consul.ImportedConsulService
-
Creates a new instance of
ImportedConsulService
. - importTraceId(String) - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
-
Import traceId.
- in() - Method in interface io.vertx.jdbcclient.SqlOutParam
-
Is this marker
IN
? - in() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Is this marker
IN
? - in() - Method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Is this marker
IN
? - InboundMapping - Class in io.vertx.camel
-
Represents a mapping between a Camel endpoint address and a Vert.x address on the event bus.
- InboundMapping() - Constructor for class io.vertx.camel.InboundMapping
- includeAuthorizedOperations() - Method in class io.vertx.kafka.admin.DescribeClusterOptions
-
Specify if authorized operations should be included in the response.
- includeAuthorizedOperations() - Method in class io.vertx.kafka.admin.DescribeConsumerGroupsOptions
- includeAuthorizedOperations() - Method in class io.vertx.kafka.admin.DescribeTopicsOptions
- includeAuthorizedOperations(boolean) - Method in class io.vertx.kafka.admin.DescribeClusterOptions
- includeAuthorizedOperations(boolean) - Method in class io.vertx.kafka.admin.DescribeConsumerGroupsOptions
- includeAuthorizedOperations(boolean) - Method in class io.vertx.kafka.admin.DescribeTopicsOptions
- incr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the integer value of a key by one.
- incr(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the integer value of a key by one.
- incr(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the integer value of a key by one.
- INCR - Static variable in interface io.vertx.redis.client.Command
-
Increment the integer value of a key by one.
- incrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the integer value of a key by the given amount.
- incrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the integer value of a key by the given amount.
- incrby(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the integer value of a key by the given amount.
- INCRBY - Static variable in interface io.vertx.redis.client.Command
-
Increment the integer value of a key by the given amount.
- incrbyfloat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the float value of a key by the given amount.
- incrbyfloat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the float value of a key by the given amount.
- incrbyfloat(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the float value of a key by the given amount.
- INCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
-
Increment the float value of a key by the given amount.
- incrementAndGet() - Method in interface io.vertx.core.shareddata.Counter
-
Increment the counter atomically and return the new count
- incrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Increment the counter atomically and return the new count
- incrementAndGet() - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Increment the counter atomically and return the new count
- incrementVersion() - Method in class io.vertx.ext.web.sstore.AbstractSession
- index - Variable in class io.vertx.core.cli.Argument
-
The argument index.
- index() - Method in annotation type io.vertx.core.cli.annotations.Argument
-
The (0-based) position of this argument relative to the argument list.
- INDEX - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for index of upsert information.
- IndexModel - Class in io.vertx.ext.mongo
- IndexModel() - Constructor for class io.vertx.ext.mongo.IndexModel
-
Default constructor
- IndexModel(JsonObject) - Constructor for class io.vertx.ext.mongo.IndexModel
-
Json constructor
- IndexModel(JsonObject, IndexOptions) - Constructor for class io.vertx.ext.mongo.IndexModel
- IndexModelConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
IndexModel
. - IndexModelConverter() - Constructor for class io.vertx.ext.mongo.IndexModelConverter
- indexOf(Object) - Method in class io.vertx.core.json.JsonArray
-
Returns the index of the last occurrence of the specified value in this JSON array, or -1 if this JSON array does not contain the value.
- IndexOptions - Class in io.vertx.ext.mongo
-
Options used to configure index.
- IndexOptions() - Constructor for class io.vertx.ext.mongo.IndexOptions
-
Default constructor
- IndexOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.IndexOptions
-
Constructor from JSON
- IndexOptions(IndexOptions) - Constructor for class io.vertx.ext.mongo.IndexOptions
-
Copy constructor
- indicatedServerName() - Method in interface io.vertx.core.http.HttpConnection
-
Returns the SNI server name presented during the SSL handshake by the client.
- indicatedServerName() - Method in interface io.vertx.core.net.NetSocket
-
Returns the SNI server name presented during the SSL handshake by the client.
- indicatedServerName() - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Returns the SNI server name presented during the SSL handshake by the client.
- indicatedServerName() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Returns the SNI server name presented during the SSL handshake by the client.
- indicatedServerName() - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Returns the SNI server name presented during the SSL handshake by the client.
- indicatedServerName() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Returns the SNI server name presented during the SSL handshake by the client.
- INDIRECT - io.vertx.ext.auth.webauthn4j.Attestation
- inDomain(String) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
- Inet - Class in io.vertx.pgclient.data
-
A PosgreSQL inet network address.
- Inet() - Constructor for class io.vertx.pgclient.data.Inet
- inetSocketAddress(int, String) - Static method in interface io.vertx.core.net.SocketAddress
-
Create an inet socket address,
host
must be nonnull
andport
must be between0
and65536
. - inetSocketAddress(InetSocketAddress) - Static method in interface io.vertx.core.net.SocketAddress
-
Create a inet socket address from a Java
InetSocketAddress
. - InfinispanAsyncMap<K,V> - Interface in io.vertx.ext.cluster.infinispan
-
Extensions to the generic
AsyncMap
. - InfinispanClusterManager - Class in io.vertx.ext.cluster.infinispan
- InfinispanClusterManager() - Constructor for class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
Creates a new cluster manager configured with
infinispan.xml
andjgroups.xml
files. - InfinispanClusterManager(DefaultCacheManager) - Constructor for class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
Creates a new cluster manager with an existing
DefaultCacheManager
. - InfinispanSessionStore - Class in io.vertx.reactivex.ext.web.sstore.infinispan
-
An implementation of that relies on the Infinispan Java Client.
- InfinispanSessionStore - Class in io.vertx.rxjava3.ext.web.sstore.infinispan
-
An implementation of that relies on the Infinispan Java Client.
- InfinispanSessionStore - Interface in io.vertx.ext.web.sstore.infinispan
-
An implementation of
SessionStore
that relies on the Infinispan Java Client. - InfinispanSessionStore(InfinispanSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- InfinispanSessionStore(InfinispanSessionStore) - Constructor for class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
- InfinispanSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- InfinispanSessionStore(Object) - Constructor for class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
- InfluxDbBackendRegistry - Class in io.vertx.micrometer.backends
- InfluxDbBackendRegistry(VertxInfluxDbOptions) - Constructor for class io.vertx.micrometer.backends.InfluxDbBackendRegistry
- info(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get information and statistics about the server.
- info(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get information and statistics about the server.
- info(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get information and statistics about the server.
- INFO - Static variable in interface io.vertx.redis.client.Command
-
Get information and statistics about the server.
- infoHandler(Handler<MSSQLInfo>) - Method in interface io.vertx.mssqlclient.MSSQLConnection
-
Set a handler called when the connection receives an informational message from the server.
- infoHandler(Handler<MSSQLInfo>) - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
-
Set a handler called when the connection receives an informational message from the server.
- infoHandler(Handler<MSSQLInfo>) - Method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
-
Set a handler called when the connection receives an informational message from the server.
- infoSession(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the requested session information
- infoSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the requested session information
- infoSession(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the requested session information
- infoSessionWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the requested session information This is blocking query unlike
ConsulClient.infoSession(String)
- infoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the requested session information This is blocking query unlike
ConsulClient.infoSession(java.lang.String)
- infoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the requested session information This is blocking query unlike
ConsulClient.infoSession(java.lang.String)
- init() - Method in class io.vertx.core.http.HttpConnectOptions
- init() - Method in class io.vertx.core.http.RequestOptions
- init() - Method in class io.vertx.core.net.ClientSSLOptions
- init() - Method in class io.vertx.core.net.ServerSSLOptions
- init() - Method in class io.vertx.core.net.SSLOptions
- init() - Method in class io.vertx.db2client.DB2ConnectOptions
-
Initialize with the default options.
- init() - Method in interface io.vertx.micrometer.backends.BackendRegistry
- init() - Method in class io.vertx.micrometer.backends.InfluxDbBackendRegistry
- init() - Method in class io.vertx.micrometer.backends.JmxBackendRegistry
- init() - Method in enum io.vertx.micrometer.backends.NoopBackendRegistry
- init() - Method in class io.vertx.micrometer.backends.PrometheusBackendRegistry
- init() - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
-
Initialize with the default options.
- init() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Initialize with the default options.
- init() - Method in class io.vertx.oracleclient.OracleConnectOptions
- init() - Method in class io.vertx.pgclient.PgConnectOptions
-
Initialize with the default options.
- init() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Initialize with the default options.
- init(VertxBootstrap) - Method in interface io.vertx.core.spi.cluster.ClusterManager
- init(VertxBootstrap) - Method in interface io.vertx.core.spi.context.executor.EventExecutorProvider
- init(VertxBootstrap) - Method in interface io.vertx.core.spi.ExecutorServiceFactory
- init(VertxBootstrap) - Method in interface io.vertx.core.spi.FileResolverFactory
- init(VertxBootstrap) - Method in interface io.vertx.core.spi.VertxMetricsFactory
- init(VertxBootstrap) - Method in interface io.vertx.core.spi.VertxServiceProvider
-
Let the provider initialize the Vert.x builder.
- init(VertxBootstrap) - Method in interface io.vertx.core.spi.VertxThreadFactory
- init(VertxBootstrap) - Method in interface io.vertx.core.spi.VertxTracerFactory
- init(VertxBootstrap) - Method in class io.vertx.grpc.contextstorage.ContextStorageService
- init(Vertx) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Invoked before this cluster node tries to join the cluster.
- init(Vertx) - Method in interface io.vertx.core.spi.VerticleFactory
-
Initialise the factory
- init(Vertx) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- init(Vertx) - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
- init(Vertx) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- init(Vertx) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- init(Vertx) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- init(Vertx, Context) - Method in class io.vertx.core.AbstractVerticle
-
Initialise the verticle.
- init(Vertx, Context) - Method in interface io.vertx.core.Verticle
-
Initialise the verticle with the Vert.x instance and the context.
- init(Vertx, Context) - Method in class io.vertx.core.VerticleBase
-
Initialise the verticle.
- init(Vertx, Context) - Method in class io.vertx.reactivex.core.AbstractVerticle
- init(Vertx, Context) - Method in class io.vertx.rxjava3.core.AbstractVerticle
- init(Vertx, JsonObject) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Initialize this store.
- init(Vertx, JsonObject) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
- init(Vertx, JsonObject) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Initializes the backend.
- init(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
-
Starts the exporter.
- init(Vertx, JsonObject) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Initialize this store.
- init(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
-
Starts the exporter.
- init(Vertx, JsonObject) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Initialize this store.
- init(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
-
Starts the exporter.
- initCause(Throwable) - Method in exception io.vertx.circuitbreaker.OpenCircuitException
- initCause(Throwable) - Method in exception io.vertx.circuitbreaker.TimeoutException
- initiateRequest() - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- initiateRequest() - Method in interface io.vertx.core.net.endpoint.InteractionMetrics
-
Initiate a request
- initTransactions() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Initializes the underlying kafka transactional producer.
- initTransactions() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Initializes the underlying kafka transactional producer.
- initTransactions() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Initializes the underlying kafka transactional producer.
- initTransactions() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Initializes the underlying kafka transactional producer.
- inject(CommandLine, Object) - Static method in class io.vertx.core.cli.annotations.CLIConfigurator
- INOUT(Object, int) - Static method in interface io.vertx.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - INOUT(Object, int) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - INOUT(Object, int) - Static method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - INOUT(Object, String) - Static method in interface io.vertx.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - INOUT(Object, String) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - INOUT(Object, String) - Static method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - INOUT(Object, JDBCType) - Static method in interface io.vertx.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - INOUT(Object, JDBCType) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - INOUT(Object, JDBCType) - Static method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Factory for a INOUT parameter of type
out
. - input() - Method in exception io.vertx.json.schema.ValidationException
- inputScope - Variable in exception io.vertx.json.schema.ValidationException
- inputScope() - Method in exception io.vertx.json.schema.ValidationException
- InputTrustHandler - Interface in io.vertx.ext.web.handler
-
Base input trust interface for handlers that verify the trust of the request.
- InputTrustHandler - Interface in io.vertx.reactivex.ext.web.handler
-
Base input trust interface for handlers that verify the trust of the request.
- InputTrustHandler - Interface in io.vertx.rxjava3.ext.web.handler
-
Base input trust interface for handlers that verify the trust of the request.
- insert(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Insert a document in the specified collection
- insert(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Insert a document in the specified collection
- insert(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Insert a document in the specified collection
- INSERT - io.vertx.ext.mongo.BulkOperationType
- INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for documents inserted.
- INSERTS - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for insert information.
- insertWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- insertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- insertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- InstagramAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Instagram.
- InstagramAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Instagram.
- InstagramAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Instagram. - InstagramAuth(InstagramAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
- InstagramAuth(InstagramAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
- InstagramAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
- InstagramAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
- INSTANCE - io.vertx.micrometer.backends.NoopBackendRegistry
- INSTANCE - io.vertx.tracing.opentelemetry.VertxContextStorageProvider.VertxContextStorage
- INSTANCE - Static variable in exception io.vertx.circuitbreaker.OpenCircuitException
- INSTANCE - Static variable in exception io.vertx.circuitbreaker.TimeoutException
- INSTANCE - Static variable in class io.vertx.core.cli.converters.BooleanConverter
-
The converter.
- INSTANCE - Static variable in class io.vertx.core.cli.converters.CharacterConverter
-
The converter.
- INSTANCE - Static variable in class io.vertx.core.json.jackson.JacksonFactory
- INSTANCE - Static variable in interface io.vertx.core.net.endpoint.InteractionMetrics
- INSTANCE - Static variable in interface io.vertx.core.spi.ExecutorServiceFactory
-
Default instance that delegates to
Executors.newFixedThreadPool(int, ThreadFactory)
- INSTANCE - Static variable in interface io.vertx.core.spi.VertxThreadFactory
- INSTANCE - Static variable in class io.vertx.db2client.spi.DB2Driver
- INSTANCE - Static variable in class io.vertx.mssqlclient.spi.MSSQLDriver
- INSTANCE - Static variable in class io.vertx.mysqlclient.spi.MySQLDriver
- INSTANCE - Static variable in class io.vertx.oracleclient.spi.OracleDriver
- INSTANCE - Static variable in class io.vertx.pgclient.spi.PgDriver
- INSTANCE - Static variable in exception io.vertx.sqlclient.ClosedConnectionException
- INSTANCE - Static variable in exception io.vertx.sqlclient.TransactionRollbackException
- instantValue() - Method in interface io.vertx.core.parsetools.JsonEvent
-
Return the
Instant
value. - instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters, InstrumentationState) - Method in class io.vertx.ext.web.handler.graphql.instrumentation.JsonObjectAdapter
- instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters, InstrumentationState) - Method in class io.vertx.ext.web.handler.graphql.instrumentation.VertxFutureAdapter
- instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters, InstrumentationState) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.instrumentation.MaybeAdapter
- instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters, InstrumentationState) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.instrumentation.SingleAdapter
- Integer - Static variable in class io.vertx.sqlclient.data.NullValue
- INTEGER - io.vertx.ext.shell.command.base.ObjectType
- INTEGER - io.vertx.json.schema.common.dsl.SchemaType
- integerValue() - Method in interface io.vertx.core.parsetools.JsonEvent
- InteractionMetrics<M> - Interface in io.vertx.core.net.endpoint
-
Gather metrics for a request/response interaction with the server, this interface is write-only and used to report usage to build statistics for a load balancing purpose.
- intercept(ClientInterceptor...) - Method in class io.vertx.grpc.VertxChannelBuilder
- intercept(ServerInterceptor) - Method in class io.vertx.grpc.VertxServerBuilder
- intercept(Vertx, Map<String, Object>, Message<JsonObject>) - Method in interface io.vertx.serviceproxy.ServiceInterceptor
-
Perform the interceptor handling
- intercept(List<ClientInterceptor>) - Method in class io.vertx.grpc.VertxChannelBuilder
- interceptAfterAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- interceptAfterAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- interceptAfterEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- interceptAfterEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- interceptBeforeAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- interceptBeforeAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- interceptBeforeEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- interceptBeforeEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class io.vertx.grpc.BlockingServerInterceptor
- interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class io.vertx.grpc.ContextServerInterceptor
- interceptDynamicTest(InvocationInterceptor.Invocation<Void>, DynamicTestInvocationContext, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- interceptDynamicTest(InvocationInterceptor.Invocation<Void>, ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- interceptTestFactoryMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- interceptTestTemplateMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.RunTestOnContext
- interceptTestTemplateMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- INTERNAL - io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
- INTERNAL - io.vertx.grpc.common.GrpcError
- INTERNAL - io.vertx.grpc.common.GrpcStatus
- interrupt() - Method in interface io.vertx.ext.shell.system.Job
-
Attempt to interrupt the job.
- interrupt() - Method in interface io.vertx.ext.shell.system.Process
-
Attempt to interrupt the process.
- interrupt(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
-
Attempt to interrupt the process.
- interruptHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
Set an interrupt handler, this handler is called when the command is interrupted, for instance user press
Ctrl-C
. - interruptHandler(SignalHandler) - Method in interface io.vertx.ext.shell.term.Term
-
Set an interrupt signal handler on the term.
- Interval - Class in io.vertx.pgclient.data
-
Postgres Interval is date and time based such as 120 years 3 months 332 days 20 hours 20 minutes 20.999999 seconds
- Interval() - Constructor for class io.vertx.pgclient.data.Interval
- Interval(int) - Constructor for class io.vertx.pgclient.data.Interval
- Interval(int, int) - Constructor for class io.vertx.pgclient.data.Interval
- Interval(int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
- Interval(int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
- Interval(int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
- Interval(int, int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
- Interval(int, int, int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
- intSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- intValue() - Method in class io.vertx.sqlclient.data.Numeric
- INVALID_ARGUMENT - io.vertx.grpc.common.GrpcStatus
- INVALID_SPEC - io.vertx.openapi.contract.ContractErrorType
-
Provided file is not a valid OpenAPI contract
- INVALID_VALUE - io.vertx.json.schema.OutputErrorType
- INVALID_VALUE - io.vertx.openapi.validation.ValidatorErrorType
-
The value of the related parameter does not fit to the schema.
- INVALID_VALUE_FORMAT - io.vertx.openapi.validation.ValidatorErrorType
-
The format of the related value does not fit to the expected
Style
- InvalidMessageException - Exception in io.vertx.grpc.common
-
Signals an invalid message.
- invalidMessageHandler(Handler<InvalidMessageException>) - Method in interface io.vertx.grpc.common.GrpcReadStream
-
Set a message handler that is reported with invalid message errors.
- invalidMessageHandler(Handler<InvalidMessageException>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
-
Set a message handler that is reported with invalid message errors.
- invalidMessageHandler(Handler<InvalidMessageException>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
-
Set a message handler that is reported with invalid message errors.
- invalidMessageHandler(Handler<InvalidMessageException>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
-
Set a message handler that is reported with invalid message errors.
- invalidMessageHandler(Handler<InvalidMessageException>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
-
Set a message handler that is reported with invalid message errors.
- invalidMessageHandler(Handler<InvalidMessageException>) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
-
Set a message handler that is reported with invalid message errors.
- invalidMessageHandler(Handler<InvalidMessageException>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
-
Set a message handler that is reported with invalid message errors.
- InvalidMessagePayloadException - Exception in io.vertx.grpc.common
-
Signals a message with an invalid payload, i.e. that could not be decoded by the protobuf codec.
- InvalidMessagePayloadException(GrpcMessage, Throwable) - Constructor for exception io.vertx.grpc.common.InvalidMessagePayloadException
- invalidRequestHandler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServer
-
Set a
handler
for handling invalid requests. - invalidRequestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Set a
handler
for handling invalid requests. - invalidRequestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Set a
handler
for handling invalid requests. - InvalidStatusException - Exception in io.vertx.grpc.client
-
Denotes a failure due to an invalid status.
- InvalidStatusException(GrpcStatus, GrpcStatus) - Constructor for exception io.vertx.grpc.client.InvalidStatusException
- InvalidValueException - Exception in io.vertx.core.cli
-
Exception thrown when an option or an argument receives an invalid value.
- InvalidValueException(Argument, String, Exception) - Constructor for exception io.vertx.core.cli.InvalidValueException
-
Creates a new instance of
InvalidValueException
for the given argument and the given value. - InvalidValueException(Option, String) - Constructor for exception io.vertx.core.cli.InvalidValueException
-
Creates a new instance of
InvalidValueException
for the given option and the given value. - InvalidValueException(Option, String, Exception) - Constructor for exception io.vertx.core.cli.InvalidValueException
-
Creates a new instance of
InvalidValueException
for the given option and the given value. - invoke(Handler<JsonObject>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
-
Invokes the registered procedures and computes the outcome.
- invoke(Handler<JsonObject>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Invokes the registered procedures and computes the outcome.
- invoke(Handler<JsonObject>) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Invokes the registered procedures and computes the outcome.
- invoke(String) - Method in interface io.vertx.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- invoke(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- invoke(String) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- invokeTestMethod(FrameworkMethod, Object, TestContext) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- IO_EVENT_LOOP_GROUP - Static variable in interface io.vertx.core.spi.transport.Transport
- IO_URING - Static variable in interface io.vertx.core.transport.Transport
-
Native transport based on Netty native io_uring transport.
- io.vertx.amqp - package io.vertx.amqp
- io.vertx.camel - package io.vertx.camel
- io.vertx.cassandra - package io.vertx.cassandra
- io.vertx.circuitbreaker - package io.vertx.circuitbreaker
- io.vertx.config - package io.vertx.config
- io.vertx.config.consul - package io.vertx.config.consul
- io.vertx.config.git - package io.vertx.config.git
- io.vertx.config.hocon - package io.vertx.config.hocon
- io.vertx.config.kubernetes - package io.vertx.config.kubernetes
- io.vertx.config.redis - package io.vertx.config.redis
- io.vertx.config.spi - package io.vertx.config.spi
- io.vertx.config.spi.utils - package io.vertx.config.spi.utils
- io.vertx.config.spring - package io.vertx.config.spring
- io.vertx.config.vault - package io.vertx.config.vault
- io.vertx.config.vault.client - package io.vertx.config.vault.client
- io.vertx.config.yaml - package io.vertx.config.yaml
- io.vertx.config.zookeeper - package io.vertx.config.zookeeper
- io.vertx.core - package io.vertx.core
- io.vertx.core.buffer - package io.vertx.core.buffer
- io.vertx.core.cli - package io.vertx.core.cli
- io.vertx.core.cli.annotations - package io.vertx.core.cli.annotations
- io.vertx.core.cli.converters - package io.vertx.core.cli.converters
- io.vertx.core.datagram - package io.vertx.core.datagram
- io.vertx.core.dns - package io.vertx.core.dns
- io.vertx.core.eventbus - package io.vertx.core.eventbus
- io.vertx.core.file - package io.vertx.core.file
- io.vertx.core.http - package io.vertx.core.http
- io.vertx.core.json - package io.vertx.core.json
- io.vertx.core.json.jackson - package io.vertx.core.json.jackson
- io.vertx.core.json.pointer - package io.vertx.core.json.pointer
- io.vertx.core.metrics - package io.vertx.core.metrics
- io.vertx.core.net - package io.vertx.core.net
- io.vertx.core.net.endpoint - package io.vertx.core.net.endpoint
- io.vertx.core.parsetools - package io.vertx.core.parsetools
- io.vertx.core.shareddata - package io.vertx.core.shareddata
- io.vertx.core.spi - package io.vertx.core.spi
- io.vertx.core.spi.cluster - package io.vertx.core.spi.cluster
- io.vertx.core.spi.context.executor - package io.vertx.core.spi.context.executor
- io.vertx.core.spi.context.storage - package io.vertx.core.spi.context.storage
- io.vertx.core.spi.dns - package io.vertx.core.spi.dns
- io.vertx.core.spi.endpoint - package io.vertx.core.spi.endpoint
- io.vertx.core.spi.file - package io.vertx.core.spi.file
- io.vertx.core.spi.json - package io.vertx.core.spi.json
- io.vertx.core.spi.launcher - package io.vertx.core.spi.launcher
- io.vertx.core.spi.metrics - package io.vertx.core.spi.metrics
- io.vertx.core.spi.observability - package io.vertx.core.spi.observability
- io.vertx.core.spi.tls - package io.vertx.core.spi.tls
- io.vertx.core.spi.tracing - package io.vertx.core.spi.tracing
- io.vertx.core.spi.transport - package io.vertx.core.spi.transport
- io.vertx.core.streams - package io.vertx.core.streams
- io.vertx.core.tracing - package io.vertx.core.tracing
- io.vertx.core.transport - package io.vertx.core.transport
- io.vertx.db2client - package io.vertx.db2client
- io.vertx.db2client.spi - package io.vertx.db2client.spi
- io.vertx.ext.auth - package io.vertx.ext.auth
- io.vertx.ext.auth.audit - package io.vertx.ext.auth.audit
- io.vertx.ext.auth.authentication - package io.vertx.ext.auth.authentication
- io.vertx.ext.auth.authorization - package io.vertx.ext.auth.authorization
- io.vertx.ext.auth.hashing - package io.vertx.ext.auth.hashing
- io.vertx.ext.auth.htdigest - package io.vertx.ext.auth.htdigest
- io.vertx.ext.auth.htpasswd - package io.vertx.ext.auth.htpasswd
- io.vertx.ext.auth.jwt - package io.vertx.ext.auth.jwt
- io.vertx.ext.auth.jwt.authorization - package io.vertx.ext.auth.jwt.authorization
- io.vertx.ext.auth.ldap - package io.vertx.ext.auth.ldap
- io.vertx.ext.auth.mongo - package io.vertx.ext.auth.mongo
- io.vertx.ext.auth.oauth2 - package io.vertx.ext.auth.oauth2
- io.vertx.ext.auth.oauth2.authorization - package io.vertx.ext.auth.oauth2.authorization
- io.vertx.ext.auth.oauth2.providers - package io.vertx.ext.auth.oauth2.providers
- io.vertx.ext.auth.otp - package io.vertx.ext.auth.otp
- io.vertx.ext.auth.otp.hotp - package io.vertx.ext.auth.otp.hotp
- io.vertx.ext.auth.otp.totp - package io.vertx.ext.auth.otp.totp
- io.vertx.ext.auth.prng - package io.vertx.ext.auth.prng
- io.vertx.ext.auth.properties - package io.vertx.ext.auth.properties
- io.vertx.ext.auth.sqlclient - package io.vertx.ext.auth.sqlclient
- io.vertx.ext.auth.webauthn4j - package io.vertx.ext.auth.webauthn4j
- io.vertx.ext.bridge - package io.vertx.ext.bridge
- io.vertx.ext.cluster.infinispan - package io.vertx.ext.cluster.infinispan
- io.vertx.ext.consul - package io.vertx.ext.consul
- io.vertx.ext.consul.connect - package io.vertx.ext.consul.connect
- io.vertx.ext.consul.policy - package io.vertx.ext.consul.policy
- io.vertx.ext.consul.token - package io.vertx.ext.consul.token
- io.vertx.ext.dropwizard - package io.vertx.ext.dropwizard
- io.vertx.ext.dropwizard.reporters - package io.vertx.ext.dropwizard.reporters
- io.vertx.ext.eventbus.bridge.tcp - package io.vertx.ext.eventbus.bridge.tcp
- io.vertx.ext.healthchecks - package io.vertx.ext.healthchecks
- io.vertx.ext.mail - package io.vertx.ext.mail
- io.vertx.ext.mail.mailencoder - package io.vertx.ext.mail.mailencoder
- io.vertx.ext.mongo - package io.vertx.ext.mongo
- io.vertx.ext.reactivestreams - package io.vertx.ext.reactivestreams
- io.vertx.ext.shell - package io.vertx.ext.shell
- io.vertx.ext.shell.cli - package io.vertx.ext.shell.cli
- io.vertx.ext.shell.command - package io.vertx.ext.shell.command
- io.vertx.ext.shell.command.base - package io.vertx.ext.shell.command.base
- io.vertx.ext.shell.session - package io.vertx.ext.shell.session
- io.vertx.ext.shell.spi - package io.vertx.ext.shell.spi
- io.vertx.ext.shell.system - package io.vertx.ext.shell.system
- io.vertx.ext.shell.term - package io.vertx.ext.shell.term
- io.vertx.ext.stomp - package io.vertx.ext.stomp
- io.vertx.ext.stomp.utils - package io.vertx.ext.stomp.utils
- io.vertx.ext.unit - package io.vertx.ext.unit
- io.vertx.ext.unit.collect - package io.vertx.ext.unit.collect
- io.vertx.ext.unit.junit - package io.vertx.ext.unit.junit
- io.vertx.ext.unit.report - package io.vertx.ext.unit.report
- io.vertx.ext.web - package io.vertx.ext.web
- io.vertx.ext.web.api.service - package io.vertx.ext.web.api.service
- io.vertx.ext.web.api.service.generator - package io.vertx.ext.web.api.service.generator
- io.vertx.ext.web.api.service.generator.model - package io.vertx.ext.web.api.service.generator.model
- io.vertx.ext.web.client - package io.vertx.ext.web.client
- io.vertx.ext.web.client.spi - package io.vertx.ext.web.client.spi
- io.vertx.ext.web.codec - package io.vertx.ext.web.codec
- io.vertx.ext.web.codec.spi - package io.vertx.ext.web.codec.spi
- io.vertx.ext.web.common - package io.vertx.ext.web.common
- io.vertx.ext.web.common.template - package io.vertx.ext.web.common.template
- io.vertx.ext.web.handler - package io.vertx.ext.web.handler
- io.vertx.ext.web.handler.graphql - package io.vertx.ext.web.handler.graphql
- io.vertx.ext.web.handler.graphql.instrumentation - package io.vertx.ext.web.handler.graphql.instrumentation
- io.vertx.ext.web.handler.graphql.ws - package io.vertx.ext.web.handler.graphql.ws
- io.vertx.ext.web.handler.sockjs - package io.vertx.ext.web.handler.sockjs
- io.vertx.ext.web.healthchecks - package io.vertx.ext.web.healthchecks
- io.vertx.ext.web.multipart - package io.vertx.ext.web.multipart
- io.vertx.ext.web.openapi.router - package io.vertx.ext.web.openapi.router
- io.vertx.ext.web.proxy.handler - package io.vertx.ext.web.proxy.handler
- io.vertx.ext.web.sstore - package io.vertx.ext.web.sstore
- io.vertx.ext.web.sstore.cookie - package io.vertx.ext.web.sstore.cookie
- io.vertx.ext.web.sstore.infinispan - package io.vertx.ext.web.sstore.infinispan
- io.vertx.ext.web.sstore.redis - package io.vertx.ext.web.sstore.redis
- io.vertx.ext.web.templ.freemarker - package io.vertx.ext.web.templ.freemarker
- io.vertx.ext.web.templ.handlebars - package io.vertx.ext.web.templ.handlebars
- io.vertx.ext.web.templ.mvel - package io.vertx.ext.web.templ.mvel
- io.vertx.ext.web.templ.pebble - package io.vertx.ext.web.templ.pebble
- io.vertx.ext.web.templ.pug - package io.vertx.ext.web.templ.pug
- io.vertx.ext.web.templ.rocker - package io.vertx.ext.web.templ.rocker
- io.vertx.ext.web.templ.thymeleaf - package io.vertx.ext.web.templ.thymeleaf
- io.vertx.ext.web.validation - package io.vertx.ext.web.validation
- io.vertx.ext.web.validation.builder - package io.vertx.ext.web.validation.builder
- io.vertx.grpc - package io.vertx.grpc
- io.vertx.grpc.client - package io.vertx.grpc.client
- io.vertx.grpc.common - package io.vertx.grpc.common
- io.vertx.grpc.contextstorage - package io.vertx.grpc.contextstorage
- io.vertx.grpc.server - package io.vertx.grpc.server
- io.vertx.grpc.stub - package io.vertx.grpc.stub
- io.vertx.grpcio.client - package io.vertx.grpcio.client
- io.vertx.grpcio.server - package io.vertx.grpcio.server
- io.vertx.httpproxy - package io.vertx.httpproxy
- io.vertx.httpproxy.cache - package io.vertx.httpproxy.cache
- io.vertx.httpproxy.interceptors - package io.vertx.httpproxy.interceptors
- io.vertx.httpproxy.spi.cache - package io.vertx.httpproxy.spi.cache
- io.vertx.jdbcclient - package io.vertx.jdbcclient
- io.vertx.jdbcclient.spi - package io.vertx.jdbcclient.spi
- io.vertx.json.schema - package io.vertx.json.schema
- io.vertx.json.schema.common - package io.vertx.json.schema.common
- io.vertx.json.schema.common.dsl - package io.vertx.json.schema.common.dsl
- io.vertx.junit5 - package io.vertx.junit5
- io.vertx.junit5.rxjava2 - package io.vertx.junit5.rxjava2
- io.vertx.junit5.rxjava3 - package io.vertx.junit5.rxjava3
- io.vertx.kafka.admin - package io.vertx.kafka.admin
- io.vertx.kafka.client.common - package io.vertx.kafka.client.common
- io.vertx.kafka.client.common.tracing - package io.vertx.kafka.client.common.tracing
- io.vertx.kafka.client.consumer - package io.vertx.kafka.client.consumer
- io.vertx.kafka.client.producer - package io.vertx.kafka.client.producer
- io.vertx.kafka.client.serialization - package io.vertx.kafka.client.serialization
- io.vertx.kotlin.core - package io.vertx.kotlin.core
- io.vertx.lang.groovy - package io.vertx.lang.groovy
- io.vertx.lang.reactivex - package io.vertx.lang.reactivex
- io.vertx.lang.rxjava3 - package io.vertx.lang.rxjava3
- io.vertx.launcher.application - package io.vertx.launcher.application
- io.vertx.micrometer - package io.vertx.micrometer
- io.vertx.micrometer.backends - package io.vertx.micrometer.backends
- io.vertx.mqtt - package io.vertx.mqtt
- io.vertx.mqtt.messages - package io.vertx.mqtt.messages
- io.vertx.mqtt.messages.codes - package io.vertx.mqtt.messages.codes
- io.vertx.mssqlclient - package io.vertx.mssqlclient
- io.vertx.mssqlclient.spi - package io.vertx.mssqlclient.spi
- io.vertx.mysqlclient - package io.vertx.mysqlclient
- io.vertx.mysqlclient.data.spatial - package io.vertx.mysqlclient.data.spatial
- io.vertx.mysqlclient.spi - package io.vertx.mysqlclient.spi
- io.vertx.openapi.contract - package io.vertx.openapi.contract
- io.vertx.openapi.validation - package io.vertx.openapi.validation
- io.vertx.openapi.validation.analyser - package io.vertx.openapi.validation.analyser
- io.vertx.openapi.validation.transformer - package io.vertx.openapi.validation.transformer
- io.vertx.oracleclient - package io.vertx.oracleclient
- io.vertx.oracleclient.data - package io.vertx.oracleclient.data
- io.vertx.oracleclient.spi - package io.vertx.oracleclient.spi
- io.vertx.pgclient - package io.vertx.pgclient
- io.vertx.pgclient.data - package io.vertx.pgclient.data
- io.vertx.pgclient.pubsub - package io.vertx.pgclient.pubsub
- io.vertx.pgclient.spi - package io.vertx.pgclient.spi
- io.vertx.rabbitmq - package io.vertx.rabbitmq
- io.vertx.reactivex - package io.vertx.reactivex
- io.vertx.reactivex.amqp - package io.vertx.reactivex.amqp
- io.vertx.reactivex.cassandra - package io.vertx.reactivex.cassandra
- io.vertx.reactivex.circuitbreaker - package io.vertx.reactivex.circuitbreaker
- io.vertx.reactivex.config - package io.vertx.reactivex.config
- io.vertx.reactivex.core - package io.vertx.reactivex.core
- io.vertx.reactivex.core.datagram - package io.vertx.reactivex.core.datagram
- io.vertx.reactivex.core.dns - package io.vertx.reactivex.core.dns
- io.vertx.reactivex.core.eventbus - package io.vertx.reactivex.core.eventbus
- io.vertx.reactivex.core.file - package io.vertx.reactivex.core.file
- io.vertx.reactivex.core.http - package io.vertx.reactivex.core.http
- io.vertx.reactivex.core.json.pointer - package io.vertx.reactivex.core.json.pointer
- io.vertx.reactivex.core.metrics - package io.vertx.reactivex.core.metrics
- io.vertx.reactivex.core.net - package io.vertx.reactivex.core.net
- io.vertx.reactivex.core.net.endpoint - package io.vertx.reactivex.core.net.endpoint
- io.vertx.reactivex.core.parsetools - package io.vertx.reactivex.core.parsetools
- io.vertx.reactivex.core.shareddata - package io.vertx.reactivex.core.shareddata
- io.vertx.reactivex.core.streams - package io.vertx.reactivex.core.streams
- io.vertx.reactivex.db2client - package io.vertx.reactivex.db2client
- io.vertx.reactivex.ext.auth - package io.vertx.reactivex.ext.auth
- io.vertx.reactivex.ext.auth.audit - package io.vertx.reactivex.ext.auth.audit
- io.vertx.reactivex.ext.auth.authentication - package io.vertx.reactivex.ext.auth.authentication
- io.vertx.reactivex.ext.auth.authorization - package io.vertx.reactivex.ext.auth.authorization
- io.vertx.reactivex.ext.auth.hashing - package io.vertx.reactivex.ext.auth.hashing
- io.vertx.reactivex.ext.auth.htdigest - package io.vertx.reactivex.ext.auth.htdigest
- io.vertx.reactivex.ext.auth.htpasswd - package io.vertx.reactivex.ext.auth.htpasswd
- io.vertx.reactivex.ext.auth.jwt - package io.vertx.reactivex.ext.auth.jwt
- io.vertx.reactivex.ext.auth.jwt.authorization - package io.vertx.reactivex.ext.auth.jwt.authorization
- io.vertx.reactivex.ext.auth.ldap - package io.vertx.reactivex.ext.auth.ldap
- io.vertx.reactivex.ext.auth.oauth2 - package io.vertx.reactivex.ext.auth.oauth2
- io.vertx.reactivex.ext.auth.oauth2.authorization - package io.vertx.reactivex.ext.auth.oauth2.authorization
- io.vertx.reactivex.ext.auth.oauth2.providers - package io.vertx.reactivex.ext.auth.oauth2.providers
- io.vertx.reactivex.ext.auth.otp - package io.vertx.reactivex.ext.auth.otp
- io.vertx.reactivex.ext.auth.otp.hotp - package io.vertx.reactivex.ext.auth.otp.hotp
- io.vertx.reactivex.ext.auth.otp.totp - package io.vertx.reactivex.ext.auth.otp.totp
- io.vertx.reactivex.ext.auth.prng - package io.vertx.reactivex.ext.auth.prng
- io.vertx.reactivex.ext.auth.properties - package io.vertx.reactivex.ext.auth.properties
- io.vertx.reactivex.ext.auth.sqlclient - package io.vertx.reactivex.ext.auth.sqlclient
- io.vertx.reactivex.ext.auth.webauthn4j - package io.vertx.reactivex.ext.auth.webauthn4j
- io.vertx.reactivex.ext.bridge - package io.vertx.reactivex.ext.bridge
- io.vertx.reactivex.ext.consul - package io.vertx.reactivex.ext.consul
- io.vertx.reactivex.ext.dropwizard - package io.vertx.reactivex.ext.dropwizard
- io.vertx.reactivex.ext.eventbus.bridge.tcp - package io.vertx.reactivex.ext.eventbus.bridge.tcp
- io.vertx.reactivex.ext.healthchecks - package io.vertx.reactivex.ext.healthchecks
- io.vertx.reactivex.ext.mail - package io.vertx.reactivex.ext.mail
- io.vertx.reactivex.ext.mongo - package io.vertx.reactivex.ext.mongo
- io.vertx.reactivex.ext.stomp - package io.vertx.reactivex.ext.stomp
- io.vertx.reactivex.ext.unit - package io.vertx.reactivex.ext.unit
- io.vertx.reactivex.ext.unit.collect - package io.vertx.reactivex.ext.unit.collect
- io.vertx.reactivex.ext.unit.report - package io.vertx.reactivex.ext.unit.report
- io.vertx.reactivex.ext.web - package io.vertx.reactivex.ext.web
- io.vertx.reactivex.ext.web.client - package io.vertx.reactivex.ext.web.client
- io.vertx.reactivex.ext.web.codec - package io.vertx.reactivex.ext.web.codec
- io.vertx.reactivex.ext.web.common - package io.vertx.reactivex.ext.web.common
- io.vertx.reactivex.ext.web.common.template - package io.vertx.reactivex.ext.web.common.template
- io.vertx.reactivex.ext.web.handler - package io.vertx.reactivex.ext.web.handler
- io.vertx.reactivex.ext.web.handler.graphql - package io.vertx.reactivex.ext.web.handler.graphql
- io.vertx.reactivex.ext.web.handler.graphql.ws - package io.vertx.reactivex.ext.web.handler.graphql.ws
- io.vertx.reactivex.ext.web.handler.sockjs - package io.vertx.reactivex.ext.web.handler.sockjs
- io.vertx.reactivex.ext.web.healthchecks - package io.vertx.reactivex.ext.web.healthchecks
- io.vertx.reactivex.ext.web.multipart - package io.vertx.reactivex.ext.web.multipart
- io.vertx.reactivex.ext.web.openapi.router - package io.vertx.reactivex.ext.web.openapi.router
- io.vertx.reactivex.ext.web.sstore - package io.vertx.reactivex.ext.web.sstore
- io.vertx.reactivex.ext.web.sstore.cookie - package io.vertx.reactivex.ext.web.sstore.cookie
- io.vertx.reactivex.ext.web.sstore.infinispan - package io.vertx.reactivex.ext.web.sstore.infinispan
- io.vertx.reactivex.ext.web.sstore.redis - package io.vertx.reactivex.ext.web.sstore.redis
- io.vertx.reactivex.ext.web.templ.freemarker - package io.vertx.reactivex.ext.web.templ.freemarker
- io.vertx.reactivex.ext.web.templ.handlebars - package io.vertx.reactivex.ext.web.templ.handlebars
- io.vertx.reactivex.ext.web.templ.mvel - package io.vertx.reactivex.ext.web.templ.mvel
- io.vertx.reactivex.ext.web.templ.pebble - package io.vertx.reactivex.ext.web.templ.pebble
- io.vertx.reactivex.ext.web.templ.pug - package io.vertx.reactivex.ext.web.templ.pug
- io.vertx.reactivex.ext.web.templ.rocker - package io.vertx.reactivex.ext.web.templ.rocker
- io.vertx.reactivex.ext.web.templ.thymeleaf - package io.vertx.reactivex.ext.web.templ.thymeleaf
- io.vertx.reactivex.ext.web.validation - package io.vertx.reactivex.ext.web.validation
- io.vertx.reactivex.ext.web.validation.builder - package io.vertx.reactivex.ext.web.validation.builder
- io.vertx.reactivex.grpc.client - package io.vertx.reactivex.grpc.client
- io.vertx.reactivex.grpc.common - package io.vertx.reactivex.grpc.common
- io.vertx.reactivex.grpc.server - package io.vertx.reactivex.grpc.server
- io.vertx.reactivex.jdbcclient - package io.vertx.reactivex.jdbcclient
- io.vertx.reactivex.json.schema - package io.vertx.reactivex.json.schema
- io.vertx.reactivex.kafka.admin - package io.vertx.reactivex.kafka.admin
- io.vertx.reactivex.kafka.client.consumer - package io.vertx.reactivex.kafka.client.consumer
- io.vertx.reactivex.kafka.client.producer - package io.vertx.reactivex.kafka.client.producer
- io.vertx.reactivex.micrometer - package io.vertx.reactivex.micrometer
- io.vertx.reactivex.mqtt - package io.vertx.reactivex.mqtt
- io.vertx.reactivex.mqtt.messages - package io.vertx.reactivex.mqtt.messages
- io.vertx.reactivex.mssqlclient - package io.vertx.reactivex.mssqlclient
- io.vertx.reactivex.mysqlclient - package io.vertx.reactivex.mysqlclient
- io.vertx.reactivex.openapi.contract - package io.vertx.reactivex.openapi.contract
- io.vertx.reactivex.openapi.validation - package io.vertx.reactivex.openapi.validation
- io.vertx.reactivex.oracleclient - package io.vertx.reactivex.oracleclient
- io.vertx.reactivex.pgclient - package io.vertx.reactivex.pgclient
- io.vertx.reactivex.pgclient.pubsub - package io.vertx.reactivex.pgclient.pubsub
- io.vertx.reactivex.rabbitmq - package io.vertx.reactivex.rabbitmq
- io.vertx.reactivex.redis.client - package io.vertx.reactivex.redis.client
- io.vertx.reactivex.servicediscovery - package io.vertx.reactivex.servicediscovery
- io.vertx.reactivex.servicediscovery.spi - package io.vertx.reactivex.servicediscovery.spi
- io.vertx.reactivex.servicediscovery.types - package io.vertx.reactivex.servicediscovery.types
- io.vertx.reactivex.sqlclient - package io.vertx.reactivex.sqlclient
- io.vertx.reactivex.sqlclient.desc - package io.vertx.reactivex.sqlclient.desc
- io.vertx.reactivex.sqlclient.spi - package io.vertx.reactivex.sqlclient.spi
- io.vertx.reactivex.sqlclient.templates - package io.vertx.reactivex.sqlclient.templates
- io.vertx.reactivex.uritemplate - package io.vertx.reactivex.uritemplate
- io.vertx.redis.client - package io.vertx.redis.client
- io.vertx.rxjava3 - package io.vertx.rxjava3
- io.vertx.rxjava3.amqp - package io.vertx.rxjava3.amqp
- io.vertx.rxjava3.cassandra - package io.vertx.rxjava3.cassandra
- io.vertx.rxjava3.circuitbreaker - package io.vertx.rxjava3.circuitbreaker
- io.vertx.rxjava3.config - package io.vertx.rxjava3.config
- io.vertx.rxjava3.core - package io.vertx.rxjava3.core
- io.vertx.rxjava3.core.datagram - package io.vertx.rxjava3.core.datagram
- io.vertx.rxjava3.core.dns - package io.vertx.rxjava3.core.dns
- io.vertx.rxjava3.core.eventbus - package io.vertx.rxjava3.core.eventbus
- io.vertx.rxjava3.core.file - package io.vertx.rxjava3.core.file
- io.vertx.rxjava3.core.http - package io.vertx.rxjava3.core.http
- io.vertx.rxjava3.core.json.pointer - package io.vertx.rxjava3.core.json.pointer
- io.vertx.rxjava3.core.metrics - package io.vertx.rxjava3.core.metrics
- io.vertx.rxjava3.core.net - package io.vertx.rxjava3.core.net
- io.vertx.rxjava3.core.net.endpoint - package io.vertx.rxjava3.core.net.endpoint
- io.vertx.rxjava3.core.parsetools - package io.vertx.rxjava3.core.parsetools
- io.vertx.rxjava3.core.shareddata - package io.vertx.rxjava3.core.shareddata
- io.vertx.rxjava3.core.streams - package io.vertx.rxjava3.core.streams
- io.vertx.rxjava3.db2client - package io.vertx.rxjava3.db2client
- io.vertx.rxjava3.ext.auth - package io.vertx.rxjava3.ext.auth
- io.vertx.rxjava3.ext.auth.audit - package io.vertx.rxjava3.ext.auth.audit
- io.vertx.rxjava3.ext.auth.authentication - package io.vertx.rxjava3.ext.auth.authentication
- io.vertx.rxjava3.ext.auth.authorization - package io.vertx.rxjava3.ext.auth.authorization
- io.vertx.rxjava3.ext.auth.hashing - package io.vertx.rxjava3.ext.auth.hashing
- io.vertx.rxjava3.ext.auth.htdigest - package io.vertx.rxjava3.ext.auth.htdigest
- io.vertx.rxjava3.ext.auth.htpasswd - package io.vertx.rxjava3.ext.auth.htpasswd
- io.vertx.rxjava3.ext.auth.jwt - package io.vertx.rxjava3.ext.auth.jwt
- io.vertx.rxjava3.ext.auth.jwt.authorization - package io.vertx.rxjava3.ext.auth.jwt.authorization
- io.vertx.rxjava3.ext.auth.ldap - package io.vertx.rxjava3.ext.auth.ldap
- io.vertx.rxjava3.ext.auth.oauth2 - package io.vertx.rxjava3.ext.auth.oauth2
- io.vertx.rxjava3.ext.auth.oauth2.authorization - package io.vertx.rxjava3.ext.auth.oauth2.authorization
- io.vertx.rxjava3.ext.auth.oauth2.providers - package io.vertx.rxjava3.ext.auth.oauth2.providers
- io.vertx.rxjava3.ext.auth.otp - package io.vertx.rxjava3.ext.auth.otp
- io.vertx.rxjava3.ext.auth.otp.hotp - package io.vertx.rxjava3.ext.auth.otp.hotp
- io.vertx.rxjava3.ext.auth.otp.totp - package io.vertx.rxjava3.ext.auth.otp.totp
- io.vertx.rxjava3.ext.auth.prng - package io.vertx.rxjava3.ext.auth.prng
- io.vertx.rxjava3.ext.auth.properties - package io.vertx.rxjava3.ext.auth.properties
- io.vertx.rxjava3.ext.auth.sqlclient - package io.vertx.rxjava3.ext.auth.sqlclient
- io.vertx.rxjava3.ext.auth.webauthn4j - package io.vertx.rxjava3.ext.auth.webauthn4j
- io.vertx.rxjava3.ext.bridge - package io.vertx.rxjava3.ext.bridge
- io.vertx.rxjava3.ext.consul - package io.vertx.rxjava3.ext.consul
- io.vertx.rxjava3.ext.dropwizard - package io.vertx.rxjava3.ext.dropwizard
- io.vertx.rxjava3.ext.eventbus.bridge.tcp - package io.vertx.rxjava3.ext.eventbus.bridge.tcp
- io.vertx.rxjava3.ext.healthchecks - package io.vertx.rxjava3.ext.healthchecks
- io.vertx.rxjava3.ext.mail - package io.vertx.rxjava3.ext.mail
- io.vertx.rxjava3.ext.mongo - package io.vertx.rxjava3.ext.mongo
- io.vertx.rxjava3.ext.stomp - package io.vertx.rxjava3.ext.stomp
- io.vertx.rxjava3.ext.unit - package io.vertx.rxjava3.ext.unit
- io.vertx.rxjava3.ext.unit.collect - package io.vertx.rxjava3.ext.unit.collect
- io.vertx.rxjava3.ext.unit.report - package io.vertx.rxjava3.ext.unit.report
- io.vertx.rxjava3.ext.web - package io.vertx.rxjava3.ext.web
- io.vertx.rxjava3.ext.web.client - package io.vertx.rxjava3.ext.web.client
- io.vertx.rxjava3.ext.web.codec - package io.vertx.rxjava3.ext.web.codec
- io.vertx.rxjava3.ext.web.common - package io.vertx.rxjava3.ext.web.common
- io.vertx.rxjava3.ext.web.common.template - package io.vertx.rxjava3.ext.web.common.template
- io.vertx.rxjava3.ext.web.handler - package io.vertx.rxjava3.ext.web.handler
- io.vertx.rxjava3.ext.web.handler.graphql - package io.vertx.rxjava3.ext.web.handler.graphql
- io.vertx.rxjava3.ext.web.handler.graphql.instrumentation - package io.vertx.rxjava3.ext.web.handler.graphql.instrumentation
- io.vertx.rxjava3.ext.web.handler.graphql.ws - package io.vertx.rxjava3.ext.web.handler.graphql.ws
- io.vertx.rxjava3.ext.web.handler.sockjs - package io.vertx.rxjava3.ext.web.handler.sockjs
- io.vertx.rxjava3.ext.web.healthchecks - package io.vertx.rxjava3.ext.web.healthchecks
- io.vertx.rxjava3.ext.web.multipart - package io.vertx.rxjava3.ext.web.multipart
- io.vertx.rxjava3.ext.web.openapi.router - package io.vertx.rxjava3.ext.web.openapi.router
- io.vertx.rxjava3.ext.web.proxy.handler - package io.vertx.rxjava3.ext.web.proxy.handler
- io.vertx.rxjava3.ext.web.sstore - package io.vertx.rxjava3.ext.web.sstore
- io.vertx.rxjava3.ext.web.sstore.cookie - package io.vertx.rxjava3.ext.web.sstore.cookie
- io.vertx.rxjava3.ext.web.sstore.infinispan - package io.vertx.rxjava3.ext.web.sstore.infinispan
- io.vertx.rxjava3.ext.web.sstore.redis - package io.vertx.rxjava3.ext.web.sstore.redis
- io.vertx.rxjava3.ext.web.templ.freemarker - package io.vertx.rxjava3.ext.web.templ.freemarker
- io.vertx.rxjava3.ext.web.templ.handlebars - package io.vertx.rxjava3.ext.web.templ.handlebars
- io.vertx.rxjava3.ext.web.templ.mvel - package io.vertx.rxjava3.ext.web.templ.mvel
- io.vertx.rxjava3.ext.web.templ.pebble - package io.vertx.rxjava3.ext.web.templ.pebble
- io.vertx.rxjava3.ext.web.templ.pug - package io.vertx.rxjava3.ext.web.templ.pug
- io.vertx.rxjava3.ext.web.templ.rocker - package io.vertx.rxjava3.ext.web.templ.rocker
- io.vertx.rxjava3.ext.web.templ.thymeleaf - package io.vertx.rxjava3.ext.web.templ.thymeleaf
- io.vertx.rxjava3.ext.web.validation - package io.vertx.rxjava3.ext.web.validation
- io.vertx.rxjava3.ext.web.validation.builder - package io.vertx.rxjava3.ext.web.validation.builder
- io.vertx.rxjava3.grpc.client - package io.vertx.rxjava3.grpc.client
- io.vertx.rxjava3.grpc.common - package io.vertx.rxjava3.grpc.common
- io.vertx.rxjava3.grpc.server - package io.vertx.rxjava3.grpc.server
- io.vertx.rxjava3.httpproxy - package io.vertx.rxjava3.httpproxy
- io.vertx.rxjava3.httpproxy.interceptors - package io.vertx.rxjava3.httpproxy.interceptors
- io.vertx.rxjava3.jdbcclient - package io.vertx.rxjava3.jdbcclient
- io.vertx.rxjava3.json.schema - package io.vertx.rxjava3.json.schema
- io.vertx.rxjava3.kafka.admin - package io.vertx.rxjava3.kafka.admin
- io.vertx.rxjava3.kafka.client.consumer - package io.vertx.rxjava3.kafka.client.consumer
- io.vertx.rxjava3.kafka.client.producer - package io.vertx.rxjava3.kafka.client.producer
- io.vertx.rxjava3.micrometer - package io.vertx.rxjava3.micrometer
- io.vertx.rxjava3.mqtt - package io.vertx.rxjava3.mqtt
- io.vertx.rxjava3.mqtt.messages - package io.vertx.rxjava3.mqtt.messages
- io.vertx.rxjava3.mssqlclient - package io.vertx.rxjava3.mssqlclient
- io.vertx.rxjava3.mysqlclient - package io.vertx.rxjava3.mysqlclient
- io.vertx.rxjava3.openapi.contract - package io.vertx.rxjava3.openapi.contract
- io.vertx.rxjava3.openapi.validation - package io.vertx.rxjava3.openapi.validation
- io.vertx.rxjava3.oracleclient - package io.vertx.rxjava3.oracleclient
- io.vertx.rxjava3.pgclient - package io.vertx.rxjava3.pgclient
- io.vertx.rxjava3.pgclient.pubsub - package io.vertx.rxjava3.pgclient.pubsub
- io.vertx.rxjava3.rabbitmq - package io.vertx.rxjava3.rabbitmq
- io.vertx.rxjava3.redis.client - package io.vertx.rxjava3.redis.client
- io.vertx.rxjava3.servicediscovery - package io.vertx.rxjava3.servicediscovery
- io.vertx.rxjava3.servicediscovery.spi - package io.vertx.rxjava3.servicediscovery.spi
- io.vertx.rxjava3.servicediscovery.types - package io.vertx.rxjava3.servicediscovery.types
- io.vertx.rxjava3.sqlclient - package io.vertx.rxjava3.sqlclient
- io.vertx.rxjava3.sqlclient.desc - package io.vertx.rxjava3.sqlclient.desc
- io.vertx.rxjava3.sqlclient.spi - package io.vertx.rxjava3.sqlclient.spi
- io.vertx.rxjava3.sqlclient.templates - package io.vertx.rxjava3.sqlclient.templates
- io.vertx.rxjava3.uritemplate - package io.vertx.rxjava3.uritemplate
- io.vertx.servicediscovery - package io.vertx.servicediscovery
- io.vertx.servicediscovery.backend.redis - package io.vertx.servicediscovery.backend.redis
- io.vertx.servicediscovery.consul - package io.vertx.servicediscovery.consul
- io.vertx.servicediscovery.docker - package io.vertx.servicediscovery.docker
- io.vertx.servicediscovery.kubernetes - package io.vertx.servicediscovery.kubernetes
- io.vertx.servicediscovery.rest - package io.vertx.servicediscovery.rest
- io.vertx.servicediscovery.spi - package io.vertx.servicediscovery.spi
- io.vertx.servicediscovery.types - package io.vertx.servicediscovery.types
- io.vertx.servicediscovery.utils - package io.vertx.servicediscovery.utils
- io.vertx.servicediscovery.zookeeper - package io.vertx.servicediscovery.zookeeper
- io.vertx.serviceproxy - package io.vertx.serviceproxy
- io.vertx.serviceproxy.generator - package io.vertx.serviceproxy.generator
- io.vertx.serviceproxy.generator.model - package io.vertx.serviceproxy.generator.model
- io.vertx.serviceproxy.sockjs.generator - package io.vertx.serviceproxy.sockjs.generator
- io.vertx.serviceresolver - package io.vertx.serviceresolver
- io.vertx.serviceresolver.kube - package io.vertx.serviceresolver.kube
- io.vertx.serviceresolver.srv - package io.vertx.serviceresolver.srv
- io.vertx.spi.cluster.hazelcast - package io.vertx.spi.cluster.hazelcast
- io.vertx.spi.cluster.hazelcast.spi - package io.vertx.spi.cluster.hazelcast.spi
- io.vertx.spi.cluster.ignite - package io.vertx.spi.cluster.ignite
- io.vertx.spi.cluster.ignite.util - package io.vertx.spi.cluster.ignite.util
- io.vertx.spi.cluster.zookeeper - package io.vertx.spi.cluster.zookeeper
- io.vertx.sqlclient - package io.vertx.sqlclient
- io.vertx.sqlclient.data - package io.vertx.sqlclient.data
- io.vertx.sqlclient.desc - package io.vertx.sqlclient.desc
- io.vertx.sqlclient.spi - package io.vertx.sqlclient.spi
- io.vertx.sqlclient.templates - package io.vertx.sqlclient.templates
- io.vertx.sqlclient.templates.annotations - package io.vertx.sqlclient.templates.annotations
- io.vertx.sqlclient.templates.generator - package io.vertx.sqlclient.templates.generator
- io.vertx.tracing.opentelemetry - package io.vertx.tracing.opentelemetry
- io.vertx.tracing.opentracing - package io.vertx.tracing.opentracing
- io.vertx.tracing.zipkin - package io.vertx.tracing.zipkin
- io.vertx.uritemplate - package io.vertx.uritemplate
- ioHandlerFactory() - Method in interface io.vertx.core.spi.transport.Transport
- IPV4 - io.vertx.json.schema.common.dsl.StringFormat
- IPV6 - io.vertx.json.schema.common.dsl.StringFormat
- is(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Check if the incoming request contains the "Content-Type" get field, and it contains the give mime `type`.
- is(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Check if the incoming request contains the "Content-Type" get field, and it contains the give mime `type`.
- is(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Check if the incoming request contains the "Content-Type" get field, and it contains the give mime `type`.
- isAcceptUnmaskedFrames() - Method in class io.vertx.core.http.HttpServerOptions
- isActive() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Is the cluster manager active?
- isActive() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- isActive() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- isActive() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- isActive() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- isAfter(Draft) - Method in enum io.vertx.json.schema.Draft
- isAllowRcptErrors() - Method in class io.vertx.ext.mail.MailConfig
-
get if sending allows rcpt errors (default is false)
- isAlpnAvailable() - Static method in class io.vertx.core.net.JdkSSLEngineOptions
- isAlpnAvailable() - Static method in class io.vertx.core.net.OpenSSLEngineOptions
- isAppend() - Method in class io.vertx.core.file.OpenOptions
- isArgumentAssigned(Argument) - Method in interface io.vertx.core.cli.CommandLine
-
Checks whether or not the given argument has been assigned in the command line.
- isArray() - Method in interface io.vertx.core.parsetools.JsonEvent
- isArray() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- isArray() - Method in interface io.vertx.redis.client.Response
-
Returns whether this multi response is an array and hence
Response.get(int)
can be called. - isArray() - Method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- isArray() - Method in interface io.vertx.sqlclient.desc.ColumnDescriptor
- isArray(Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
- isArray(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- isArray(Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- isAskingForHelp() - Method in interface io.vertx.core.cli.CommandLine
-
Checks whether or not the user has passed a "help" option and is asking for help.
- isAtomicMove() - Method in class io.vertx.core.file.CopyOptions
- isAttribute() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- isAttribute() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- isAttribute() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- isAutoAck() - Method in class io.vertx.mqtt.MqttClientOptions
- isAutoAck() - Method in class io.vertx.rabbitmq.QueueOptions
- isAutoAcknowledgement() - Method in class io.vertx.amqp.AmqpReceiverOptions
- isAutoClientId() - Method in class io.vertx.mqtt.MqttServerOptions
- isAutoComputeContentLength() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Whether or not the automatic computation of the
content-length
header is enabled. - isAutoDrained() - Method in class io.vertx.amqp.AmqpSenderOptions
-
Get whether the link will automatically be marked drained after the send queue drain handler fires in drain mode.
- isAutoFailover() - Method in class io.vertx.redis.client.RedisOptions
-
Returns whether automatic failover is enabled.
- isAutoFailover() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Returns whether automatic failover is enabled.
- isAutoGeneratedClientId() - Method in class io.vertx.mqtt.MqttClientOptions
- isAutoGeneratedKeys() - Method in class io.vertx.jdbcclient.SqlOptions
- isAutoGeneratedKeys() - Method in class io.vertx.oracleclient.OraclePrepareOptions
- isAutoKeepAlive() - Method in class io.vertx.mqtt.MqttClientOptions
- isAutoKeepAlive() - Method in interface io.vertx.mqtt.MqttEndpoint
- isAutoKeepAlive() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- isAutoKeepAlive() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- isAutomaticRecoveryEnabled() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- isAutomaticRecoveryOnInitialConnection() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- isAvailable() - Static method in class io.vertx.core.net.OpenSSLEngineOptions
- isAvailable() - Method in interface io.vertx.core.spi.transport.Transport
- isBackground() - Method in class io.vertx.ext.mongo.IndexOptions
-
Create the index in the background
- isBackwards() - Method in class io.vertx.ext.mongo.CollationOptions
-
Get backwards
- isBefore(Draft) - Method in enum io.vertx.json.schema.Draft
- isBinary() - Method in interface io.vertx.core.http.WebSocketFrame
- isBlank() - Method in interface io.vertx.ext.shell.cli.CliToken
- isBlocking() - Method in class io.vertx.camel.OutboundMapping
-
Whether the processing is blocking and so should not be executed on the event loop.
- isBodyNull() - Method in interface io.vertx.amqp.AmqpMessage
- isBodyNull() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- isBodyNull() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- isBoolean() - Method in interface io.vertx.core.parsetools.JsonEvent
- isBoolean() - Method in interface io.vertx.ext.web.validation.RequestParameter
- isBoolean() - Method in interface io.vertx.openapi.validation.Parameter
- isBoolean() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- isBoolean() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- isBoolean() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- isBoolean() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- isBoolean() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- isBoolean() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- isBoolean() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- isBoolean() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- isBroadcast() - Method in class io.vertx.core.datagram.DatagramSocketOptions
- isBuffer() - Method in interface io.vertx.ext.web.validation.RequestParameter
- isBuffer() - Method in interface io.vertx.openapi.validation.Parameter
- isBuffer() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- isBuffer() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- isBuffer() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- isBuffer() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- isBuffer() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- isBuffer() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- isBuffer() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- isBuffer() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- isBypassHostHeader() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Checks whether or not the
host
header must be dropped from theCONNECT/STOMP
frame. - isCancelled() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Return
true
if cancel() has been called. - isCancelled() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Return
true
if cancel() has been called. - isCancelled() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Return
true
if cancel() has been called. - isCaseLevel() - Method in class io.vertx.ext.mongo.CollationOptions
-
Get case level
- isChunked() - Method in interface io.vertx.core.http.HttpClientRequest
- isChunked() - Method in interface io.vertx.core.http.HttpServerResponse
- isChunked() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- isChunked() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- isChunked() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- isChunked() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- isClassPathResolvingEnabled() - Method in class io.vertx.core.file.FileSystemOptions
- isCleanSession() - Method in class io.vertx.mqtt.MqttClientOptions
- isCleanSession() - Method in interface io.vertx.mqtt.MqttEndpoint
- isCleanSession() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- isCleanSession() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- isClose() - Method in interface io.vertx.core.http.WebSocketFrame
- isClosed() - Method in interface io.vertx.core.http.WebSocketBase
- isClosed() - Method in interface io.vertx.ext.stomp.StompClient
- isClosed() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- isClosed() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- isClosed() - Method in class io.vertx.reactivex.core.http.WebSocket
- isClosed() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- isClosed() - Method in class io.vertx.reactivex.ext.stomp.StompClient
- isClosed() - Method in class io.vertx.reactivex.sqlclient.Cursor
- isClosed() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- isClosed() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- isClosed() - Method in class io.vertx.rxjava3.core.http.WebSocket
- isClosed() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- isClosed() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
- isClosed() - Method in class io.vertx.rxjava3.sqlclient.Cursor
- isClosed() - Method in interface io.vertx.sqlclient.Cursor
- isClustered() - Method in interface io.vertx.core.Vertx
-
Is this Vert.x instance clustered?
- isClustered() - Method in class io.vertx.reactivex.core.Vertx
-
Is this Vert.x instance clustered?
- isClustered() - Method in class io.vertx.rxjava3.core.Vertx
-
Is this Vert.x instance clustered?
- isComplete() - Method in interface io.vertx.core.Future
-
Has the future completed?
- isComplete(int) - Method in interface io.vertx.core.CompositeFuture
-
Returns true if a wrapped future is completed
- isCompleted() - Method in interface io.vertx.ext.unit.Completion
- isCompleted() - Method in class io.vertx.reactivex.ext.unit.Completion
- isCompleted() - Method in class io.vertx.rxjava3.ext.unit.Completion
- isCompressed() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the GZIP compression flag for requests
- isCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
- isConnected() - Method in interface io.vertx.cassandra.CassandraClient
- isConnected() - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Returns whether or not the `CONNECTED` frame has been receive meaning that the Stomp connection is established.
- isConnected() - Method in interface io.vertx.mqtt.MqttClient
- isConnected() - Method in interface io.vertx.mqtt.MqttEndpoint
- isConnected() - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Check if a connection is open
- isConnected() - Method in class io.vertx.reactivex.cassandra.CassandraClient
- isConnected() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Returns whether or not the `CONNECTED` frame has been receive meaning that the Stomp connection is established.
- isConnected() - Method in class io.vertx.reactivex.mqtt.MqttClient
- isConnected() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- isConnected() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Check if a connection is open
- isConnected() - Method in class io.vertx.rxjava3.cassandra.CassandraClient
- isConnected() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Returns whether or not the `CONNECTED` frame has been receive meaning that the Stomp connection is established.
- isConnected() - Method in class io.vertx.rxjava3.mqtt.MqttClient
- isConnected() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- isConnected() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Check if a connection is open
- isConsumerExclusive() - Method in class io.vertx.rabbitmq.QueueOptions
- isContinuation() - Method in interface io.vertx.core.http.WebSocketFrame
- isCopyAttributes() - Method in class io.vertx.core.file.CopyOptions
- isCopyOnRead() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets the flag indicating whether a copy of the value stored in the on-heap cache should be created for a cache operation return the value.
- isCreate() - Method in class io.vertx.core.file.OpenOptions
-
Should the file be created if it does not already exist?
- isCreateNew() - Method in class io.vertx.core.file.OpenOptions
-
Should the file be created if and the open fail if it already exists?
- isDecompressionSupported() - Method in class io.vertx.core.http.HttpClientOptions
- isDecompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
- isDefault() - Method in class io.vertx.kafka.admin.ConfigEntry
- isDefault() - Method in class io.vertx.kafka.client.common.ConfigResource
- isDefaultRegionMetricsEnabled() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- isDeleteOnClose() - Method in class io.vertx.core.file.OpenOptions
-
Should the file be deleted when it's closed, or the JVM is shutdown.
- isDestroyed() - Method in interface io.vertx.ext.web.Session
- isDestroyed() - Method in class io.vertx.ext.web.sstore.AbstractSession
- isDestroyed() - Method in class io.vertx.reactivex.ext.web.Session
- isDestroyed() - Method in class io.vertx.rxjava3.ext.web.Session
- isDirectory() - Method in interface io.vertx.core.file.FileProps
-
Is the file a directory?
- isDisableEsmtp() - Method in class io.vertx.ext.mail.MailConfig
-
get if ESMTP should be tried as first command (EHLO) (default is true)
- isDisconnected() - Method in interface io.vertx.amqp.AmqpConnection
- isDisconnected() - Method in class io.vertx.reactivex.amqp.AmqpConnection
- isDisconnected() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
- isDisposed() - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
- isDisposed() - Method in class io.vertx.rxjava3.ContextScheduler.ContextWorker
- isDomainSocket() - Method in interface io.vertx.core.net.SocketAddress
- isDsync() - Method in class io.vertx.core.file.OpenOptions
-
If true then every write to the file's content will be written synchronously to the underlying hardware.
- isDup() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
- isDup() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- isDup() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- isDurable() - Method in interface io.vertx.amqp.AmqpMessage
- isDurable() - Method in class io.vertx.amqp.AmqpReceiverOptions
- isDurable() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- isDurable() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- isDynamic() - Method in class io.vertx.amqp.AmqpReceiverOptions
- isDynamic() - Method in class io.vertx.amqp.AmqpSenderOptions
- isEagerTtl() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets flag indicating whether expired cache entries will be eagerly removed from cache.
- isEmpty() - Method in class io.vertx.core.json.JsonArray
-
Are there zero items in this JSON array?
- isEmpty() - Method in class io.vertx.core.json.JsonObject
-
Is this object entry?
- isEmpty() - Method in interface io.vertx.core.MultiMap
-
Return true if empty
- isEmpty() - Method in interface io.vertx.core.shareddata.LocalMap
- isEmpty() - Method in interface io.vertx.ext.auth.authorization.Authorizations
-
true
if the authorizations contains at least one provider. - isEmpty() - Method in interface io.vertx.ext.web.RequestBody
-
A body can be empty if it is not available, or its length is
0
. - isEmpty() - Method in interface io.vertx.ext.web.Session
- isEmpty() - Method in class io.vertx.ext.web.sstore.AbstractSession
- isEmpty() - Method in interface io.vertx.ext.web.validation.RequestParameter
- isEmpty() - Method in class io.vertx.kafka.client.common.Node
- isEmpty() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecords
- isEmpty() - Method in interface io.vertx.openapi.contract.SecurityRequirement
- isEmpty() - Method in interface io.vertx.openapi.validation.Parameter
- isEmpty() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
- isEmpty() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
-
true
if the authorizations contains at least one provider. - isEmpty() - Method in class io.vertx.reactivex.ext.web.RequestBody
-
A body can be empty if it is not available, or its length is
0
. - isEmpty() - Method in class io.vertx.reactivex.ext.web.Session
- isEmpty() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- isEmpty() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- isEmpty() - Method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
- isEmpty() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- isEmpty() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- isEmpty() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- isEmpty() - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
- isEmpty() - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
-
true
if the authorizations contains at least one provider. - isEmpty() - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
A body can be empty if it is not available, or its length is
0
. - isEmpty() - Method in class io.vertx.rxjava3.ext.web.Session
- isEmpty() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- isEmpty() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- isEmpty() - Method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- isEmpty() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- isEmpty() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- isEmpty() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- isEnable() - Method in class io.vertx.ext.consul.MaintenanceOptions
-
Get maintenance mode
- isEnabled() - Method in class io.vertx.core.metrics.MetricsOptions
-
Will metrics be enabled on the Vert.x instance?
- isEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- isEnabled() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Will InfluxDB reporting be enabled?
- isEnabled() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Will JMX reporting be enabled?
- isEnabled() - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Will Prometheus reporting be enabled?
- isEnableDKIM() - Method in class io.vertx.ext.mail.MailConfig
-
Is DKIM enabled, defaults to false.
- isEncryptionEnabled() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets flag indicating whether data must be encrypted.
- isEnded() - Method in interface io.vertx.core.http.HttpServerRequest
-
Has the request ended?
- isEnded() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Has the request ended?
- isEnded() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Has the request ended?
- isError() - Method in interface io.vertx.ext.unit.report.Failure
- isError() - Method in enum io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- isError() - Method in enum io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- isError() - Method in interface io.vertx.mqtt.messages.codes.MqttReasonCode
- isError() - Method in class io.vertx.reactivex.ext.unit.report.Failure
- isError() - Method in class io.vertx.rxjava3.ext.unit.report.Failure
- isEventLoopContext() - Method in interface io.vertx.core.Context
-
Is the current context an event loop context?
- isEventLoopContext() - Method in class io.vertx.reactivex.core.Context
-
Is the current context an event loop context?
- isEventLoopContext() - Method in class io.vertx.rxjava3.core.Context
-
Is the current context an event loop context?
- isEventsDisabled() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Checks whether events are disabled for this cache.
- isExactPath() - Method in interface io.vertx.ext.web.Route
-
Returns true of the path doesn't end with a wildcard
*
or isnull
. - isExactPath() - Method in class io.vertx.reactivex.ext.web.Route
-
Returns true of the path doesn't end with a wildcard
*
or isnull
. - isExactPath() - Method in class io.vertx.rxjava3.ext.web.Route
-
Returns true of the path doesn't end with a wildcard
*
or isnull
. - isExclusive() - Method in class io.vertx.core.http.StreamPriority
- isExpectMultipart() - Method in interface io.vertx.core.http.HttpServerRequest
- isExpectMultipart() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- isExpectMultipart() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- isExplode() - Method in interface io.vertx.openapi.contract.Parameter
- isExplode() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- isExplode() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- isFailed() - Method in interface io.vertx.ext.unit.Completion
- isFailed() - Method in class io.vertx.reactivex.ext.unit.Completion
- isFailed() - Method in class io.vertx.rxjava3.ext.unit.Completion
- isFallbackOnFailure() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- isFileCachingEnabled() - Method in class io.vertx.core.file.FileSystemOptions
- isFileRegionEnabled() - Method in class io.vertx.core.http.HttpServerOptions
- isFileRegionEnabled() - Method in class io.vertx.core.net.NetServerOptions
- isFileUpload() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- isFileUpload() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- isFileUpload() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- isFinal() - Method in interface io.vertx.core.http.WebSocketFrame
- isFirstAcquirer() - Method in interface io.vertx.amqp.AmqpMessage
- isFirstAcquirer() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- isFirstAcquirer() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- isFixedHeaders() - Method in class io.vertx.ext.mail.MailMessage
-
get whether our own headers should be the only headers added to the message
- isFlag() - Method in class io.vertx.core.cli.Option
- isFlagEnabled(String) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the value of an option marked as a flag.
- isFollowRedirects() - Method in interface io.vertx.core.http.HttpClientRequest
- isFollowRedirects() - Method in class io.vertx.ext.web.client.WebClientOptions
- isFollowRedirects() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- isFollowRedirects() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- isForceSni() - Method in class io.vertx.core.http.HttpClientOptions
- isForeground() - Method in interface io.vertx.ext.shell.command.CommandProcess
- isFresh() - Method in interface io.vertx.ext.web.RoutingContext
-
Check if the request is fresh, aka Last-Modified and/or the ETag still match.
- isFresh() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Check if the request is fresh, aka Last-Modified and/or the ETag still match.
- isFresh() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Check if the request is fresh, aka Last-Modified and/or the ETag still match.
- isGraphQLWSEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- isGrpcTls() - Method in class io.vertx.ext.consul.CheckOptions
-
Specifies whether to use TLS for this gRPC health check.
- isGrpcWeb(CharSequence) - Static method in class io.vertx.grpc.common.GrpcMediaType
-
Whether the provided
mediaType
represents gRPC-Web - isGrpcWebEnabled() - Method in class io.vertx.grpc.server.GrpcServerOptions
- isGrpcWebText(CharSequence) - Static method in class io.vertx.grpc.common.GrpcMediaType
-
Whether the provided
mediaType
represents gRPC-Web - isHa() - Method in class io.vertx.core.DeploymentOptions
-
Will the verticle(s) be deployed as HA (highly available) ?
- isHAEnabled() - Method in class io.vertx.core.VertxOptions
-
Will HA be enabled on the Vert.x instance?
- isHandle100ContinueAutomatically() - Method in class io.vertx.core.http.HttpServerOptions
- isHeadersCopy() - Method in class io.vertx.camel.CamelMapping
- isHelp() - Method in class io.vertx.core.cli.Option
-
Checks whether or not this option is a "Help" option.
- isHidden() - Method in class io.vertx.core.cli.Argument
- isHidden() - Method in interface io.vertx.core.cli.CLI
-
Checks whether or not the current
CLI
instance is hidden. - isHidden() - Method in class io.vertx.core.cli.Option
- isHolding(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
Checks whether or not the service reference has the given service object.
- isHolding(Object) - Method in class io.vertx.rxjava3.servicediscovery.ServiceReference
-
Checks whether or not the service reference has the given service object.
- isHolding(Object) - Method in interface io.vertx.servicediscovery.ServiceReference
-
Checks whether or not the service reference has the given service object.
- isHolding(Object) - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
- isHttp2ClearTextEnabled() - Method in class io.vertx.core.http.HttpServerOptions
- isHttp2ClearTextUpgrade() - Method in class io.vertx.core.http.HttpClientOptions
- isHttp2ClearTextUpgradeWithPreflightRequest() - Method in class io.vertx.core.http.HttpClientOptions
- isHttpEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- isHttpOnly() - Method in interface io.vertx.core.http.Cookie
- isIgnoreExpiration() - Method in class io.vertx.ext.auth.JWTOptions
- isIncludeDefaultStores() - Method in class io.vertx.config.ConfigRetrieverOptions
- isInetSocket() - Method in interface io.vertx.core.net.SocketAddress
- isInsertJSESSIONID() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
- isInternal() - Method in class io.vertx.kafka.admin.TopicDescription
- isInvalidate() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Invalidation flag.
- isIpV6() - Method in class io.vertx.core.datagram.DatagramSocketOptions
- isJmxEnabled() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Will JMX be enabled on the Vert.x instance?
- isJsonArray() - Method in interface io.vertx.ext.web.validation.RequestParameter
- isJsonArray() - Method in interface io.vertx.openapi.validation.Parameter
- isJsonArray() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- isJsonArray() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- isJsonArray() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- isJsonArray() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- isJsonArray() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- isJsonArray() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- isJsonArray() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- isJsonArray() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- isJsonObject() - Method in interface io.vertx.ext.web.validation.RequestParameter
- isJsonObject() - Method in interface io.vertx.openapi.validation.Parameter
- isJsonObject() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- isJsonObject() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- isJsonObject() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- isJsonObject() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- isJsonObject() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- isJsonObject() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- isJsonObject() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- isJsonObject() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- isJvmMetricsEnabled() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- isKeepAlive() - Method in class io.vertx.core.http.HttpClientOptions
-
Is keep alive enabled on the client?
- isKeepAlive() - Method in class io.vertx.ext.mail.MailConfig
-
get if connection pool is enabled default is true
- isKeepMostRecent() - Method in class io.vertx.rabbitmq.QueueOptions
- isListening() - Method in interface io.vertx.ext.stomp.StompServer
-
Checks whether or not the server is listening.
- isListening() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Checks whether or not the server is listening.
- isListening() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Checks whether or not the server is listening.
- isLocalOnly() - Method in class io.vertx.core.eventbus.DeliveryOptions
- isLocalOnly() - Method in class io.vertx.core.eventbus.MessageConsumerOptions
- isLocalPointer() - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Return
true
if the pointer is local (URI with only fragment) - isLocalPointer() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Return
true
if the pointer is local (URI with only fragment) - isLocalPointer() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Return
true
if the pointer is local (URI with only fragment) - isLocalWriteHandler() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
- isLoopbackModeDisabled() - Method in class io.vertx.core.datagram.DatagramSocketOptions
- isMap() - Method in interface io.vertx.redis.client.Response
-
Returns whether this multi response is a map and hence
Response.get(String)
,Response.containsKey(String)
andResponse.getKeys()
may be called. - isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
Test if this header is matched by matchTry header
- isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
Test if this header is matched by matchTry header
- isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Test if this header is matched by matchTry header
- isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
Test if this header is matched by matchTry header
- isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
Test if this header is matched by matchTry header
- isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
Test if this header is matched by matchTry header
- isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
-
Test if this header is matched by matchTry header
- isMediaTypeSupported(String) - Static method in interface io.vertx.openapi.contract.MediaType
- isMediaTypeSupported(String) - Static method in class io.vertx.reactivex.openapi.contract.MediaType
- isMediaTypeSupported(String) - Static method in class io.vertx.rxjava3.openapi.contract.MediaType
- isMeterCacheEnabled() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- isMetricsCategoryDisabled(MetricsDomain) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Is the given metrics category disabled?
- isMetricsCategoryDisabled(String) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Is the given metrics category disabled?
- isMetricsEnabled() - Method in interface io.vertx.core.metrics.Measured
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.http.HttpServer
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in interface io.vertx.reactivex.core.metrics.Measured
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.net.NetClient
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.net.NetServer
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.Vertx
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.reactivex.core.WorkerExecutor
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in interface io.vertx.rxjava3.core.metrics.Measured
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.net.NetClient
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.net.NetServer
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.Vertx
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.rxjava3.core.WorkerExecutor
-
Whether the metrics are enabled for this measured object
- isMetricsEnabled() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
- isMulti() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the multi flag, used by update and delete operations
- isMulti() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get whether multi is enabled.
- isMultiPartOnly() - Method in class io.vertx.ext.mail.MailConfig
-
Should the mail message be always encoded as multipart.
- isMultiple() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
- isMultiValued() - Method in class io.vertx.core.cli.Argument
- isMultiValued() - Method in class io.vertx.core.cli.Option
- isMutable() - Method in interface io.vertx.core.MultiMap
- isNaN() - Method in class io.vertx.sqlclient.data.Numeric
- isNativeTransportEnabled() - Method in interface io.vertx.core.Vertx
- isNativeTransportEnabled() - Method in class io.vertx.reactivex.core.Vertx
- isNativeTransportEnabled() - Method in class io.vertx.rxjava3.core.Vertx
- isNettyMetricsEnabled() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- isNioEnabled() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- isNoDefaultPolicy() - Method in class io.vertx.config.vault.client.TokenRequest
- isNofollowLinks() - Method in class io.vertx.core.file.CopyOptions
- isNoLocal() - Method in class io.vertx.amqp.AmqpReceiverOptions
- isNoLocal() - Method in class io.vertx.rabbitmq.QueueOptions
- isNoParent() - Method in class io.vertx.config.vault.client.TokenRequest
- isNoPush() - Method in class io.vertx.ext.web.Http2PushMapping
- isNormalization() - Method in class io.vertx.ext.mongo.CollationOptions
- isNotificationLocalOnly() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- isNoTimestamp() - Method in class io.vertx.ext.auth.JWTOptions
- isNull() - Method in interface io.vertx.core.parsetools.JsonEvent
- isNull() - Method in interface io.vertx.ext.web.validation.RequestParameter
- isNull() - Method in interface io.vertx.openapi.validation.Parameter
- isNull() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- isNull() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- isNull() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- isNull() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- isNull() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- isNull() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- isNull() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- isNull() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- isNull(Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
- isNull(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- isNull(Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- isNullOrEmpty(String) - Static method in class io.vertx.core.cli.UsageMessageFormatter
- isNumber() - Method in interface io.vertx.core.parsetools.JsonEvent
- isNumber() - Method in interface io.vertx.ext.web.validation.RequestParameter
- isNumber() - Method in interface io.vertx.openapi.validation.Parameter
- isNumber() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- isNumber() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- isNumber() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- isNumber() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- isNumber() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- isNumber() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- isNumber() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- isNumber() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- isNumericOrdering() - Method in class io.vertx.ext.mongo.CollationOptions
-
Get numeric ordering
- isObject() - Method in interface io.vertx.core.parsetools.JsonEvent
- isObject(Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
- isObject(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- isObject(Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- isOk() - Method in class io.vertx.ext.healthchecks.Status
- isOnEventLoopThread() - Static method in interface io.vertx.core.Context
-
Is the current thread an event thread?
- isOnEventLoopThread() - Static method in class io.vertx.reactivex.core.Context
-
Is the current thread an event thread?
- isOnEventLoopThread() - Static method in class io.vertx.rxjava3.core.Context
-
Is the current thread an event thread?
- isOnheapCacheEnabled() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Checks if the on-heap cache is enabled for the off-heap based page memory.
- isOnVertxThread() - Static method in interface io.vertx.core.Context
-
Is the current thread a Vert.x thread?
- isOnVertxThread() - Static method in class io.vertx.reactivex.core.Context
-
Is the current thread a Vert.x thread?
- isOnVertxThread() - Static method in class io.vertx.rxjava3.core.Context
-
Is the current thread a Vert.x thread?
- isOnWorkerThread() - Static method in interface io.vertx.core.Context
-
Is the current thread a worker thread?
- isOnWorkerThread() - Static method in class io.vertx.reactivex.core.Context
-
Is the current thread a worker thread?
- isOnWorkerThread() - Static method in class io.vertx.rxjava3.core.Context
-
Is the current thread a worker thread?
- isOpen() - Method in class io.vertx.pgclient.data.Path
- isOpenChannel() - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Check if a channel is open
- isOpenChannel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Check if a channel is open
- isOpenChannel() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Check if a channel is open
- isOptional() - Method in class io.vertx.config.ConfigStoreOptions
- isOptionAssigned(Option) - Method in interface io.vertx.core.cli.CommandLine
-
Checks whether or not the given option has been assigned in the command line.
- isOptResourceEnabled() - Method in class io.vertx.core.dns.AddressResolverOptions
- isOrdered() - Method in class io.vertx.ext.mongo.BulkWriteOptions
-
Get whether the operations will be executed in the given order
- isOrphan() - Method in class io.vertx.config.vault.client.Lookup
- isOther() - Method in interface io.vertx.core.file.FileProps
-
Is the file some other type?
- isParent(JsonPointer) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Return
true
if this pointer is a parent pointer ofchild
. - isParent(JsonPointer) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Return
true
if this pointer is a parent pointer ofchild
. - isParent(JsonPointer) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Return
true
if this pointer is a parent pointer ofchild
. - isParsedAsList() - Method in class io.vertx.core.cli.TypedOption
- isPaused() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
- isPaused() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- isPaused() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- isPerFrameWebSocketCompressionSupported() - Method in class io.vertx.mqtt.MqttServerOptions
-
Get whether WebSocket the per-frame deflate compression extension is supported.
- isPermanent() - Method in exception io.vertx.ext.mail.SMTPException
-
Checks if it is a permanent failure, that the reply status code
>=
500 - isPerMessageWebSocketCompressionSupported() - Method in class io.vertx.mqtt.MqttServerOptions
-
Get whether WebSocket the per-frame deflate compression extension is supported.
- isPermitted() - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
Is this an allowed operation as specified by the corresponding header?
- isPermitted() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
Is this an allowed operation as specified by the corresponding header?
- isPermitted() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Is this an allowed operation as specified by the corresponding header?
- isPermitted() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
Is this an allowed operation as specified by the corresponding header?
- isPermitted() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
Is this an allowed operation as specified by the corresponding header?
- isPermitted() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
Is this an allowed operation as specified by the corresponding header?
- isPermitted() - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
-
Is this an allowed operation as specified by the corresponding header?
- isPing() - Method in interface io.vertx.core.http.WebSocketFrame
- isPipelining() - Method in class io.vertx.core.http.HttpClientOptions
-
Is pipe-lining enabled on the client
- isPipelining() - Method in class io.vertx.ext.mail.MailConfig
-
Is the pipelining will be used if SMTP server supports it.
- isPlainTextEnabled() - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
- isPointToPoint() - Method in class io.vertx.ext.stomp.BridgeOptions
- isPresent() - Method in class io.vertx.ext.consul.KeyValue
-
Return
true
if there is a key/value pair present, otherwisefalse
. - isPresent() - Method in class io.vertx.ext.consul.KeyValueList
-
Return
true
if there is a key/value pairs present, otherwisefalse
. - isProcedureInError() - Method in class io.vertx.ext.healthchecks.Status
- isPropertyRequired(String) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- isProtocolNegotiation() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Should the client perform
RESP
protocol negotiation during the connection handshake. - isProtocolNegotiation() - Method in class io.vertx.redis.client.RedisOptions
-
Should the client perform
RESP
protocol negotiation during the connection handshake. - isProxyClose() - Method in class io.vertx.serviceproxy.generator.model.ProxyMethodInfo
- isProxyIgnore() - Method in class io.vertx.serviceproxy.generator.model.ProxyMethodInfo
- isPublish() - Method in class io.vertx.camel.InboundMapping
- isPublishAutoAck() - Method in interface io.vertx.mqtt.MqttEndpoint
- isPublishAutoAck() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- isPublishAutoAck() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- isPublishQuantiles() - Method in class io.vertx.micrometer.VertxPrometheusOptions
- isPushEnabled() - Method in class io.vertx.core.http.Http2Settings
- isRead() - Method in class io.vertx.core.file.OpenOptions
-
Is the file to opened for reading?
- isReadFromBackup() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Gets flag indicating whether data can be read from backup.
- isReadOnly() - Method in class io.vertx.jdbcclient.SqlOptions
- isReadOnly() - Method in class io.vertx.kafka.admin.ConfigEntry
- isRecursionDesired() - Method in class io.vertx.core.dns.DnsClientOptions
-
Return whether or not recursion is desired
- isRegenerated() - Method in interface io.vertx.ext.web.Session
- isRegenerated() - Method in class io.vertx.ext.web.sstore.AbstractSession
- isRegenerated() - Method in class io.vertx.reactivex.ext.web.Session
- isRegenerated() - Method in class io.vertx.rxjava3.ext.web.Session
- isRegexPath() - Method in interface io.vertx.ext.web.Route
-
Returns true of the path is a regular expression, this includes expression paths.
- isRegexPath() - Method in class io.vertx.reactivex.ext.web.Route
-
Returns true of the path is a regular expression, this includes expression paths.
- isRegexPath() - Method in class io.vertx.rxjava3.ext.web.Route
-
Returns true of the path is a regular expression, this includes expression paths.
- isRegistered() - Method in interface io.vertx.core.eventbus.MessageConsumer
- isRegistered() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- isRegistered() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- isRegisterWebSocketWriteHandlers() - Method in class io.vertx.core.http.HttpServerOptions
- isRegisterWriteHandler() - Method in class io.vertx.core.http.HttpServerOptions
- isRegisterWriteHandler() - Method in class io.vertx.core.net.NetClientOptions
- isRegisterWriteHandler() - Method in class io.vertx.core.net.NetServerOptions
- isRegisterWriteHandler() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
- isRegisterWriteHandlers() - Method in class io.vertx.core.http.WebSocketConnectOptions
- isRegistration() - Method in class io.vertx.ext.auth.otp.Authenticator
- isRegularFile() - Method in interface io.vertx.core.file.FileProps
-
Is the file a regular file?
- isRelaxedSafetyNetIntegrityVeridict() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- isRenewable() - Method in class io.vertx.config.vault.client.Auth
- isRenewable() - Method in class io.vertx.config.vault.client.Lookup
- isRenewable() - Method in class io.vertx.config.vault.client.Secret
- isRenewTokenOnForbidden() - Method in class io.vertx.ext.web.client.OAuth2WebClientOptions
-
Weather to refresh or not the current user token if a forbidden http status response is received.
- isReplaceExisting() - Method in class io.vertx.core.file.CopyOptions
- isRequestBatchingEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
- isRequestMultipartEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
- isRequired() - Method in class io.vertx.core.cli.Argument
- isRequired() - Method in class io.vertx.core.cli.Option
- isRequired() - Method in interface io.vertx.openapi.contract.Parameter
- isRequired() - Method in interface io.vertx.openapi.contract.RequestBody
- isRequired() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- isRequired() - Method in class io.vertx.reactivex.openapi.contract.RequestBody
- isRequired() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- isRequired() - Method in class io.vertx.rxjava3.openapi.contract.RequestBody
- isRetain() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
- isRetain() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- isRetain() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- isReturningNewDocument() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get whether returning new document property is enabled.
- isReuseAddress() - Method in class io.vertx.core.net.NetworkOptions
- isReusePort() - Method in class io.vertx.core.net.NetworkOptions
- isRootPointer() - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Return
true
if the pointer is a root pointer - isRootPointer() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Return
true
if the pointer is a root pointer - isRootPointer() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Return
true
if the pointer is a root pointer - isRotateServers() - Method in class io.vertx.core.dns.AddressResolverOptions
- isRoundRobinInetAddress() - Method in class io.vertx.core.dns.AddressResolverOptions
- isSecure() - Method in interface io.vertx.core.http.Cookie
- isSecured() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Checks whether or not the server is secured (meaning it has an authentication mechanism).
- isSeenInCommandLine(Option) - Method in interface io.vertx.core.cli.CommandLine
-
Checks whether or not the given option has been seen in the user command line.
- isSend() - Method in interface io.vertx.core.eventbus.Message
-
Signals if this message represents a send or publish event.
- isSend() - Method in class io.vertx.reactivex.core.eventbus.Message
-
Signals if this message represents a send or publish event.
- isSend() - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Signals if this message represents a send or publish event.
- isSendErrorOnNoSubscriptions() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Checks whether or not an error is sent to the client when this client sends a message to an not subscribed destinations (no subscriptions on this destination).
- isSendUnmaskedFrames() - Method in class io.vertx.core.http.WebSocketClientOptions
- isSensitive() - Method in class io.vertx.kafka.admin.ConfigEntry
- isSessionAccessed() - Method in interface io.vertx.ext.web.RoutingContext
-
Whether the
RoutingContext.session()
has been already called or not. - isSessionAccessed() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Whether the
RoutingContext.session()
has been already called or not. - isSessionAccessed() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Whether the
RoutingContext.session()
has been already called or not. - isSessionCacheEnabled() - Method in class io.vertx.core.net.OpenSSLEngineOptions
-
Whether session cache is enabled in open SSL session server context
- isSessionPresent() - Method in interface io.vertx.mqtt.messages.MqttConnAckMessage
- isSessionPresent() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- isSessionPresent() - Method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- isShared() - Method in interface io.vertx.core.file.AsyncFileLock
- isShared() - Method in class io.vertx.core.http.HttpClientOptions
- isShared() - Method in class io.vertx.core.http.WebSocketClientOptions
- isShared() - Method in class io.vertx.httpproxy.cache.CacheOptions
- isShared() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
- isShared() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
- isShared() - Method in class io.vertx.sqlclient.PoolOptions
- isShutdown() - Method in class io.vertx.grpc.VertxServer
- isShutdownOnNodeStop() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- isShutdownOnSegmentation() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
- isSignatureTimestamp() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Adds signature sign timestamp or not.
- isSimpleConsumerGroup() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
- isSimpleConsumerGroup() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
- isSingleValued() - Method in class io.vertx.core.cli.Option
- isSizeAvailable() - Method in interface io.vertx.core.http.HttpServerFileUpload
- isSizeAvailable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- isSizeAvailable() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- isSni() - Method in class io.vertx.core.net.NetServerOptions
- isSni() - Method in class io.vertx.core.net.ServerSSLOptions
- isSparse() - Method in class io.vertx.core.file.OpenOptions
-
Set whether a hint should be provided that the file to created is sparse
- isSparse() - Method in class io.vertx.ext.mongo.IndexOptions
-
If true, the index only references documents with the specified field
- isSsl() - Method in interface io.vertx.core.http.HttpConnection
- isSsl() - Method in class io.vertx.core.http.HttpConnectOptions
- isSsl() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- isSsl() - Method in interface io.vertx.core.http.WebSocketBase
- isSsl() - Method in class io.vertx.core.net.ConnectOptions
- isSsl() - Method in interface io.vertx.core.net.NetSocket
- isSsl() - Method in class io.vertx.core.net.TCPSSLOptions
- isSsl() - Method in class io.vertx.db2client.DB2ConnectOptions
- isSsl() - Method in interface io.vertx.mqtt.MqttEndpoint
- isSsl() - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- isSsl() - Method in class io.vertx.oracleclient.OracleConnectOptions
- isSsl() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- isSsl() - Method in class io.vertx.reactivex.core.http.HttpConnection
- isSsl() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- isSsl() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- isSsl() - Method in class io.vertx.reactivex.core.http.WebSocket
- isSsl() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- isSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
- isSsl() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- isSsl() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- isSsl() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- isSsl() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- isSsl() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- isSsl() - Method in class io.vertx.rxjava3.core.http.WebSocket
- isSsl() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- isSsl() - Method in class io.vertx.rxjava3.core.net.NetSocket
- isSsl() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- isSsl() - Method in class io.vertx.servicediscovery.types.HttpLocation
- isSSL() - Method in interface io.vertx.core.http.HttpServerRequest
- isSSL() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- isSSL() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
- isSSL() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- isSSL() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
- isSSL() - Method in interface io.vertx.sqlclient.SqlConnection
- isStartEmbeddedServer() - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Returns true if it is configured to init an embedded web server to expose Prometheus metrics
- isString() - Method in interface io.vertx.core.parsetools.JsonEvent
- isString() - Method in interface io.vertx.ext.web.validation.RequestParameter
- isString() - Method in interface io.vertx.openapi.validation.Parameter
- isString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- isString() - Method in interface io.vertx.reactivex.openapi.validation.Parameter
- isString() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- isString() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- isString() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- isString() - Method in interface io.vertx.rxjava3.openapi.validation.Parameter
- isString() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- isString() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- isSubscriptionAutoAck() - Method in interface io.vertx.mqtt.MqttEndpoint
- isSubscriptionAutoAck() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- isSubscriptionAutoAck() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- isSucceeded() - Method in interface io.vertx.ext.unit.Completion
- isSucceeded() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
- isSucceeded() - Method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
- isSucceeded() - Method in class io.vertx.reactivex.ext.unit.Completion
- isSucceeded() - Method in class io.vertx.rxjava3.ext.unit.Completion
- issuer(String) - Method in interface io.vertx.ext.web.handler.OtpAuthHandler
-
Configure the
issuer
value to be shown in the authenticator URL. - issuer(String) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
-
Configure the
issuer
value to be shown in the authenticator URL. - issuer(String) - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
-
Configure the
issuer
value to be shown in the authenticator URL. - isSupportsJoin() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
- isSymbolicLink() - Method in interface io.vertx.core.file.FileProps
-
Is the file a symbolic link?
- isSync() - Method in class io.vertx.core.file.OpenOptions
-
If true then every write to the file's content and metadata will be written synchronously to the underlying hardware.
- isTcpCork() - Method in class io.vertx.core.net.TCPSSLOptions
- isTcpFastOpen() - Method in class io.vertx.core.net.TCPSSLOptions
- isTcpKeepAlive() - Method in class io.vertx.core.net.TCPSSLOptions
- isTcpNoDelay() - Method in class io.vertx.core.net.TCPSSLOptions
- isTcpQuickAck() - Method in class io.vertx.core.net.TCPSSLOptions
- isTerminated() - Method in class io.vertx.grpc.VertxServer
- isText() - Method in interface io.vertx.core.http.WebSocketFrame
- isText() - Method in interface io.vertx.ext.shell.cli.CliToken
- isText() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- isText() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- isText() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- isTlsSkipVerify() - Method in class io.vertx.ext.consul.CheckOptions
-
Specifies if the certificate for an HTTPS check should not be verified.
- isTrailingLine() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets whether or not an empty line should be appended to the written STOMP frame.
- isTrailingLine() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets whether or not an empty line should be appended to the written STOMP frame.
- isTransient() - Method in exception io.vertx.ext.mail.SMTPException
-
Checks if it is a transient failure, that the reply status code
>=
400 and<
500 - isTruncateExisting() - Method in class io.vertx.core.file.OpenOptions
-
If the file exists and is opened for writing should the file be truncated to zero length on open?
- isTrustAll() - Method in class io.vertx.core.eventbus.EventBusOptions
- isTrustAll() - Method in class io.vertx.core.net.ClientOptionsBase
- isTrustAll() - Method in class io.vertx.core.net.ClientSSLOptions
- isTrustAll() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
When using ssl, trust ALL certificates.
- isUnique() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets if the index should be unique.
- isUp(Future<CheckResult>) - Static method in class io.vertx.ext.healthchecks.CheckResult
- isUp(CheckResult) - Static method in class io.vertx.ext.healthchecks.CheckResult
- isUpsert() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the upsert flag, used by update and replace operations
- isUpsert() - Method in class io.vertx.ext.mongo.UpdateOptions
-
Get whether upsert is enabled
- isUseAffectedRows() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get how affected rows are calculated on update/delete/insert.
- isUseAlpn() - Method in class io.vertx.core.net.SSLOptions
- isUseAlpn() - Method in class io.vertx.core.net.TCPSSLOptions
- isUseBasicAuthorization() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- isUseEventLoop() - Method in class io.vertx.ext.unit.TestOptions
- isUseMetadata() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- isUseProxyProtocol() - Method in class io.vertx.core.net.NetServerOptions
- isUseProxyProtocol() - Method in class io.vertx.mqtt.MqttServerOptions
- isUserAgentEnabled() - Method in class io.vertx.ext.web.client.WebClientOptions
- isUserPresenceRequired() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- isUseStompFrame() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Checks whether or not the connection is made using the
STOMP
command instead of theCONNECT
command. - isUseWebSocket() - Method in class io.vertx.mqtt.MqttServerOptions
- isUsingAttemptsLimit() - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- isUsingAttemptsLimit() - Method in class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- isUsingDomainSocket() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- isUsingDomainSocket() - Method in class io.vertx.pgclient.PgConnectOptions
- isUsingDomainSocket() - Method in class io.vertx.sqlclient.SqlConnectOptions
- isUsingResynchronization() - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- isValid() - Method in interface io.vertx.core.cli.CommandLine
-
Checks whether or not the command line is valid, i.e. all constraints from arguments and options have been satisfied.
- isValid() - Method in interface io.vertx.core.file.AsyncFileLock
-
A lock remains valid until it is released or the file corresponding
AsyncFile
is closed. - isValid() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
-
A lock remains valid until it is released or the file corresponding
AsyncFile
is closed. - isValid() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
-
A lock remains valid until it is released or the file corresponding
AsyncFile
is closed. - isValid(D) - Method in interface io.vertx.core.spi.endpoint.EndpointResolver
-
Check the state validity.
- isValidateIssuer() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- isValidBlocking() - Method in interface io.vertx.core.file.AsyncFileLock
-
Like
AsyncFileLock.isValid()
but blocking. - isValidBlocking() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
-
Like
AsyncFileLock.isValid()
but blocking. - isValidBlocking() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
-
Like
AsyncFileLock.isValid()
but blocking. - isVaryCachingEnabled() - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- isVendorSpecificJson(String) - Static method in interface io.vertx.openapi.contract.MediaType
- isVendorSpecificJson(String) - Static method in class io.vertx.reactivex.openapi.contract.MediaType
- isVendorSpecificJson(String) - Static method in class io.vertx.rxjava3.openapi.contract.MediaType
- isVerifyHost() - Method in class io.vertx.core.http.HttpClientOptions
-
Is hostname verification (for SSL/TLS) enabled?
- isVerifyHost() - Method in class io.vertx.core.http.WebSocketClientOptions
-
Is hostname verification (for SSL/TLS) enabled?
- isWebSocket() - Method in interface io.vertx.httpproxy.ProxyContext
- isWebSocket() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- isWebSocketAllowServerNoContext() - Method in class io.vertx.mqtt.MqttServerOptions
- isWebsocketBridge() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Checks whether or not the web socket bridge is enabled.
- isWebSocketPreferredClientNoContext() - Method in class io.vertx.mqtt.MqttServerOptions
- isWillFlag() - Method in class io.vertx.mqtt.MqttClientOptions
- isWillFlag() - Method in class io.vertx.mqtt.MqttWill
- isWillRetain() - Method in class io.vertx.mqtt.MqttClientOptions
- isWillRetain() - Method in class io.vertx.mqtt.MqttWill
- isWorkerContext() - Method in interface io.vertx.core.Context
-
Is the current context a worker context?
- isWorkerContext() - Method in class io.vertx.reactivex.core.Context
-
Is the current context a worker context?
- isWorkerContext() - Method in class io.vertx.rxjava3.core.Context
-
Is the current context a worker context?
- isWrite() - Method in class io.vertx.core.file.OpenOptions
-
Is the file to opened for writing?
- item(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- items(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ArraySchemaBuilder
- iterate() - Method in class io.vertx.core.http.MimeMapping
- iterator() - Method in class io.vertx.core.json.JsonArray
-
Get an Iterator over the values in the JSON array
- iterator() - Method in class io.vertx.core.json.JsonObject
-
Get an Iterator of the entries in the JSON object.
- iterator() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- iterator() - Method in class io.vertx.reactivex.sqlclient.RowSet
- iterator() - Method in interface io.vertx.redis.client.Response
-
Return an iterator so it can be iterated using the foreach construct.
- iterator() - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- iterator() - Method in class io.vertx.rxjava3.sqlclient.RowSet
- iterator() - Method in interface io.vertx.sqlclient.RowSet
J
- JacksonCodec - Class in io.vertx.core.json.jackson
- JacksonCodec() - Constructor for class io.vertx.core.json.jackson.JacksonCodec
- JacksonFactory - Class in io.vertx.core.json.jackson
- JacksonFactory() - Constructor for class io.vertx.core.json.jackson.JacksonFactory
- javaObjToChar(Object) - Static method in class io.vertx.serviceproxy.ProxyUtils
- JDBCColumnDescriptorProvider - Interface in io.vertx.jdbcclient.spi
-
A shortcut provider that get a column information in the runtime SQL result or parameter metadata
- JDBCConnection - Class in io.vertx.reactivex.jdbcclient
- JDBCConnection - Class in io.vertx.rxjava3.jdbcclient
- JDBCConnection - Interface in io.vertx.jdbcclient
- JDBCConnection(JDBCConnection) - Constructor for class io.vertx.reactivex.jdbcclient.JDBCConnection
- JDBCConnection(JDBCConnection) - Constructor for class io.vertx.rxjava3.jdbcclient.JDBCConnection
- JDBCConnection(Object) - Constructor for class io.vertx.reactivex.jdbcclient.JDBCConnection
- JDBCConnection(Object) - Constructor for class io.vertx.rxjava3.jdbcclient.JDBCConnection
- JDBCConnectOptions - Class in io.vertx.jdbcclient
- JDBCConnectOptions() - Constructor for class io.vertx.jdbcclient.JDBCConnectOptions
- JDBCConnectOptions(JsonObject) - Constructor for class io.vertx.jdbcclient.JDBCConnectOptions
- JDBCConnectOptions(JDBCConnectOptions) - Constructor for class io.vertx.jdbcclient.JDBCConnectOptions
- JDBCConnectOptionsConverter - Class in io.vertx.jdbcclient
-
Converter and mapper for
JDBCConnectOptions
. - JDBCConnectOptionsConverter() - Constructor for class io.vertx.jdbcclient.JDBCConnectOptionsConverter
- JDBCDecoder - Interface in io.vertx.jdbcclient.spi
-
Represents for JDBC decoder from SQL value to Java value
- JDBCDecoderImpl - Class in io.vertx.jdbcclient.spi
- JDBCDecoderImpl() - Constructor for class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- JDBCEncoder - Interface in io.vertx.jdbcclient.spi
-
Represents for JDBC encoder from Java value to SQL value
- JDBCEncoderImpl - Class in io.vertx.jdbcclient.spi
- JDBCEncoderImpl() - Constructor for class io.vertx.jdbcclient.spi.JDBCEncoderImpl
- JDBCPool - Class in io.vertx.reactivex.jdbcclient
-
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
- JDBCPool - Class in io.vertx.rxjava3.jdbcclient
-
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
- JDBCPool - Interface in io.vertx.jdbcclient
-
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
- JDBCPool(JDBCPool) - Constructor for class io.vertx.reactivex.jdbcclient.JDBCPool
- JDBCPool(JDBCPool) - Constructor for class io.vertx.rxjava3.jdbcclient.JDBCPool
- JDBCPool(Object) - Constructor for class io.vertx.reactivex.jdbcclient.JDBCPool
- JDBCPool(Object) - Constructor for class io.vertx.rxjava3.jdbcclient.JDBCPool
- jdbcType() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- jdbcType() - Method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- jdbcType() - Method in interface io.vertx.sqlclient.desc.ColumnDescriptor
- JDBCUtils - Class in io.vertx.jdbcclient
- JDBCUtils() - Constructor for class io.vertx.jdbcclient.JDBCUtils
- JdkSSLEngineOptions - Class in io.vertx.core.net
-
Configures a
TCPSSLOptions
to use the JDK ssl engine implementation. - JdkSSLEngineOptions() - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
- JdkSSLEngineOptions(JsonObject) - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
- JdkSSLEngineOptions(JdkSSLEngineOptions) - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
- JksOptions - Class in io.vertx.core.net
-
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
- JksOptions() - Constructor for class io.vertx.core.net.JksOptions
-
Default constructor
- JksOptions(JsonObject) - Constructor for class io.vertx.core.net.JksOptions
-
Create options from JSON
- JksOptions(JksOptions) - Constructor for class io.vertx.core.net.JksOptions
-
Copy constructor
- JksOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
JksOptions
. - JksOptionsConverter() - Constructor for class io.vertx.core.net.JksOptionsConverter
- JmxBackendRegistry - Class in io.vertx.micrometer.backends
- JmxBackendRegistry(VertxJmxMetricsOptions) - Constructor for class io.vertx.micrometer.backends.JmxBackendRegistry
- JmxReporter - Class in io.vertx.ext.dropwizard.reporters
- JmxReporter.Builder - Class in io.vertx.ext.dropwizard.reporters
-
A builder for
JmxReporter
instances. - JmxReporter.JmxCounterMBean - Interface in io.vertx.ext.dropwizard.reporters
- JmxReporter.JmxGaugeMBean - Interface in io.vertx.ext.dropwizard.reporters
- JmxReporter.JmxHistogramMBean - Interface in io.vertx.ext.dropwizard.reporters
- JmxReporter.JmxMeterMBean - Interface in io.vertx.ext.dropwizard.reporters
- JmxReporter.JmxThroughputMeterMBean - Interface in io.vertx.ext.dropwizard.reporters
- JmxReporter.JmxThroughputTimerMBean - Interface in io.vertx.ext.dropwizard.reporters
- JmxReporter.JmxTimerMBean - Interface in io.vertx.ext.dropwizard.reporters
- JmxReporter.MetricMBean - Interface in io.vertx.ext.dropwizard.reporters
- Job - Interface in io.vertx.ext.shell.system
-
A job executed in a
JobController
, grouping one or several process. - jobController() - Method in interface io.vertx.ext.shell.Shell
- JobController - Interface in io.vertx.ext.shell.system
-
The job controller.
- jobs() - Method in interface io.vertx.ext.shell.system.JobController
- join(Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
- join(Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.join(Future, Future)
but with 3 futures. - join(Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.join(Future, Future)
but with 4 futures. - join(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.join(Future, Future)
but with 5 futures. - join(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Like
Future.join(Future, Future)
but with 6 futures. - join(Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Join the cluster.
- join(Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- join(Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- join(Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- join(Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- join(List<? extends Future<?>>) - Static method in interface io.vertx.core.Future
-
Like
Future.join(Future, Future)
but with a list of futures. - JOURNALED - io.vertx.ext.mongo.WriteOption
- json() - Static method in interface io.vertx.grpc.common.GrpcMessageEncoder
-
Create and reutrn an encoder in JSON format encoding instances of
MessageOrBuilder
using the protobuf-java-util library otherwise usingJson.encodeToBuffer(Object)
(Jackson Databind is required). - json(SchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Bodies
-
Create a json body processor
- json(SchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
-
Create a json body processor
- json(SchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
-
Create a json body processor
- json(Class<T>) - Static method in interface io.vertx.grpc.common.GrpcMessageDecoder
-
Create a decoder in JSON format decoding to instances of the
clazz
usingJson.decodeValue(Buffer, Class)
(Jackson Databind is required). - json(Class<U>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
Create and return a codec for Java objects encoded using Jackson mapper.
- json(Class<U>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
-
Create and return a codec for Java objects encoded using Jackson mapper.
- json(Class<U>) - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
-
Create and return a codec for Java objects encoded using Jackson mapper.
- json(Object) - Method in interface io.vertx.ext.web.RoutingContext
-
Encode an Object to JSON and end the request.
- json(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Encode an Object to JSON and end the request.
- json(Object) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Encode an Object to JSON and end the request.
- json(Supplier<Message.Builder>) - Static method in interface io.vertx.grpc.common.GrpcMessageDecoder
-
Create a decoder for a given protobuf
Parser
. - Json - Class in io.vertx.core.json
- Json() - Constructor for class io.vertx.core.json.Json
- JSON - io.vertx.grpc.common.WireFormat
-
JSON wire format.
- JSON - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
Creates an expectation validating the response
content-type
isapplication/json
. - JSON_ARRAPPEND - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRAY - io.vertx.ext.shell.command.base.ObjectType
- JSON_ARRINDEX - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRINSERT - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRLEN - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRPOP - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRTRIM - Static variable in interface io.vertx.redis.client.Command
- JSON_CLEAR - Static variable in interface io.vertx.redis.client.Command
- JSON_DEBUG - Static variable in interface io.vertx.redis.client.Command
- JSON_DEL - Static variable in interface io.vertx.redis.client.Command
- JSON_FORGET - Static variable in interface io.vertx.redis.client.Command
- JSON_GET - Static variable in interface io.vertx.redis.client.Command
- JSON_ITERATOR - Static variable in interface io.vertx.core.json.pointer.JsonPointerIterator
-
Instance of a JsonPointerIterator to query Vert.x Json structures
- JSON_ITERATOR - Static variable in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
-
Instance of a JsonPointerIterator to query Vert.x Json structures
- JSON_ITERATOR - Static variable in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
-
Instance of a JsonPointerIterator to query Vert.x Json structures
- JSON_MGET - Static variable in interface io.vertx.redis.client.Command
- JSON_NULL - Static variable in class io.vertx.reactivex.sqlclient.Row
-
The JSON null literal value.
- JSON_NULL - Static variable in class io.vertx.reactivex.sqlclient.Tuple
-
The JSON null literal value.
- JSON_NULL - Static variable in class io.vertx.rxjava3.sqlclient.Row
-
The JSON null literal value.
- JSON_NULL - Static variable in class io.vertx.rxjava3.sqlclient.Tuple
-
The JSON null literal value.
- JSON_NULL - Static variable in interface io.vertx.sqlclient.Tuple
-
The JSON null literal value.
- JSON_NUMINCRBY - Static variable in interface io.vertx.redis.client.Command
- JSON_NUMMULTBY - Static variable in interface io.vertx.redis.client.Command
- JSON_NUMPOWBY - Static variable in interface io.vertx.redis.client.Command
- JSON_OBJECT - io.vertx.ext.shell.command.base.ObjectType
- JSON_OBJECT - Static variable in interface io.vertx.grpc.common.GrpcMessageDecoder
-
A decoder in JSON format decoding to instances of
JsonObject
. - JSON_OBJECT - Static variable in interface io.vertx.grpc.common.GrpcMessageEncoder
-
An encoder in JSON format encoding
JsonObject
instances. - JSON_OBJKEYS - Static variable in interface io.vertx.redis.client.Command
- JSON_OBJLEN - Static variable in interface io.vertx.redis.client.Command
- JSON_P - io.vertx.ext.web.handler.sockjs.Transport
-
Slow and old fashioned JSONP polling.
- JSON_POINTER - io.vertx.json.schema.common.dsl.StringFormat
- JSON_RESP - Static variable in interface io.vertx.redis.client.Command
- JSON_SET - Static variable in interface io.vertx.redis.client.Command
- JSON_STRAPPEND - Static variable in interface io.vertx.redis.client.Command
- JSON_STRLEN - Static variable in interface io.vertx.redis.client.Command
- JSON_TOGGLE - Static variable in interface io.vertx.redis.client.Command
- JSON_TYPE - Static variable in interface io.vertx.redis.client.Command
- JSON_VALUE - Static variable in interface io.vertx.grpc.common.GrpcMessageDecoder
-
A decoder in JSON format decoding arbitrary JSON values:
JsonObject
,JsonArray
or string/number/boolean/null - jsonArrappend(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRAPPEND.
- jsonArrappend(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRAPPEND.
- jsonArrappend(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRAPPEND.
- jsonArray() - Static method in interface io.vertx.ext.web.codec.BodyCodec
- jsonArray() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- jsonArray() - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- JsonArray - Class in io.vertx.core.json
-
A representation of a JSON array in Java.
- JsonArray - Static variable in class io.vertx.sqlclient.data.NullValue
- JsonArray() - Constructor for class io.vertx.core.json.JsonArray
-
Create an empty instance
- JsonArray(Buffer) - Constructor for class io.vertx.core.json.JsonArray
-
Create an instance from a Buffer of JSON.
- JsonArray(String) - Constructor for class io.vertx.core.json.JsonArray
-
Create an instance from a String of JSON, this string must be a valid array otherwise an exception will be thrown.
- JsonArray(List) - Constructor for class io.vertx.core.json.JsonArray
-
Create an instance from a List.
- JsonArray() - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
- JsonArrayDeserializer - Class in io.vertx.kafka.client.serialization
-
Kafka deserializer for raw bytes in a buffer
- JsonArrayDeserializer() - Constructor for class io.vertx.kafka.client.serialization.JsonArrayDeserializer
- JsonArraySerde() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes.JsonArraySerde
- JsonArraySerializer - Class in io.vertx.kafka.client.serialization
-
Kafka serializer for raw bytes in a buffer
- JsonArraySerializer() - Constructor for class io.vertx.kafka.client.serialization.JsonArraySerializer
- jsonArrindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRINDEX.
- jsonArrindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRINDEX.
- jsonArrindex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRINDEX.
- jsonArrinsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRINSERT.
- jsonArrinsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRINSERT.
- jsonArrinsert(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRINSERT.
- jsonArrlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRLEN.
- jsonArrlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRLEN.
- jsonArrlen(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRLEN.
- jsonArrpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRPOP.
- jsonArrpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRPOP.
- jsonArrpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRPOP.
- jsonArrtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRTRIM.
- jsonArrtrim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRTRIM.
- jsonArrtrim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRTRIM.
- jsonClear(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.CLEAR.
- jsonClear(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.CLEAR.
- jsonClear(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.CLEAR.
- JsonCodec - Interface in io.vertx.core.spi.json
- jsonDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.DEBUG.
- jsonDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.DEBUG.
- jsonDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.DEBUG.
- jsonDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.DEL.
- jsonDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.DEL.
- jsonDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.DEL.
- JsonEvent - Interface in io.vertx.core.parsetools
-
A JSON event emitted by the
JsonParser
. - JsonEventType - Enum in io.vertx.core.parsetools
-
The possibles types of
JsonEvent
emitted by theJsonParser
. - JsonFactory - Interface in io.vertx.core.spi
-
A factory for the plug-able json SPI.
- jsonForget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.FORGET.
- jsonForget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.FORGET.
- jsonForget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.FORGET.
- JsonFormatValidator - Class in io.vertx.reactivex.json.schema
- JsonFormatValidator - Class in io.vertx.rxjava3.json.schema
- JsonFormatValidator - Interface in io.vertx.json.schema
- JsonFormatValidator(JsonFormatValidator) - Constructor for class io.vertx.reactivex.json.schema.JsonFormatValidator
- JsonFormatValidator(JsonFormatValidator) - Constructor for class io.vertx.rxjava3.json.schema.JsonFormatValidator
- JsonFormatValidator(Object) - Constructor for class io.vertx.reactivex.json.schema.JsonFormatValidator
- JsonFormatValidator(Object) - Constructor for class io.vertx.rxjava3.json.schema.JsonFormatValidator
- jsonGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.GET.
- jsonGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.GET.
- jsonGet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.GET.
- jsonMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.MGET.
- jsonMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.MGET.
- jsonMget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.MGET.
- jsonNumincrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.NUMINCRBY.
- jsonNumincrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.NUMINCRBY.
- jsonNumincrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.NUMINCRBY.
- jsonNummultby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.NUMMULTBY.
- jsonNummultby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.NUMMULTBY.
- jsonNummultby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.NUMMULTBY.
- jsonNumpowby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.NUMPOWBY.
- jsonNumpowby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.NUMPOWBY.
- jsonNumpowby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.NUMPOWBY.
- jsonObject() - Static method in interface io.vertx.ext.web.codec.BodyCodec
- jsonObject() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- jsonObject() - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
-
Map a to a .
- jsonObject() - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- jsonObject() - Static method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
-
Map a to a .
- jsonObject() - Static method in interface io.vertx.sqlclient.templates.TupleMapper
-
Map a
JsonObject
to aTuple
. - JsonObject - Class in io.vertx.core.json
-
A representation of a JSON object in Java.
- JsonObject - Static variable in class io.vertx.sqlclient.data.NullValue
- JsonObject() - Constructor for class io.vertx.core.json.JsonObject
-
Create a new, empty instance
- JsonObject(Buffer) - Constructor for class io.vertx.core.json.JsonObject
-
Create an instance from a buffer.
- JsonObject(String) - Constructor for class io.vertx.core.json.JsonObject
-
Create an instance from a string of JSON
- JsonObject(Map<String, Object>) - Constructor for class io.vertx.core.json.JsonObject
-
Create an instance from a Map.
- JsonObject() - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
- JsonObjectAdapter - Class in io.vertx.ext.web.handler.graphql.instrumentation
-
Instrument
PropertyDataFetcher
so thatJsonObject
fields can be extracted. - JsonObjectAdapter() - Constructor for class io.vertx.ext.web.handler.graphql.instrumentation.JsonObjectAdapter
- JsonObjectDeserializer - Class in io.vertx.kafka.client.serialization
-
Kafka deserializer for raw bytes in a buffer
- JsonObjectDeserializer() - Constructor for class io.vertx.kafka.client.serialization.JsonObjectDeserializer
- JsonObjectHelper - Class in io.vertx.config.spi.utils
-
Some utility methods to create json objects from a set of String.
- JsonObjectHelper() - Constructor for class io.vertx.config.spi.utils.JsonObjectHelper
- JsonObjectSerde() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes.JsonObjectSerde
- JsonObjectSerializer - Class in io.vertx.kafka.client.serialization
-
Kafka serializer for raw bytes in a buffer
- JsonObjectSerializer - Class in io.vertx.servicediscovery.zookeeper
- JsonObjectSerializer() - Constructor for class io.vertx.kafka.client.serialization.JsonObjectSerializer
- JsonObjectSerializer() - Constructor for class io.vertx.servicediscovery.zookeeper.JsonObjectSerializer
- jsonObjkeys(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.OBJKEYS.
- jsonObjkeys(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.OBJKEYS.
- jsonObjkeys(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.OBJKEYS.
- jsonObjlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.OBJLEN.
- jsonObjlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.OBJLEN.
- jsonObjlen(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.OBJLEN.
- jsonParam(String, SchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required parameter serialized as valid json
- jsonParam(String, SchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required parameter serialized as valid json
- jsonParam(String, SchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required parameter serialized as valid json
- JsonParser - Class in io.vertx.reactivex.core.parsetools
-
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.
- JsonParser - Class in io.vertx.rxjava3.core.parsetools
-
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.
- JsonParser - Interface in io.vertx.core.parsetools
-
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.
- JsonParser(JsonParser) - Constructor for class io.vertx.reactivex.core.parsetools.JsonParser
- JsonParser(JsonParser) - Constructor for class io.vertx.rxjava3.core.parsetools.JsonParser
- JsonParser(Object) - Constructor for class io.vertx.reactivex.core.parsetools.JsonParser
- JsonParser(Object) - Constructor for class io.vertx.rxjava3.core.parsetools.JsonParser
- JsonPointer - Class in io.vertx.reactivex.core.json.pointer
-
Implementation of RFC6901 Json Pointers.
- JsonPointer - Class in io.vertx.rxjava3.core.json.pointer
-
Implementation of RFC6901 Json Pointers.
- JsonPointer - Interface in io.vertx.core.json.pointer
-
Implementation of RFC6901 Json Pointers.
- JsonPointer(JsonPointer) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointer
- JsonPointer(JsonPointer) - Constructor for class io.vertx.rxjava3.core.json.pointer.JsonPointer
- JsonPointer(Object) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointer
- JsonPointer(Object) - Constructor for class io.vertx.rxjava3.core.json.pointer.JsonPointer
- JsonPointerIterator - Class in io.vertx.reactivex.core.json.pointer
-
The JsonPointerIterator is used by the read/write algorithms of the
JsonPointer
to read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers - JsonPointerIterator - Class in io.vertx.rxjava3.core.json.pointer
-
The JsonPointerIterator is used by the read/write algorithms of the
JsonPointer
to read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers - JsonPointerIterator - Interface in io.vertx.core.json.pointer
-
The JsonPointerIterator is used by the read/write algorithms of the
JsonPointer
to read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers - JsonPointerIterator(JsonPointerIterator) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- JsonPointerIterator(JsonPointerIterator) - Constructor for class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- JsonPointerIterator(Object) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- JsonPointerIterator(Object) - Constructor for class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- jsonResp(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.RESP.
- jsonResp(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.RESP.
- jsonResp(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.RESP.
- JsonSchema - Class in io.vertx.reactivex.json.schema
-
A Json-Schema holder.
- JsonSchema - Class in io.vertx.rxjava3.json.schema
-
A Json-Schema holder.
- JsonSchema - Interface in io.vertx.json.schema
-
A Json-Schema holder.
- JsonSchema(JsonSchema) - Constructor for class io.vertx.reactivex.json.schema.JsonSchema
- JsonSchema(JsonSchema) - Constructor for class io.vertx.rxjava3.json.schema.JsonSchema
- JsonSchema(Object) - Constructor for class io.vertx.reactivex.json.schema.JsonSchema
- JsonSchema(Object) - Constructor for class io.vertx.rxjava3.json.schema.JsonSchema
- JsonSchemaOptions - Class in io.vertx.json.schema
-
Configuration options for the Json-Schema validator
- JsonSchemaOptions() - Constructor for class io.vertx.json.schema.JsonSchemaOptions
- JsonSchemaOptions(JsonObject) - Constructor for class io.vertx.json.schema.JsonSchemaOptions
- JsonSchemaOptions(JsonSchemaOptions) - Constructor for class io.vertx.json.schema.JsonSchemaOptions
- JsonSchemaOptionsConverter - Class in io.vertx.json.schema
-
Converter and mapper for
JsonSchemaOptions
. - JsonSchemaOptionsConverter() - Constructor for class io.vertx.json.schema.JsonSchemaOptionsConverter
- JsonSchemaValidationException - Exception in io.vertx.json.schema
-
This is the main class for every JsonSchemaValidation flow related errors
- JsonSchemaValidationException(String, String, OutputErrorType, StackTraceElement) - Constructor for exception io.vertx.json.schema.JsonSchemaValidationException
- JsonSchemaValidationException(String, Throwable, String, OutputErrorType) - Constructor for exception io.vertx.json.schema.JsonSchemaValidationException
- JsonSchemaValidationException(String, Throwable, String, OutputErrorType, StackTraceElement) - Constructor for exception io.vertx.json.schema.JsonSchemaValidationException
- jsonSet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.SET.
- jsonSet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.SET.
- jsonSet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.SET.
- jsonStrappend(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.STRAPPEND.
- jsonStrappend(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.STRAPPEND.
- jsonStrappend(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.STRAPPEND.
- jsonStream(JsonParser) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that parse the response as a JSON stream.
- jsonStream(JsonParser) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
-
A body codec that parse the response as a JSON stream.
- jsonStream(JsonParser) - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
-
A body codec that parse the response as a JSON stream.
- jsonStrlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.STRLEN.
- jsonStrlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.STRLEN.
- jsonStrlen(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.STRLEN.
- jsonToggle(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.TOGGLE.
- jsonToggle(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.TOGGLE.
- jsonToggle(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.TOGGLE.
- jsonType(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.TYPE.
- jsonType(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.TYPE.
- jsonType(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.TYPE.
- jWKSet() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
- jWKSet() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
- jWKSet() - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
- JWTAuth - Class in io.vertx.reactivex.ext.auth.jwt
-
Factory interface for creating JWT based
AuthenticationProvider
instances. - JWTAuth - Class in io.vertx.rxjava3.ext.auth.jwt
-
Factory interface for creating JWT based
AuthenticationProvider
instances. - JWTAuth - Interface in io.vertx.ext.auth.jwt
-
Factory interface for creating JWT based
AuthenticationProvider
instances. - JWTAuth(JWTAuth) - Constructor for class io.vertx.reactivex.ext.auth.jwt.JWTAuth
- JWTAuth(JWTAuth) - Constructor for class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
- JWTAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.JWTAuth
- JWTAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
- JWTAuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that provides JWT Authentication support.
- JWTAuthHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An auth handler that provides JWT Authentication support.
- JWTAuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that provides JWT Authentication support.
- JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
- JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
- JWTAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
- JWTAuthHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
- JWTAuthOptions - Class in io.vertx.ext.auth.jwt
-
Options describing how an JWT Auth should behave.
- JWTAuthOptions() - Constructor for class io.vertx.ext.auth.jwt.JWTAuthOptions
-
Default constructor
- JWTAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.jwt.JWTAuthOptions
-
Constructor to create an options from JSON
- JWTAuthOptions(JWTAuthOptions) - Constructor for class io.vertx.ext.auth.jwt.JWTAuthOptions
-
Copy constructor
- JWTAuthOptionsConverter - Class in io.vertx.ext.auth.jwt
-
Converter and mapper for
JWTAuthOptions
. - JWTAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.jwt.JWTAuthOptionsConverter
- JWTAuthorization - Class in io.vertx.reactivex.ext.auth.jwt.authorization
-
Implementation of the JWT authorization provider.
- JWTAuthorization - Class in io.vertx.rxjava3.ext.auth.jwt.authorization
-
Implementation of the JWT authorization provider.
- JWTAuthorization - Interface in io.vertx.ext.auth.jwt.authorization
-
Implementation of the JWT authorization provider.
- JWTAuthorization(JWTAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
- JWTAuthorization(JWTAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
- JWTAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
- JWTAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
- JWTOptions - Class in io.vertx.ext.auth
- JWTOptions() - Constructor for class io.vertx.ext.auth.JWTOptions
- JWTOptions(JsonObject) - Constructor for class io.vertx.ext.auth.JWTOptions
- JWTOptions(JWTOptions) - Constructor for class io.vertx.ext.auth.JWTOptions
- JWTOptionsConverter - Class in io.vertx.ext.auth
-
Converter and mapper for
JWTOptions
. - JWTOptionsConverter() - Constructor for class io.vertx.ext.auth.JWTOptionsConverter
K
- KafkaAdminClient - Class in io.vertx.reactivex.kafka.admin
-
Vert.x Kafka Admin client implementation
- KafkaAdminClient - Class in io.vertx.rxjava3.kafka.admin
-
Vert.x Kafka Admin client implementation
- KafkaAdminClient - Interface in io.vertx.kafka.admin
-
Vert.x Kafka Admin client implementation
- KafkaAdminClient(KafkaAdminClient) - Constructor for class io.vertx.reactivex.kafka.admin.KafkaAdminClient
- KafkaAdminClient(KafkaAdminClient) - Constructor for class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
- KafkaAdminClient(Object) - Constructor for class io.vertx.reactivex.kafka.admin.KafkaAdminClient
- KafkaAdminClient(Object) - Constructor for class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
- KafkaClientOptions - Class in io.vertx.kafka.client.common
-
Generic KafkaClient options.
- KafkaClientOptions() - Constructor for class io.vertx.kafka.client.common.KafkaClientOptions
- KafkaClientOptions(JsonObject) - Constructor for class io.vertx.kafka.client.common.KafkaClientOptions
- KafkaClientOptionsConverter - Class in io.vertx.kafka.client.common
-
Converter and mapper for
KafkaClientOptions
. - KafkaClientOptionsConverter() - Constructor for class io.vertx.kafka.client.common.KafkaClientOptionsConverter
- KafkaConsumer<K,V> - Class in io.vertx.reactivex.kafka.client.consumer
-
Vert.x Kafka consumer.
- KafkaConsumer<K,V> - Class in io.vertx.rxjava3.kafka.client.consumer
-
Vert.x Kafka consumer.
- KafkaConsumer<K,V> - Interface in io.vertx.kafka.client.consumer
-
Vert.x Kafka consumer.
- KafkaConsumer(KafkaConsumer) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- KafkaConsumer(KafkaConsumer) - Constructor for class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- KafkaConsumer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- KafkaConsumer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- KafkaConsumerRecord<K,V> - Class in io.vertx.reactivex.kafka.client.consumer
-
Vert.x Kafka consumer record
- KafkaConsumerRecord<K,V> - Class in io.vertx.rxjava3.kafka.client.consumer
-
Vert.x Kafka consumer record
- KafkaConsumerRecord<K,V> - Interface in io.vertx.kafka.client.consumer
-
Vert.x Kafka consumer record
- KafkaConsumerRecord(KafkaConsumerRecord) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- KafkaConsumerRecord(KafkaConsumerRecord) - Constructor for class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- KafkaConsumerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- KafkaConsumerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- KafkaConsumerRecords<K,V> - Class in io.vertx.reactivex.kafka.client.consumer
-
Vert.x Kafka consumer records
- KafkaConsumerRecords<K,V> - Class in io.vertx.rxjava3.kafka.client.consumer
-
Vert.x Kafka consumer records
- KafkaConsumerRecords<K,V> - Interface in io.vertx.kafka.client.consumer
-
Vert.x Kafka consumer records
- KafkaConsumerRecords(KafkaConsumerRecords) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- KafkaConsumerRecords(KafkaConsumerRecords) - Constructor for class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- KafkaConsumerRecords(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- KafkaConsumerRecords(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- KafkaHeader - Class in io.vertx.reactivex.kafka.client.producer
-
Vert.x Kafka producer record header.
- KafkaHeader - Class in io.vertx.rxjava3.kafka.client.producer
-
Vert.x Kafka producer record header.
- KafkaHeader - Interface in io.vertx.kafka.client.producer
-
Vert.x Kafka producer record header.
- KafkaHeader(KafkaHeader) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- KafkaHeader(KafkaHeader) - Constructor for class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- KafkaHeader(Object) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- KafkaHeader(Object) - Constructor for class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- KafkaProducer<K,V> - Class in io.vertx.reactivex.kafka.client.producer
-
Vert.x Kafka producer.
- KafkaProducer<K,V> - Class in io.vertx.rxjava3.kafka.client.producer
-
Vert.x Kafka producer.
- KafkaProducer<K,V> - Interface in io.vertx.kafka.client.producer
-
Vert.x Kafka producer.
- KafkaProducer(KafkaProducer) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- KafkaProducer(KafkaProducer) - Constructor for class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- KafkaProducer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- KafkaProducer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- KafkaProducerRecord<K,V> - Class in io.vertx.reactivex.kafka.client.producer
-
Vert.x Kafka producer record.
- KafkaProducerRecord<K,V> - Class in io.vertx.rxjava3.kafka.client.producer
-
Vert.x Kafka producer record.
- KafkaProducerRecord<K,V> - Interface in io.vertx.kafka.client.producer
-
Vert.x Kafka producer record.
- KafkaProducerRecord(KafkaProducerRecord) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- KafkaProducerRecord(KafkaProducerRecord) - Constructor for class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- KafkaProducerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- KafkaProducerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- KafkaReadStream<K,V> - Interface in io.vertx.kafka.client.consumer
-
A
ReadStream
for consuming KafkaConsumerRecord
. - KafkaWriteStream<K,V> - Interface in io.vertx.kafka.client.producer
-
A
WriteStream
for writing to KafkaProducerRecord
. - KEEP_ALIVE - Static variable in interface io.vertx.core.http.HttpHeaders
-
keep-alive header value
- KEEP_ALIVE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
keep-alive header value
- KEEP_ALIVE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
keep-alive header value
- KEEP_ALIVE_TIMEOUT - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- keepAliveTime(long, TimeUnit) - Method in class io.vertx.grpc.VertxChannelBuilder
- keepAliveTimeout(long, TimeUnit) - Method in class io.vertx.grpc.VertxChannelBuilder
- keepAliveTimeSeconds() - Method in interface io.vertx.mqtt.MqttEndpoint
- keepAliveTimeSeconds() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- keepAliveTimeSeconds() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- keepAliveWithoutCalls(boolean) - Method in class io.vertx.grpc.VertxChannelBuilder
- key - Variable in enum io.vertx.ext.consul.AclTokenType
- key - Variable in enum io.vertx.ext.consul.CheckStatus
- key - Variable in enum io.vertx.ext.consul.HealthState
- key - Variable in enum io.vertx.ext.consul.SessionBehavior
- key() - Method in interface io.vertx.core.net.endpoint.ServerEndpoint
- key() - Method in class io.vertx.junit5.rxjava2.VertxParameterProvider
- key() - Method in class io.vertx.junit5.rxjava3.VertxParameterProvider
- key() - Method in interface io.vertx.junit5.VertxExtensionParameterProvider
-
A string to identify the parameter in an extension context.
- key() - Method in class io.vertx.junit5.VertxParameterProvider
- key() - Method in class io.vertx.junit5.VertxTestContextParameterProvider
- key() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- key() - Method in interface io.vertx.kafka.client.producer.KafkaHeader
- key() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
- key() - Method in class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- key() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- key() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- key() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- key() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- key() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- key() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- key() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- key(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring a specific key in the KV store. - key(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring a specific key in the KV store. - key(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring a specific key in the KV store. - key(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring a specific key in the KV store. - key(String, Vertx) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring a specific key in the KV store. - key(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring a specific key in the KV store. - KEY_META_DATA_OPERATION - Static variable in interface io.vertx.ext.web.openapi.router.RouterBuilder
- KEY_META_DATA_OPERATION - Static variable in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- KEY_META_DATA_OPERATION - Static variable in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- KEY_META_DATA_VALIDATED_REQUEST - Static variable in interface io.vertx.ext.web.openapi.router.RouterBuilder
- KEY_META_DATA_VALIDATED_REQUEST - Static variable in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- KEY_META_DATA_VALIDATED_REQUEST - Static variable in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- keyCertOptions() - Method in interface io.vertx.core.net.SelfSignedCertificate
-
Provides the
KeyCertOptions
RSA private key file in PEM format corresponding to theSelfSignedCertificate.privateKeyPath()
- KeyCertOptions - Interface in io.vertx.core.net
-
Key/cert configuration options.
- KeycloakAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Keycloak.
- KeycloakAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Keycloak.
- KeycloakAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Keycloak. - KeycloakAuth(KeycloakAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
- KeycloakAuth(KeycloakAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
- KeycloakAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
- KeycloakAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
- KeycloakAuthorization - Class in io.vertx.reactivex.ext.auth.oauth2.authorization
-
Implementation of the Keycloak Authorization Provider.
- KeycloakAuthorization - Class in io.vertx.rxjava3.ext.auth.oauth2.authorization
-
Implementation of the Keycloak Authorization Provider.
- KeycloakAuthorization - Interface in io.vertx.ext.auth.oauth2.authorization
-
Implementation of the Keycloak Authorization Provider.
- KeycloakAuthorization(KeycloakAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
- KeycloakAuthorization(KeycloakAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
- KeycloakAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
- KeycloakAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
- keyManagerFactoryMapper(Vertx) - Method in interface io.vertx.core.net.KeyCertOptions
-
Returns a function that maps SNI server names to
KeyManagerFactory
instance. - keyManagerFactoryMapper(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
- keyManagerFactoryMapper(Vertx) - Method in class io.vertx.core.net.PemKeyCertOptions
- keyMananagerFactory(KeyManagerFactory) - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
- keyMananagerFactory(KeyManagerFactory) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Set the key manager factory to use.
- keyPrefix(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring a prefix of keys in the KV store. - keyPrefix(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring a prefix of keys in the KV store. - keyPrefix(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring a prefix of keys in the KV store. - keyPrefix(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring a prefix of keys in the KV store. - keyPrefix(String, Vertx) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring a prefix of keys in the KV store. - keyPrefix(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring a prefix of keys in the KV store. - keys() - Method in interface io.vertx.core.shareddata.AsyncMap
-
Get the keys of the map, asynchronously.
- keys() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Get the keys of the map, asynchronously.
- keys() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Get the keys of the map, asynchronously.
- keys(Iterable<Map.Entry<String, String>>) - Method in class io.vertx.tracing.opentelemetry.HeadersPropagatorGetter
- keys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Find all keys matching the given pattern.
- keys(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Find all keys matching the given pattern.
- keys(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Find all keys matching the given pattern.
- KEYS - Static variable in interface io.vertx.redis.client.Command
-
Find all keys matching the given pattern.
- keySet() - Method in interface io.vertx.core.shareddata.LocalMap
- KeyStoreOptions - Class in io.vertx.core.net
-
Key or trust store options configuring private key and/or certificates based on
KeyStore
. - KeyStoreOptions - Class in io.vertx.ext.auth
-
Options describing how an JWT KeyStore should behave.
- KeyStoreOptions() - Constructor for class io.vertx.core.net.KeyStoreOptions
-
Default constructor
- KeyStoreOptions() - Constructor for class io.vertx.ext.auth.KeyStoreOptions
-
Default constructor
- KeyStoreOptions(JsonObject) - Constructor for class io.vertx.core.net.KeyStoreOptions
-
Create options from JSON
- KeyStoreOptions(JsonObject) - Constructor for class io.vertx.ext.auth.KeyStoreOptions
-
Constructor to create an options from JSON
- KeyStoreOptions(KeyStoreOptions) - Constructor for class io.vertx.core.net.KeyStoreOptions
-
Copy constructor
- KeyStoreOptions(KeyStoreOptions) - Constructor for class io.vertx.ext.auth.KeyStoreOptions
-
Copy constructor
- KeyStoreOptionsBase - Class in io.vertx.core.net
-
Base class of
KeyStore
based options. - KeyStoreOptionsBase() - Constructor for class io.vertx.core.net.KeyStoreOptionsBase
-
Default constructor
- KeyStoreOptionsBase(KeyStoreOptionsBase) - Constructor for class io.vertx.core.net.KeyStoreOptionsBase
-
Copy constructor
- KeyStoreOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
KeyStoreOptions
. - KeyStoreOptionsConverter - Class in io.vertx.ext.auth
-
Converter and mapper for
KeyStoreOptions
. - KeyStoreOptionsConverter() - Constructor for class io.vertx.core.net.KeyStoreOptionsConverter
- KeyStoreOptionsConverter() - Constructor for class io.vertx.ext.auth.KeyStoreOptionsConverter
- keyStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
-
Get the keys of the map as a
ReadStream
. - KeyValue - Class in io.vertx.ext.consul
-
Represents key/value pair stored in Consul
- KeyValue() - Constructor for class io.vertx.ext.consul.KeyValue
-
Default constructor
- KeyValue(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValue
-
Constructor from JSON
- KeyValue(KeyValue) - Constructor for class io.vertx.ext.consul.KeyValue
-
Copy constructor
- KeyValueConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
KeyValue
. - KeyValueConverter() - Constructor for class io.vertx.ext.consul.KeyValueConverter
- KeyValueList - Class in io.vertx.ext.consul
-
Holds result of key/value pairs query
- KeyValueList() - Constructor for class io.vertx.ext.consul.KeyValueList
-
Default constructor
- KeyValueList(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValueList
-
Constructor from JSON
- KeyValueList(KeyValueList) - Constructor for class io.vertx.ext.consul.KeyValueList
-
Copy constructor
- KeyValueListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
KeyValueList
. - KeyValueListConverter() - Constructor for class io.vertx.ext.consul.KeyValueListConverter
- KeyValueOptions - Class in io.vertx.ext.consul
-
Options used to put key/value pair to Consul.
- KeyValueOptions() - Constructor for class io.vertx.ext.consul.KeyValueOptions
-
Default constructor
- KeyValueOptions(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValueOptions
-
Constructor from JSON
- KeyValueOptions(KeyValueOptions) - Constructor for class io.vertx.ext.consul.KeyValueOptions
-
Copy constructor
- keyword() - Method in exception io.vertx.json.schema.ValidationException
- Keyword - Class in io.vertx.json.schema.common.dsl
- Keyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.Keyword
- Keyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.Keyword
- keywords - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
- Keywords - Class in io.vertx.json.schema.common.dsl
- Keywords() - Constructor for class io.vertx.json.schema.common.dsl.Keywords
- KO() - Static method in class io.vertx.ext.healthchecks.Status
-
Creates a status when something bad is detected.
- KO(JsonObject) - Static method in class io.vertx.ext.healthchecks.Status
-
Creates a status when something bad is detected.
- KQUEUE - Static variable in interface io.vertx.core.transport.Transport
-
Native transport based on Netty native kqueue transport.
- KubeResolver - Interface in io.vertx.serviceresolver.kube
-
A resolver for services within a Kubernetes cluster.
- KubeResolverOptions - Class in io.vertx.serviceresolver.kube
- KubeResolverOptions() - Constructor for class io.vertx.serviceresolver.kube.KubeResolverOptions
-
Constructor with default options, those might have been set from the pod environment when running in a pod.
- KubeResolverOptions(JsonObject) - Constructor for class io.vertx.serviceresolver.kube.KubeResolverOptions
-
JSON constructor
- KubeResolverOptions(KubeResolverOptions) - Constructor for class io.vertx.serviceresolver.kube.KubeResolverOptions
-
Default constructor.
- KubeResolverOptionsConverter - Class in io.vertx.serviceresolver.kube
-
Converter and mapper for
KubeResolverOptions
. - KubeResolverOptionsConverter() - Constructor for class io.vertx.serviceresolver.kube.KubeResolverOptionsConverter
- KUBERNETES_UUID - Static variable in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
- KubernetesServiceImporter - Class in io.vertx.servicediscovery.kubernetes
-
A discovery bridge listening for kubernetes services and publishing them in the Vert.x service discovery.
- KubernetesServiceImporter() - Constructor for class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
- KubernetesUtils - Class in io.vertx.config.kubernetes
-
Utility methods for Kubernetes.
- KubernetesUtils() - Constructor for class io.vertx.config.kubernetes.KubernetesUtils
- KV - io.vertx.ext.consul.TxnOperationType
L
- label(String) - Method in interface io.vertx.ext.web.handler.OtpAuthHandler
-
Configure the
label
value to be shown in the authenticator URL. - label(String) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
-
Configure the
label
value to be shown in the authenticator URL. - label(String) - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
-
Configure the
label
value to be shown in the authenticator URL. - Label - Enum in io.vertx.micrometer
-
List of labels used in various Vert.x metrics.
- LABEL - io.vertx.openapi.contract.Style
- LABEL - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
LABEL
method, this instance is interned and uniquely used. - LabelTransformer - Class in io.vertx.openapi.validation.transformer
-
+--------+---------+--------+-------------+------------------------------+-------------------------------+ | style | explode | empty | string | array | object | +--------+---------+--------+-------------+------------------------------+-------------------------------+ | label | false |
- LabelTransformer() - Constructor for class io.vertx.openapi.validation.transformer.LabelTransformer
- LanguageHeader - Class in io.vertx.reactivex.ext.web
-
A parsed language header.
- LanguageHeader - Class in io.vertx.rxjava3.ext.web
-
A parsed language header.
- LanguageHeader - Interface in io.vertx.ext.web
-
A parsed language header.
- LanguageHeader(LanguageHeader) - Constructor for class io.vertx.reactivex.ext.web.LanguageHeader
- LanguageHeader(LanguageHeader) - Constructor for class io.vertx.rxjava3.ext.web.LanguageHeader
- LanguageHeader(Object) - Constructor for class io.vertx.reactivex.ext.web.LanguageHeader
- LanguageHeader(Object) - Constructor for class io.vertx.rxjava3.ext.web.LanguageHeader
- languageOverride(String) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the name of the field that contains the language string.
- last() - Method in interface io.vertx.ext.web.Route
-
Specify this is the last route for the router.
- last() - Method in interface io.vertx.grpc.common.GrpcReadStream
- last() - Method in class io.vertx.reactivex.ext.web.Route
-
Specify this is the last route for the router.
- last() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- last() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- last() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- last() - Method in class io.vertx.rxjava3.ext.web.Route
-
Specify this is the last route for the router.
- last() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- last() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- last() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- LAST_INSERTED_ID - Static variable in interface io.vertx.mysqlclient.MySQLClient
-
SqlResult
property kind
for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations. - LAST_INSERTED_ID - Static variable in class io.vertx.reactivex.mysqlclient.MySQLClient
-
SqlResult for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations. - LAST_INSERTED_ID - Static variable in class io.vertx.rxjava3.mysqlclient.MySQLClient
-
SqlResult for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations. - LAST_MODIFIED - Static variable in interface io.vertx.core.http.HttpHeaders
-
Last-Modified header name
- LAST_MODIFIED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Last-Modified header name
- LAST_MODIFIED - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Last-Modified header name
- lastAccessed() - Method in interface io.vertx.ext.web.Session
- lastAccessed() - Method in class io.vertx.ext.web.sstore.AbstractSession
- lastAccessed() - Method in class io.vertx.reactivex.ext.web.Session
- lastAccessed() - Method in class io.vertx.rxjava3.ext.web.Session
- lastAccessedTime() - Method in interface io.vertx.ext.shell.term.Term
- lastAccessTime() - Method in interface io.vertx.core.file.FileProps
-
The date the file was last accessed
- lastMessageId() - Method in interface io.vertx.mqtt.MqttEndpoint
- lastMessageId() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- lastMessageId() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- lastModified(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the Last-Modified date using a String.
- lastModified(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Set the Last-Modified date using a String.
- lastModified(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Set the Last-Modified date using a String.
- lastModified(Instant) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the Last-Modified date using a Instant.
- lastModified(Instant) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Set the Last-Modified date using a Instant.
- lastModified(Instant) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Set the Last-Modified date using a Instant.
- lastModifiedTime() - Method in interface io.vertx.core.file.FileProps
-
The date the file was last modified
- lastsave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the UNIX time stamp of the last successful save to disk.
- lastsave() - Method in interface io.vertx.redis.client.RedisAPI
-
Get the UNIX time stamp of the last successful save to disk.
- lastsave() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the UNIX time stamp of the last successful save to disk.
- LASTSAVE - Static variable in interface io.vertx.redis.client.Command
-
Get the UNIX time stamp of the last successful save to disk.
- lastStopped() - Method in interface io.vertx.ext.shell.system.Job
- latency(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for latency diagnostics commands.
- latency(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for latency diagnostics commands.
- latency(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for latency diagnostics commands.
- LATENCY - Static variable in interface io.vertx.redis.client.Command
-
A container for latency diagnostics commands.
- LATEST - Static variable in class io.vertx.kafka.admin.OffsetSpec
- launch() - Method in class io.vertx.launcher.application.VertxApplication
-
Launches the Vert.x application.
- launcher() - Method in class io.vertx.core.spi.launcher.ExecutionContext
- Launcher - Class in io.vertx.core
-
A
main()
class that can be used to create Vert.x instance and deploy a verticle, or run a bare Vert.x instance. - Launcher() - Constructor for class io.vertx.core.Launcher
- LAX - io.vertx.core.http.CookieSameSite
-
Same-site cookies are withheld on cross-site subrequests, such as calls to load images or frames, but will be sent when a user navigates to the URL from an external site; for example, by following a link.
- laxCheckpoint() - Method in class io.vertx.junit5.VertxTestContext
-
Create a lax checkpoint.
- laxCheckpoint(int) - Method in class io.vertx.junit5.VertxTestContext
-
Create a lax checkpoint.
- laxCountingCheckpoint(Consumer<Checkpoint>, int) - Static method in class io.vertx.junit5.CountingCheckpoint
- lcs(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Find longest common substring.
- lcs(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Find longest common substring.
- lcs(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Find longest common substring.
- LCS - Static variable in interface io.vertx.redis.client.Command
-
Find longest common substring.
- LdapAuthentication - Class in io.vertx.reactivex.ext.auth.ldap
-
Factory interface for creating a LDAP
AuthenticationProvider
. - LdapAuthentication - Class in io.vertx.rxjava3.ext.auth.ldap
-
Factory interface for creating a LDAP
AuthenticationProvider
. - LdapAuthentication - Interface in io.vertx.ext.auth.ldap
-
Factory interface for creating a LDAP
AuthenticationProvider
. - LdapAuthentication(LdapAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
- LdapAuthentication(LdapAuthentication) - Constructor for class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- LdapAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
- LdapAuthentication(Object) - Constructor for class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- LdapAuthenticationOptions - Class in io.vertx.ext.auth.ldap
-
Ldap auth configuration options
- LdapAuthenticationOptions() - Constructor for class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
- LdapAuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
- LdapAuthenticationOptionsConverter - Class in io.vertx.ext.auth.ldap
-
Converter and mapper for
LdapAuthenticationOptions
. - LdapAuthenticationOptionsConverter() - Constructor for class io.vertx.ext.auth.ldap.LdapAuthenticationOptionsConverter
- leaderStatus() - Method in interface io.vertx.ext.consul.ConsulClient
-
Get the Raft leader for the datacenter in which the agent is running.
- leaderStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Get the Raft leader for the datacenter in which the agent is running.
- leaderStatus() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Get the Raft leader for the datacenter in which the agent is running.
- LEAST_REQUESTS - Static variable in interface io.vertx.core.net.endpoint.LoadBalancer
-
Least requests load balancer.
- leave(Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Leave the cluster.
- leave(Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- leave(Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- leave(Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- leave(Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- leftShift(JsonArray, Object) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
-
<<
operator forJsonObject
. - len(T) - Method in interface io.vertx.core.spi.tracing.TagExtractor
-
Returns the number of tags
obj
exposes. - length() - Method in interface io.vertx.core.buffer.Buffer
-
Returns the length of the buffer, measured in bytes.
- length() - Method in interface io.vertx.ext.web.RequestBody
-
Returns the total length of the body buffer.
- length() - Method in interface io.vertx.httpproxy.Body
-
Get length of the
Body
. - length() - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Returns the total length of the body buffer.
- length() - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Returns the total length of the body buffer.
- length() - Method in class io.vertx.rxjava3.httpproxy.Body
-
Get length of the
Body
. - limitForMqttVersion(MqttVersion) - Method in enum io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- lindex(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get an element from a list by its index.
- lindex(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get an element from a list by its index.
- lindex(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get an element from a list by its index.
- LINDEX - Static variable in interface io.vertx.redis.client.Command
-
Get an element from a list by its index.
- line() - Method in interface io.vertx.ext.shell.system.Job
- Line - Class in io.vertx.pgclient.data
-
Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.
- Line(double, double, double) - Constructor for class io.vertx.pgclient.data.Line
- linearDelay(long, long) - Static method in interface io.vertx.circuitbreaker.RetryPolicy
-
Create a linear delay retry policy.
- linearDelay(long, long) - Static method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
-
Create a linear delay retry policy.
- linearDelay(long, long) - Static method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
-
Create a linear delay retry policy.
- lineNumber() - Method in exception io.vertx.mssqlclient.MSSQLException
- LineSegment - Class in io.vertx.pgclient.data
-
Finite line segment data type in Postgres represented by pairs of
Point
s that are the endpoints of the segment. - LineSegment() - Constructor for class io.vertx.pgclient.data.LineSegment
- LineSegment(Point, Point) - Constructor for class io.vertx.pgclient.data.LineSegment
- LineString - Class in io.vertx.mysqlclient.data.spatial
-
A LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.
- LineString() - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
- LineString(long, List<Point>) - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
- LineString(LineString) - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
- lineTokens() - Method in interface io.vertx.ext.shell.cli.Completion
- link(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Create a hard link on the file system from
link
toexisting
, asynchronously. - link(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create a hard link on the file system from
link
toexisting
, asynchronously. - link(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create a hard link on the file system from
link
toexisting
, asynchronously. - linkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.link(String, String)
- linkBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.link(java.lang.String, java.lang.String)
- linkBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.link(java.lang.String, java.lang.String)
- LinkedInAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for LinkedIn.
- LinkedInAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for LinkedIn.
- LinkedInAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for LinkedIn. - LinkedInAuth(LinkedInAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
- LinkedInAuth(LinkedInAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
- LinkedInAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
- LinkedInAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
- linsert(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Insert an element before or after another element in a list.
- linsert(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Insert an element before or after another element in a list.
- linsert(String, String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Insert an element before or after another element in a list.
- LINSERT - Static variable in interface io.vertx.redis.client.Command
-
Insert an element before or after another element in a list.
- list() - Method in interface io.vertx.core.CompositeFuture
- list(String) - Method in class io.vertx.config.vault.client.SlimVaultClient
- list(String, Completable<List<String>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Lists secrets from path (children).
- listConsumerGroupOffsets(String) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
List the consumer group offsets available in the cluster.
- listConsumerGroupOffsets(String, ListConsumerGroupOffsetsOptions) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
List the consumer group offsets available in the cluster.
- ListConsumerGroupOffsetsOptions - Class in io.vertx.kafka.admin
- ListConsumerGroupOffsetsOptions() - Constructor for class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
-
Constructor
- ListConsumerGroupOffsetsOptions(JsonObject) - Constructor for class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
-
Constructor (from JSON representation)
- ListConsumerGroupOffsetsOptionsConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
ListConsumerGroupOffsetsOptions
. - ListConsumerGroupOffsetsOptionsConverter() - Constructor for class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptionsConverter
- listConsumerGroups() - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Get the the consumer groups available in the cluster with the default options
- listConsumerGroups() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Get the the consumer groups available in the cluster with the default options
- listConsumerGroups() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Get the the consumer groups available in the cluster with the default options
- listen() - Method in interface io.vertx.core.http.HttpServer
-
Tell the server to start listening.
- listen() - Method in interface io.vertx.core.net.NetServer
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - listen() - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - listen() - Method in interface io.vertx.ext.shell.ShellServer
-
Start the shell service, this is an asynchronous start.
- listen() - Method in interface io.vertx.ext.shell.term.TermServer
-
Bind the term server, the
TermServer.termHandler(Handler)
must be set before. - listen() - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server default port (61613) and network interface (
0.0.0.0
). - listen() - Method in interface io.vertx.mqtt.MqttServer
-
Start the server listening for incoming connections using the specified options through the constructor
- listen() - Method in class io.vertx.reactivex.core.http.HttpServer
-
Tell the server to start listening.
- listen() - Method in class io.vertx.reactivex.core.net.NetServer
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - listen() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - listen() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Connects the STOMP server default port (61613) and network interface (
0.0.0.0
). - listen() - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Start the server listening for incoming connections using the specified options through the constructor
- listen() - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Tell the server to start listening.
- listen() - Method in class io.vertx.rxjava3.core.net.NetServer
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - listen() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - listen() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Connects the STOMP server default port (61613) and network interface (
0.0.0.0
). - listen() - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Start the server listening for incoming connections using the specified options through the constructor
- listen(int) - Method in interface io.vertx.core.http.HttpServer
-
Like
HttpServer.listen(int, String)
but the server will listen on host "0.0.0.0" and port specified here ignoring any value in theHttpServerOptions
that was used when creating the server. - listen(int) - Method in interface io.vertx.core.net.NetServer
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int) - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- listen(int) - Method in interface io.vertx.mqtt.MqttServer
-
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
- listen(int) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Like
HttpServer.listen()
but the server will listen on host "0.0.0.0" and port specified here ignoring any value in theHttpServerOptions
that was used when creating the server. - listen(int) - Method in class io.vertx.reactivex.core.net.NetServer
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int) - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- listen(int) - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
- listen(int) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Like
HttpServer.listen()
but the server will listen on host "0.0.0.0" and port specified here ignoring any value in theHttpServerOptions
that was used when creating the server. - listen(int) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int) - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- listen(int) - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
- listen(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Start listening on the given port and host.
- listen(int, String) - Method in interface io.vertx.core.http.HttpServer
-
Tell the server to start listening.
- listen(int, String) - Method in interface io.vertx.core.net.NetServer
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int, String) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int, String) - Method in interface io.vertx.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- listen(int, String) - Method in interface io.vertx.mqtt.MqttServer
-
Start the server listening for incoming connections on the port and host specified
- listen(int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Start listening on the given port and host.
- listen(int, String) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Tell the server to start listening.
- listen(int, String) - Method in class io.vertx.reactivex.core.net.NetServer
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int, String) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- listen(int, String) - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Start the server listening for incoming connections on the port and host specified
- listen(int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Start listening on the given port and host.
- listen(int, String) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Tell the server to start listening.
- listen(int, String) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int, String) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(int, String) - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- listen(int, String) - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Start the server listening for incoming connections on the port and host specified
- listen(Handler<ConfigChange>) - Method in interface io.vertx.config.ConfigRetriever
-
Registers a listener receiving configuration changes.
- listen(Handler<ConfigChange>) - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Registers a listener receiving configuration changes.
- listen(Handler<ConfigChange>) - Method in class io.vertx.rxjava3.config.ConfigRetriever
-
Registers a listener receiving configuration changes.
- listen(SocketAddress) - Method in interface io.vertx.core.http.HttpServer
-
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
- listen(SocketAddress) - Method in interface io.vertx.core.net.NetServer
-
Start listening on the specified local address, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(SocketAddress) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified local address, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(SocketAddress) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
- listen(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetServer
-
Start listening on the specified local address, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(SocketAddress) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified local address, ignoring port and host configured in the used when creating the server.
- listen(SocketAddress) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
- listen(SocketAddress) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Start listening on the specified local address, ignoring port and host configured in the
NetServerOptions
used when creating the server. - listen(SocketAddress) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified local address, ignoring port and host configured in the used when creating the server.
- listening(String, SocketAddress) - Method in interface io.vertx.core.spi.metrics.DatagramSocketMetrics
-
Called when a socket is listening.
- listenMulticastGroup(String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it.
- listenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it.
- listenMulticastGroup(String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it.
- listenMulticastGroup(String, String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it on the given network interface.
- listenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it on the given network interface.
- listenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it on the given network interface.
- listEvents() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the most recent events known by the agent
- listEvents() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the most recent events known by the agent
- listEvents() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the most recent events known by the agent
- listEventsWithOptions(EventListOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the most recent events known by the agent.
- listEventsWithOptions(EventListOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the most recent events known by the agent.
- listEventsWithOptions(EventListOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the most recent events known by the agent.
- listIndexes(String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Get all the indexes in this collection.
- listIndexes(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Get all the indexes in this collection.
- listIndexes(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Get all the indexes in this collection.
- listNodeSessions(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the active sessions for a given node
- listNodeSessions(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the active sessions for a given node
- listNodeSessions(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the active sessions for a given node
- listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the active sessions for a given node This is blocking query unlike
ConsulClient.listNodeSessions(String)
- listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the active sessions for a given node This is blocking query unlike
ConsulClient.listNodeSessions(java.lang.String)
- listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the active sessions for a given node This is blocking query unlike
ConsulClient.listNodeSessions(java.lang.String)
- listOffsets(Map<TopicPartition, OffsetSpec>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
List the offsets available for a set of partitions.
- ListOffsetsResultInfo - Class in io.vertx.kafka.admin
- ListOffsetsResultInfo(long, long, Integer) - Constructor for class io.vertx.kafka.admin.ListOffsetsResultInfo
-
Constructor
- ListOffsetsResultInfo(JsonObject) - Constructor for class io.vertx.kafka.admin.ListOffsetsResultInfo
-
Constructor (from JSON representation)
- ListOffsetsResultInfoConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
ListOffsetsResultInfo
. - ListOffsetsResultInfoConverter() - Constructor for class io.vertx.kafka.admin.ListOffsetsResultInfoConverter
- listSeparator - Variable in class io.vertx.core.cli.TypedOption
-
the split character used if the raw value needs to be parsed as a list.
- listSessions() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the active sessions
- listSessions() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the active sessions
- listSessions() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the active sessions
- listSessionsWithOptions(BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the active sessions This is blocking query unlike
ConsulClient.listSessions()
- listSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the active sessions This is blocking query unlike
ConsulClient.listSessions()
- listSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the active sessions This is blocking query unlike
ConsulClient.listSessions()
- listTopics() - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
List the topics available in the cluster with the default options.
- listTopics() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get metadata about partitions for all topics that the user is authorized to view.
- listTopics() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get metadata about partitions for all topics that the user is authorized to view.
- listTopics() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
List the topics available in the cluster with the default options.
- listTopics() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
List the topics available in the cluster with the default options.
- LiveAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for live.com Services.
- LiveAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for live.com Services.
- LiveAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for live.com Services. - LiveAuth(LiveAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
- LiveAuth(LiveAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- LiveAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
- LiveAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- llen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the length of a list.
- llen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of a list.
- llen(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the length of a list.
- LLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the length of a list.
- lmove(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it.
- lmove(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it.
- lmove(String, String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it.
- LMOVE - Static variable in interface io.vertx.redis.client.Command
-
Pop an element from a list, push it to another list and return it.
- lmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Pop elements from a list.
- lmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop elements from a list.
- lmpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Pop elements from a list.
- LMPOP - Static variable in interface io.vertx.redis.client.Command
-
Pop elements from a list.
- load() - Static method in class io.vertx.core.json.Json
-
Load the factory with the
ServiceLoader
, when no factory is found then a factory using Jackson will be returned. - load() - Static method in interface io.vertx.core.spi.JsonFactory
-
Load the JSON factory with the
ServiceLoader
An attempt is made to load a factory using the service loaderMETA-INF/services
JsonFactory
. Factories are sorted If not factory is resolved (which is usually the default case),JacksonFactory.INSTANCE
is used. - load() - Static method in interface io.vertx.ext.auth.hashing.HashingStrategy
-
Factory method to load the algorithms from the system
- load() - Static method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
-
Factory method to load the algorithms from the system
- load() - Static method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
-
Factory method to load the algorithms from the system
- load(String, ClassLoader) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
- LoadBalancer - Interface in io.vertx.core.net.endpoint
-
A load balancer.
- loadConfig() - Static method in class io.vertx.spi.cluster.hazelcast.ConfigUtil
-
Loads Hazelcast config XML and transform it into a
Config
object. - loadConfig() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Load Hazelcast config XML and transform it into a
Config
object. - loadConfiguration(URL) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
- loadGenerators(ProcessingEnvironment) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyGenLoader
- loadGenerators(ProcessingEnvironment) - Method in class io.vertx.lang.reactivex.RxJava2GeneratorLoader
- loadGenerators(ProcessingEnvironment) - Method in class io.vertx.lang.rxjava3.RxJava3GeneratorLoader
- loadGenerators(ProcessingEnvironment) - Method in class io.vertx.serviceproxy.generator.ServiceProxyGenLoader
- loadGenerators(ProcessingEnvironment) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyGeneratorLoader
- loadGenerators(ProcessingEnvironment) - Method in class io.vertx.sqlclient.templates.generator.MapperGenLoader
- loadKeyStore(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Load and return a Java keystore.
- loadKeyStore(Vertx) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Load and return a Java keystore.
- loadKeyStore(Vertx) - Method in class io.vertx.core.net.PemTrustOptions
-
Load and return a Java keystore.
- loadResource(String) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- loadResource(String, String) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- loadUserAgent() - Static method in class io.vertx.ext.web.client.WebClientOptions
- local() - Method in class io.vertx.ext.consul.token.AclToken
-
Indicates that it is a local token
- LOCAL - io.vertx.micrometer.Label
-
Local address in client-host or host-client connections (used in net, http and datagram domains)
- localAddress() - Method in interface io.vertx.core.datagram.DatagramSocket
-
Return the
SocketAddress
to which thisDatagramSocket
is bound. - localAddress() - Method in interface io.vertx.core.http.HttpConnection
- localAddress() - Method in interface io.vertx.core.http.HttpServerRequest
- localAddress() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- localAddress() - Method in interface io.vertx.core.http.WebSocketBase
- localAddress() - Method in interface io.vertx.core.net.NetSocket
- localAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Return the local address for this socket
- localAddress() - Method in interface io.vertx.mqtt.MqttEndpoint
- localAddress() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Return the
SocketAddress
to which thisDatagramSocket
is bound. - localAddress() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- localAddress() - Method in class io.vertx.reactivex.core.http.HttpConnection
- localAddress() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- localAddress() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- localAddress() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- localAddress() - Method in class io.vertx.reactivex.core.http.WebSocket
- localAddress() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- localAddress() - Method in class io.vertx.reactivex.core.net.NetSocket
- localAddress() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Return the local address for this socket
- localAddress() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- localAddress() - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Return the
SocketAddress
to which thisDatagramSocket
is bound. - localAddress() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- localAddress() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- localAddress() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- localAddress() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- localAddress() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- localAddress() - Method in class io.vertx.rxjava3.core.http.WebSocket
- localAddress() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- localAddress() - Method in class io.vertx.rxjava3.core.net.NetSocket
- localAddress() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Return the local address for this socket
- localAddress() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- localAddress(boolean) - Method in interface io.vertx.core.http.HttpConnection
- localAddress(boolean) - Method in interface io.vertx.core.net.NetSocket
- localAddress(boolean) - Method in class io.vertx.reactivex.core.http.HttpConnection
- localAddress(boolean) - Method in class io.vertx.reactivex.core.net.NetSocket
- localAddress(boolean) - Method in class io.vertx.rxjava3.core.http.HttpConnection
- localAddress(boolean) - Method in class io.vertx.rxjava3.core.net.NetSocket
- localChecks() - Method in interface io.vertx.ext.consul.ConsulClient
-
Return all the checks that are registered with the local agent.
- localChecks() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Return all the checks that are registered with the local agent.
- localChecks() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Return all the checks that are registered with the local agent.
- localConsumer(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Like
EventBus.consumer(String)
but the address won't be propagated across the cluster. - localConsumer(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Like
EventBus.consumer(io.vertx.core.eventbus.MessageConsumerOptions)
but the address won't be propagated across the cluster. - localConsumer(String) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Like
EventBus.consumer(io.vertx.core.eventbus.MessageConsumerOptions)
but the address won't be propagated across the cluster. - localConsumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Like
EventBus.consumer(String, Handler)
but the address won't be propagated across the cluster. - localConsumer(String, Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Like
EventBus.consumer(io.vertx.core.eventbus.MessageConsumerOptions)
but the address won't be propagated across the cluster. - localConsumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Like
EventBus.consumer(io.vertx.core.eventbus.MessageConsumerOptions)
but the address won't be propagated across the cluster. - LocalDate - Static variable in class io.vertx.sqlclient.data.NullValue
- LocalDateTime - Static variable in class io.vertx.sqlclient.data.NullValue
- LocalMap<K,V> - Class in io.vertx.reactivex.core.shareddata
-
Local maps can be used to share data safely in a single Vert.x instance.
- LocalMap<K,V> - Class in io.vertx.rxjava3.core.shareddata
-
Local maps can be used to share data safely in a single Vert.x instance.
- LocalMap<K,V> - Interface in io.vertx.core.shareddata
-
Local maps can be used to share data safely in a single Vert.x instance.
- LocalMap(LocalMap) - Constructor for class io.vertx.reactivex.core.shareddata.LocalMap
- LocalMap(LocalMap) - Constructor for class io.vertx.rxjava3.core.shareddata.LocalMap
- LocalMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.core.shareddata.LocalMap
- LocalMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava3.core.shareddata.LocalMap
- LocalMapGet - Class in io.vertx.ext.shell.command.base
- LocalMapGet() - Constructor for class io.vertx.ext.shell.command.base.LocalMapGet
- LocalMapPut - Class in io.vertx.ext.shell.command.base
- LocalMapPut() - Constructor for class io.vertx.ext.shell.command.base.LocalMapPut
- LocalMapRm - Class in io.vertx.ext.shell.command.base
- LocalMapRm() - Constructor for class io.vertx.ext.shell.command.base.LocalMapRm
- localOnly() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
- localServices() - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns list of services registered with the local agent.
- localServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns list of services registered with the local agent.
- localServices() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns list of services registered with the local agent.
- LocalSessionStore - Class in io.vertx.reactivex.ext.web.sstore
-
A session store which is only available on a single node.
- LocalSessionStore - Class in io.vertx.rxjava3.ext.web.sstore
-
A session store which is only available on a single node.
- LocalSessionStore - Interface in io.vertx.ext.web.sstore
-
A session store which is only available on a single node.
- LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
- LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
- LocalSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
- LocalSessionStore(Object) - Constructor for class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
- localStore() - Static method in interface io.vertx.ext.web.client.spi.CacheStore
-
Builds a cache store that uses a
ConcurrentHashMap
. - LocalTime - Static variable in class io.vertx.sqlclient.data.NullValue
- location() - Method in exception io.vertx.json.schema.JsonSchemaValidationException
- Location - Enum in io.vertx.openapi.contract
- LOCATION - Static variable in interface io.vertx.core.http.HttpHeaders
-
Location header name
- LOCATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Location header name
- LOCATION - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Location header name
- lock() - Method in interface io.vertx.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- lock() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- lock() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- lock(long, long, boolean) - Method in interface io.vertx.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- lock(long, long, boolean) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- lock(long, long, boolean) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- Lock - Class in io.vertx.reactivex.core.shareddata
-
An asynchronous exclusive lock which can be obtained from any node in the cluster.
- Lock - Class in io.vertx.rxjava3.core.shareddata
-
An asynchronous exclusive lock which can be obtained from any node in the cluster.
- Lock - Interface in io.vertx.core.shareddata
-
An asynchronous exclusive lock which can be obtained from any node in the cluster.
- Lock(Lock) - Constructor for class io.vertx.reactivex.core.shareddata.Lock
- Lock(Lock) - Constructor for class io.vertx.rxjava3.core.shareddata.Lock
- Lock(Object) - Constructor for class io.vertx.reactivex.core.shareddata.Lock
- Lock(Object) - Constructor for class io.vertx.rxjava3.core.shareddata.Lock
- LOCK - io.vertx.ext.consul.TxnKVVerb
-
Locks the Key with the given Session.
- LOCK - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2518/4918
LOCK
method, this instance is interned and uniquely used. - log(Logger) - Method in class io.vertx.pgclient.PgNotice
- LoggerFormat - Enum in io.vertx.ext.web.handler
-
The possible out of the box formats.
- LoggerFormatter - Class in io.vertx.reactivex.ext.web.handler
-
Implement to format the output of the
LoggerHandler
- LoggerFormatter - Class in io.vertx.rxjava3.ext.web.handler
-
Implement to format the output of the
LoggerHandler
- LoggerFormatter - Interface in io.vertx.ext.web.handler
-
Implement to format the output of the
LoggerHandler
- LoggerFormatter(LoggerFormatter) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerFormatter
- LoggerFormatter(LoggerFormatter) - Constructor for class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
- LoggerFormatter(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerFormatter
- LoggerFormatter(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
- LoggerHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler which logs request information to the Vert.x logger.
- LoggerHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler which logs request information to the Vert.x logger.
- LoggerHandler - Interface in io.vertx.ext.web.handler
-
A handler which logs request information to the Vert.x logger.
- LoggerHandler(LoggerHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerHandler
- LoggerHandler(LoggerHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.LoggerHandler
- LoggerHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerHandler
- LoggerHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.LoggerHandler
- LOGIN - Static variable in class io.vertx.ext.stomp.Frame
- loginHint(String) - Method in interface io.vertx.ext.web.UserContext
-
When performing a web identity operation, hint if possible to the identity provider to use the given login.
- loginHint(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
When performing a web identity operation, hint if possible to the identity provider to use the given login.
- loginHint(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
When performing a web identity operation, hint if possible to the identity provider to use the given login.
- LoginOption - Enum in io.vertx.ext.mail
-
possible options for a login into an SMTP server
either DISABLED, NONE, REQUIRED or XOAUTH2 - loginWithAppRole(String, String) - Method in class io.vertx.config.vault.client.SlimVaultClient
- loginWithAppRole(String, String, Completable<Auth>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Logs in against the `AppRole` backend.
- loginWithCert() - Method in class io.vertx.config.vault.client.SlimVaultClient
- loginWithCert(Completable<Auth>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Logs in against the `Cert` backend.
- loginWithUserCredentials(String, String) - Method in class io.vertx.config.vault.client.SlimVaultClient
- loginWithUserCredentials(String, String, Completable<Auth>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Logs in against the `userpass` backend.
- logout() - Method in interface io.vertx.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- logout() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- logout() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- logout(String) - Method in interface io.vertx.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- logout(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- logout(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- lolwut(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Display some computer art and the Redis version.
- lolwut(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Display some computer art and the Redis version.
- lolwut(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Display some computer art and the Redis version.
- LOLWUT - Static variable in interface io.vertx.redis.client.Command
-
Display some computer art and the Redis version.
- Long - Static variable in class io.vertx.sqlclient.data.NullValue
- LONG - io.vertx.ext.shell.command.base.ObjectType
- longName - Variable in class io.vertx.core.cli.Option
-
the option long name.
- longName() - Method in annotation type io.vertx.core.cli.annotations.Option
-
The name of the option (without the
--
prefix). - longValue() - Method in interface io.vertx.core.parsetools.JsonEvent
- longValue() - Method in class io.vertx.sqlclient.data.Numeric
- lookup() - Method in interface io.vertx.core.spi.launcher.CommandFactoryLookup
-
Looks for command implementation and instantiated them.
- lookup(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
- lookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
- lookup(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
- Lookup - Class in io.vertx.config.vault.client
-
Represents Lookup result
- Lookup() - Constructor for class io.vertx.config.vault.client.Lookup
- Lookup(JsonObject) - Constructor for class io.vertx.config.vault.client.Lookup
- lookup4(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to lookup the A (ipv4) record for the given name.
- lookup4(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to lookup the A (ipv4) record for the given name.
- lookup4(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to lookup the A (ipv4) record for the given name.
- lookup6(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to lookup the AAAA (ipv6) record for the given name.
- lookup6(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to lookup the AAAA (ipv6) record for the given name.
- lookup6(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to lookup the AAAA (ipv6) record for the given name.
- LookupConverter - Class in io.vertx.config.vault.client
-
Converter and mapper for
Lookup
. - LookupConverter() - Constructor for class io.vertx.config.vault.client.LookupConverter
- lookupFiles(Class<?>, String...) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
- lookupJsonConfiguration(Class<?>, String...) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
- lookupSelf() - Method in class io.vertx.config.vault.client.SlimVaultClient
- lookupSelf(Completable<Lookup>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Looks up for the current token metadata.
- lookupXmlConfiguration(Class<?>, String...) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
- lpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and get the first elements in a list.
- lpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the first elements in a list.
- lpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and get the first elements in a list.
- LPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the first elements in a list.
- lpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the index of matching elements on a list.
- lpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the index of matching elements on a list.
- lpos(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the index of matching elements on a list.
- LPOS - Static variable in interface io.vertx.redis.client.Command
-
Return the index of matching elements on a list.
- lprops(String) - Method in interface io.vertx.core.file.FileSystem
-
Obtain properties for the link represented by
path
, asynchronously. - lprops(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Obtain properties for the link represented by
path
, asynchronously. - lprops(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Obtain properties for the link represented by
path
, asynchronously. - lpropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.lprops(String)
- lpropsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.lprops(java.lang.String)
- lpropsBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.lprops(java.lang.String)
- lpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Prepend one or multiple elements to a list.
- lpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Prepend one or multiple elements to a list.
- lpush(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Prepend one or multiple elements to a list.
- LPUSH - Static variable in interface io.vertx.redis.client.Command
-
Prepend one or multiple elements to a list.
- lpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Prepend an element to a list, only if the list exists.
- lpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Prepend an element to a list, only if the list exists.
- lpushx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Prepend an element to a list, only if the list exists.
- LPUSHX - Static variable in interface io.vertx.redis.client.Command
-
Prepend an element to a list, only if the list exists.
- lrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get a range of elements from a list.
- lrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get a range of elements from a list.
- lrange(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get a range of elements from a list.
- LRANGE - Static variable in interface io.vertx.redis.client.Command
-
Get a range of elements from a list.
- lrem(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove elements from a list.
- lrem(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove elements from a list.
- lrem(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove elements from a list.
- LREM - Static variable in interface io.vertx.redis.client.Command
-
Remove elements from a list.
- lset(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value of an element in a list by its index.
- lset(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of an element in a list by its index.
- lset(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value of an element in a list by its index.
- LSET - Static variable in interface io.vertx.redis.client.Command
-
Set the value of an element in a list by its index.
- ltrim(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Trim a list to the specified range.
- ltrim(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Trim a list to the specified range.
- ltrim(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Trim a list to the specified range.
- LTRIM - Static variable in interface io.vertx.redis.client.Command
-
Trim a list to the specified range.
M
- MailAttachment - Class in io.vertx.reactivex.ext.mail
-
Represent a mail attachment that can be used in a MailMessage.
- MailAttachment - Class in io.vertx.rxjava3.ext.mail
-
Represent a mail attachment that can be used in a MailMessage.
- MailAttachment - Interface in io.vertx.ext.mail
-
Represent a mail attachment that can be used in a MailMessage.
- MailAttachment(MailAttachment) - Constructor for class io.vertx.reactivex.ext.mail.MailAttachment
- MailAttachment(MailAttachment) - Constructor for class io.vertx.rxjava3.ext.mail.MailAttachment
- MailAttachment(Object) - Constructor for class io.vertx.reactivex.ext.mail.MailAttachment
- MailAttachment(Object) - Constructor for class io.vertx.rxjava3.ext.mail.MailAttachment
- MailchimpAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Mailchimp.
- MailchimpAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Mailchimp.
- MailchimpAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Mailchimp. - MailchimpAuth(MailchimpAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
- MailchimpAuth(MailchimpAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
- MailchimpAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
- MailchimpAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
- MailClient - Class in io.vertx.reactivex.ext.mail
-
SMTP mail client for Vert.x
- MailClient - Class in io.vertx.rxjava3.ext.mail
-
SMTP mail client for Vert.x
- MailClient - Interface in io.vertx.ext.mail
-
SMTP mail client for Vert.x
- MailClient(MailClient) - Constructor for class io.vertx.reactivex.ext.mail.MailClient
- MailClient(MailClient) - Constructor for class io.vertx.rxjava3.ext.mail.MailClient
- MailClient(Object) - Constructor for class io.vertx.reactivex.ext.mail.MailClient
- MailClient(Object) - Constructor for class io.vertx.rxjava3.ext.mail.MailClient
- MailConfig - Class in io.vertx.ext.mail
-
represents the configuration of a mail service with mail server hostname, port, security options, login options and login/password
- MailConfig() - Constructor for class io.vertx.ext.mail.MailConfig
-
construct a config object with default options
- MailConfig(JsonObject) - Constructor for class io.vertx.ext.mail.MailConfig
-
construct config object from Json representation
- MailConfig(MailConfig) - Constructor for class io.vertx.ext.mail.MailConfig
-
copy config object from another MailConfig object
- MailConfig(String) - Constructor for class io.vertx.ext.mail.MailConfig
-
construct a config object with hostname and default options
- MailConfig(String, int) - Constructor for class io.vertx.ext.mail.MailConfig
-
construct a config object with hostname/port and default options
- MailConfig(String, int, StartTLSOptions, LoginOption) - Constructor for class io.vertx.ext.mail.MailConfig
-
construct a config object with hostname/port and security and login options
- MailEncoder - Class in io.vertx.ext.mail.mailencoder
-
create MIME mail messages from a MailMessage object
- MailEncoder(MailMessage, String) - Constructor for class io.vertx.ext.mail.mailencoder.MailEncoder
-
create a MailEncoder for the message
- MailEncoder(MailMessage, String, MailConfig) - Constructor for class io.vertx.ext.mail.mailencoder.MailEncoder
-
Creates a MailEncoder for the message.
- MailEncoder(MailMessage, String, String) - Constructor for class io.vertx.ext.mail.mailencoder.MailEncoder
-
create a MailEncoder for the message
- MailMessage - Class in io.vertx.ext.mail
-
represent a mail message that can be sent via the MailClient
- MailMessage() - Constructor for class io.vertx.ext.mail.MailMessage
-
construct empty mail message that can be used with the setters
- MailMessage(JsonObject) - Constructor for class io.vertx.ext.mail.MailMessage
-
construct object from a JsonObject representation
- MailMessage(MailMessage) - Constructor for class io.vertx.ext.mail.MailMessage
-
copy object to another @link MailMessage object
- MailMessage(String, String, String, String) - Constructor for class io.vertx.ext.mail.MailMessage
-
construct a simple message with text/plain
- MailResult - Class in io.vertx.ext.mail
-
Represent the result of the sendMail operation
- MailResult() - Constructor for class io.vertx.ext.mail.MailResult
- MailResult(JsonObject) - Constructor for class io.vertx.ext.mail.MailResult
- MailResult(MailResult) - Constructor for class io.vertx.ext.mail.MailResult
- main() - Method in class io.vertx.core.spi.launcher.ExecutionContext
- main(String[]) - Static method in class io.vertx.core.Launcher
-
Main entry point.
- main(String[]) - Static method in class io.vertx.launcher.application.VertxApplication
- MaintenanceOptions - Class in io.vertx.ext.consul
-
Options used to placing a given service into "maintenance mode".
- MaintenanceOptions() - Constructor for class io.vertx.ext.consul.MaintenanceOptions
-
Default constructor
- MaintenanceOptions(JsonObject) - Constructor for class io.vertx.ext.consul.MaintenanceOptions
-
Constructor from JSON
- MaintenanceOptions(MaintenanceOptions) - Constructor for class io.vertx.ext.consul.MaintenanceOptions
-
Copy constructor
- maintenanceService(MaintenanceOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Places a given service into "maintenance mode"
- maintenanceService(MaintenanceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Places a given service into "maintenance mode"
- maintenanceService(MaintenanceOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Places a given service into "maintenance mode"
- mainVerticle() - Method in interface io.vertx.launcher.application.HookContext
-
The name of the verticle to deploy.
- MAJORITY - io.vertx.ext.mongo.WriteOption
- majorVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- majorVersion() - Method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- majorVersion() - Method in interface io.vertx.sqlclient.spi.DatabaseMetadata
- MALFORMED_PACKET - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- MalformedValueException - Exception in io.vertx.ext.web.validation
-
Represents a malformed value that parser is unable to manage
- MalformedValueException(String) - Constructor for exception io.vertx.ext.web.validation.MalformedValueException
- MalformedValueException(Throwable) - Constructor for exception io.vertx.ext.web.validation.MalformedValueException
- manageFailure(Message, Throwable, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
- MANAGEMENT - io.vertx.ext.consul.AclTokenType
- manyToMany(StreamObserver<O>, String, BiConsumer<ReadStream<I>, WriteStream<O>>) - Static method in class io.vertx.grpc.stub.ServerCalls
- manyToMany(ContextInternal, Handler<WriteStream<I>>, Function<StreamObserver<O>, StreamObserver<I>>) - Static method in class io.vertx.grpc.stub.ClientCalls
- manyToMany(ContextInternal, Handler<WriteStream<I>>, Function<StreamObserver<O>, StreamObserver<I>>, Handler<Throwable>) - Static method in class io.vertx.grpc.stub.ClientCalls
- manyToMany(ContextInternal, Handler<WriteStream<I>>, Function<StreamObserver<O>, StreamObserver<I>>, Handler<O>, Handler<Void>, Handler<Throwable>) - Static method in class io.vertx.grpc.stub.ClientCalls
- manyToOne(StreamObserver<O>, String, Function<ReadStream<I>, Future<O>>) - Static method in class io.vertx.grpc.stub.ServerCalls
- manyToOne(ContextInternal, Handler<WriteStream<I>>, Function<StreamObserver<O>, StreamObserver<I>>) - Static method in class io.vertx.grpc.stub.ClientCalls
- map(Row) - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
-
Build a
T
representation of the givenrow
- map(Row) - Method in class io.vertx.rxjava3.sqlclient.templates.RowMapper
-
Build a
T
representation of the givenrow
- map(Row) - Method in interface io.vertx.sqlclient.templates.RowMapper
-
Build a
T
representation of the givenrow
- map(Function<? super T, U>) - Method in interface io.vertx.core.AsyncResult
-
Apply a
mapper
function on this async result. - map(Function<? super T, U>) - Method in interface io.vertx.core.Future
-
Apply a
mapper
function on this future. - map(Function<Integer, String>, int, T) - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
-
The internal mapper contract that builds a tuple.
- map(Function<Integer, String>, int, T) - Method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
-
The internal mapper contract that builds a tuple.
- map(Function<Integer, String>, int, T) - Method in interface io.vertx.sqlclient.templates.TupleMapper
-
The internal mapper contract that builds a tuple.
- map(V) - Method in interface io.vertx.core.AsyncResult
-
Map the result of this async result to a specific
value
. - map(V) - Method in interface io.vertx.core.Future
-
Map the result of a future to a specific
value
. - mapEmpty() - Method in interface io.vertx.core.AsyncResult
-
Map the result of this async result to
null
. - mapEmpty() - Method in interface io.vertx.core.Future
-
Map the result of a future to
null
. - mapFrom(TupleMapper<T>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Set a parameters user defined mapping function.
- mapFrom(TupleMapper<T>) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Set a parameters user defined mapping function.
- mapFrom(TupleMapper<T>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Set a parameters user defined mapping function.
- mapFrom(Class<T>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Set a parameters user defined class mapping.
- mapFrom(Class<T>) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Set a parameters user defined class mapping.
- mapFrom(Class<T>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Set a parameters user defined class mapping.
- mapFrom(Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject from the fields of a Java object.
- mapHttp2ErrorCode(long) - Static method in enum io.vertx.grpc.common.GrpcError
-
Map the HTTP/2 code to the gRPC error.
- mapper() - Static method in class io.vertx.core.json.jackson.DatabindCodec
- mapper(Function<T, Map<String, Object>>) - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
-
Create a mapper that associates a parameters object to a map of named parameters to their respective value.
- mapper(Function<T, Map<String, Object>>) - Static method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
-
Create a mapper that associates a parameters object to a map of named parameters to their respective value.
- mapper(Function<T, Map<String, Object>>) - Static method in interface io.vertx.sqlclient.templates.TupleMapper
-
Create a mapper that associates a parameters object to a map of named parameters to their respective value.
- MapperGenBase - Class in io.vertx.sqlclient.templates.generator
- MapperGenBase() - Constructor for class io.vertx.sqlclient.templates.generator.MapperGenBase
- MapperGenLoader - Class in io.vertx.sqlclient.templates.generator
- MapperGenLoader() - Constructor for class io.vertx.sqlclient.templates.generator.MapperGenLoader
- mapping(Function<Row, U>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
- mapping(Function<Row, U>) - Method in class io.vertx.reactivex.sqlclient.Query
- mapping(Function<Row, U>) - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
- mapping(Function<Row, U>) - Method in class io.vertx.rxjava3.sqlclient.Query
- mapping(Function<Row, U>) - Method in interface io.vertx.sqlclient.PreparedQuery
- mapping(Function<Row, U>) - Method in interface io.vertx.sqlclient.Query
- mappingResolver(Function<A, List<SocketAddress>>) - Static method in interface io.vertx.core.net.AddressResolver
-
A simple synchronous resolver for demo and testing purposes.
- mapTo(RowMapper<U>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Set a row user defined mapping function.
- mapTo(RowMapper<U>) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Set a row user defined mapping function.
- mapTo(RowMapper<U>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Set a row user defined mapping function.
- mapTo(Class<T>) - Method in class io.vertx.core.json.JsonObject
-
Instantiate a Java object from a JsonObject.
- mapTo(Class<T>) - Method in interface io.vertx.core.parsetools.JsonEvent
-
Decodes and returns the current value as the specified
type
. - mapTo(Class<U>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Set a row user defined mapping function.
- mapTo(Class<U>) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Set a row user defined mapping function.
- mapTo(Class<U>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
-
Set a row user defined mapping function.
- mark() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
- Marker - Enum in io.vertx.ext.auth.audit
-
A marker will define the structured data id in the log and contains metadata on which fields should be masked.
- MASTER - io.vertx.redis.client.RedisRole
-
Use a MASTER node connection.
- match(JsonObject) - Method in class io.vertx.servicediscovery.Record
-
Checks whether or not the current
Record
matches the filter. - match(AuthorizationContext) - Method in interface io.vertx.ext.auth.authorization.Authorization
-
this methods verifies whether or not the authorization match the specified context.
- match(User) - Method in interface io.vertx.ext.auth.authorization.Authorization
-
this methods verifies whether or not the authorization match the specified user.
- match(AuthorizationContext) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in interface io.vertx.reactivex.ext.auth.authorization.Authorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(User) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(AuthorizationContext) - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in interface io.vertx.rxjava3.ext.auth.authorization.Authorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(AuthorizationContext) - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
this methods verifies whether or not the authorization match the specified context.
- match(User) - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(User) - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
this methods verifies whether or not the authorization match the specified user.
- match(String, String, boolean) - Static method in class io.vertx.config.spi.utils.FileSet
-
Tests whether or not a string matches against a pattern.
- Match - Class in io.vertx.ext.dropwizard
-
A match for a value.
- Match - Class in io.vertx.micrometer
-
A match for a value.
- Match() - Constructor for class io.vertx.ext.dropwizard.Match
-
Default constructor
- Match() - Constructor for class io.vertx.micrometer.Match
-
Default constructor
- Match(JsonObject) - Constructor for class io.vertx.ext.dropwizard.Match
-
Create an instance from a
JsonObject
- Match(JsonObject) - Constructor for class io.vertx.micrometer.Match
-
Create an instance from a
JsonObject
- Match(Match) - Constructor for class io.vertx.ext.dropwizard.Match
-
Copy constructor
- Match(Match) - Constructor for class io.vertx.micrometer.Match
-
Copy constructor
- MatchConverter - Class in io.vertx.ext.dropwizard
-
Converter and mapper for
Match
. - MatchConverter() - Constructor for class io.vertx.ext.dropwizard.MatchConverter
- MATCHED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for documents matched.
- matches(String) - Method in interface io.vertx.ext.stomp.Destination
-
Checks whether or not the given address matches with the current destination.
- matches(String) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Checks whether or not the given address matches with the current destination.
- matches(String) - Method in class io.vertx.rxjava3.ext.stomp.Destination
-
Checks whether or not the given address matches with the current destination.
- MatchType - Enum in io.vertx.ext.dropwizard
-
The type of match.
- MatchType - Enum in io.vertx.micrometer
-
The type of match.
- MATRIX - io.vertx.openapi.contract.Style
- MatrixTransformer - Class in io.vertx.openapi.validation.transformer
-
+--------+---------+--------+-------------+-------------------------------------+--------------------------+ | style | explode | empty | string | array | object | +--------+---------+--------+-------------+-------------------------------------+--------------------------+ | matrix | false | ;color | ;color=blue | ;color=blue,black,brown | ;color=R,100,G,200,B,150 | +--------+---------+--------+-------------+-------------------------------------+--------------------------+ | matrix | true | ;color | ;color=blue | ;color=blue;color=black;color=brown | ;R=100;G=200;B=150 | +--------+---------+--------+-------------+-------------------------------------+--------------------------+
- MatrixTransformer() - Constructor for class io.vertx.openapi.validation.transformer.MatrixTransformer
- max(Double) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the upper inclusive boundary for the longitude and latitude values for 2d indexes..
- MAX_PACKET_SIZE - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- maxActiveStreams() - Method in interface io.vertx.core.http.HttpClientConnection
- maxActiveStreams() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- maxActiveStreams() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- maxAge() - Method in interface io.vertx.httpproxy.ProxyResponse
- maxAge() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- maxAgeSeconds(int) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set how long the browser should cache the information
- maxAgeSeconds(int) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Set how long the browser should cache the information
- maxAgeSeconds(int) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Set how long the browser should cache the information
- maxHedgedAttempts(int) - Method in class io.vertx.grpc.VertxChannelBuilder
- maximum(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- MAXIMUM_CONNECT_TIME - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- maxInboundMessageSize(int) - Method in class io.vertx.grpc.VertxChannelBuilder
- maxInboundMessageSize(int) - Method in class io.vertx.grpc.VertxServerBuilder
- maxInboundMetadataSize(int) - Method in class io.vertx.grpc.VertxChannelBuilder
- maxInboundMetadataSize(int) - Method in class io.vertx.grpc.VertxServerBuilder
- maxInternalQueueSize() - Method in class io.vertx.rabbitmq.QueueOptions
- maxItems(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- maxLength(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- maxProperties(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- maxRecordSize(int) - Method in interface io.vertx.core.parsetools.RecordParser
-
Set the maximum allowed size for a record when using the delimited mode.
- maxRecordSize(int) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Set the maximum allowed size for a record when using the delimited mode.
- maxRecordSize(int) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Set the maximum allowed size for a record when using the delimited mode.
- maxResponseTime() - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- maxRetryAttempts(int) - Method in class io.vertx.grpc.VertxChannelBuilder
- maxTraceEvents(int) - Method in class io.vertx.grpc.VertxChannelBuilder
- MaybeAdapter - Class in io.vertx.rxjava3.ext.web.handler.graphql.instrumentation
-
Instrument data fetchers so that
Maybe
results are automatically converted toCompletionStage
. - MaybeHelper - Class in io.vertx.reactivex.core
- MaybeHelper - Class in io.vertx.reactivex
- MaybeHelper - Class in io.vertx.rxjava3.core
- MaybeHelper - Class in io.vertx.rxjava3
- MaybeHelper() - Constructor for class io.vertx.reactivex.core.MaybeHelper
- MaybeHelper() - Constructor for class io.vertx.reactivex.MaybeHelper
- MaybeHelper() - Constructor for class io.vertx.rxjava3.core.MaybeHelper
- MaybeHelper() - Constructor for class io.vertx.rxjava3.MaybeHelper
- Measured - Interface in io.vertx.core.metrics
- Measured - Interface in io.vertx.reactivex.core.metrics
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - Measured - Interface in io.vertx.rxjava3.core.metrics
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - mediaType() - Method in interface io.vertx.ext.web.MIMEHeader
-
Gets the MIME media type string.
- mediaType() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- mediaType() - Method in enum io.vertx.grpc.server.GrpcProtocol
- mediaType() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Gets the MIME media type string.
- mediaType() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- mediaType() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
Gets the MIME media type string.
- mediaType() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- MediaType - Class in io.vertx.reactivex.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- MediaType - Class in io.vertx.rxjava3.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- MediaType - Interface in io.vertx.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- MediaType(MediaType) - Constructor for class io.vertx.reactivex.openapi.contract.MediaType
- MediaType(MediaType) - Constructor for class io.vertx.rxjava3.openapi.contract.MediaType
- MediaType(Object) - Constructor for class io.vertx.reactivex.openapi.contract.MediaType
- MediaType(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.MediaType
- mediaTypeWithParams() - Method in interface io.vertx.ext.web.MIMEHeader
-
Gets the MIME media type string with parameters attached.
- mediaTypeWithParams() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Gets the MIME media type string with parameters attached.
- mediaTypeWithParams() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
Gets the MIME media type string with parameters attached.
- memberAdded(MembershipEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- MemberAssignment - Class in io.vertx.kafka.admin
-
A description of the assignments of a specific group member
- MemberAssignment() - Constructor for class io.vertx.kafka.admin.MemberAssignment
-
Constructor
- MemberAssignment(JsonObject) - Constructor for class io.vertx.kafka.admin.MemberAssignment
-
Constructor (from JSON representation)
- MemberAssignment(Set<TopicPartition>) - Constructor for class io.vertx.kafka.admin.MemberAssignment
-
Constructor
- MemberAssignmentConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
MemberAssignment
. - MemberAssignmentConverter() - Constructor for class io.vertx.kafka.admin.MemberAssignmentConverter
- MemberDescription - Class in io.vertx.kafka.admin
-
A detailed description of a single group instance in the cluster
- MemberDescription() - Constructor for class io.vertx.kafka.admin.MemberDescription
-
Constructor
- MemberDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.MemberDescription
-
Constructor (from JSON representation)
- MemberDescription(String, String, String, MemberAssignment) - Constructor for class io.vertx.kafka.admin.MemberDescription
-
Constructor
- MemberDescriptionConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
MemberDescription
. - MemberDescriptionConverter() - Constructor for class io.vertx.kafka.admin.MemberDescriptionConverter
- memberRemoved(MembershipEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- memory(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for memory diagnostics commands.
- memory(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for memory diagnostics commands.
- memory(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for memory diagnostics commands.
- MEMORY - Static variable in interface io.vertx.redis.client.Command
-
A container for memory diagnostics commands.
- merge(JsonObject) - Method in class io.vertx.db2client.DB2ConnectOptions
- merge(JsonObject) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- merge(JsonObject) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- merge(JsonObject) - Method in class io.vertx.oracleclient.OracleConnectOptions
- merge(JsonObject) - Method in class io.vertx.pgclient.PgConnectOptions
- merge(JsonObject) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Returns new options created after this object and merged with the
other
json config. - merge(User) - Method in interface io.vertx.ext.auth.User
-
Merge the principal and attributes of a second user into this object properties.
- merge(User) - Method in class io.vertx.reactivex.ext.auth.User
-
Merge the principal and attributes of a second user into this object properties.
- merge(User) - Method in class io.vertx.rxjava3.ext.auth.User
-
Merge the principal and attributes of a second user into this object properties.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
-
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
- MERGE - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
MERGE
method, this instance is interned and uniquely used. - mergeIn(JsonObject) - Method in class io.vertx.core.json.JsonObject
-
Merge in another JSON object.
- mergeIn(JsonObject, boolean) - Method in class io.vertx.core.json.JsonObject
-
Merge in another JSON object.
- mergeIn(JsonObject, int) - Method in class io.vertx.core.json.JsonObject
-
Merge in another JSON object.
- message() - Method in interface io.vertx.core.eventbus.DeliveryContext
- message() - Method in interface io.vertx.ext.unit.report.Failure
- message() - Method in interface io.vertx.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Provides
MessageType.CONNECTION_INIT
message content. - message() - Method in interface io.vertx.ext.web.handler.graphql.ws.Message
- message() - Method in exception io.vertx.grpc.common.InvalidMessagePayloadException
- message() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
- message() - Method in class io.vertx.reactivex.ext.unit.report.Failure
- message() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Provides message content.
- message() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- message() - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- message() - Method in class io.vertx.rxjava3.ext.unit.report.Failure
- message() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Provides message content.
- message() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- message(String, Buffer) - Static method in interface io.vertx.grpc.common.GrpcMessage
- message(String, WireFormat, Buffer) - Static method in interface io.vertx.grpc.common.GrpcMessage
- Message<T> - Class in io.vertx.reactivex.core.eventbus
-
Represents a message that is received from the event bus in a handler.
- Message - Class in io.vertx.reactivex.ext.web.handler.graphql.ws
-
A GraphQL over WebSocket Protocol message.
- Message<T> - Class in io.vertx.rxjava3.core.eventbus
-
Represents a message that is received from the event bus in a handler.
- Message - Class in io.vertx.rxjava3.ext.web.handler.graphql.ws
-
A GraphQL over WebSocket Protocol message.
- Message<T> - Interface in io.vertx.core.eventbus
-
Represents a message that is received from the event bus in a handler.
- Message - Interface in io.vertx.ext.web.handler.graphql.ws
-
A GraphQL over WebSocket Protocol message.
- Message(Message) - Constructor for class io.vertx.reactivex.core.eventbus.Message
- Message(Message) - Constructor for class io.vertx.rxjava3.core.eventbus.Message
- Message(Message) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- Message(Message) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- Message(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- Message(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- Message(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.Message
- Message(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.core.eventbus.Message
- MESSAGE - io.vertx.ext.stomp.Command
- MESSAGE - Static variable in class io.vertx.ext.stomp.Frame
- MESSAGE_ID - Static variable in class io.vertx.ext.stomp.Frame
- MESSAGE_RATE_TOO_HIGH - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- MessageCodec<S,R> - Interface in io.vertx.core.eventbus
-
A message codec allows a custom message type to be marshalled across the event bus.
- MessageConsumer<T> - Class in io.vertx.reactivex.core.eventbus
-
An event bus consumer object representing a stream of message to an
EventBus
address that can be read from. - MessageConsumer<T> - Class in io.vertx.rxjava3.core.eventbus
-
An event bus consumer object representing a stream of message to an
EventBus
address that can be read from. - MessageConsumer<T> - Interface in io.vertx.core.eventbus
-
An event bus consumer object representing a stream of message to an
EventBus
address that can be read from. - MessageConsumer(MessageConsumer) - Constructor for class io.vertx.reactivex.core.eventbus.MessageConsumer
- MessageConsumer(MessageConsumer) - Constructor for class io.vertx.rxjava3.core.eventbus.MessageConsumer
- MessageConsumer(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.MessageConsumer
- MessageConsumer(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.core.eventbus.MessageConsumer
- MessageConsumerOptions - Class in io.vertx.core.eventbus
-
Options configuring the behavior of a event-bus message consumer.
- MessageConsumerOptions() - Constructor for class io.vertx.core.eventbus.MessageConsumerOptions
-
Default constructor
- MessageConsumerOptions(MessageConsumerOptions) - Constructor for class io.vertx.core.eventbus.MessageConsumerOptions
-
Copy constructor
- MessageConsumerOptions(JsonObject) - Constructor for class io.vertx.core.eventbus.MessageConsumerOptions
-
Create an instance from a
JsonObject
- MessageConsumerOptionsConverter - Class in io.vertx.core.eventbus
-
Converter and mapper for
MessageConsumerOptions
. - MessageConsumerOptionsConverter() - Constructor for class io.vertx.core.eventbus.MessageConsumerOptionsConverter
- messageCount() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
- messageCount() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- messageCount() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- messageCount(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Returns the number of messages in a queue ready to be delivered.
- messageCount(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Returns the number of messages in a queue ready to be delivered.
- messageCount(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Returns the number of messages in a queue ready to be delivered.
- messageDelivered(H, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called when an handler has been delivered a message.
- messageHandler(Handler<GrpcMessage>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
- messageHandler(Handler<GrpcMessage>) - Method in interface io.vertx.grpc.common.GrpcReadStream
-
Set a handler to be notified with incoming encoded messages.
- messageHandler(Handler<GrpcMessage>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
- messageHandler(Handler<GrpcMessage>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- messageHandler(Handler<GrpcMessage>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
-
Set a handler to be notified with incoming encoded messages.
- messageHandler(Handler<GrpcMessage>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- messageHandler(Handler<GrpcMessage>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- messageHandler(Handler<GrpcMessage>) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
-
Set a handler to be notified with incoming encoded messages.
- messageHandler(Handler<GrpcMessage>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- messageId() - Method in interface io.vertx.mqtt.messages.MqttMessage
- messageId() - Method in interface io.vertx.mqtt.messages.MqttPubAckMessage
- messageId() - Method in interface io.vertx.mqtt.messages.MqttPubCompMessage
- messageId() - Method in interface io.vertx.mqtt.messages.MqttPubRecMessage
- messageId() - Method in interface io.vertx.mqtt.messages.MqttPubRelMessage
- messageId() - Method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
- messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- messageId() - Method in interface io.vertx.rxjava3.mqtt.messages.MqttMessage
- messageId() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- messageId() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- messageId() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- messageId() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- messageId() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- messageId() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- messageId() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- messageId() - Method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- messageMaxBytes() - Method in class io.vertx.tracing.zipkin.VertxSender
- MessageProducer<T> - Class in io.vertx.reactivex.core.eventbus
-
Represents a stream of message that can be written to.
- MessageProducer<T> - Class in io.vertx.rxjava3.core.eventbus
-
Represents a stream of message that can be written to.
- MessageProducer<T> - Interface in io.vertx.core.eventbus
-
Represents a stream of message that can be written to.
- MessageProducer(MessageProducer) - Constructor for class io.vertx.reactivex.core.eventbus.MessageProducer
- MessageProducer(MessageProducer) - Constructor for class io.vertx.rxjava3.core.eventbus.MessageProducer
- MessageProducer(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.MessageProducer
- MessageProducer(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.core.eventbus.MessageProducer
- messageRead(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
A message has been received from the network.
- messageReceived(String, boolean, boolean, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called when a message is received.
- messageSent(String, boolean, boolean, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called when a message has been sent or published.
- messageSize() - Method in exception io.vertx.grpc.common.MessageSizeOverflowException
- messageSizeInBytes(List<byte[]>) - Method in class io.vertx.tracing.zipkin.VertxSender
- MessageSizeOverflowException - Exception in io.vertx.grpc.common
-
Signals a message that is longer than the maximum configured size.
- MessageSizeOverflowException(long) - Constructor for exception io.vertx.grpc.common.MessageSizeOverflowException
- MessageSource - Class in io.vertx.reactivex.servicediscovery.types
-
Service type for data producer.
- MessageSource - Class in io.vertx.rxjava3.servicediscovery.types
-
Service type for data producer.
- MessageSource - Interface in io.vertx.servicediscovery.types
-
Service type for data producer.
- MessageSource(MessageSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.MessageSource
- MessageSource(MessageSource) - Constructor for class io.vertx.rxjava3.servicediscovery.types.MessageSource
- MessageSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.MessageSource
- MessageSource(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.types.MessageSource
- MessageType - Enum in io.vertx.ext.web.handler.graphql.ws
-
The
Message
types. - messageWritten(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
A message has been sent over the network.
- MESSAGING - io.vertx.core.spi.tracing.SpanKind
- metadata() - Method in interface io.vertx.cassandra.CassandraClient
-
Get
Metadata
for the session. - metadata() - Method in class io.vertx.core.spi.cluster.NodeInfo
- metadata() - Method in interface io.vertx.ext.web.Route
- metadata() - Method in interface io.vertx.ext.web.Router
- metadata() - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Get for the session.
- metadata() - Method in class io.vertx.reactivex.ext.web.Route
- metadata() - Method in class io.vertx.reactivex.ext.web.Router
- metadata() - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Get for the session.
- metadata() - Method in class io.vertx.rxjava3.ext.web.Route
- metadata() - Method in class io.vertx.rxjava3.ext.web.Router
- method() - Method in interface io.vertx.core.http.HttpRequestHead
- method() - Method in interface io.vertx.core.http.HttpServerRequest
- method() - Method in interface io.vertx.core.spi.observability.HttpRequest
- method() - Method in interface io.vertx.ext.web.client.HttpRequest
- method() - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- method() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- method() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- method() - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- method() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- method() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- method(HttpMethod) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to use a new method
value
. - method(HttpMethod) - Method in interface io.vertx.ext.web.Route
-
Add an HTTP method for this route.
- method(HttpMethod) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to use a new method
value
. - method(HttpMethod) - Method in class io.vertx.reactivex.ext.web.Route
-
Add an HTTP method for this route.
- method(HttpMethod) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to use a new method
value
. - method(HttpMethod) - Method in class io.vertx.rxjava3.ext.web.Route
-
Add an HTTP method for this route.
- methodBlock(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- methodDescriptor(String) - Method in interface io.vertx.grpc.server.Service
-
Get a method descriptor by service.
- methodDescriptors() - Method in interface io.vertx.grpc.server.Service
-
Get a list of all method descriptors for this service.
- methodInvoker(FrameworkMethod, Object) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- methodName() - Method in interface io.vertx.grpc.common.ServiceMethod
- methodName() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- methodName() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- methodName() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- methodName(String) - Method in interface io.vertx.grpc.client.GrpcClientRequest
-
Set the method name to call.
- methodName(String) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Set the method name to call.
- methodName(String) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Set the method name to call.
- MethodOverrideHandler - Class in io.vertx.reactivex.ext.web.handler
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - MethodOverrideHandler - Class in io.vertx.rxjava3.ext.web.handler
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - MethodOverrideHandler - Interface in io.vertx.ext.web.handler
- MethodOverrideHandler(MethodOverrideHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
- MethodOverrideHandler(MethodOverrideHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
- MethodOverrideHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
- MethodOverrideHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
- methods() - Method in interface io.vertx.ext.web.Route
- methods() - Method in class io.vertx.reactivex.ext.web.Route
- methods() - Method in class io.vertx.rxjava3.ext.web.Route
- metrics() - Method in interface io.vertx.core.net.endpoint.ServerEndpoint
- metrics(VertxOptions) - Method in interface io.vertx.core.spi.VertxMetricsFactory
-
Create a new
VertxMetrics
object. - metrics(VertxOptions) - Method in class io.vertx.ext.dropwizard.DropwizardVertxMetricsFactory
- metrics(VertxOptions) - Method in class io.vertx.micrometer.MicrometerMetricsFactory
- Metrics - Interface in io.vertx.core.spi.metrics
-
The metrics interface is implemented by metrics providers that wants to provide monitoring of Vert.x core.
- METRICS_ENABLED - Static variable in interface io.vertx.core.spi.metrics.Metrics
- MetricsDomain - Enum in io.vertx.micrometer
-
Metric domains with their associated prefixes.
- metricsNames() - Method in interface io.vertx.ext.dropwizard.MetricsService
- metricsNames() - Method in interface io.vertx.micrometer.MetricsService
- metricsNames() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
- metricsNames() - Method in class io.vertx.reactivex.micrometer.MetricsService
- metricsNames() - Method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
- metricsNames() - Method in class io.vertx.rxjava3.micrometer.MetricsService
- MetricsNaming - Class in io.vertx.micrometer
-
Options for naming all metrics
- MetricsNaming() - Constructor for class io.vertx.micrometer.MetricsNaming
-
Default constructor
- MetricsNaming(JsonObject) - Constructor for class io.vertx.micrometer.MetricsNaming
-
Create an instance from a
JsonObject
- MetricsNaming(MetricsNaming) - Constructor for class io.vertx.micrometer.MetricsNaming
-
Copy constructor
- MetricsNamingConverter - Class in io.vertx.micrometer
-
Converter and mapper for
MetricsNaming
. - MetricsNamingConverter() - Constructor for class io.vertx.micrometer.MetricsNamingConverter
- MetricsOptions - Class in io.vertx.core.metrics
-
Vert.x metrics base configuration, this class can be extended by provider implementations to configure those specific implementations.
- MetricsOptions() - Constructor for class io.vertx.core.metrics.MetricsOptions
-
Default constructor
- MetricsOptions(JsonObject) - Constructor for class io.vertx.core.metrics.MetricsOptions
-
Create an instance from a
JsonObject
- MetricsOptions(MetricsOptions) - Constructor for class io.vertx.core.metrics.MetricsOptions
-
Copy constructor
- MetricsOptionsConverter - Class in io.vertx.core.metrics
-
Converter and mapper for
MetricsOptions
. - MetricsOptionsConverter() - Constructor for class io.vertx.core.metrics.MetricsOptionsConverter
- MetricsProvider - Interface in io.vertx.core.spi.metrics
-
Metrics provider is the base SPI used by metrics implementations to retrieve a
Metrics
object. - MetricsService - Class in io.vertx.reactivex.ext.dropwizard
-
The metrics service mainly allows to return a snapshot of measured objects.
- MetricsService - Class in io.vertx.reactivex.micrometer
-
The metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted fromMetricsService
in the vertx-dropwizard-metrics module. - MetricsService - Class in io.vertx.rxjava3.ext.dropwizard
-
The metrics service mainly allows to return a snapshot of measured objects.
- MetricsService - Class in io.vertx.rxjava3.micrometer
-
The metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted fromMetricsService
in the vertx-dropwizard-metrics module. - MetricsService - Interface in io.vertx.ext.dropwizard
-
The metrics service mainly allows to return a snapshot of measured objects.
- MetricsService - Interface in io.vertx.micrometer
-
The metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted fromMetricsService
in the vertx-dropwizard-metrics module. - MetricsService(MetricsService) - Constructor for class io.vertx.reactivex.ext.dropwizard.MetricsService
- MetricsService(MetricsService) - Constructor for class io.vertx.rxjava3.ext.dropwizard.MetricsService
- MetricsService(MetricsService) - Constructor for class io.vertx.reactivex.micrometer.MetricsService
- MetricsService(MetricsService) - Constructor for class io.vertx.rxjava3.micrometer.MetricsService
- MetricsService(Object) - Constructor for class io.vertx.reactivex.ext.dropwizard.MetricsService
- MetricsService(Object) - Constructor for class io.vertx.reactivex.micrometer.MetricsService
- MetricsService(Object) - Constructor for class io.vertx.rxjava3.ext.dropwizard.MetricsService
- MetricsService(Object) - Constructor for class io.vertx.rxjava3.micrometer.MetricsService
- mget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the values of all the given keys.
- mget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the values of all the given keys.
- mget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the values of all the given keys.
- MGET - Static variable in interface io.vertx.redis.client.Command
-
Get the values of all the given keys.
- MicrometerMetricsFactory - Class in io.vertx.micrometer
-
The micrometer metrics registry.
- MicrometerMetricsFactory() - Constructor for class io.vertx.micrometer.MicrometerMetricsFactory
- MicrometerMetricsFactory(MeterRegistry) - Constructor for class io.vertx.micrometer.MicrometerMetricsFactory
-
Build a factory passing the Micrometer MeterRegistry to be used by Vert.x.
- MicrometerMetricsOptions - Class in io.vertx.micrometer
-
Vert.x micrometer configuration.
- MicrometerMetricsOptions() - Constructor for class io.vertx.micrometer.MicrometerMetricsOptions
-
Creates default options for Micrometer metrics.
- MicrometerMetricsOptions(JsonObject) - Constructor for class io.vertx.micrometer.MicrometerMetricsOptions
-
Creates new options object for Micrometer metrics from
json
input. - MicrometerMetricsOptions(MicrometerMetricsOptions) - Constructor for class io.vertx.micrometer.MicrometerMetricsOptions
-
Creates new options object for Micrometer metrics, which is a copy of
other
. - MicrometerMetricsOptionsConverter - Class in io.vertx.micrometer
-
Converter and mapper for
MicrometerMetricsOptions
. - MicrometerMetricsOptionsConverter() - Constructor for class io.vertx.micrometer.MicrometerMetricsOptionsConverter
- MicroProfileAuthorization - Class in io.vertx.reactivex.ext.auth.jwt.authorization
-
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
- MicroProfileAuthorization - Class in io.vertx.rxjava3.ext.auth.jwt.authorization
-
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
- MicroProfileAuthorization - Interface in io.vertx.ext.auth.jwt.authorization
-
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
- MicroProfileAuthorization(MicroProfileAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
- MicroProfileAuthorization(MicroProfileAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
- MicroProfileAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
- MicroProfileAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
- microseconds(int) - Method in class io.vertx.pgclient.data.Interval
- migrate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Atomically transfer a key from a Redis instance to another one.
- migrate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Atomically transfer a key from a Redis instance to another one.
- migrate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Atomically transfer a key from a Redis instance to another one.
- MIGRATE - Static variable in interface io.vertx.redis.client.Command
-
Atomically transfer a key from a Redis instance to another one.
- millis(long) - Static method in class io.vertx.ext.unit.junit.Timeout
- MIMEHeader - Class in io.vertx.reactivex.ext.web
- MIMEHeader - Class in io.vertx.rxjava3.ext.web
- MIMEHeader - Interface in io.vertx.ext.web
- MIMEHeader(MIMEHeader) - Constructor for class io.vertx.reactivex.ext.web.MIMEHeader
- MIMEHeader(MIMEHeader) - Constructor for class io.vertx.rxjava3.ext.web.MIMEHeader
- MIMEHeader(Object) - Constructor for class io.vertx.reactivex.ext.web.MIMEHeader
- MIMEHeader(Object) - Constructor for class io.vertx.rxjava3.ext.web.MIMEHeader
- MimeMapping - Class in io.vertx.core.http
-
We do our own mapping since support for mime mapping in Java is platform dependent and doesn't seem to work very well
- MimeMapping() - Constructor for class io.vertx.core.http.MimeMapping
- mimeTypeForExtension(String) - Static method in class io.vertx.core.http.MimeMapping
- mimeTypeForFilename(String) - Static method in class io.vertx.core.http.MimeMapping
- min(Double) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the lower inclusive boundary for the longitude and latitude values for 2d indexes..
- MIN_PACKET_SIZE - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
- MIN_TTL - Static variable in class io.vertx.serviceresolver.srv.SrvResolverOptions
- MIN_TTL_UNIT - Static variable in class io.vertx.serviceresolver.srv.SrvResolverOptions
- minimum(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- minItems(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- minLength(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- minorVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- minorVersion() - Method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- minorVersion() - Method in interface io.vertx.sqlclient.spi.DatabaseMetadata
- minProperties(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- minResponseTime() - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- minutes(int) - Method in class io.vertx.pgclient.data.Interval
- MINUTES - io.vertx.ext.mongo.TimeSeriesGranularity
- MISSING_MATCHING_BODY_PROCESSOR - io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
-
The provided content type doesn't match any of the managed content type by the mounted
ValidationHandler
- MISSING_OPERATION - io.vertx.openapi.validation.ValidatorErrorType
-
The request can't get validated due to missing operation information.
- MISSING_PARAMETER_WHEN_REQUIRED_ERROR - io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
-
Parameter is required but it's missing
- MISSING_REQUIRED_PARAMETER - io.vertx.openapi.validation.ValidatorErrorType
-
A required parameter was not part of the request or response
- MISSING_RESPONSE - io.vertx.openapi.validation.ValidatorErrorType
-
The response can't get validated due to missing response definition for the related status code information.
- MISSING_VALUE - io.vertx.json.schema.OutputErrorType
- missingKeyHandler(Handler<String>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Handled to be called when a key (mentioned on a JWT) is missing from the current config.
- missingKeyHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Handled to be called when a key (mentioned on a JWT) is missing from the current config.
- missingKeyHandler(Handler<String>) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Handled to be called when a key (mentioned on a JWT) is missing from the current config.
- MissingOptionException - Exception in io.vertx.core.cli
-
Exception thrown when an option was expected and was not found on the command line.
- MissingOptionException(Collection<Option>) - Constructor for exception io.vertx.core.cli.MissingOptionException
-
Creates a new instance of
MissingOptionException
. - MissingValueException - Exception in io.vertx.core.cli
-
Exception thrown when an option requiring a value does not receive the value, or when a mandatory argument does not receive a value.
- MissingValueException(Argument) - Constructor for exception io.vertx.core.cli.MissingValueException
-
Creates a new instance of
MissingValueException
when a mandatory argument is not set in the user command line. - MissingValueException(Option) - Constructor for exception io.vertx.core.cli.MissingValueException
-
Creates a new instance of
MissingValueException
when an option requiring a value does not receive a value. - mixed() - Method in interface io.vertx.core.http.ClientMultipartForm
- mixed(boolean) - Method in interface io.vertx.core.http.ClientMultipartForm
-
Allow or disallow multipart mixed encoding when files are sharing the same file name.
- MKACTIVITY - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
MKACTIVITY
method, this instance is interned and uniquely used. - MKCALENDAR - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 4791
MKCALENDAR
method, this instance is interned and uniquely used. - MKCOL - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2518/4918
MKCOL
method, this instance is interned and uniquely used. - mkdir(String) - Method in interface io.vertx.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - mkdir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - mkdir(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - mkdir(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - mkdir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - mkdir(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - mkdirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.mkdir(String)
- mkdirBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.mkdir(java.lang.String)
- mkdirBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.mkdir(java.lang.String)
- mkdirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.mkdir(String, String)
- mkdirBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.mkdir(java.lang.String)
- mkdirBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.mkdir(java.lang.String)
- mkdirs(String) - Method in interface io.vertx.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - mkdirs(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - mkdirs(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - mkdirs(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - mkdirs(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - mkdirs(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - mkdirsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.mkdirs(String)
- mkdirsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.mkdirs(java.lang.String)
- mkdirsBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.mkdirs(java.lang.String)
- mkdirsBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.mkdirs(String, String)
- mkdirsBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.mkdirs(java.lang.String)
- mkdirsBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.mkdirs(java.lang.String)
- MKWORKSPACE - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
MKWORKSPACE
method, this instance is interned and uniquely used. - mode() - Static method in interface io.vertx.ext.web.common.WebEnvironment
-
The current mode from the system properties with fallback to environment variables
- mode() - Static method in class io.vertx.reactivex.ext.web.common.WebEnvironment
-
The current mode from the system properties with fallback to environment variables
- mode() - Static method in class io.vertx.rxjava3.ext.web.common.WebEnvironment
-
The current mode from the system properties with fallback to environment variables
- modified(boolean, boolean) - Method in interface io.vertx.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
modified
. - modified(boolean, boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
modified
. - modified(boolean, boolean) - Method in class io.vertx.rxjava3.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
modified
. - MODIFIED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for documents modified.
- modifiedHandler(Handler<Router>) - Method in interface io.vertx.ext.web.Router
-
When a Router routes are changed this handler is notified.
- modifiedHandler(Handler<Router>) - Method in class io.vertx.reactivex.ext.web.Router
-
When a Router routes are changed this handler is notified.
- modifiedHandler(Handler<Router>) - Method in class io.vertx.rxjava3.ext.web.Router
-
When a Router routes are changed this handler is notified.
- modifyBody(BodyTransformer, BodyTransformer) - Static method in interface io.vertx.httpproxy.interceptors.BodyInterceptor
-
Apply callbacks to change the request and response bodies when the proxy receives them.
- modifyBody(BodyTransformer, BodyTransformer) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
-
Apply callbacks to change the request and response bodies when the proxy receives them.
- modifyRequestBody(BodyTransformer) - Static method in interface io.vertx.httpproxy.interceptors.BodyInterceptor
-
Apply callbacks to change the request body when the proxy receives it.
- modifyRequestBody(BodyTransformer) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
-
Apply callbacks to change the request body when the proxy receives it.
- modifyResponseBody(BodyTransformer) - Static method in interface io.vertx.httpproxy.interceptors.BodyInterceptor
-
Apply callbacks to change the response body when the proxy receives it.
- modifyResponseBody(BodyTransformer) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
-
Apply callbacks to change the response body when the proxy receives it.
- module(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for module commands.
- module(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for module commands.
- module(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for module commands.
- MODULE - Static variable in interface io.vertx.redis.client.Command
-
A container for module commands.
- Money - Class in io.vertx.pgclient.data
-
The PostgreSQL MONEY> type.
- Money() - Constructor for class io.vertx.pgclient.data.Money
- Money(Number) - Constructor for class io.vertx.pgclient.data.Money
- MongoAuthentication - Interface in io.vertx.ext.auth.mongo
-
An extension of AuthProvider which is using
MongoClient
as store - MongoAuthenticationOptions - Class in io.vertx.ext.auth.mongo
-
Options configuring Mongo authentication.
- MongoAuthenticationOptions() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
- MongoAuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
- MongoAuthenticationOptionsConverter - Class in io.vertx.ext.auth.mongo
-
Converter and mapper for
MongoAuthenticationOptions
. - MongoAuthenticationOptionsConverter() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthenticationOptionsConverter
- MongoAuthorization - Interface in io.vertx.ext.auth.mongo
-
An extension of AuthProvider which is using
MongoClient
as store - MongoAuthorizationOptions - Class in io.vertx.ext.auth.mongo
-
Options configuring Mongo authentication.
- MongoAuthorizationOptions() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
- MongoAuthorizationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
- MongoAuthorizationOptionsConverter - Class in io.vertx.ext.auth.mongo
-
Converter and mapper for
MongoAuthorizationOptions
. - MongoAuthorizationOptionsConverter() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthorizationOptionsConverter
- MongoClient - Class in io.vertx.reactivex.ext.mongo
-
A Vert.x service used to interact with MongoDB server instances.
- MongoClient - Class in io.vertx.rxjava3.ext.mongo
-
A Vert.x service used to interact with MongoDB server instances.
- MongoClient - Interface in io.vertx.ext.mongo
-
A Vert.x service used to interact with MongoDB server instances.
- MongoClient(MongoClient) - Constructor for class io.vertx.reactivex.ext.mongo.MongoClient
- MongoClient(MongoClient) - Constructor for class io.vertx.rxjava3.ext.mongo.MongoClient
- MongoClient(Object) - Constructor for class io.vertx.reactivex.ext.mongo.MongoClient
- MongoClient(Object) - Constructor for class io.vertx.rxjava3.ext.mongo.MongoClient
- MongoClientBulkWriteResult - Class in io.vertx.ext.mongo
-
Result propagated from mongodb driver bulk write result.
- MongoClientBulkWriteResult() - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Default constructor
- MongoClientBulkWriteResult(long, long, long, long, List<JsonObject>, List<JsonObject>) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constructor to specify the result of the bulk write operation.
- MongoClientBulkWriteResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constructor from JSON
- MongoClientBulkWriteResult(MongoClientBulkWriteResult) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Copy constructor
- MongoClientDeleteResult - Class in io.vertx.ext.mongo
-
Result propagated from mongodb driver delete result.
- MongoClientDeleteResult() - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
-
Default constructor
- MongoClientDeleteResult(long) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
-
Constructor that specify the number of documents removed
- MongoClientDeleteResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
-
Constructor form JSON
- MongoClientDeleteResult(MongoClientDeleteResult) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
-
Copy constructor
- MongoClientUpdateResult - Class in io.vertx.ext.mongo
-
Result propagated from mongodb driver update result.
- MongoClientUpdateResult() - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
-
Default constructor
- MongoClientUpdateResult(long, JsonObject, long) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constructor to specify the status of the operation.
- MongoClientUpdateResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constructor from JSON
- MongoClientUpdateResult(MongoClientUpdateResult) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
-
Copy constructor
- MongoDataSource - Class in io.vertx.reactivex.servicediscovery.types
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - MongoDataSource - Class in io.vertx.rxjava3.servicediscovery.types
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - MongoDataSource - Interface in io.vertx.servicediscovery.types
- MongoDataSource(MongoDataSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.MongoDataSource
- MongoDataSource(MongoDataSource) - Constructor for class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- MongoDataSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.MongoDataSource
- MongoDataSource(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- MongoGridFsClient - Class in io.vertx.reactivex.ext.mongo
- MongoGridFsClient - Class in io.vertx.rxjava3.ext.mongo
- MongoGridFsClient - Interface in io.vertx.ext.mongo
- MongoGridFsClient(MongoGridFsClient) - Constructor for class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- MongoGridFsClient(MongoGridFsClient) - Constructor for class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- MongoGridFsClient(Object) - Constructor for class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- MongoGridFsClient(Object) - Constructor for class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- MongoUserUtil - Interface in io.vertx.ext.auth.mongo
-
Utility to create users/roles/permissions.
- monitor() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Listen for all requests received by the server in real time.
- monitor() - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for all requests received by the server in real time.
- monitor() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Listen for all requests received by the server in real time.
- MONITOR - Static variable in interface io.vertx.redis.client.Command
-
Listen for all requests received by the server in real time.
- months(int) - Method in class io.vertx.pgclient.data.Interval
- mountPoint() - Method in interface io.vertx.ext.web.RoutingContext
- mountPoint() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- mountPoint() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- move(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - move(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - move(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Move a key to another database.
- move(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Move a key to another database.
- move(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - move(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Move a key to another database.
- move(String, String, CopyOptions) - Method in interface io.vertx.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - move(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - move(String, String, CopyOptions) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - MOVE - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2518/4918
MOVE
method, this instance is interned and uniquely used. - MOVE - Static variable in interface io.vertx.redis.client.Command
-
Move a key to another database.
- moveBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.move(String, String)
- moveBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.move(java.lang.String, java.lang.String)
- moveBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.move(java.lang.String, java.lang.String)
- MQTT_INFLIGHT_QUEUE_FULL - Static variable in class io.vertx.mqtt.MqttException
- MQTT_INVALID_TOPIC_FILTER - Static variable in class io.vertx.mqtt.MqttException
- MQTT_INVALID_TOPIC_NAME - Static variable in class io.vertx.mqtt.MqttException
- MQTT_SUBPROTOCOL_CSV_LIST - Static variable in class io.vertx.mqtt.MqttServerOptions
- MqttAuth - Class in io.vertx.mqtt
-
MQTT authentication information
- MqttAuth(JsonObject) - Constructor for class io.vertx.mqtt.MqttAuth
-
Create instance from JSON
- MqttAuth(String, String) - Constructor for class io.vertx.mqtt.MqttAuth
-
Constructor
- MqttAuthenticateReasonCode - Enum in io.vertx.mqtt.messages.codes
- MqttAuthenticationExchangeMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT AUTH message
- MqttAuthenticationExchangeMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT AUTH message
- MqttAuthenticationExchangeMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT AUTH message
- MqttAuthenticationExchangeMessage(MqttAuthenticationExchangeMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- MqttAuthenticationExchangeMessage(MqttAuthenticationExchangeMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- MqttAuthenticationExchangeMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- MqttAuthenticationExchangeMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- MqttClient - Class in io.vertx.reactivex.mqtt
-
An MQTT client
- MqttClient - Class in io.vertx.rxjava3.mqtt
-
An MQTT client
- MqttClient - Interface in io.vertx.mqtt
-
An MQTT client
- MqttClient(MqttClient) - Constructor for class io.vertx.reactivex.mqtt.MqttClient
- MqttClient(MqttClient) - Constructor for class io.vertx.rxjava3.mqtt.MqttClient
- MqttClient(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttClient
- MqttClient(Object) - Constructor for class io.vertx.rxjava3.mqtt.MqttClient
- MqttClientOptions - Class in io.vertx.mqtt
-
Represents options used by the MQTT client.
- MqttClientOptions() - Constructor for class io.vertx.mqtt.MqttClientOptions
-
Default constructor
- MqttClientOptions(JsonObject) - Constructor for class io.vertx.mqtt.MqttClientOptions
-
Create an instance of MqttClientOptions from JSON
- MqttClientOptions(MqttClientOptions) - Constructor for class io.vertx.mqtt.MqttClientOptions
-
Copy constructor
- MqttClientOptionsConverter - Class in io.vertx.mqtt
-
Converter and mapper for
MqttClientOptions
. - MqttClientOptionsConverter() - Constructor for class io.vertx.mqtt.MqttClientOptionsConverter
- MqttConnAckMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT CONNACK message
- MqttConnAckMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT CONNACK message
- MqttConnAckMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT CONNACK message
- MqttConnAckMessage(MqttConnAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- MqttConnAckMessage(MqttConnAckMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- MqttConnAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- MqttConnAckMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- MqttConnectionException - Class in io.vertx.mqtt
-
Exception raised when a connection request fails at MQTT level
- MqttConnectionException(MqttConnectReturnCode) - Constructor for class io.vertx.mqtt.MqttConnectionException
-
Constructor
- MqttDisconnectMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT CONNACK message
- MqttDisconnectMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT CONNACK message
- MqttDisconnectMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT CONNACK message
- MqttDisconnectMessage(MqttDisconnectMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- MqttDisconnectMessage(MqttDisconnectMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- MqttDisconnectMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- MqttDisconnectMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- MqttDisconnectReasonCode - Enum in io.vertx.mqtt.messages.codes
-
Reason codes for DISCONNECT MQTT message
- MqttEndpoint - Class in io.vertx.reactivex.mqtt
-
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client
- MqttEndpoint - Class in io.vertx.rxjava3.mqtt
-
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client
- MqttEndpoint - Interface in io.vertx.mqtt
-
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client
- MqttEndpoint(MqttEndpoint) - Constructor for class io.vertx.reactivex.mqtt.MqttEndpoint
- MqttEndpoint(MqttEndpoint) - Constructor for class io.vertx.rxjava3.mqtt.MqttEndpoint
- MqttEndpoint(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttEndpoint
- MqttEndpoint(Object) - Constructor for class io.vertx.rxjava3.mqtt.MqttEndpoint
- MqttException - Class in io.vertx.mqtt
-
Exception raised with a specific reason code
- MqttException(int) - Constructor for class io.vertx.mqtt.MqttException
-
Constructor
- MqttException(int, String) - Constructor for class io.vertx.mqtt.MqttException
-
Constructor
- MqttMessage - Interface in io.vertx.mqtt.messages
-
Represent the interface for each MQTT message
- MqttMessage - Interface in io.vertx.reactivex.mqtt.messages
-
Represent the interface for each MQTT message
- MqttMessage - Interface in io.vertx.rxjava3.mqtt.messages
-
Represent the interface for each MQTT message
- MqttPubAckMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT PUBACK message
- MqttPubAckMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT PUBACK message
- MqttPubAckMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT PUBACK message
- MqttPubAckMessage(MqttPubAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- MqttPubAckMessage(MqttPubAckMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- MqttPubAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- MqttPubAckMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- MqttPubAckReasonCode - Enum in io.vertx.mqtt.messages.codes
-
Reason codes for PUBACK MQTT message
- MqttPubCompMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT PUBCOMP message
- MqttPubCompMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT PUBCOMP message
- MqttPubCompMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT PUBCOMP message
- MqttPubCompMessage(MqttPubCompMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- MqttPubCompMessage(MqttPubCompMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- MqttPubCompMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- MqttPubCompMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- MqttPubCompReasonCode - Enum in io.vertx.mqtt.messages.codes
-
Reason codes for PUBCOMP MQTT message
- MqttPublishMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT PUBLISH message
- MqttPublishMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT PUBLISH message
- MqttPublishMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT PUBLISH message
- MqttPublishMessage(MqttPublishMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- MqttPublishMessage(MqttPublishMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- MqttPublishMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- MqttPublishMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- MqttPubRecMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT PUBREC message
- MqttPubRecMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT PUBREC message
- MqttPubRecMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT PUBREC message
- MqttPubRecMessage(MqttPubRecMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- MqttPubRecMessage(MqttPubRecMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- MqttPubRecMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- MqttPubRecMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- MqttPubRecReasonCode - Enum in io.vertx.mqtt.messages.codes
-
Reason codes for PUBREC MQTT message
- MqttPubRelMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT PUBREL message
- MqttPubRelMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT PUBREL message
- MqttPubRelMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT PUBREL message
- MqttPubRelMessage(MqttPubRelMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- MqttPubRelMessage(MqttPubRelMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- MqttPubRelMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- MqttPubRelMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- MqttPubRelReasonCode - Enum in io.vertx.mqtt.messages.codes
-
Reason codes for PUBREL MQTT message
- MqttReasonCode - Interface in io.vertx.mqtt.messages.codes
-
Common interface for MQTT messages reason codes enums
- MqttServer - Class in io.vertx.reactivex.mqtt
-
An MQTT server
- MqttServer - Class in io.vertx.rxjava3.mqtt
-
An MQTT server
- MqttServer - Interface in io.vertx.mqtt
-
An MQTT server
- MqttServer(MqttServer) - Constructor for class io.vertx.reactivex.mqtt.MqttServer
- MqttServer(MqttServer) - Constructor for class io.vertx.rxjava3.mqtt.MqttServer
- MqttServer(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttServer
- MqttServer(Object) - Constructor for class io.vertx.rxjava3.mqtt.MqttServer
- MqttServerOptions - Class in io.vertx.mqtt
-
Represents options used by the MQTT server
- MqttServerOptions() - Constructor for class io.vertx.mqtt.MqttServerOptions
-
Default constructor
- MqttServerOptions(JsonObject) - Constructor for class io.vertx.mqtt.MqttServerOptions
-
Create an options from JSON
- MqttServerOptions(MqttServerOptions) - Constructor for class io.vertx.mqtt.MqttServerOptions
-
Copy constructor
- MqttServerOptionsConverter - Class in io.vertx.mqtt
-
Converter and mapper for
MqttServerOptions
. - MqttServerOptionsConverter() - Constructor for class io.vertx.mqtt.MqttServerOptionsConverter
- MqttSubAckMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT SUBACK message
- MqttSubAckMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT SUBACK message
- MqttSubAckMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT SUBACK message
- MqttSubAckMessage(MqttSubAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- MqttSubAckMessage(MqttSubAckMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- MqttSubAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- MqttSubAckMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- MqttSubAckReasonCode - Enum in io.vertx.mqtt.messages.codes
-
Reason codes for SUBACK MQTT message
- MqttSubscribeMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT SUBSCRIBE message
- MqttSubscribeMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT SUBSCRIBE message
- MqttSubscribeMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT SUBSCRIBE message
- MqttSubscribeMessage(MqttSubscribeMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- MqttSubscribeMessage(MqttSubscribeMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- MqttSubscribeMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- MqttSubscribeMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- MqttTopicSubscription - Class in io.vertx.reactivex.mqtt
-
Represents a subscription to a topic
- MqttTopicSubscription - Class in io.vertx.rxjava3.mqtt
-
Represents a subscription to a topic
- MqttTopicSubscription - Interface in io.vertx.mqtt
-
Represents a subscription to a topic
- MqttTopicSubscription(MqttTopicSubscription) - Constructor for class io.vertx.reactivex.mqtt.MqttTopicSubscription
- MqttTopicSubscription(MqttTopicSubscription) - Constructor for class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- MqttTopicSubscription(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttTopicSubscription
- MqttTopicSubscription(Object) - Constructor for class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- MqttUnsubAckReasonCode - Enum in io.vertx.mqtt.messages.codes
-
Reason codes for UNSUBACK MQTT message
- MqttUnsubscribeMessage - Class in io.vertx.reactivex.mqtt.messages
-
Represents an MQTT UNSUBSCRIBE message
- MqttUnsubscribeMessage - Class in io.vertx.rxjava3.mqtt.messages
-
Represents an MQTT UNSUBSCRIBE message
- MqttUnsubscribeMessage - Interface in io.vertx.mqtt.messages
-
Represents an MQTT UNSUBSCRIBE message
- MqttUnsubscribeMessage(MqttUnsubscribeMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- MqttUnsubscribeMessage(MqttUnsubscribeMessage) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- MqttUnsubscribeMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- MqttUnsubscribeMessage(Object) - Constructor for class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- MqttWill - Class in io.vertx.mqtt
-
Will information from the remote MQTT client
- MqttWill(boolean, String, Buffer, int, boolean, MqttProperties) - Constructor for class io.vertx.mqtt.MqttWill
-
Constructor
- MqttWill(JsonObject) - Constructor for class io.vertx.mqtt.MqttWill
-
Create instance from JSON
- mset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set multiple keys to multiple values.
- mset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set multiple keys to multiple values.
- mset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set multiple keys to multiple values.
- MSET - Static variable in interface io.vertx.redis.client.Command
-
Set multiple keys to multiple values.
- msetnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set multiple keys to multiple values, only if none of the keys exist.
- msetnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set multiple keys to multiple values, only if none of the keys exist.
- msetnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set multiple keys to multiple values, only if none of the keys exist.
- MSETNX - Static variable in interface io.vertx.redis.client.Command
-
Set multiple keys to multiple values, only if none of the keys exist.
- MSSQLBuilder - Class in io.vertx.reactivex.mssqlclient
-
Entry point for building MSSQL clients.
- MSSQLBuilder - Class in io.vertx.rxjava3.mssqlclient
-
Entry point for building MSSQL clients.
- MSSQLBuilder - Interface in io.vertx.mssqlclient
-
Entry point for building MSSQL clients.
- MSSQLBuilder(MSSQLBuilder) - Constructor for class io.vertx.reactivex.mssqlclient.MSSQLBuilder
- MSSQLBuilder(MSSQLBuilder) - Constructor for class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
- MSSQLBuilder(Object) - Constructor for class io.vertx.reactivex.mssqlclient.MSSQLBuilder
- MSSQLBuilder(Object) - Constructor for class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
- MSSQLConnection - Class in io.vertx.reactivex.mssqlclient
-
A connection to Microsoft SQL Server.
- MSSQLConnection - Class in io.vertx.rxjava3.mssqlclient
-
A connection to Microsoft SQL Server.
- MSSQLConnection - Interface in io.vertx.mssqlclient
-
A connection to Microsoft SQL Server.
- MSSQLConnection(MSSQLConnection) - Constructor for class io.vertx.reactivex.mssqlclient.MSSQLConnection
- MSSQLConnection(MSSQLConnection) - Constructor for class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- MSSQLConnection(Object) - Constructor for class io.vertx.reactivex.mssqlclient.MSSQLConnection
- MSSQLConnection(Object) - Constructor for class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- MSSQLConnectOptions - Class in io.vertx.mssqlclient
-
Connect options for configuring
MSSQLConnection
. - MSSQLConnectOptions() - Constructor for class io.vertx.mssqlclient.MSSQLConnectOptions
- MSSQLConnectOptions(JsonObject) - Constructor for class io.vertx.mssqlclient.MSSQLConnectOptions
- MSSQLConnectOptions(MSSQLConnectOptions) - Constructor for class io.vertx.mssqlclient.MSSQLConnectOptions
- MSSQLConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.mssqlclient.MSSQLConnectOptions
- MSSQLConnectOptionsConverter - Class in io.vertx.mssqlclient
-
Converter and mapper for
MSSQLConnectOptions
. - MSSQLConnectOptionsConverter() - Constructor for class io.vertx.mssqlclient.MSSQLConnectOptionsConverter
- MSSQLDriver - Class in io.vertx.mssqlclient.spi
- MSSQLDriver() - Constructor for class io.vertx.mssqlclient.spi.MSSQLDriver
- MSSQLException - Exception in io.vertx.mssqlclient
-
The
DatabaseException
for MS SQL Server. - MSSQLException(int, byte, byte, String, String, String, int) - Constructor for exception io.vertx.mssqlclient.MSSQLException
- MSSQLInfo - Class in io.vertx.mssqlclient
-
An information message sent by the server to the client.
- MSSQLInfo() - Constructor for class io.vertx.mssqlclient.MSSQLInfo
- MSSQLInfo(JsonObject) - Constructor for class io.vertx.mssqlclient.MSSQLInfo
- MSSQLInfo(MSSQLInfo) - Constructor for class io.vertx.mssqlclient.MSSQLInfo
- MSSQLInfoConverter - Class in io.vertx.mssqlclient
-
Converter and mapper for
MSSQLInfo
. - MSSQLInfoConverter() - Constructor for class io.vertx.mssqlclient.MSSQLInfoConverter
- multi() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Mark the start of a transaction block.
- multi() - Method in interface io.vertx.redis.client.RedisAPI
-
Mark the start of a transaction block.
- multi() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Mark the start of a transaction block.
- MULTI - io.vertx.redis.client.ResponseType
-
List of multiple bulk responses (List, Set, Map).
- MULTI - Static variable in interface io.vertx.redis.client.Command
-
Mark the start of a transaction block.
- MultiLineString - Class in io.vertx.mysqlclient.data.spatial
-
A MultiLineString is a MultiCurve geometry collection composed of LineString elements.
- MultiLineString() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
- MultiLineString(long, List<LineString>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
- MultiLineString(MultiLineString) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
- MultiMap - Interface in io.vertx.core
-
This class represents a MultiMap of String keys to a List of String values.
- MULTIPART_FORM_DATA - Static variable in interface io.vertx.core.http.HttpHeaders
-
multipart/form-data header value
- MULTIPART_FORM_DATA - Static variable in interface io.vertx.openapi.contract.MediaType
- MULTIPART_FORM_DATA - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
multipart/form-data header value
- MULTIPART_FORM_DATA - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- MULTIPART_FORM_DATA - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
multipart/form-data header value
- MULTIPART_FORM_DATA - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- multipartFileUploadExists(String, String) - Static method in interface io.vertx.ext.web.validation.RequestPredicate
-
Generate request predicate that checks if a particular multipart file upload with
propertyName
and matchingcontentTypePattern
exists - multipartFileUploadExists(String, String) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
-
Generate request predicate that checks if a particular multipart file upload with
propertyName
and matchingcontentTypePattern
exists - multipartFileUploadExists(String, String) - Static method in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
-
Generate request predicate that checks if a particular multipart file upload with
propertyName
and matchingcontentTypePattern
exists - multipartForm() - Static method in interface io.vertx.core.http.ClientMultipartForm
- MultipartForm - Class in io.vertx.reactivex.ext.web.multipart
-
A multipart form.
- MultipartForm - Class in io.vertx.rxjava3.ext.web.multipart
-
A multipart form.
- MultipartForm - Interface in io.vertx.ext.web.multipart
-
A multipart form.
- MultipartForm(MultipartForm) - Constructor for class io.vertx.reactivex.ext.web.multipart.MultipartForm
- MultipartForm(MultipartForm) - Constructor for class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- MultipartForm(Object) - Constructor for class io.vertx.reactivex.ext.web.multipart.MultipartForm
- MultipartForm(Object) - Constructor for class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- MultipartFormAnalyser - Class in io.vertx.openapi.validation.analyser
- MultipartFormAnalyser(String, Buffer, ValidationContext) - Constructor for class io.vertx.openapi.validation.analyser.MultipartFormAnalyser
-
Creates a new content analyser.
- multipartFormData(ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Bodies
-
Create a form
multipart/form-data
processor - multipartFormData(ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
-
Create a form
multipart/form-data
processor - multipartFormData(ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
-
Create a form
multipart/form-data
processor - multipartMixed() - Method in interface io.vertx.ext.web.client.HttpRequest
- multipartMixed() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- multipartMixed() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- multipartMixed(boolean) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Allow or disallow multipart mixed encoding when sending
MultipartForm
having files sharing the same file name. - multipartMixed(boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Allow or disallow multipart mixed encoding when sending having files sharing the same file name.
- multipartMixed(boolean) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Allow or disallow multipart mixed encoding when sending having files sharing the same file name.
- MultipartPart - Class in io.vertx.openapi.validation.analyser
- MultipartPart(String, String, Buffer) - Constructor for class io.vertx.openapi.validation.analyser.MultipartPart
- multipleOf(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- MultiPoint - Class in io.vertx.mysqlclient.data.spatial
-
A MultiPoint is a geometry collection composed of Point elements.
- MultiPoint() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
- MultiPoint(long, List<Point>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
- MultiPoint(MultiPoint) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
- MultiPolygon - Class in io.vertx.mysqlclient.data.spatial
-
A MultiPolygon is a MultiSurface object composed of Polygon elements.
- MultiPolygon() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
- MultiPolygon(long, List<Polygon>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
- MultiPolygon(MultiPolygon) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
- MultiTenantHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler which selectively executes another handler if a precondition is met.
- MultiTenantHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler which selectively executes another handler if a precondition is met.
- MultiTenantHandler - Interface in io.vertx.ext.web.handler
-
A handler which selectively executes another handler if a precondition is met.
- MultiTenantHandler(MultiTenantHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
- MultiTenantHandler(MultiTenantHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
- MultiTenantHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
- MultiTenantHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
- multiValued - Variable in class io.vertx.core.cli.Argument
-
Whether or not this argument can receive multiple value.
- multiValued - Variable in class io.vertx.core.cli.Option
-
whether or not the option can recevie multiple values.
- mustEncode(char) - Static method in class io.vertx.ext.mail.mailencoder.Utils
- MVELTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.mvel
-
A template engine that uses the Handlebars library.
- MVELTemplateEngine - Class in io.vertx.rxjava3.ext.web.templ.mvel
-
A template engine that uses the Handlebars library.
- MVELTemplateEngine - Interface in io.vertx.ext.web.templ.mvel
-
A template engine that uses the Handlebars library.
- MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
- MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
- MVELTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
- MVELTemplateEngine(Object) - Constructor for class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
- MxRecord - Interface in io.vertx.core.dns
-
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
- MYSQL_CLEAR_PASSWORD - io.vertx.mysqlclient.MySQLAuthenticationPlugin
-
Authentication plugin which enables the client to send password to the server as cleartext without encryption.
- MYSQL_NATIVE_PASSWORD - io.vertx.mysqlclient.MySQLAuthenticationPlugin
-
Authentication plugin which uses SHA-1 hash function to scramble the password and send it to the server.
- MYSQL_OPTION_MULTI_STATEMENTS_OFF - io.vertx.mysqlclient.MySQLSetOption
- MYSQL_OPTION_MULTI_STATEMENTS_ON - io.vertx.mysqlclient.MySQLSetOption
- MySQLAuthenticationPlugin - Enum in io.vertx.mysqlclient
-
MySQL authentication plugins which can be specified at the connection start, more information could be found in MySQL Reference Manual.
- MySQLAuthOptions - Class in io.vertx.mysqlclient
-
Authentication options for MySQL authentication which can be used for CHANGE_USER command.
- MySQLAuthOptions() - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
- MySQLAuthOptions(JsonObject) - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
- MySQLAuthOptions(MySQLAuthOptions) - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
- MySQLAuthOptionsConverter - Class in io.vertx.mysqlclient
-
Converter and mapper for
MySQLAuthOptions
. - MySQLAuthOptionsConverter() - Constructor for class io.vertx.mysqlclient.MySQLAuthOptionsConverter
- MySQLBatchException - Exception in io.vertx.mysqlclient
-
MySQLBatchException
is thrown if an error occurs during executions when usingPreparedQuery.executeBatch(List)
. - MySQLBatchException() - Constructor for exception io.vertx.mysqlclient.MySQLBatchException
- MySQLBuilder - Class in io.vertx.reactivex.mysqlclient
-
Entry point for building MySQL clients.
- MySQLBuilder - Class in io.vertx.rxjava3.mysqlclient
-
Entry point for building MySQL clients.
- MySQLBuilder - Interface in io.vertx.mysqlclient
-
Entry point for building MySQL clients.
- MySQLBuilder(MySQLBuilder) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLBuilder
- MySQLBuilder(MySQLBuilder) - Constructor for class io.vertx.rxjava3.mysqlclient.MySQLBuilder
- MySQLBuilder(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLBuilder
- MySQLBuilder(Object) - Constructor for class io.vertx.rxjava3.mysqlclient.MySQLBuilder
- MySQLClient - Class in io.vertx.reactivex.mysqlclient
-
An interface to define MySQL specific constants or behaviors.
- MySQLClient - Class in io.vertx.rxjava3.mysqlclient
-
An interface to define MySQL specific constants or behaviors.
- MySQLClient - Interface in io.vertx.mysqlclient
-
An interface to define MySQL specific constants or behaviors.
- MySQLClient(MySQLClient) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLClient
- MySQLClient(MySQLClient) - Constructor for class io.vertx.rxjava3.mysqlclient.MySQLClient
- MySQLClient(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLClient
- MySQLClient(Object) - Constructor for class io.vertx.rxjava3.mysqlclient.MySQLClient
- MySQLConnection - Class in io.vertx.reactivex.mysqlclient
-
An interface which represents a connection to MySQL server.
- MySQLConnection - Class in io.vertx.rxjava3.mysqlclient
-
An interface which represents a connection to MySQL server.
- MySQLConnection - Interface in io.vertx.mysqlclient
-
An interface which represents a connection to MySQL server.
- MySQLConnection(MySQLConnection) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLConnection
- MySQLConnection(MySQLConnection) - Constructor for class io.vertx.rxjava3.mysqlclient.MySQLConnection
- MySQLConnection(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLConnection
- MySQLConnection(Object) - Constructor for class io.vertx.rxjava3.mysqlclient.MySQLConnection
- MySQLConnectOptions - Class in io.vertx.mysqlclient
-
Connect options for configuring
MySQLConnection
orMySQLBuilder
. - MySQLConnectOptions() - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
- MySQLConnectOptions(JsonObject) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
- MySQLConnectOptions(MySQLConnectOptions) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
- MySQLConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
- MySQLConnectOptionsConverter - Class in io.vertx.mysqlclient
-
Converter and mapper for
MySQLConnectOptions
. - MySQLConnectOptionsConverter() - Constructor for class io.vertx.mysqlclient.MySQLConnectOptionsConverter
- MySQLDriver - Class in io.vertx.mysqlclient.spi
- MySQLDriver() - Constructor for class io.vertx.mysqlclient.spi.MySQLDriver
- MySQLException - Exception in io.vertx.mysqlclient
-
The
DatabaseException
for MySQL. - MySQLException(String, int, String) - Constructor for exception io.vertx.mysqlclient.MySQLException
- MySQLSetOption - Enum in io.vertx.mysqlclient
-
MySQL set options which can be used by
MySQLConnection.setOption(MySQLSetOption)
.
N
- nack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Handles a
NACK
frame. - nack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Handles a
NACK
frame. - nack(StompServerConnection, Frame) - Method in class io.vertx.rxjava3.ext.stomp.Destination
-
Handles a
NACK
frame. - nack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given message.
- nack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given message.
- nack(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given message.
- nack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given frame.
- nack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given frame.
- nack(String, String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given frame.
- NACK - io.vertx.ext.stomp.Command
- nackHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a
NACK
frame is received. - nackHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a
NACK
frame is received. - nackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
NACK
frame is received. - name - Variable in class io.vertx.ext.consul.token.TokenApplyingOptions
-
The name of the service/node
- name() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
- name() - Method in class io.vertx.config.consul.ConsulConfigStoreFactory
- name() - Method in class io.vertx.config.git.GitConfigStoreFactory
- name() - Method in class io.vertx.config.hocon.HoconProcessor
- name() - Method in class io.vertx.config.kubernetes.ConfigMapStoreFactory
- name() - Method in class io.vertx.config.redis.RedisConfigStoreFactory
- name() - Method in interface io.vertx.config.spi.ConfigProcessor
-
Name of the processor, generally the name of the format it handles.
- name() - Method in interface io.vertx.config.spi.ConfigStoreFactory
- name() - Method in class io.vertx.config.spring.SpringConfigServerStoreFactory
- name() - Method in class io.vertx.config.vault.VaultConfigStoreFactory
- name() - Method in class io.vertx.config.yaml.YamlProcessor
- name() - Method in class io.vertx.config.zookeeper.ZookeeperConfigStoreFactory
- name() - Method in interface io.vertx.core.dns.MxRecord
-
The name of the MX record
- name() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the name for the server being queried.
- name() - Method in interface io.vertx.core.eventbus.MessageCodec
-
The codec name.
- name() - Method in interface io.vertx.core.file.FileSystemProps
- name() - Method in class io.vertx.core.http.HttpMethod
- name() - Method in interface io.vertx.core.http.HttpServerFileUpload
- name() - Method in interface io.vertx.core.transport.Transport
- name() - Method in class io.vertx.ext.shell.command.AnnotatedCommand
- name() - Method in class io.vertx.ext.shell.command.base.Echo
- name() - Method in interface io.vertx.ext.shell.command.Command
- name() - Method in interface io.vertx.ext.unit.report.TestCaseReport
- name() - Method in interface io.vertx.ext.unit.report.TestResult
-
The test description, may be null if none was provided.
- name() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
- name() - Method in interface io.vertx.ext.web.FileUpload
- name() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- name() - Method in interface io.vertx.grpc.common.ServiceName
- name() - Method in interface io.vertx.grpc.server.Service
-
Get the name of the service.
- name() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- name() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- name() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
- name() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
-
The test description, may be null if none was provided.
- name() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- name() - Method in class io.vertx.reactivex.ext.web.FileUpload
- name() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- name() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- name() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
- name() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- name() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- name() - Method in class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- name() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
-
The test description, may be null if none was provided.
- name() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- name() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- name() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- name() - Method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- name() - Method in class io.vertx.rxjava3.sqlclient.PropertyKind
- name() - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
- name() - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
- name() - Method in interface io.vertx.servicediscovery.spi.ServiceType
- name() - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
- name() - Method in interface io.vertx.serviceresolver.ServiceAddress
- name() - Method in interface io.vertx.sqlclient.desc.ColumnDescriptor
- name() - Method in interface io.vertx.sqlclient.PropertyKind
- name() - Method in annotation type io.vertx.sqlclient.templates.annotations.Column
- name() - Method in annotation type io.vertx.sqlclient.templates.annotations.TemplateParameter
- name(String) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the name of the index.
- name(T, int) - Method in interface io.vertx.core.spi.tracing.TagExtractor
-
Returns the name of the tag extracted from
obj
at the specifiedindex
. - Name - Annotation Type in io.vertx.core.cli.annotations
-
Defines the name of a
CLI
. - NAMED_POOLS - io.vertx.micrometer.MetricsDomain
-
Named pools metrics.
- nameResolverFactory(NameResolver.Factory) - Method in class io.vertx.grpc.VertxChannelBuilder
-
Deprecated.
- names() - Method in interface io.vertx.core.MultiMap
-
Gets a immutable
Set
of all names - names() - Method in class io.vertx.reactivex.uritemplate.Variables
- names() - Method in class io.vertx.rxjava3.uritemplate.Variables
- names() - Method in interface io.vertx.uritemplate.Variables
- NAMESPACE - io.vertx.micrometer.Label
-
Client namespace
- NaN - Static variable in class io.vertx.sqlclient.data.Numeric
-
Constant for the
NaN
value. - nativeTransport() - Static method in interface io.vertx.core.transport.Transport
-
Return a native transport suitable for the OS
Transport.EPOLL
orTransport.IO_URING
on LinuxTransport.KQUEUE
on Mac - needsSeparator() - Method in interface io.vertx.ext.auth.hashing.HashingAlgorithm
-
Should the encoded string use the default separator to split fields.
- needsSeparator() - Method in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
-
Should the encoded string use the default separator to split fields.
- needsSeparator() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
-
Should the encoded string use the default separator to split fields.
- NET_CLIENT - io.vertx.micrometer.MetricsDomain
-
Net client metrics.
- NET_SERVER - io.vertx.micrometer.MetricsDomain
-
Net server metrics.
- NetClient - Class in io.vertx.reactivex.core.net
-
A TCP client.
- NetClient - Class in io.vertx.rxjava3.core.net
-
A TCP client.
- NetClient - Interface in io.vertx.core.net
-
A TCP client.
- NetClient(NetClient) - Constructor for class io.vertx.reactivex.core.net.NetClient
- NetClient(NetClient) - Constructor for class io.vertx.rxjava3.core.net.NetClient
- NetClient(Object) - Constructor for class io.vertx.reactivex.core.net.NetClient
- NetClient(Object) - Constructor for class io.vertx.rxjava3.core.net.NetClient
- NetClientOptions - Class in io.vertx.core.net
-
Options for configuring a
NetClient
. - NetClientOptions() - Constructor for class io.vertx.core.net.NetClientOptions
-
The default constructor
- NetClientOptions(JsonObject) - Constructor for class io.vertx.core.net.NetClientOptions
-
Create options from JSON
- NetClientOptions(ClientOptionsBase) - Constructor for class io.vertx.core.net.NetClientOptions
-
Create an instance copying the values from
other
and using the defaults ofNetClientOptions
. - NetClientOptions(NetClientOptions) - Constructor for class io.vertx.core.net.NetClientOptions
-
Copy constructor
- NetClientOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
NetClientOptions
. - NetClientOptionsConverter() - Constructor for class io.vertx.core.net.NetClientOptionsConverter
- NetCommandLs - Class in io.vertx.ext.shell.command.base
- NetCommandLs() - Constructor for class io.vertx.ext.shell.command.base.NetCommandLs
- NetServer - Class in io.vertx.reactivex.core.net
-
Represents a TCP server
- NetServer - Class in io.vertx.rxjava3.core.net
-
Represents a TCP server
- NetServer - Interface in io.vertx.core.net
-
Represents a TCP server
- NetServer(NetServer) - Constructor for class io.vertx.reactivex.core.net.NetServer
- NetServer(NetServer) - Constructor for class io.vertx.rxjava3.core.net.NetServer
- NetServer(Object) - Constructor for class io.vertx.reactivex.core.net.NetServer
- NetServer(Object) - Constructor for class io.vertx.rxjava3.core.net.NetServer
- NetServerOptions - Class in io.vertx.core.net
-
Options for configuring a
NetServer
. - NetServerOptions() - Constructor for class io.vertx.core.net.NetServerOptions
-
Default constructor
- NetServerOptions(JsonObject) - Constructor for class io.vertx.core.net.NetServerOptions
-
Create some options from JSON
- NetServerOptions(NetServerOptions) - Constructor for class io.vertx.core.net.NetServerOptions
-
Copy constructor
- NetServerOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
NetServerOptions
. - NetServerOptionsConverter() - Constructor for class io.vertx.core.net.NetServerOptionsConverter
- netSocket() - Method in interface io.vertx.core.http.HttpClientResponse
- netSocket() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- netSocket() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- NetSocket - Class in io.vertx.reactivex.core.net
-
Represents a socket-like interface to a TCP connection on either the client or the server side.
- NetSocket - Class in io.vertx.rxjava3.core.net
-
Represents a socket-like interface to a TCP connection on either the client or the server side.
- NetSocket - Interface in io.vertx.core.net
-
Represents a socket-like interface to a TCP connection on either the client or the server side.
- NetSocket(NetSocket) - Constructor for class io.vertx.reactivex.core.net.NetSocket
- NetSocket(NetSocket) - Constructor for class io.vertx.rxjava3.core.net.NetSocket
- NetSocket(Object) - Constructor for class io.vertx.reactivex.core.net.NetSocket
- NetSocket(Object) - Constructor for class io.vertx.rxjava3.core.net.NetSocket
- nettyBuilder() - Method in class io.vertx.grpc.VertxChannelBuilder
- nettyBuilder() - Method in class io.vertx.grpc.VertxServerBuilder
- NetworkMetrics<S> - Interface in io.vertx.core.spi.metrics
-
An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for TCP or UDP.
- NetworkOptions - Class in io.vertx.core.net
- NetworkOptions() - Constructor for class io.vertx.core.net.NetworkOptions
-
Default constructor
- NetworkOptions(JsonObject) - Constructor for class io.vertx.core.net.NetworkOptions
-
Constructor from JSON
- NetworkOptions(NetworkOptions) - Constructor for class io.vertx.core.net.NetworkOptions
-
Copy constructor
- NetworkOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
NetworkOptions
. - NetworkOptionsConverter() - Constructor for class io.vertx.core.net.NetworkOptionsConverter
- NEVER - io.vertx.redis.client.RedisReplicas
-
Never use REPLICA, queries are always run on a MASTER node.
- newArrayParser(ValueParser<String>) - Method in interface io.vertx.ext.web.validation.builder.ArrayParserFactory
- newArrayParser(ValueParser<String>) - Method in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- newArrayParser(ValueParser<String>) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- newBody(List<byte[]>) - Method in class io.vertx.tracing.zipkin.VertxSender
- newCall(MethodDescriptor<RequestT, ResponseT>, CallOptions) - Method in class io.vertx.grpcio.client.GrpcIoClientChannel
- newDelimited(Buffer) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in delimited mode, and where the delimiter can be represented by theBuffer
delim. - newDelimited(Buffer) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in delimited mode, and where the delimiter can be represented by theBuffer
delim. - newDelimited(Buffer) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in delimited mode, and where the delimiter can be represented by theBuffer
delim. - newDelimited(Buffer, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but wraps thestream
. - newDelimited(Buffer, Flowable<Buffer>) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but wraps thestream
. - newDelimited(Buffer, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(Buffer)
but set theoutput
that will receive whole records which have been parsed. - newDelimited(Buffer, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but set theoutput
that will receive whole records which have been parsed. - newDelimited(Buffer, Handler<Buffer>) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but set theoutput
that will receive whole records which have been parsed. - newDelimited(Buffer, ReadStream<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(Buffer)
but wraps thestream
. - newDelimited(Buffer, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but wraps thestream
. - newDelimited(String) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 . - newDelimited(String) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in delimited mode, and where the delimiter can be represented by the Stringdelim endcoded in latin-1 .
- newDelimited(String) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in delimited mode, and where the delimiter can be represented by the Stringdelim endcoded in latin-1 .
- newDelimited(String, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but wraps thestream
. - newDelimited(String, Flowable<Buffer>) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but wraps thestream
. - newDelimited(String, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(String)
but set theoutput
that will receive whole records which have been parsed. - newDelimited(String, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but set theoutput
that will receive whole records which have been parsed. - newDelimited(String, Handler<Buffer>) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but set theoutput
that will receive whole records which have been parsed. - newDelimited(String, ReadStream<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(String)
but wraps thestream
. - newDelimited(String, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.core.buffer.Buffer>)
but wraps thestream
. - newEndpoint(String) - Method in class io.vertx.tracing.zipkin.VertxSender
- newFixed(int) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in fixed size mode, and where the record size is specified by thesize
parameter. - newFixed(int) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in fixed size mode, and where the record size is specified by thesize
parameter. - newFixed(int) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Create a new
RecordParser
instance, initially in fixed size mode, and where the record size is specified by thesize
parameter. - newFixed(int, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newFixed(int)
but wraps thestream
. - newFixed(int, Flowable<Buffer>) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Like
RecordParser.newFixed(int)
but wraps thestream
. - newFixed(int, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Like
RecordParser.newFixed(int)
but set theoutput
that will receive whole records which have been parsed. - newFixed(int, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newFixed(int)
but set theoutput
that will receive whole records which have been parsed. - newFixed(int, Handler<Buffer>) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Like
RecordParser.newFixed(int)
but set theoutput
that will receive whole records which have been parsed. - newFixed(int, ReadStream<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
-
Like
RecordParser.newFixed(int)
but wraps thestream
. - newFixed(int, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Like
RecordParser.newFixed(int)
but wraps thestream
. - newInstance(AmqpClient) - Static method in class io.vertx.reactivex.amqp.AmqpClient
- newInstance(AmqpClient) - Static method in class io.vertx.rxjava3.amqp.AmqpClient
- newInstance(AmqpConnection) - Static method in class io.vertx.reactivex.amqp.AmqpConnection
- newInstance(AmqpConnection) - Static method in class io.vertx.rxjava3.amqp.AmqpConnection
- newInstance(AmqpMessage) - Static method in class io.vertx.reactivex.amqp.AmqpMessage
- newInstance(AmqpMessage) - Static method in class io.vertx.rxjava3.amqp.AmqpMessage
- newInstance(AmqpMessageBuilder) - Static method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- newInstance(AmqpMessageBuilder) - Static method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- newInstance(AmqpReceiver) - Static method in class io.vertx.reactivex.amqp.AmqpReceiver
- newInstance(AmqpReceiver) - Static method in class io.vertx.rxjava3.amqp.AmqpReceiver
- newInstance(AmqpSender) - Static method in class io.vertx.reactivex.amqp.AmqpSender
- newInstance(AmqpSender) - Static method in class io.vertx.rxjava3.amqp.AmqpSender
- newInstance(CassandraClient) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
- newInstance(CassandraClient) - Static method in class io.vertx.rxjava3.cassandra.CassandraClient
- newInstance(CassandraRowStream) - Static method in class io.vertx.reactivex.cassandra.CassandraRowStream
- newInstance(CassandraRowStream) - Static method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- newInstance(ResultSet) - Static method in class io.vertx.reactivex.cassandra.ResultSet
- newInstance(ResultSet) - Static method in class io.vertx.rxjava3.cassandra.ResultSet
- newInstance(CircuitBreaker) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- newInstance(CircuitBreaker) - Static method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- newInstance(FailurePolicy) - Static method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
- newInstance(FailurePolicy) - Static method in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- newInstance(FailurePolicy, TypeArg<T>) - Static method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
- newInstance(FailurePolicy, TypeArg<T>) - Static method in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- newInstance(RetryPolicy) - Static method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
- newInstance(RetryPolicy) - Static method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
- newInstance(ConfigRetriever) - Static method in class io.vertx.reactivex.config.ConfigRetriever
- newInstance(ConfigRetriever) - Static method in class io.vertx.rxjava3.config.ConfigRetriever
- newInstance(Context) - Static method in class io.vertx.reactivex.core.Context
- newInstance(Context) - Static method in class io.vertx.rxjava3.core.Context
- newInstance(DatagramSocket) - Static method in class io.vertx.reactivex.core.datagram.DatagramSocket
- newInstance(DatagramSocket) - Static method in class io.vertx.rxjava3.core.datagram.DatagramSocket
- newInstance(DnsClient) - Static method in class io.vertx.reactivex.core.dns.DnsClient
- newInstance(DnsClient) - Static method in class io.vertx.rxjava3.core.dns.DnsClient
- newInstance(DeliveryContext) - Static method in class io.vertx.reactivex.core.eventbus.DeliveryContext
- newInstance(DeliveryContext) - Static method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- newInstance(DeliveryContext, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.DeliveryContext
- newInstance(DeliveryContext, TypeArg<T>) - Static method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- newInstance(EventBus) - Static method in class io.vertx.reactivex.core.eventbus.EventBus
- newInstance(EventBus) - Static method in class io.vertx.rxjava3.core.eventbus.EventBus
- newInstance(Message) - Static method in class io.vertx.reactivex.core.eventbus.Message
- newInstance(Message) - Static method in class io.vertx.rxjava3.core.eventbus.Message
- newInstance(MessageConsumer) - Static method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- newInstance(MessageConsumer) - Static method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- newInstance(MessageConsumer, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- newInstance(MessageConsumer, TypeArg<T>) - Static method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- newInstance(MessageProducer) - Static method in class io.vertx.reactivex.core.eventbus.MessageProducer
- newInstance(MessageProducer) - Static method in class io.vertx.rxjava3.core.eventbus.MessageProducer
- newInstance(MessageProducer, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.MessageProducer
- newInstance(MessageProducer, TypeArg<T>) - Static method in class io.vertx.rxjava3.core.eventbus.MessageProducer
- newInstance(Message, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.Message
- newInstance(Message, TypeArg<T>) - Static method in class io.vertx.rxjava3.core.eventbus.Message
- newInstance(AsyncFile) - Static method in class io.vertx.reactivex.core.file.AsyncFile
- newInstance(AsyncFile) - Static method in class io.vertx.rxjava3.core.file.AsyncFile
- newInstance(AsyncFileLock) - Static method in class io.vertx.reactivex.core.file.AsyncFileLock
- newInstance(AsyncFileLock) - Static method in class io.vertx.rxjava3.core.file.AsyncFileLock
- newInstance(FileSystem) - Static method in class io.vertx.reactivex.core.file.FileSystem
- newInstance(FileSystem) - Static method in class io.vertx.rxjava3.core.file.FileSystem
- newInstance(ClientWebSocket) - Static method in class io.vertx.reactivex.core.http.ClientWebSocket
- newInstance(ClientWebSocket) - Static method in class io.vertx.rxjava3.core.http.ClientWebSocket
- newInstance(HttpClient) - Static method in interface io.vertx.reactivex.core.http.HttpClient
- newInstance(HttpClient) - Static method in interface io.vertx.rxjava3.core.http.HttpClient
- newInstance(HttpClientAgent) - Static method in class io.vertx.reactivex.core.http.HttpClientAgent
- newInstance(HttpClientAgent) - Static method in class io.vertx.rxjava3.core.http.HttpClientAgent
- newInstance(HttpClientBuilder) - Static method in class io.vertx.reactivex.core.http.HttpClientBuilder
- newInstance(HttpClientBuilder) - Static method in class io.vertx.rxjava3.core.http.HttpClientBuilder
- newInstance(HttpClientConnection) - Static method in class io.vertx.reactivex.core.http.HttpClientConnection
- newInstance(HttpClientConnection) - Static method in class io.vertx.rxjava3.core.http.HttpClientConnection
- newInstance(HttpClientRequest) - Static method in class io.vertx.reactivex.core.http.HttpClientRequest
- newInstance(HttpClientRequest) - Static method in class io.vertx.rxjava3.core.http.HttpClientRequest
- newInstance(HttpClientResponse) - Static method in class io.vertx.reactivex.core.http.HttpClientResponse
- newInstance(HttpClientResponse) - Static method in class io.vertx.rxjava3.core.http.HttpClientResponse
- newInstance(HttpConnection) - Static method in class io.vertx.reactivex.core.http.HttpConnection
- newInstance(HttpConnection) - Static method in class io.vertx.rxjava3.core.http.HttpConnection
- newInstance(HttpHeaders) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
- newInstance(HttpHeaders) - Static method in class io.vertx.rxjava3.core.http.HttpHeaders
- newInstance(HttpRequestHead) - Static method in class io.vertx.reactivex.core.http.HttpRequestHead
- newInstance(HttpRequestHead) - Static method in class io.vertx.rxjava3.core.http.HttpRequestHead
- newInstance(HttpResponseHead) - Static method in interface io.vertx.reactivex.core.http.HttpResponseHead
- newInstance(HttpResponseHead) - Static method in interface io.vertx.rxjava3.core.http.HttpResponseHead
- newInstance(HttpServer) - Static method in class io.vertx.reactivex.core.http.HttpServer
- newInstance(HttpServer) - Static method in class io.vertx.rxjava3.core.http.HttpServer
- newInstance(HttpServerFileUpload) - Static method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- newInstance(HttpServerFileUpload) - Static method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- newInstance(HttpServerRequest) - Static method in class io.vertx.reactivex.core.http.HttpServerRequest
- newInstance(HttpServerRequest) - Static method in class io.vertx.rxjava3.core.http.HttpServerRequest
- newInstance(HttpServerResponse) - Static method in class io.vertx.reactivex.core.http.HttpServerResponse
- newInstance(HttpServerResponse) - Static method in class io.vertx.rxjava3.core.http.HttpServerResponse
- newInstance(ServerWebSocket) - Static method in class io.vertx.reactivex.core.http.ServerWebSocket
- newInstance(ServerWebSocket) - Static method in class io.vertx.rxjava3.core.http.ServerWebSocket
- newInstance(ServerWebSocketHandshake) - Static method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- newInstance(ServerWebSocketHandshake) - Static method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- newInstance(WebSocket) - Static method in class io.vertx.reactivex.core.http.WebSocket
- newInstance(WebSocket) - Static method in class io.vertx.rxjava3.core.http.WebSocket
- newInstance(WebSocketBase) - Static method in interface io.vertx.reactivex.core.http.WebSocketBase
- newInstance(WebSocketBase) - Static method in interface io.vertx.rxjava3.core.http.WebSocketBase
- newInstance(WebSocketClient) - Static method in class io.vertx.reactivex.core.http.WebSocketClient
- newInstance(WebSocketClient) - Static method in class io.vertx.rxjava3.core.http.WebSocketClient
- newInstance(JsonPointer) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
- newInstance(JsonPointer) - Static method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
- newInstance(JsonPointerIterator) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- newInstance(JsonPointerIterator) - Static method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- newInstance(Measured) - Static method in interface io.vertx.reactivex.core.metrics.Measured
- newInstance(Measured) - Static method in interface io.vertx.rxjava3.core.metrics.Measured
- newInstance(Endpoint) - Static method in class io.vertx.reactivex.core.net.endpoint.Endpoint
- newInstance(Endpoint) - Static method in class io.vertx.rxjava3.core.net.endpoint.Endpoint
- newInstance(EndpointResolver) - Static method in class io.vertx.reactivex.core.net.endpoint.EndpointResolver
- newInstance(EndpointResolver) - Static method in class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- newInstance(ServerEndpoint) - Static method in class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- newInstance(ServerEndpoint) - Static method in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- newInstance(ServerInteraction) - Static method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
- newInstance(ServerInteraction) - Static method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
- newInstance(NetClient) - Static method in class io.vertx.reactivex.core.net.NetClient
- newInstance(NetClient) - Static method in class io.vertx.rxjava3.core.net.NetClient
- newInstance(NetServer) - Static method in class io.vertx.reactivex.core.net.NetServer
- newInstance(NetServer) - Static method in class io.vertx.rxjava3.core.net.NetServer
- newInstance(NetSocket) - Static method in class io.vertx.reactivex.core.net.NetSocket
- newInstance(NetSocket) - Static method in class io.vertx.rxjava3.core.net.NetSocket
- newInstance(JsonParser) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
- newInstance(JsonParser) - Static method in class io.vertx.rxjava3.core.parsetools.JsonParser
- newInstance(RecordParser) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
- newInstance(RecordParser) - Static method in class io.vertx.rxjava3.core.parsetools.RecordParser
- newInstance(Promise) - Static method in class io.vertx.reactivex.core.Promise
- newInstance(Promise) - Static method in class io.vertx.rxjava3.core.Promise
- newInstance(Promise, TypeArg<T>) - Static method in class io.vertx.reactivex.core.Promise
- newInstance(Promise, TypeArg<T>) - Static method in class io.vertx.rxjava3.core.Promise
- newInstance(AsyncMap) - Static method in class io.vertx.reactivex.core.shareddata.AsyncMap
- newInstance(AsyncMap) - Static method in class io.vertx.rxjava3.core.shareddata.AsyncMap
- newInstance(AsyncMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.core.shareddata.AsyncMap
- newInstance(AsyncMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava3.core.shareddata.AsyncMap
- newInstance(Counter) - Static method in class io.vertx.reactivex.core.shareddata.Counter
- newInstance(Counter) - Static method in class io.vertx.rxjava3.core.shareddata.Counter
- newInstance(LocalMap) - Static method in class io.vertx.reactivex.core.shareddata.LocalMap
- newInstance(LocalMap) - Static method in class io.vertx.rxjava3.core.shareddata.LocalMap
- newInstance(LocalMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.core.shareddata.LocalMap
- newInstance(LocalMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava3.core.shareddata.LocalMap
- newInstance(Lock) - Static method in class io.vertx.reactivex.core.shareddata.Lock
- newInstance(Lock) - Static method in class io.vertx.rxjava3.core.shareddata.Lock
- newInstance(SharedData) - Static method in class io.vertx.reactivex.core.shareddata.SharedData
- newInstance(SharedData) - Static method in class io.vertx.rxjava3.core.shareddata.SharedData
- newInstance(Pipe) - Static method in class io.vertx.reactivex.core.streams.Pipe
- newInstance(Pipe) - Static method in class io.vertx.rxjava3.core.streams.Pipe
- newInstance(Pipe, TypeArg<T>) - Static method in class io.vertx.reactivex.core.streams.Pipe
- newInstance(Pipe, TypeArg<T>) - Static method in class io.vertx.rxjava3.core.streams.Pipe
- newInstance(ReadStream) - Static method in interface io.vertx.reactivex.core.streams.ReadStream
- newInstance(ReadStream) - Static method in interface io.vertx.rxjava3.core.streams.ReadStream
- newInstance(ReadStream, TypeArg<T>) - Static method in interface io.vertx.reactivex.core.streams.ReadStream
- newInstance(ReadStream, TypeArg<T>) - Static method in interface io.vertx.rxjava3.core.streams.ReadStream
- newInstance(StreamBase) - Static method in interface io.vertx.reactivex.core.streams.StreamBase
- newInstance(StreamBase) - Static method in interface io.vertx.rxjava3.core.streams.StreamBase
- newInstance(WriteStream) - Static method in interface io.vertx.reactivex.core.streams.WriteStream
- newInstance(WriteStream) - Static method in interface io.vertx.rxjava3.core.streams.WriteStream
- newInstance(WriteStream, TypeArg<T>) - Static method in interface io.vertx.reactivex.core.streams.WriteStream
- newInstance(WriteStream, TypeArg<T>) - Static method in interface io.vertx.rxjava3.core.streams.WriteStream
- newInstance(Timer) - Static method in class io.vertx.reactivex.core.Timer
- newInstance(Timer) - Static method in class io.vertx.rxjava3.core.Timer
- newInstance(Vertx) - Static method in class io.vertx.reactivex.core.Vertx
- newInstance(Vertx) - Static method in class io.vertx.rxjava3.core.Vertx
- newInstance(VertxBuilder) - Static method in class io.vertx.reactivex.core.VertxBuilder
- newInstance(VertxBuilder) - Static method in class io.vertx.rxjava3.core.VertxBuilder
- newInstance(WorkerExecutor) - Static method in class io.vertx.reactivex.core.WorkerExecutor
- newInstance(WorkerExecutor) - Static method in class io.vertx.rxjava3.core.WorkerExecutor
- newInstance(DB2Builder) - Static method in class io.vertx.reactivex.db2client.DB2Builder
- newInstance(DB2Builder) - Static method in class io.vertx.rxjava3.db2client.DB2Builder
- newInstance(DB2Connection) - Static method in class io.vertx.reactivex.db2client.DB2Connection
- newInstance(DB2Connection) - Static method in class io.vertx.rxjava3.db2client.DB2Connection
- newInstance(SecurityAudit) - Static method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- newInstance(SecurityAudit) - Static method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- newInstance(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- newInstance(AuthenticationProvider) - Static method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
- newInstance(AndAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- newInstance(AndAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- newInstance(Authorization) - Static method in interface io.vertx.reactivex.ext.auth.authorization.Authorization
- newInstance(Authorization) - Static method in interface io.vertx.rxjava3.ext.auth.authorization.Authorization
- newInstance(AuthorizationContext) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- newInstance(AuthorizationContext) - Static method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- newInstance(AuthorizationProvider) - Static method in interface io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
- newInstance(AuthorizationProvider) - Static method in interface io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
- newInstance(Authorizations) - Static method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
- newInstance(Authorizations) - Static method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
- newInstance(NotAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- newInstance(NotAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- newInstance(OrAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- newInstance(OrAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- newInstance(PermissionBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- newInstance(PermissionBasedAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- newInstance(RoleBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- newInstance(RoleBasedAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- newInstance(WildcardPermissionBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- newInstance(WildcardPermissionBasedAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- newInstance(ChainAuth) - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
- newInstance(ChainAuth) - Static method in class io.vertx.rxjava3.ext.auth.ChainAuth
- newInstance(HashingAlgorithm) - Static method in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- newInstance(HashingAlgorithm) - Static method in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
- newInstance(HashingStrategy) - Static method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
- newInstance(HashingStrategy) - Static method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
- newInstance(HtdigestAuth) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
- newInstance(HtdigestAuth) - Static method in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
- newInstance(HtpasswdAuth) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- newInstance(HtpasswdAuth) - Static method in class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- newInstance(JWTAuthorization) - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
- newInstance(JWTAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
- newInstance(MicroProfileAuthorization) - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
- newInstance(MicroProfileAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
- newInstance(JWTAuth) - Static method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
- newInstance(JWTAuth) - Static method in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
- newInstance(LdapAuthentication) - Static method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
- newInstance(LdapAuthentication) - Static method in class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- newInstance(KeycloakAuthorization) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
- newInstance(KeycloakAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
- newInstance(ScopeAuthorization) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
- newInstance(ScopeAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
- newInstance(OAuth2Auth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
- newInstance(OAuth2Auth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
- newInstance(AmazonCognitoAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
- newInstance(AmazonCognitoAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
- newInstance(AppleIdAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
- newInstance(AppleIdAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
- newInstance(AzureADAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
- newInstance(AzureADAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
- newInstance(BoxAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
- newInstance(BoxAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
- newInstance(CloudFoundryAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
- newInstance(CloudFoundryAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- newInstance(DropboxAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
- newInstance(DropboxAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
- newInstance(FacebookAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
- newInstance(FacebookAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
- newInstance(FoursquareAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
- newInstance(FoursquareAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
- newInstance(GiteeAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
- newInstance(GiteeAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- newInstance(GithubAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
- newInstance(GithubAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
- newInstance(GitLabAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- newInstance(GitLabAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
- newInstance(GoogleAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
- newInstance(GoogleAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
- newInstance(HerokuAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
- newInstance(HerokuAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
- newInstance(IBMCloudAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
- newInstance(IBMCloudAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
- newInstance(InstagramAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
- newInstance(InstagramAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
- newInstance(KeycloakAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
- newInstance(KeycloakAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
- newInstance(LinkedInAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
- newInstance(LinkedInAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
- newInstance(LiveAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
- newInstance(LiveAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- newInstance(MailchimpAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
- newInstance(MailchimpAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
- newInstance(OpenIDConnectAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
- newInstance(OpenIDConnectAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
- newInstance(SalesforceAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
- newInstance(SalesforceAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
- newInstance(ShopifyAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
- newInstance(ShopifyAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
- newInstance(SoundcloudAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
- newInstance(SoundcloudAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
- newInstance(StripeAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
- newInstance(StripeAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
- newInstance(TwitterAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
- newInstance(TwitterAuth) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
- newInstance(HotpAuth) - Static method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
- newInstance(HotpAuth) - Static method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
- newInstance(OtpKeyGenerator) - Static method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- newInstance(OtpKeyGenerator) - Static method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- newInstance(TotpAuth) - Static method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
- newInstance(TotpAuth) - Static method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
- newInstance(VertxContextPRNG) - Static method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
- newInstance(VertxContextPRNG) - Static method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
- newInstance(PropertyFileAuthentication) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
- newInstance(PropertyFileAuthentication) - Static method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
- newInstance(PropertyFileAuthorization) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
- newInstance(PropertyFileAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
- newInstance(SqlAuthentication) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- newInstance(SqlAuthentication) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
- newInstance(SqlAuthorization) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
- newInstance(SqlAuthorization) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
- newInstance(SqlUserUtil) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
- newInstance(SqlUserUtil) - Static method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
- newInstance(User) - Static method in class io.vertx.reactivex.ext.auth.User
- newInstance(User) - Static method in class io.vertx.rxjava3.ext.auth.User
- newInstance(CredentialStorage) - Static method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
- newInstance(CredentialStorage) - Static method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
- newInstance(WebAuthn4J) - Static method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
- newInstance(WebAuthn4J) - Static method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
- newInstance(BaseBridgeEvent) - Static method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- newInstance(BaseBridgeEvent) - Static method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- newInstance(ConsulClient) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
- newInstance(ConsulClient) - Static method in class io.vertx.rxjava3.ext.consul.ConsulClient
- newInstance(Watch) - Static method in class io.vertx.reactivex.ext.consul.Watch
- newInstance(Watch) - Static method in class io.vertx.rxjava3.ext.consul.Watch
- newInstance(WatchResult) - Static method in class io.vertx.reactivex.ext.consul.WatchResult
- newInstance(WatchResult) - Static method in class io.vertx.rxjava3.ext.consul.WatchResult
- newInstance(WatchResult, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.consul.WatchResult
- newInstance(WatchResult, TypeArg<T>) - Static method in class io.vertx.rxjava3.ext.consul.WatchResult
- newInstance(Watch, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.consul.Watch
- newInstance(Watch, TypeArg<T>) - Static method in class io.vertx.rxjava3.ext.consul.Watch
- newInstance(MetricsService) - Static method in class io.vertx.reactivex.ext.dropwizard.MetricsService
- newInstance(MetricsService) - Static method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
- newInstance(BridgeEvent) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- newInstance(BridgeEvent) - Static method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- newInstance(TcpEventBusBridge) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
- newInstance(TcpEventBusBridge) - Static method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- newInstance(HealthChecks) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
- newInstance(HealthChecks) - Static method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
- newInstance(MailAttachment) - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
- newInstance(MailAttachment) - Static method in class io.vertx.rxjava3.ext.mail.MailAttachment
- newInstance(MailClient) - Static method in class io.vertx.reactivex.ext.mail.MailClient
- newInstance(MailClient) - Static method in class io.vertx.rxjava3.ext.mail.MailClient
- newInstance(MongoClient) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
- newInstance(MongoClient) - Static method in class io.vertx.rxjava3.ext.mongo.MongoClient
- newInstance(MongoGridFsClient) - Static method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- newInstance(MongoGridFsClient) - Static method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- newInstance(Acknowledgement) - Static method in class io.vertx.reactivex.ext.stomp.Acknowledgement
- newInstance(Acknowledgement) - Static method in class io.vertx.rxjava3.ext.stomp.Acknowledgement
- newInstance(Destination) - Static method in class io.vertx.reactivex.ext.stomp.Destination
- newInstance(Destination) - Static method in class io.vertx.rxjava3.ext.stomp.Destination
- newInstance(DestinationFactory) - Static method in class io.vertx.reactivex.ext.stomp.DestinationFactory
- newInstance(DestinationFactory) - Static method in class io.vertx.rxjava3.ext.stomp.DestinationFactory
- newInstance(Frames) - Static method in class io.vertx.reactivex.ext.stomp.Frames
- newInstance(Frames) - Static method in class io.vertx.rxjava3.ext.stomp.Frames
- newInstance(ServerFrame) - Static method in class io.vertx.reactivex.ext.stomp.ServerFrame
- newInstance(ServerFrame) - Static method in class io.vertx.rxjava3.ext.stomp.ServerFrame
- newInstance(StompClient) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
- newInstance(StompClient) - Static method in class io.vertx.rxjava3.ext.stomp.StompClient
- newInstance(StompClientConnection) - Static method in class io.vertx.reactivex.ext.stomp.StompClientConnection
- newInstance(StompClientConnection) - Static method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- newInstance(StompServer) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
- newInstance(StompServer) - Static method in class io.vertx.rxjava3.ext.stomp.StompServer
- newInstance(StompServerConnection) - Static method in class io.vertx.reactivex.ext.stomp.StompServerConnection
- newInstance(StompServerConnection) - Static method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- newInstance(StompServerHandler) - Static method in class io.vertx.reactivex.ext.stomp.StompServerHandler
- newInstance(StompServerHandler) - Static method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
- newInstance(Async) - Static method in class io.vertx.reactivex.ext.unit.Async
- newInstance(Async) - Static method in class io.vertx.rxjava3.ext.unit.Async
- newInstance(EventBusCollector) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
- newInstance(EventBusCollector) - Static method in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- newInstance(Completion) - Static method in class io.vertx.reactivex.ext.unit.Completion
- newInstance(Completion) - Static method in class io.vertx.rxjava3.ext.unit.Completion
- newInstance(Completion, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.unit.Completion
- newInstance(Completion, TypeArg<T>) - Static method in class io.vertx.rxjava3.ext.unit.Completion
- newInstance(Failure) - Static method in class io.vertx.reactivex.ext.unit.report.Failure
- newInstance(Failure) - Static method in class io.vertx.rxjava3.ext.unit.report.Failure
- newInstance(TestCaseReport) - Static method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
- newInstance(TestCaseReport) - Static method in class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- newInstance(TestResult) - Static method in class io.vertx.reactivex.ext.unit.report.TestResult
- newInstance(TestResult) - Static method in class io.vertx.rxjava3.ext.unit.report.TestResult
- newInstance(TestSuiteReport) - Static method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- newInstance(TestSuiteReport) - Static method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- newInstance(TestCase) - Static method in class io.vertx.reactivex.ext.unit.TestCase
- newInstance(TestCase) - Static method in class io.vertx.rxjava3.ext.unit.TestCase
- newInstance(TestCompletion) - Static method in class io.vertx.reactivex.ext.unit.TestCompletion
- newInstance(TestCompletion) - Static method in class io.vertx.rxjava3.ext.unit.TestCompletion
- newInstance(TestContext) - Static method in class io.vertx.reactivex.ext.unit.TestContext
- newInstance(TestContext) - Static method in class io.vertx.rxjava3.ext.unit.TestContext
- newInstance(TestSuite) - Static method in class io.vertx.reactivex.ext.unit.TestSuite
- newInstance(TestSuite) - Static method in class io.vertx.rxjava3.ext.unit.TestSuite
- newInstance(CachingWebClient) - Static method in class io.vertx.reactivex.ext.web.client.CachingWebClient
- newInstance(CachingWebClient) - Static method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
- newInstance(HttpRequest) - Static method in class io.vertx.reactivex.ext.web.client.HttpRequest
- newInstance(HttpRequest) - Static method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- newInstance(HttpRequest, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.client.HttpRequest
- newInstance(HttpRequest, TypeArg<T>) - Static method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- newInstance(HttpResponse) - Static method in class io.vertx.reactivex.ext.web.client.HttpResponse
- newInstance(HttpResponse) - Static method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- newInstance(HttpResponse, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.client.HttpResponse
- newInstance(HttpResponse, TypeArg<T>) - Static method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- newInstance(OAuth2WebClient) - Static method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
- newInstance(OAuth2WebClient) - Static method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
- newInstance(WebClient) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
- newInstance(WebClient) - Static method in class io.vertx.rxjava3.ext.web.client.WebClient
- newInstance(WebClientSession) - Static method in class io.vertx.reactivex.ext.web.client.WebClientSession
- newInstance(WebClientSession) - Static method in class io.vertx.rxjava3.ext.web.client.WebClientSession
- newInstance(BodyCodec) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- newInstance(BodyCodec) - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- newInstance(BodyCodec, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- newInstance(BodyCodec, TypeArg<T>) - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- newInstance(TemplateEngine) - Static method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
- newInstance(TemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
- newInstance(WebEnvironment) - Static method in class io.vertx.reactivex.ext.web.common.WebEnvironment
- newInstance(WebEnvironment) - Static method in class io.vertx.rxjava3.ext.web.common.WebEnvironment
- newInstance(FileUpload) - Static method in class io.vertx.reactivex.ext.web.FileUpload
- newInstance(FileUpload) - Static method in class io.vertx.rxjava3.ext.web.FileUpload
- newInstance(APIKeyHandler) - Static method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
- newInstance(APIKeyHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
- newInstance(AuthenticationHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
- newInstance(AuthenticationHandler) - Static method in interface io.vertx.rxjava3.ext.web.handler.AuthenticationHandler
- newInstance(AuthorizationHandler) - Static method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
- newInstance(AuthorizationHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
- newInstance(BasicAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
- newInstance(BasicAuthHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
- newInstance(BodyHandler) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
- newInstance(BodyHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
- newInstance(ChainAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
- newInstance(ChainAuthHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
- newInstance(CorsHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
- newInstance(CorsHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
- newInstance(CSPHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CSPHandler
- newInstance(CSPHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
- newInstance(CSRFHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
- newInstance(CSRFHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
- newInstance(DigestAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
- newInstance(DigestAuthHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
- newInstance(ErrorHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
- newInstance(ErrorHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
- newInstance(FaviconHandler) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
- newInstance(FaviconHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
- newInstance(FormLoginHandler) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
- newInstance(FormLoginHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
- newInstance(ExecutionInputBuilderWithContext) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- newInstance(ExecutionInputBuilderWithContext) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- newInstance(ExecutionInputBuilderWithContext, TypeArg<C>) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- newInstance(ExecutionInputBuilderWithContext, TypeArg<C>) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- newInstance(GraphiQLHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
- newInstance(GraphiQLHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- newInstance(GraphiQLHandlerBuilder) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- newInstance(GraphiQLHandlerBuilder) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- newInstance(GraphQLHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- newInstance(GraphQLHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- newInstance(GraphQLHandlerBuilder) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- newInstance(GraphQLHandlerBuilder) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- newInstance(UploadScalar) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- newInstance(UploadScalar) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- newInstance(ConnectionInitEvent) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- newInstance(ConnectionInitEvent) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- newInstance(GraphQLWSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
- newInstance(GraphQLWSHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
- newInstance(GraphQLWSHandlerBuilder) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- newInstance(GraphQLWSHandlerBuilder) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- newInstance(Message) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- newInstance(Message) - Static method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- newInstance(HSTSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
- newInstance(HSTSHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- newInstance(InputTrustHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.InputTrustHandler
- newInstance(InputTrustHandler) - Static method in interface io.vertx.rxjava3.ext.web.handler.InputTrustHandler
- newInstance(JWTAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
- newInstance(JWTAuthHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
- newInstance(LoggerFormatter) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
- newInstance(LoggerFormatter) - Static method in class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
- newInstance(LoggerHandler) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
- newInstance(LoggerHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
- newInstance(MethodOverrideHandler) - Static method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
- newInstance(MethodOverrideHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
- newInstance(MultiTenantHandler) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
- newInstance(MultiTenantHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
- newInstance(OAuth2AuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
- newInstance(OAuth2AuthHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
- newInstance(OtpAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
- newInstance(OtpAuthHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
- newInstance(PlatformHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.PlatformHandler
- newInstance(PlatformHandler) - Static method in interface io.vertx.rxjava3.ext.web.handler.PlatformHandler
- newInstance(ProtocolUpgradeHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.ProtocolUpgradeHandler
- newInstance(ProtocolUpgradeHandler) - Static method in interface io.vertx.rxjava3.ext.web.handler.ProtocolUpgradeHandler
- newInstance(RedirectAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
- newInstance(RedirectAuthHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
- newInstance(ResponseContentTypeHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
- newInstance(ResponseContentTypeHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- newInstance(ResponseTimeHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
- newInstance(ResponseTimeHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
- newInstance(SecurityAuditLoggerHandler) - Static method in class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
- newInstance(SecurityAuditLoggerHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
- newInstance(SecurityPolicyHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.SecurityPolicyHandler
- newInstance(SecurityPolicyHandler) - Static method in interface io.vertx.rxjava3.ext.web.handler.SecurityPolicyHandler
- newInstance(SessionHandler) - Static method in class io.vertx.reactivex.ext.web.handler.SessionHandler
- newInstance(SessionHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
- newInstance(SimpleAuthenticationHandler) - Static method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
- newInstance(SimpleAuthenticationHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
- newInstance(BridgeEvent) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- newInstance(BridgeEvent) - Static method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- newInstance(SockJSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
- newInstance(SockJSHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
- newInstance(SockJSSocket) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- newInstance(SockJSSocket) - Static method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- newInstance(StaticHandler) - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
- newInstance(StaticHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
- newInstance(TemplateHandler) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
- newInstance(TemplateHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
- newInstance(TimeoutHandler) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
- newInstance(TimeoutHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
- newInstance(WebAuthn4JHandler) - Static method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
- newInstance(WebAuthn4JHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
- newInstance(XFrameHandler) - Static method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
- newInstance(XFrameHandler) - Static method in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
- newInstance(HealthCheckHandler) - Static method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
- newInstance(HealthCheckHandler) - Static method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
- newInstance(LanguageHeader) - Static method in class io.vertx.reactivex.ext.web.LanguageHeader
- newInstance(LanguageHeader) - Static method in class io.vertx.rxjava3.ext.web.LanguageHeader
- newInstance(MIMEHeader) - Static method in class io.vertx.reactivex.ext.web.MIMEHeader
- newInstance(MIMEHeader) - Static method in class io.vertx.rxjava3.ext.web.MIMEHeader
- newInstance(FormDataPart) - Static method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- newInstance(FormDataPart) - Static method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- newInstance(MultipartForm) - Static method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- newInstance(MultipartForm) - Static method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- newInstance(OpenAPIRoute) - Static method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- newInstance(OpenAPIRoute) - Static method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- newInstance(RequestExtractor) - Static method in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- newInstance(RequestExtractor) - Static method in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- newInstance(RouterBuilder) - Static method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- newInstance(RouterBuilder) - Static method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- newInstance(Security) - Static method in class io.vertx.reactivex.ext.web.openapi.router.Security
- newInstance(Security) - Static method in class io.vertx.rxjava3.ext.web.openapi.router.Security
- newInstance(ParsedHeaderValue) - Static method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
- newInstance(ParsedHeaderValue) - Static method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
- newInstance(ParsedHeaderValues) - Static method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- newInstance(ParsedHeaderValues) - Static method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- newInstance(ProxyHandler) - Static method in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- newInstance(RequestBody) - Static method in class io.vertx.reactivex.ext.web.RequestBody
- newInstance(RequestBody) - Static method in class io.vertx.rxjava3.ext.web.RequestBody
- newInstance(Route) - Static method in class io.vertx.reactivex.ext.web.Route
- newInstance(Route) - Static method in class io.vertx.rxjava3.ext.web.Route
- newInstance(Router) - Static method in class io.vertx.reactivex.ext.web.Router
- newInstance(Router) - Static method in class io.vertx.rxjava3.ext.web.Router
- newInstance(RoutingContext) - Static method in class io.vertx.reactivex.ext.web.RoutingContext
- newInstance(RoutingContext) - Static method in class io.vertx.rxjava3.ext.web.RoutingContext
- newInstance(Session) - Static method in class io.vertx.reactivex.ext.web.Session
- newInstance(Session) - Static method in class io.vertx.rxjava3.ext.web.Session
- newInstance(ClusteredSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
- newInstance(ClusteredSessionStore) - Static method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
- newInstance(CookieSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
- newInstance(CookieSessionStore) - Static method in class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
- newInstance(InfinispanSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- newInstance(InfinispanSessionStore) - Static method in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
- newInstance(LocalSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
- newInstance(LocalSessionStore) - Static method in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
- newInstance(RedisSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- newInstance(RedisSessionStore) - Static method in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- newInstance(SessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
- newInstance(SessionStore) - Static method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
- newInstance(FreeMarkerTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- newInstance(FreeMarkerTemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
- newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- newInstance(MVELTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
- newInstance(MVELTemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
- newInstance(PebbleTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- newInstance(PebbleTemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- newInstance(PugTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- newInstance(PugTemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- newInstance(RockerTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
- newInstance(RockerTemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
- newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- newInstance(UserContext) - Static method in class io.vertx.reactivex.ext.web.UserContext
- newInstance(UserContext) - Static method in class io.vertx.rxjava3.ext.web.UserContext
- newInstance(ArrayParserFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- newInstance(ArrayParserFactory) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- newInstance(Bodies) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
- newInstance(Bodies) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
- newInstance(BodyProcessorFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- newInstance(BodyProcessorFactory) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- newInstance(ObjectParserFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
- newInstance(ObjectParserFactory) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.ObjectParserFactory
- newInstance(ParameterProcessorFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- newInstance(ParameterProcessorFactory) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- newInstance(Parameters) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
- newInstance(Parameters) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
- newInstance(Parsers) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- newInstance(Parsers) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- newInstance(StyledParameterProcessorFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- newInstance(StyledParameterProcessorFactory) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- newInstance(TupleParserFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- newInstance(TupleParserFactory) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- newInstance(ValidationHandlerBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- newInstance(ValidationHandlerBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- newInstance(RequestParameter) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- newInstance(RequestParameter) - Static method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- newInstance(RequestParameters) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameters
- newInstance(RequestParameters) - Static method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
- newInstance(RequestPredicate) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
- newInstance(RequestPredicate) - Static method in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- newInstance(RequestPredicateResult) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- newInstance(RequestPredicateResult) - Static method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- newInstance(ValidationHandler) - Static method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
- newInstance(ValidationHandler) - Static method in class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- newInstance(GrpcClient) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
- newInstance(GrpcClient) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClient
- newInstance(GrpcClientBuilder) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- newInstance(GrpcClientBuilder) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- newInstance(GrpcClientBuilder, TypeArg<C>) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- newInstance(GrpcClientBuilder, TypeArg<C>) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- newInstance(GrpcClientRequest) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- newInstance(GrpcClientRequest) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- newInstance(GrpcClientRequest, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- newInstance(GrpcClientRequest, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- newInstance(GrpcClientResponse) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- newInstance(GrpcClientResponse) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- newInstance(GrpcClientResponse, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- newInstance(GrpcClientResponse, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- newInstance(GrpcReadStream) - Static method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- newInstance(GrpcReadStream) - Static method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- newInstance(GrpcReadStream, TypeArg<T>) - Static method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- newInstance(GrpcReadStream, TypeArg<T>) - Static method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- newInstance(GrpcWriteStream) - Static method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- newInstance(GrpcWriteStream) - Static method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- newInstance(GrpcWriteStream, TypeArg<T>) - Static method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- newInstance(GrpcWriteStream, TypeArg<T>) - Static method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- newInstance(GrpcServer) - Static method in class io.vertx.reactivex.grpc.server.GrpcServer
- newInstance(GrpcServer) - Static method in class io.vertx.rxjava3.grpc.server.GrpcServer
- newInstance(GrpcServerRequest) - Static method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- newInstance(GrpcServerRequest) - Static method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- newInstance(GrpcServerRequest, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- newInstance(GrpcServerRequest, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- newInstance(GrpcServerResponse) - Static method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- newInstance(GrpcServerResponse) - Static method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- newInstance(GrpcServerResponse, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- newInstance(GrpcServerResponse, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- newInstance(Body) - Static method in class io.vertx.rxjava3.httpproxy.Body
- newInstance(HttpProxy) - Static method in class io.vertx.rxjava3.httpproxy.HttpProxy
- newInstance(BodyInterceptor) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
- newInstance(BodyTransformer) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- newInstance(HeadInterceptor) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- newInstance(HeadInterceptorBuilder) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- newInstance(ProxyContext) - Static method in class io.vertx.rxjava3.httpproxy.ProxyContext
- newInstance(ProxyInterceptor) - Static method in interface io.vertx.rxjava3.httpproxy.ProxyInterceptor
- newInstance(ProxyRequest) - Static method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- newInstance(ProxyResponse) - Static method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- newInstance(JDBCConnection) - Static method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- newInstance(JDBCConnection) - Static method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- newInstance(JDBCPool) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
- newInstance(JDBCPool) - Static method in class io.vertx.rxjava3.jdbcclient.JDBCPool
- newInstance(SqlOutParam) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
- newInstance(SqlOutParam) - Static method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
- newInstance(JsonFormatValidator) - Static method in class io.vertx.reactivex.json.schema.JsonFormatValidator
- newInstance(JsonFormatValidator) - Static method in class io.vertx.rxjava3.json.schema.JsonFormatValidator
- newInstance(JsonSchema) - Static method in class io.vertx.reactivex.json.schema.JsonSchema
- newInstance(JsonSchema) - Static method in class io.vertx.rxjava3.json.schema.JsonSchema
- newInstance(Ref) - Static method in class io.vertx.reactivex.json.schema.Ref
- newInstance(Ref) - Static method in class io.vertx.rxjava3.json.schema.Ref
- newInstance(SchemaRepository) - Static method in class io.vertx.reactivex.json.schema.SchemaRepository
- newInstance(SchemaRepository) - Static method in class io.vertx.rxjava3.json.schema.SchemaRepository
- newInstance(Validator) - Static method in class io.vertx.reactivex.json.schema.Validator
- newInstance(Validator) - Static method in class io.vertx.rxjava3.json.schema.Validator
- newInstance(KafkaAdminClient) - Static method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
- newInstance(KafkaAdminClient) - Static method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
- newInstance(KafkaConsumer) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- newInstance(KafkaConsumer) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- newInstance(KafkaConsumerRecord) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- newInstance(KafkaConsumerRecord) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- newInstance(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- newInstance(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- newInstance(KafkaConsumerRecords) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- newInstance(KafkaConsumerRecords) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- newInstance(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- newInstance(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- newInstance(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- newInstance(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- newInstance(KafkaHeader) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- newInstance(KafkaHeader) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- newInstance(KafkaProducer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- newInstance(KafkaProducer) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- newInstance(KafkaProducerRecord) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- newInstance(KafkaProducerRecord) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- newInstance(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- newInstance(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- newInstance(KafkaProducer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- newInstance(KafkaProducer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- newInstance(MetricsService) - Static method in class io.vertx.reactivex.micrometer.MetricsService
- newInstance(MetricsService) - Static method in class io.vertx.rxjava3.micrometer.MetricsService
- newInstance(PrometheusRequestHandler) - Static method in class io.vertx.reactivex.micrometer.PrometheusRequestHandler
- newInstance(PrometheusRequestHandler) - Static method in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
- newInstance(PrometheusScrapingHandler) - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
- newInstance(PrometheusScrapingHandler) - Static method in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
- newInstance(MqttAuthenticationExchangeMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- newInstance(MqttAuthenticationExchangeMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- newInstance(MqttConnAckMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- newInstance(MqttConnAckMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- newInstance(MqttDisconnectMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- newInstance(MqttDisconnectMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- newInstance(MqttMessage) - Static method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
- newInstance(MqttMessage) - Static method in interface io.vertx.rxjava3.mqtt.messages.MqttMessage
- newInstance(MqttPubAckMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- newInstance(MqttPubAckMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- newInstance(MqttPubCompMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- newInstance(MqttPubCompMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- newInstance(MqttPublishMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- newInstance(MqttPublishMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- newInstance(MqttPubRecMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- newInstance(MqttPubRecMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- newInstance(MqttPubRelMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- newInstance(MqttPubRelMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- newInstance(MqttSubAckMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- newInstance(MqttSubAckMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- newInstance(MqttSubscribeMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- newInstance(MqttSubscribeMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- newInstance(MqttUnsubscribeMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- newInstance(MqttUnsubscribeMessage) - Static method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- newInstance(MqttClient) - Static method in class io.vertx.reactivex.mqtt.MqttClient
- newInstance(MqttClient) - Static method in class io.vertx.rxjava3.mqtt.MqttClient
- newInstance(MqttEndpoint) - Static method in class io.vertx.reactivex.mqtt.MqttEndpoint
- newInstance(MqttEndpoint) - Static method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- newInstance(MqttServer) - Static method in class io.vertx.reactivex.mqtt.MqttServer
- newInstance(MqttServer) - Static method in class io.vertx.rxjava3.mqtt.MqttServer
- newInstance(MqttTopicSubscription) - Static method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
- newInstance(MqttTopicSubscription) - Static method in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- newInstance(MSSQLBuilder) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLBuilder
- newInstance(MSSQLBuilder) - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
- newInstance(MSSQLConnection) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
- newInstance(MSSQLConnection) - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- newInstance(MySQLBuilder) - Static method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
- newInstance(MySQLBuilder) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
- newInstance(MySQLClient) - Static method in class io.vertx.reactivex.mysqlclient.MySQLClient
- newInstance(MySQLClient) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLClient
- newInstance(MySQLConnection) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
- newInstance(MySQLConnection) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
- newInstance(MediaType) - Static method in class io.vertx.reactivex.openapi.contract.MediaType
- newInstance(MediaType) - Static method in class io.vertx.rxjava3.openapi.contract.MediaType
- newInstance(OAuthFlow) - Static method in class io.vertx.reactivex.openapi.contract.OAuthFlow
- newInstance(OAuthFlow) - Static method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
- newInstance(OAuthFlows) - Static method in class io.vertx.reactivex.openapi.contract.OAuthFlows
- newInstance(OAuthFlows) - Static method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
- newInstance(OpenAPIContract) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- newInstance(OpenAPIContract) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- newInstance(Operation) - Static method in class io.vertx.reactivex.openapi.contract.Operation
- newInstance(Operation) - Static method in class io.vertx.rxjava3.openapi.contract.Operation
- newInstance(Parameter) - Static method in class io.vertx.reactivex.openapi.contract.Parameter
- newInstance(Parameter) - Static method in class io.vertx.rxjava3.openapi.contract.Parameter
- newInstance(Path) - Static method in class io.vertx.reactivex.openapi.contract.Path
- newInstance(Path) - Static method in class io.vertx.rxjava3.openapi.contract.Path
- newInstance(RequestBody) - Static method in class io.vertx.reactivex.openapi.contract.RequestBody
- newInstance(RequestBody) - Static method in class io.vertx.rxjava3.openapi.contract.RequestBody
- newInstance(Response) - Static method in class io.vertx.reactivex.openapi.contract.Response
- newInstance(Response) - Static method in class io.vertx.rxjava3.openapi.contract.Response
- newInstance(SecurityRequirement) - Static method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
- newInstance(SecurityRequirement) - Static method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- newInstance(SecurityScheme) - Static method in class io.vertx.reactivex.openapi.contract.SecurityScheme
- newInstance(SecurityScheme) - Static method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
- newInstance(Server) - Static method in class io.vertx.reactivex.openapi.contract.Server
- newInstance(Server) - Static method in class io.vertx.rxjava3.openapi.contract.Server
- newInstance(Parameter) - Static method in interface io.vertx.reactivex.openapi.validation.Parameter
- newInstance(Parameter) - Static method in interface io.vertx.rxjava3.openapi.validation.Parameter
- newInstance(RequestParameter) - Static method in class io.vertx.reactivex.openapi.validation.RequestParameter
- newInstance(RequestParameter) - Static method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- newInstance(RequestValidator) - Static method in class io.vertx.reactivex.openapi.validation.RequestValidator
- newInstance(RequestValidator) - Static method in class io.vertx.rxjava3.openapi.validation.RequestValidator
- newInstance(ResponseParameter) - Static method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- newInstance(ResponseParameter) - Static method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- newInstance(ValidatableRequest) - Static method in class io.vertx.reactivex.openapi.validation.ValidatableRequest
- newInstance(ValidatableRequest) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- newInstance(ValidatableResponse) - Static method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- newInstance(ValidatableResponse) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- newInstance(ValidatedRequest) - Static method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- newInstance(ValidatedRequest) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- newInstance(ValidatedResponse) - Static method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
- newInstance(ValidatedResponse) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- newInstance(OracleBuilder) - Static method in class io.vertx.reactivex.oracleclient.OracleBuilder
- newInstance(OracleBuilder) - Static method in class io.vertx.rxjava3.oracleclient.OracleBuilder
- newInstance(OracleClient) - Static method in class io.vertx.reactivex.oracleclient.OracleClient
- newInstance(OracleClient) - Static method in class io.vertx.rxjava3.oracleclient.OracleClient
- newInstance(OracleConnection) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
- newInstance(OracleConnection) - Static method in class io.vertx.rxjava3.oracleclient.OracleConnection
- newInstance(PgBuilder) - Static method in class io.vertx.reactivex.pgclient.PgBuilder
- newInstance(PgBuilder) - Static method in class io.vertx.rxjava3.pgclient.PgBuilder
- newInstance(PgConnection) - Static method in class io.vertx.reactivex.pgclient.PgConnection
- newInstance(PgConnection) - Static method in class io.vertx.rxjava3.pgclient.PgConnection
- newInstance(PgChannel) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- newInstance(PgChannel) - Static method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- newInstance(PgSubscriber) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
- newInstance(PgSubscriber) - Static method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- newInstance(RabbitMQClient) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
- newInstance(RabbitMQClient) - Static method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- newInstance(RabbitMQConsumer) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- newInstance(RabbitMQConsumer) - Static method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- newInstance(RabbitMQMessage) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- newInstance(RabbitMQMessage) - Static method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- newInstance(RabbitMQPublisher) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
- newInstance(RabbitMQPublisher) - Static method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
- newInstance(Redis) - Static method in class io.vertx.reactivex.redis.client.Redis
- newInstance(Redis) - Static method in class io.vertx.rxjava3.redis.client.Redis
- newInstance(RedisAPI) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
- newInstance(RedisAPI) - Static method in class io.vertx.rxjava3.redis.client.RedisAPI
- newInstance(RedisCluster) - Static method in class io.vertx.reactivex.redis.client.RedisCluster
- newInstance(RedisCluster) - Static method in class io.vertx.rxjava3.redis.client.RedisCluster
- newInstance(RedisConnection) - Static method in class io.vertx.reactivex.redis.client.RedisConnection
- newInstance(RedisConnection) - Static method in class io.vertx.rxjava3.redis.client.RedisConnection
- newInstance(ServiceDiscovery) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- newInstance(ServiceDiscovery) - Static method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- newInstance(ServiceReference) - Static method in class io.vertx.reactivex.servicediscovery.ServiceReference
- newInstance(ServiceReference) - Static method in class io.vertx.rxjava3.servicediscovery.ServiceReference
- newInstance(ServiceExporter) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
- newInstance(ServiceExporter) - Static method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
- newInstance(ServiceImporter) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
- newInstance(ServiceImporter) - Static method in class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
- newInstance(ServicePublisher) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
- newInstance(ServicePublisher) - Static method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
- newInstance(EventBusService) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
- newInstance(EventBusService) - Static method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
- newInstance(HttpEndpoint) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
- newInstance(HttpEndpoint) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- newInstance(MessageSource) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
- newInstance(MessageSource) - Static method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
- newInstance(MongoDataSource) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
- newInstance(MongoDataSource) - Static method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- newInstance(RedisDataSource) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
- newInstance(RedisDataSource) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- newInstance(ClientBuilder) - Static method in class io.vertx.reactivex.sqlclient.ClientBuilder
- newInstance(ClientBuilder) - Static method in class io.vertx.rxjava3.sqlclient.ClientBuilder
- newInstance(ClientBuilder, TypeArg<C>) - Static method in class io.vertx.reactivex.sqlclient.ClientBuilder
- newInstance(ClientBuilder, TypeArg<C>) - Static method in class io.vertx.rxjava3.sqlclient.ClientBuilder
- newInstance(Cursor) - Static method in class io.vertx.reactivex.sqlclient.Cursor
- newInstance(Cursor) - Static method in class io.vertx.rxjava3.sqlclient.Cursor
- newInstance(ColumnDescriptor) - Static method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- newInstance(ColumnDescriptor) - Static method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- newInstance(Pool) - Static method in class io.vertx.reactivex.sqlclient.Pool
- newInstance(Pool) - Static method in class io.vertx.rxjava3.sqlclient.Pool
- newInstance(PreparedQuery) - Static method in class io.vertx.reactivex.sqlclient.PreparedQuery
- newInstance(PreparedQuery) - Static method in class io.vertx.rxjava3.sqlclient.PreparedQuery
- newInstance(PreparedQuery, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.PreparedQuery
- newInstance(PreparedQuery, TypeArg<T>) - Static method in class io.vertx.rxjava3.sqlclient.PreparedQuery
- newInstance(PreparedStatement) - Static method in class io.vertx.reactivex.sqlclient.PreparedStatement
- newInstance(PreparedStatement) - Static method in class io.vertx.rxjava3.sqlclient.PreparedStatement
- newInstance(PropertyKind) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
- newInstance(PropertyKind) - Static method in class io.vertx.rxjava3.sqlclient.PropertyKind
- newInstance(PropertyKind, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
- newInstance(PropertyKind, TypeArg<T>) - Static method in class io.vertx.rxjava3.sqlclient.PropertyKind
- newInstance(Query) - Static method in class io.vertx.reactivex.sqlclient.Query
- newInstance(Query) - Static method in class io.vertx.rxjava3.sqlclient.Query
- newInstance(Query, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.Query
- newInstance(Query, TypeArg<T>) - Static method in class io.vertx.rxjava3.sqlclient.Query
- newInstance(Row) - Static method in class io.vertx.reactivex.sqlclient.Row
- newInstance(Row) - Static method in class io.vertx.rxjava3.sqlclient.Row
- newInstance(RowIterator) - Static method in class io.vertx.reactivex.sqlclient.RowIterator
- newInstance(RowIterator) - Static method in class io.vertx.rxjava3.sqlclient.RowIterator
- newInstance(RowIterator, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.RowIterator
- newInstance(RowIterator, TypeArg<R>) - Static method in class io.vertx.rxjava3.sqlclient.RowIterator
- newInstance(RowSet) - Static method in class io.vertx.reactivex.sqlclient.RowSet
- newInstance(RowSet) - Static method in class io.vertx.rxjava3.sqlclient.RowSet
- newInstance(RowSet, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.RowSet
- newInstance(RowSet, TypeArg<R>) - Static method in class io.vertx.rxjava3.sqlclient.RowSet
- newInstance(RowStream) - Static method in class io.vertx.reactivex.sqlclient.RowStream
- newInstance(RowStream) - Static method in class io.vertx.rxjava3.sqlclient.RowStream
- newInstance(RowStream, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.RowStream
- newInstance(RowStream, TypeArg<T>) - Static method in class io.vertx.rxjava3.sqlclient.RowStream
- newInstance(DatabaseMetadata) - Static method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- newInstance(DatabaseMetadata) - Static method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- newInstance(SqlClient) - Static method in class io.vertx.reactivex.sqlclient.SqlClient
- newInstance(SqlClient) - Static method in class io.vertx.rxjava3.sqlclient.SqlClient
- newInstance(SqlConnection) - Static method in class io.vertx.reactivex.sqlclient.SqlConnection
- newInstance(SqlConnection) - Static method in class io.vertx.rxjava3.sqlclient.SqlConnection
- newInstance(SqlResult) - Static method in class io.vertx.reactivex.sqlclient.SqlResult
- newInstance(SqlResult) - Static method in class io.vertx.rxjava3.sqlclient.SqlResult
- newInstance(SqlResult, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.SqlResult
- newInstance(SqlResult, TypeArg<T>) - Static method in class io.vertx.rxjava3.sqlclient.SqlResult
- newInstance(RowMapper) - Static method in class io.vertx.reactivex.sqlclient.templates.RowMapper
- newInstance(RowMapper) - Static method in class io.vertx.rxjava3.sqlclient.templates.RowMapper
- newInstance(RowMapper, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.templates.RowMapper
- newInstance(RowMapper, TypeArg<T>) - Static method in class io.vertx.rxjava3.sqlclient.templates.RowMapper
- newInstance(SqlTemplate) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- newInstance(SqlTemplate) - Static method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- newInstance(SqlTemplate, TypeArg<I>, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- newInstance(SqlTemplate, TypeArg<I>, TypeArg<R>) - Static method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- newInstance(TupleMapper) - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
- newInstance(TupleMapper) - Static method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- newInstance(TupleMapper, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
- newInstance(TupleMapper, TypeArg<T>) - Static method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- newInstance(Transaction) - Static method in class io.vertx.reactivex.sqlclient.Transaction
- newInstance(Transaction) - Static method in class io.vertx.rxjava3.sqlclient.Transaction
- newInstance(Tuple) - Static method in class io.vertx.reactivex.sqlclient.Tuple
- newInstance(Tuple) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
- newInstance(UriTemplate) - Static method in class io.vertx.reactivex.uritemplate.UriTemplate
- newInstance(UriTemplate) - Static method in class io.vertx.rxjava3.uritemplate.UriTemplate
- newInstance(Variables) - Static method in class io.vertx.reactivex.uritemplate.Variables
- newInstance(Variables) - Static method in class io.vertx.rxjava3.uritemplate.Variables
- newInstance(Class<? extends Converter<T>>) - Static method in class io.vertx.core.cli.converters.Converters
- newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.junit5.rxjava2.VertxParameterProvider
- newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.junit5.rxjava3.VertxParameterProvider
- newInstance(ExtensionContext, ParameterContext) - Method in interface io.vertx.junit5.VertxExtensionParameterProvider
-
Provide a new parameter instance.
- newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.junit5.VertxParameterProvider
- newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.junit5.VertxTestContextParameterProvider
- newInteraction() - Method in interface io.vertx.core.net.endpoint.ServerEndpoint
-
Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.
- newInteraction() - Method in class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
-
Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.
- newInteraction() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
-
Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.
- newMetrics() - Method in interface io.vertx.core.net.endpoint.LoadBalancer
- newObjectParser(Map<String, ValueParser<String>>, Map<Pattern, ValueParser<String>>, ValueParser<String>) - Method in interface io.vertx.ext.web.validation.builder.ObjectParserFactory
- newOptions() - Method in interface io.vertx.core.spi.VertxMetricsFactory
-
Create an empty metrics options.
- newOptions() - Method in interface io.vertx.core.spi.VertxTracerFactory
-
Create an empty tracing options.
- newOptions() - Method in class io.vertx.ext.dropwizard.DropwizardVertxMetricsFactory
- newOptions() - Method in class io.vertx.micrometer.MicrometerMetricsFactory
- newOptions() - Method in class io.vertx.tracing.opentelemetry.OpenTelemetryTracingFactory
- newOptions() - Method in class io.vertx.tracing.opentracing.OpenTracingTracerFactory
- newOptions() - Method in class io.vertx.tracing.zipkin.ZipkinTracerFactory
- newOptions(JsonObject) - Method in interface io.vertx.core.spi.VertxMetricsFactory
-
Create metrics options from the provided
jsonObject
. - newOptions(JsonObject) - Method in interface io.vertx.core.spi.VertxTracerFactory
-
Create tracing options from the provided
jsonObject
. - newOptions(JsonObject) - Method in class io.vertx.ext.dropwizard.DropwizardVertxMetricsFactory
- newOptions(JsonObject) - Method in class io.vertx.micrometer.MicrometerMetricsFactory
- newOptions(JsonObject) - Method in class io.vertx.tracing.opentelemetry.OpenTelemetryTracingFactory
- newOptions(JsonObject) - Method in class io.vertx.tracing.opentracing.OpenTracingTracerFactory
- newOptions(JsonObject) - Method in class io.vertx.tracing.zipkin.ZipkinTracerFactory
- newOptions(MetricsOptions) - Method in interface io.vertx.core.spi.VertxMetricsFactory
-
Create metrics options from the provided
options
. - newOptions(MetricsOptions) - Method in class io.vertx.ext.dropwizard.DropwizardVertxMetricsFactory
- newOptions(MetricsOptions) - Method in class io.vertx.micrometer.MicrometerMetricsFactory
- newParser() - Static method in interface io.vertx.core.parsetools.JsonParser
-
Create a new
JsonParser
instance. - newParser() - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Create a new
JsonParser
instance. - newParser() - Static method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Create a new
JsonParser
instance. - newParser(Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Create a new
JsonParser
instance. - newParser(Flowable<Buffer>) - Static method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Create a new
JsonParser
instance. - newParser(ReadStream<Buffer>) - Static method in interface io.vertx.core.parsetools.JsonParser
-
Create a new
JsonParser
instance. - newParser(ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Create a new
JsonParser
instance. - NewPartitions - Class in io.vertx.kafka.admin
-
An update to the number of partitions including assignment.
- NewPartitions() - Constructor for class io.vertx.kafka.admin.NewPartitions
-
Constructor
- NewPartitions(int, List<List<Integer>>) - Constructor for class io.vertx.kafka.admin.NewPartitions
-
Constructor
- NewPartitions(JsonObject) - Constructor for class io.vertx.kafka.admin.NewPartitions
-
Constructor (from JSON representation)
- NewPartitions(int) - Method in class io.vertx.kafka.admin.NewPartitions
-
Constructor
- NewPartitionsConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
NewPartitions
. - NewPartitionsConverter() - Constructor for class io.vertx.kafka.admin.NewPartitionsConverter
- newPool(Vertx, Supplier<Future<C>>, PoolOptions, NetClientOptions, Handler<SqlConnection>, CloseFuture) - Method in interface io.vertx.sqlclient.spi.Driver
-
Create a connection pool to the database configured with the given
connectOptions
andpoolOptions
. - newPool(Vertx, Supplier<Future<DB2ConnectOptions>>, PoolOptions, NetClientOptions, Handler<SqlConnection>, CloseFuture) - Method in class io.vertx.db2client.spi.DB2Driver
- newPool(Vertx, Supplier<Future<MSSQLConnectOptions>>, PoolOptions, NetClientOptions, Handler<SqlConnection>, CloseFuture) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
- newPool(Vertx, Supplier<Future<MySQLConnectOptions>>, PoolOptions, NetClientOptions, Handler<SqlConnection>, CloseFuture) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
- newPool(Vertx, Supplier<Future<OracleConnectOptions>>, PoolOptions, NetClientOptions, Handler<SqlConnection>, CloseFuture) - Method in class io.vertx.oracleclient.spi.OracleDriver
- newPool(Vertx, Supplier<Future<PgConnectOptions>>, PoolOptions, NetClientOptions, Handler<SqlConnection>, CloseFuture) - Method in class io.vertx.pgclient.spi.PgDriver
- newSession(RoutingContext) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Create a new session
- newSession(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Create a new session
- newSession(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Create a new session
- NewTopic - Class in io.vertx.kafka.admin
-
A new topic to be created
- NewTopic() - Constructor for class io.vertx.kafka.admin.NewTopic
-
Constructor
- NewTopic(JsonObject) - Constructor for class io.vertx.kafka.admin.NewTopic
-
Constructor (from JSON representation)
- NewTopic(String, int, short) - Constructor for class io.vertx.kafka.admin.NewTopic
-
Constructor
- NewTopic(String, Map<Integer, List<Integer>>) - Constructor for class io.vertx.kafka.admin.NewTopic
-
Constructor
- NewTopicConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
NewTopic
. - NewTopicConverter() - Constructor for class io.vertx.kafka.admin.NewTopicConverter
- newTupleParser(List<ValueParser<String>>, ValueParser<String>) - Method in interface io.vertx.ext.web.validation.builder.TupleParserFactory
- newTupleParser(List<ValueParser<String>>, ValueParser<String>) - Method in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- newTupleParser(List<ValueParser<String>>, ValueParser<String>) - Method in class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- newVertxThread(Runnable, String, boolean, long, TimeUnit) - Method in interface io.vertx.core.spi.VertxThreadFactory
- next() - Method in interface io.vertx.core.eventbus.DeliveryContext
-
Call the next interceptor
- next() - Method in interface io.vertx.ext.web.RoutingContext
-
Tell the router to route this context to the next matching route (if any).
- next() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
-
Call the next interceptor
- next() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Tell the router to route this context to the next matching route (if any).
- next() - Method in class io.vertx.reactivex.sqlclient.RowIterator
- next() - Method in class io.vertx.reactivex.sqlclient.RowSet
- next() - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
Return the next available result or
null
, e.g for a simple query that executed multiple queries or for a batch result. - next() - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
-
Call the next interceptor
- next() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Tell the router to route this context to the next matching route (if any).
- next() - Method in class io.vertx.rxjava3.sqlclient.RowIterator
- next() - Method in class io.vertx.rxjava3.sqlclient.RowSet
- next() - Method in class io.vertx.rxjava3.sqlclient.SqlResult
-
Return the next available result or
null
, e.g for a simple query that executed multiple queries or for a batch result. - next() - Method in interface io.vertx.sqlclient.RowIterator
- next() - Method in interface io.vertx.sqlclient.RowSet
- next() - Method in interface io.vertx.sqlclient.SqlResult
-
Return the next available result or
null
, e.g for a simple query that executed multiple queries or for a batch result. - NEXT - io.vertx.ext.web.handler.graphql.ws.MessageType
- nextBoolean() - Method in class io.vertx.ext.auth.prng.PRNG
- nextBoolean() - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Returns a secure random boolean
- nextBoolean() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Returns a secure random boolean
- nextBoolean() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Returns a secure random boolean
- nextBytes(byte[]) - Method in class io.vertx.ext.auth.prng.PRNG
- nextBytes(byte[]) - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Fills the given byte array with random bytes.
- nextBytes(byte[]) - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Fills the given byte array with random bytes.
- nextBytes(byte[]) - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Fills the given byte array with random bytes.
- nextDouble() - Method in class io.vertx.ext.auth.prng.PRNG
- nextDouble() - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Returns a secure random double value.
- nextDouble() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Returns a secure random double value.
- nextDouble() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Returns a secure random double value.
- nextFloat() - Method in class io.vertx.ext.auth.prng.PRNG
- nextFloat() - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Returns a secure random float value.
- nextFloat() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Returns a secure random float value.
- nextFloat() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Returns a secure random float value.
- nextGaussian() - Method in class io.vertx.ext.auth.prng.PRNG
- nextGaussian() - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Returns a secure random double value.
- nextGaussian() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Returns a secure random double value.
- nextGaussian() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Returns a secure random double value.
- nextInt() - Method in class io.vertx.ext.auth.prng.PRNG
- nextInt() - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Returns a secure random int
- nextInt() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Returns a secure random int
- nextInt() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Returns a secure random int
- nextInt(int) - Method in class io.vertx.ext.auth.prng.PRNG
- nextInt(int) - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Returns a secure random int, between 0 (inclusive) and the specified bound (exclusive).
- nextInt(int) - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Returns a secure random int, between 0 (inclusive) and the specified bound (exclusive).
- nextInt(int) - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Returns a secure random int, between 0 (inclusive) and the specified bound (exclusive).
- nextLong() - Method in class io.vertx.ext.auth.prng.PRNG
- nextLong() - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Returns a secure random long
- nextLong() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Returns a secure random long
- nextLong() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Returns a secure random long
- nextResult() - Method in interface io.vertx.ext.consul.WatchResult
-
The next result of the operation.
- nextResult() - Method in class io.vertx.reactivex.ext.consul.WatchResult
-
The next result of the operation.
- nextResult() - Method in class io.vertx.rxjava3.ext.consul.WatchResult
-
The next result of the operation.
- nextString(int) - Method in class io.vertx.ext.auth.prng.PRNG
- nextString(int) - Method in interface io.vertx.ext.auth.prng.VertxContextPRNG
-
Returns a Base64 url encoded String of random data with the given length.
- nextString(int) - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
-
Returns a Base64 url encoded String of random data with the given length.
- nextString(int) - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Returns a Base64 url encoded String of random data with the given length.
- NFC - io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
- NIO - Static variable in interface io.vertx.core.transport.Transport
-
Nio transport, always available based on ${code java.nio} API.
- NO_HANDLERS - io.vertx.core.eventbus.ReplyFailure
-
The message send failed because no handlers were available to handle the message.
- NO_MATCHING_SUBSCRIBERS - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- NO_MATCHING_SUBSCRIBERS - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- NO_NAME - Static variable in annotation type io.vertx.core.cli.annotations.Option
- NO_NAME - Static variable in class io.vertx.core.cli.Option
-
The default long name / short name of the option.
- NO_SUBSCRIPTION_EXISTED - io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
- Node - Class in io.vertx.ext.consul
- Node - Class in io.vertx.kafka.client.common
-
Information about a Kafka cluster node
- Node() - Constructor for class io.vertx.ext.consul.Node
-
Default constructor
- Node() - Constructor for class io.vertx.kafka.client.common.Node
-
Constructor
- Node(boolean, String, int, String, boolean, int, String) - Constructor for class io.vertx.kafka.client.common.Node
-
Constructor
- Node(JsonObject) - Constructor for class io.vertx.ext.consul.Node
-
Constructor from JSON
- Node(JsonObject) - Constructor for class io.vertx.kafka.client.common.Node
-
Constructor (from JSON representation)
- Node(Node) - Constructor for class io.vertx.ext.consul.Node
-
Copy constructor
- nodeAdded(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
-
A node has been added
- NodeConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
Node
. - NodeConverter() - Constructor for class io.vertx.ext.consul.NodeConverter
- nodeHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the health checks of the nodes. - nodeHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the health checks of the nodes. - nodeHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the health checks of the nodes. - nodeId() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
- NodeInfo - Class in io.vertx.core.spi.cluster
-
Details about a clustered Vert.x node.
- NodeInfo() - Constructor for class io.vertx.core.spi.cluster.NodeInfo
- NodeInfo(String, int, JsonObject) - Constructor for class io.vertx.core.spi.cluster.NodeInfo
- nodeLeft(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
-
A node has left
- NodeList - Class in io.vertx.ext.consul
-
Holds result of nodes query
- NodeList() - Constructor for class io.vertx.ext.consul.NodeList
-
Default constructor
- NodeList(JsonObject) - Constructor for class io.vertx.ext.consul.NodeList
-
Constructor from JSON
- NodeList(NodeList) - Constructor for class io.vertx.ext.consul.NodeList
-
Copy constructor
- NodeListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
NodeList
. - NodeListConverter() - Constructor for class io.vertx.ext.consul.NodeListConverter
- nodeListener(NodeListener) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Set a listener that will be called when a node joins or leaves the cluster.
- nodeListener(NodeListener) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- NodeListener - Interface in io.vertx.core.spi.cluster
-
A NodeListener is called when nodes join or leave the cluster
- NodeQueryOptions - Class in io.vertx.ext.consul
-
Options used to requesting list of nodes
- NodeQueryOptions() - Constructor for class io.vertx.ext.consul.NodeQueryOptions
-
Default constructor
- NodeQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.NodeQueryOptions
-
Constructor from JSON
- NodeQueryOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
NodeQueryOptions
. - NodeQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.NodeQueryOptionsConverter
- nodes(Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available nodes. - nodes(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available nodes. - nodes(Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available nodes. - nodes(Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available nodes. - nodes(Vertx) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available nodes. - nodes(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available nodes. - NodeTokenApplyingOptions - Class in io.vertx.ext.consul.token
- NodeTokenApplyingOptions(JsonObject) - Constructor for class io.vertx.ext.consul.token.NodeTokenApplyingOptions
- NOERROR - io.vertx.core.dns.DnsResponseCode
-
ID 0, no error
- none() - Static method in interface io.vertx.ext.web.codec.BodyCodec
- none() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- none() - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- NONE - io.vertx.core.http.ClientAuth
-
No client authentication is requested or required.
- NONE - io.vertx.core.http.CookieSameSite
-
The browser will send cookies with both cross-site requests and same-site requests.
- NONE - io.vertx.ext.auth.webauthn4j.Attestation
- NONE - io.vertx.ext.mail.LoginOption
- NONE - io.vertx.ext.web.AllowForwardHeaders
-
No parsing shall be performed.
- NONE - io.vertx.jdbcclient.TransactionIsolation
-
For engines that support it, none isolation means that each statement would essentially be its own transaction.
- NONE - io.vertx.json.schema.OutputErrorType
- NONE - io.vertx.sqlclient.TransactionPropagation
-
The acquired connection is not stored anywhere, making it local to the provided function execution and to wherever it is passed.
- NOOP - Static variable in interface io.vertx.core.spi.tracing.VertxTracer
-
Noop tracer.
- NOOP - Static variable in interface io.vertx.core.spi.VertxTracerFactory
-
Noop tracer factory, it can be useful for disabling metrics, e.g.
- NOOP - Static variable in interface io.vertx.ext.auth.audit.SecurityAudit
- NOOP - Static variable in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- NOOP - Static variable in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- NoopBackendRegistry - Enum in io.vertx.micrometer.backends
- NORMAL - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- normalizedPath() - Method in interface io.vertx.ext.web.RoutingContext
-
Normalizes a path as per normalizedPath() - Method in class io.vertx.reactivex.ext.web.RoutingContextNormalizes a path as per normalizedPath() - Method in class io.vertx.rxjava3.ext.web.RoutingContextNormalizes a path as per noStackTrace(String) - Static method in exception io.vertx.core.VertxExceptionCreate an exception that does not capture a stack trace.
- noStackTrace(String, Throwable) - Static method in exception io.vertx.core.VertxException
Create an exception that does not capture a stack trace.- noStackTrace(Throwable) - Static method in exception io.vertx.core.VertxException
Create an exception that does not capture a stack trace.- NoSuchKeyIdException - Exception in io.vertx.ext.auth
No such KeyId exception is thrown when a JWT with a well known "kid" does not find a matching "kid" in the crypto list.- NoSuchKeyIdException(String) - Constructor for exception io.vertx.ext.auth.NoSuchKeyIdException
- NoSuchKeyIdException(String, String) - Constructor for exception io.vertx.ext.auth.NoSuchKeyIdException
- not(SchemaBuilder) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- NOT_AUTHORIZED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- NOT_AUTHORIZED - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- NOT_AUTHORIZED - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- NOT_AUTHORIZED - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- NOT_AUTHORIZED - io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
- NOT_FOUND - io.vertx.grpc.common.GrpcStatus
- NOTAUTH - io.vertx.core.dns.DnsResponseCode
ID 9, not authoritative for zone- NotAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Allows to perform a logical 'not' of the specified authorization- NotAuthorization - Class in io.vertx.rxjava3.ext.auth.authorization
Allows to perform a logical 'not' of the specified authorization- NotAuthorization - Interface in io.vertx.ext.auth.authorization
Allows to perform a logical 'not' of the specified authorization- NotAuthorization(NotAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- NotAuthorization(NotAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- NotAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- NotAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- noticeHandler(Handler<PgNotice>) - Method in interface io.vertx.pgclient.PgConnection
Set a handler called when the connection receives a notice from the server.- noticeHandler(Handler<PgNotice>) - Method in class io.vertx.reactivex.pgclient.PgConnection
Set a handler called when the connection receives a notice from the server.- noticeHandler(Handler<PgNotice>) - Method in class io.vertx.rxjava3.pgclient.PgConnection
Set a handler called when the connection receives a notice from the server.- notificationHandler(Handler<PgNotification>) - Method in interface io.vertx.pgclient.PgConnection
Set a handler called when the connection receives notification on a channel.- notificationHandler(Handler<PgNotification>) - Method in class io.vertx.reactivex.pgclient.PgConnection
Set a handler called when the connection receives notification on a channel.- notificationHandler(Handler<PgNotification>) - Method in class io.vertx.rxjava3.pgclient.PgConnection
Set a handler called when the connection receives notification on a channel.- NOTIMPL - io.vertx.core.dns.DnsResponseCode
ID 4, not implemented- NOTZONE - io.vertx.core.dns.DnsResponseCode
ID 10, name not in zone- NULL_OBSERVER - Static variable in class io.vertx.rxjava3.SingleHelper
- nullable() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- nullObserver() - Static method in class io.vertx.rxjava3.CompletableHelper
- nullObserver() - Static method in class io.vertx.rxjava3.FlowableHelper
- nullObserver() - Static method in class io.vertx.rxjava3.MaybeHelper
- nullObserver() - Static method in class io.vertx.rxjava3.SingleHelper
- NullValue - Class in io.vertx.sqlclient.data
Instances of this class indicate the type associated with aNULL
column value.- NUMBER - io.vertx.json.schema.common.dsl.SchemaType
- NUMBER - io.vertx.redis.client.ResponseType
numeric value.- NumberKeyword - Class in io.vertx.json.schema.common.dsl
- NumberKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.NumberKeyword
- numberOfFailures() - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- numberOfInflightRequests() - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- numberOfRedirections() - Method in interface io.vertx.core.http.HttpClientRequest
- numberOfRedirections() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- numberOfRedirections() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- numberOfRequests() - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- numberOfSubscriptions() - Method in interface io.vertx.ext.stomp.Destination
Gets the number of subscriptions attached to the currentDestination
.- numberOfSubscriptions() - Method in class io.vertx.reactivex.ext.stomp.Destination
Gets the number of subscriptions attached to the currentDestination
.- numberOfSubscriptions() - Method in class io.vertx.rxjava3.ext.stomp.Destination
Gets the number of subscriptions attached to the currentDestination
.- numberSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- NumberSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- Numeric - Class in io.vertx.sqlclient.data
An arbitrary number that supports NaN.- numericMapping - Static variable in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- NXDOMAIN - io.vertx.core.dns.DnsResponseCode
ID 3, name error- NXRRSET - io.vertx.core.dns.DnsResponseCode
ID 8, rrset does not existO
- OAuth2Auth - Class in io.vertx.reactivex.ext.auth.oauth2
-
Factory interface for creating OAuth2 based
AuthenticationProvider
instances. - OAuth2Auth - Class in io.vertx.rxjava3.ext.auth.oauth2
-
Factory interface for creating OAuth2 based
AuthenticationProvider
instances. - OAuth2Auth - Interface in io.vertx.ext.auth.oauth2
-
Factory interface for creating OAuth2 based
AuthenticationProvider
instances. - OAuth2Auth(OAuth2Auth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
- OAuth2Auth(OAuth2Auth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
- OAuth2Auth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
- OAuth2Auth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
- OAuth2AuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that provides OAuth2 Authentication support.
- OAuth2AuthHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An auth handler that provides OAuth2 Authentication support.
- OAuth2AuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that provides OAuth2 Authentication support.
- OAuth2AuthHandler(OAuth2AuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
- OAuth2AuthHandler(OAuth2AuthHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
- OAuth2AuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
- OAuth2AuthHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
- OAuth2AuthorizationURL - Class in io.vertx.ext.auth.oauth2
-
TypeSafe DataObject for passing needed parameters for
OAuth2Auth.authorizeURL(OAuth2AuthorizationURL)
- OAuth2AuthorizationURL() - Constructor for class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Default constructor
- OAuth2AuthorizationURL(JsonObject) - Constructor for class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Constructor to create an options from JSON
- OAuth2AuthorizationURL(OAuth2AuthorizationURL) - Constructor for class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Constructor to create an options from an existing options
- Oauth2Credentials - Class in io.vertx.ext.auth.oauth2
-
Credentials specific to the
OAuth2Auth
provider - Oauth2Credentials() - Constructor for class io.vertx.ext.auth.oauth2.Oauth2Credentials
- Oauth2Credentials(JsonObject) - Constructor for class io.vertx.ext.auth.oauth2.Oauth2Credentials
- Oauth2CredentialsConverter - Class in io.vertx.ext.auth.oauth2
-
Converter and mapper for
Oauth2Credentials
. - Oauth2CredentialsConverter() - Constructor for class io.vertx.ext.auth.oauth2.Oauth2CredentialsConverter
- OAuth2FlowType - Enum in io.vertx.ext.auth.oauth2
-
OAuth2 Flows
- oauth2Handler(String, Function<SecurityScheme, OAuth2AuthHandler>) - Method in interface io.vertx.ext.web.openapi.router.Security
-
Configure the
OAuth2AuthHandler
to be used when creating the router. - oauth2Handler(String, Function<SecurityScheme, OAuth2AuthHandler>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- oauth2Handler(String, Function<SecurityScheme, OAuth2AuthHandler>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- oauth2Handler(Function<SecurityScheme, OAuth2AuthHandler>) - Method in interface io.vertx.ext.web.openapi.router.Security
-
Configure the
OAuth2AuthHandler
to be used when creating the router. - oauth2Handler(Function<SecurityScheme, OAuth2AuthHandler>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- oauth2Handler(Function<SecurityScheme, OAuth2AuthHandler>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- OAuth2Options - Class in io.vertx.ext.auth.oauth2
-
Options describing how an OAuth2
HttpClient
will make connections. - OAuth2Options() - Constructor for class io.vertx.ext.auth.oauth2.OAuth2Options
-
Default constructor
- OAuth2Options(JsonObject) - Constructor for class io.vertx.ext.auth.oauth2.OAuth2Options
-
Constructor to create an options from JSON
- OAuth2Options(OAuth2Options) - Constructor for class io.vertx.ext.auth.oauth2.OAuth2Options
-
Copy constructor
- OAuth2OptionsConverter - Class in io.vertx.ext.auth.oauth2
-
Converter and mapper for
OAuth2Options
. - OAuth2OptionsConverter() - Constructor for class io.vertx.ext.auth.oauth2.OAuth2OptionsConverter
- OAuth2WebClient - Class in io.vertx.reactivex.ext.web.client
-
An asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client called
WebClientOAuth2
. - OAuth2WebClient - Class in io.vertx.rxjava3.ext.web.client
-
An asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client called
WebClientOAuth2
. - OAuth2WebClient - Interface in io.vertx.ext.web.client
-
An asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client called
WebClientOAuth2
. - OAuth2WebClient(OAuth2WebClient) - Constructor for class io.vertx.reactivex.ext.web.client.OAuth2WebClient
- OAuth2WebClient(OAuth2WebClient) - Constructor for class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
- OAuth2WebClient(Object) - Constructor for class io.vertx.reactivex.ext.web.client.OAuth2WebClient
- OAuth2WebClient(Object) - Constructor for class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
- OAuth2WebClientOptions - Class in io.vertx.ext.web.client
- OAuth2WebClientOptions() - Constructor for class io.vertx.ext.web.client.OAuth2WebClientOptions
- OAuth2WebClientOptions(JsonObject) - Constructor for class io.vertx.ext.web.client.OAuth2WebClientOptions
-
Creates a new instance from JSON.
- OAuth2WebClientOptions(OAuth2WebClientOptions) - Constructor for class io.vertx.ext.web.client.OAuth2WebClientOptions
-
Copy constructor.
- OAuth2WebClientOptionsConverter - Class in io.vertx.ext.web.client
-
Converter and mapper for
OAuth2WebClientOptions
. - OAuth2WebClientOptionsConverter() - Constructor for class io.vertx.ext.web.client.OAuth2WebClientOptionsConverter
- OAuthFlow - Class in io.vertx.reactivex.openapi.contract
-
Represents an OAuth Flow Object (the configuration).
- OAuthFlow - Class in io.vertx.rxjava3.openapi.contract
-
Represents an OAuth Flow Object (the configuration).
- OAuthFlow - Interface in io.vertx.openapi.contract
-
Represents an OAuth Flow Object (the configuration).
- OAuthFlow(OAuthFlow) - Constructor for class io.vertx.reactivex.openapi.contract.OAuthFlow
- OAuthFlow(OAuthFlow) - Constructor for class io.vertx.rxjava3.openapi.contract.OAuthFlow
- OAuthFlow(Object) - Constructor for class io.vertx.reactivex.openapi.contract.OAuthFlow
- OAuthFlow(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.OAuthFlow
- OAuthFlows - Class in io.vertx.reactivex.openapi.contract
-
Represents an OAuth Flows Object.
- OAuthFlows - Class in io.vertx.rxjava3.openapi.contract
-
Represents an OAuth Flows Object.
- OAuthFlows - Interface in io.vertx.openapi.contract
-
Represents an OAuth Flows Object.
- OAuthFlows(OAuthFlows) - Constructor for class io.vertx.reactivex.openapi.contract.OAuthFlows
- OAuthFlows(OAuthFlows) - Constructor for class io.vertx.rxjava3.openapi.contract.OAuthFlows
- OAuthFlows(Object) - Constructor for class io.vertx.reactivex.openapi.contract.OAuthFlows
- OAuthFlows(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.OAuthFlows
- object(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for object introspection commands.
- object(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for object introspection commands.
- object(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for object introspection commands.
- OBJECT - io.vertx.json.schema.common.dsl.SchemaType
- OBJECT - Static variable in interface io.vertx.redis.client.Command
-
A container for object introspection commands.
- objectContainsKey(Object, String) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
- objectContainsKey(Object, String) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- objectContainsKey(Object, String) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- objectEventMode() - Method in interface io.vertx.core.parsetools.JsonParser
-
Flip the parser to emit a stream of events for each new json object.
- objectEventMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Flip the parser to emit a stream of events for each new json object.
- objectEventMode() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Flip the parser to emit a stream of events for each new json object.
- ObjectKeyword - Class in io.vertx.json.schema.common.dsl
- ObjectKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.ObjectKeyword
- ObjectKeyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.ObjectKeyword
- objectName() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.MetricMBean
- ObjectParserFactory - Class in io.vertx.reactivex.ext.web.validation.builder
-
This interface is used to create able to parse serialized object structures.
- ObjectParserFactory - Class in io.vertx.rxjava3.ext.web.validation.builder
-
This interface is used to create able to parse serialized object structures.
- ObjectParserFactory - Interface in io.vertx.ext.web.validation.builder
-
This interface is used to create
ValueParser
able to parse serialized object structures. - ObjectParserFactory(ObjectParserFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
- ObjectParserFactory(ObjectParserFactory) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ObjectParserFactory
- ObjectParserFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
- ObjectParserFactory(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ObjectParserFactory
- objectSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- ObjectSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- ObjectType - Enum in io.vertx.ext.shell.command.base
- objectValue() - Method in interface io.vertx.core.parsetools.JsonEvent
- objectValueMode() - Method in interface io.vertx.core.parsetools.JsonParser
-
Flip the parser to emit a single value event for each new json object.
- objectValueMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Flip the parser to emit a single value event for each new json object.
- objectValueMode() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Flip the parser to emit a single value event for each new json object.
- ObservableHelper - Class in io.vertx.reactivex.core
- ObservableHelper - Class in io.vertx.reactivex
- ObservableHelper - Class in io.vertx.rxjava3.core
- ObservableHelper - Class in io.vertx.rxjava3
- ObservableHelper() - Constructor for class io.vertx.reactivex.core.ObservableHelper
- ObservableHelper() - Constructor for class io.vertx.reactivex.ObservableHelper
- ObservableHelper() - Constructor for class io.vertx.rxjava3.core.ObservableHelper
- ObservableHelper() - Constructor for class io.vertx.rxjava3.ObservableHelper
- of() - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing zero mappings.
- of() - Static method in class io.vertx.pgclient.data.Interval
- of(boolean) - Static method in interface io.vertx.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from aBoolean
. - of(boolean) - Static method in class io.vertx.reactivex.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from aBoolean
. - of(boolean) - Static method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from aBoolean
. - of(int) - Static method in class io.vertx.pgclient.data.Interval
- of(int, int) - Static method in class io.vertx.pgclient.data.Interval
- of(int, int, int) - Static method in class io.vertx.pgclient.data.Interval
- of(int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
- of(int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
- of(int, int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
- of(int, int, int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
- of(Context) - Static method in class io.vertx.grpc.common.GrpcLocal
- of(HttpServerRequest, Operation) - Static method in interface io.vertx.openapi.validation.ValidatableRequest
- of(JsonObject) - Static method in interface io.vertx.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from aJsonObject
. - of(JsonObject) - Static method in class io.vertx.reactivex.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from a . - of(JsonObject) - Static method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from a . - of(HttpServerRequest, Operation) - Static method in class io.vertx.reactivex.openapi.validation.ValidatableRequest
-
Creates a new
ValidatableRequest
object based on the passed and . - of(HttpServerRequest, Operation) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
-
Creates a new
ValidatableRequest
object based on the passed and . - of(Class<?>) - Static method in class io.vertx.sqlclient.data.NullValue
- of(Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Create a tuple of one element.
- of(Object) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Create a tuple of one element.
- of(Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of one element.
- of(Object...) - Static method in class io.vertx.core.json.JsonArray
-
Create a JsonArray containing an arbitrary number of values.
- of(Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Create a tuple of two elements.
- of(Object, Object) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Create a tuple of two elements.
- of(Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of two elements.
- of(Object, Object...) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of an arbitrary number of elements.
- of(Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Create a tuple of three elements.
- of(Object, Object, Object) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Create a tuple of three elements.
- of(Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of three elements.
- of(Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Create a tuple of four elements.
- of(Object, Object, Object, Object) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Create a tuple of four elements.
- of(Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of four elements.
- of(Object, Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Create a tuple of five elements.
- of(Object, Object, Object, Object, Object) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Create a tuple of five elements.
- of(Object, Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of five elements.
- of(Object, Object, Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Create a tuple of six elements.
- of(Object, Object, Object, Object, Object, Object) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Create a tuple of six elements.
- of(Object, Object, Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of six elements.
- of(String) - Static method in enum io.vertx.ext.auth.webauthn4j.Attestation
- of(String) - Static method in enum io.vertx.ext.auth.webauthn4j.AuthenticatorAttachment
- of(String) - Static method in enum io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
- of(String) - Static method in enum io.vertx.ext.auth.webauthn4j.ResidentKey
- of(String) - Static method in enum io.vertx.ext.auth.webauthn4j.UserVerification
- of(String) - Static method in enum io.vertx.ext.consul.AclTokenType
- of(String) - Static method in enum io.vertx.ext.consul.CheckStatus
- of(String) - Static method in enum io.vertx.ext.consul.HealthState
- of(String) - Static method in enum io.vertx.ext.consul.SessionBehavior
- of(String) - Static method in enum io.vertx.mysqlclient.SslMode
- of(String) - Static method in enum io.vertx.oracleclient.ServerMode
- of(String) - Static method in enum io.vertx.pgclient.SslMode
- of(String) - Static method in class io.vertx.reactivex.uritemplate.UriTemplate
-
Create a template from a string
uri
. - of(String) - Static method in class io.vertx.rxjava3.uritemplate.UriTemplate
-
Create a template from a string
uri
. - of(String) - Static method in interface io.vertx.serviceresolver.ServiceAddress
-
Create a service address
- of(String) - Static method in interface io.vertx.uritemplate.UriTemplate
-
Create a template from a string
uri
. - of(String, JsonObject) - Static method in interface io.vertx.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from aJsonObject
. - of(String, JsonObject) - Static method in class io.vertx.reactivex.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from a . - of(String, JsonObject) - Static method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Factory method to create a
JsonSchema
from a . - of(String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing a single mapping.
- of(String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing two mappings.
- of(String, Object, String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing three mappings.
- of(String, Object, String, Object, String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing four mappings.
- of(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing five mappings.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing six mappings.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing seven mappings.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing eight mappings.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing nine mappings.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class io.vertx.core.json.JsonObject
-
Create a JsonObject containing ten mappings.
- of(Duration) - Static method in class io.vertx.pgclient.data.Interval
-
Creates an instance from the given
Duration
. - offloadExecutor(Executor) - Method in class io.vertx.grpc.VertxChannelBuilder
- offset() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- offset() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- offset() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- OffsetAndMetadata - Class in io.vertx.kafka.client.consumer
-
Provide additional metadata when an offset is committed
- OffsetAndMetadata() - Constructor for class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
Constructor
- OffsetAndMetadata(long, String) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
Constructor
- OffsetAndMetadata(JsonObject) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
Constructor (from JSON representation)
- OffsetAndMetadata(OffsetAndMetadata) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
Constructor (copy)
- OffsetAndTimestamp - Class in io.vertx.kafka.client.consumer
-
Represent information related to a Offset with timestamp information
- OffsetAndTimestamp() - Constructor for class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
Constructor
- OffsetAndTimestamp(long, long) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
Constructor
- OffsetAndTimestamp(JsonObject) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
Constructor (from JSON representation)
- OffsetAndTimestamp(OffsetAndTimestamp) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
Constructor (copy)
- OffsetDateTime - Static variable in class io.vertx.sqlclient.data.NullValue
- offsetsForTimes(TopicPartition, Long) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Look up the offset for the given partition by timestamp.
- offsetsForTimes(TopicPartition, Long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Look up the offset for the given partition by timestamp.
- offsetsForTimes(TopicPartition, Long) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Look up the offset for the given partition by timestamp.
- offsetsForTimes(Map<TopicPartition, Long>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Look up the offsets for the given partitions by timestamp.
- offsetsForTimes(Map<TopicPartition, Long>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Look up the offsets for the given partitions by timestamp.
- offsetsForTimes(TopicPartition, long) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
* Look up the offset for the given partition by timestamp.
- OffsetSpec - Class in io.vertx.kafka.admin
- OffsetSpec(long) - Constructor for class io.vertx.kafka.admin.OffsetSpec
-
Constructor
- OffsetSpec(JsonObject) - Constructor for class io.vertx.kafka.admin.OffsetSpec
-
Constructor (from JSON representation)
- OffsetSpecConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
OffsetSpec
. - OffsetSpecConverter() - Constructor for class io.vertx.kafka.admin.OffsetSpecConverter
- OffsetTime - Static variable in class io.vertx.sqlclient.data.NullValue
- ofVerb(String) - Static method in enum io.vertx.ext.consul.TxnKVVerb
- ofVerb(String) - Static method in enum io.vertx.ext.consul.TxnServiceVerb
- OK - io.vertx.grpc.common.GrpcStatus
- OK() - Static method in class io.vertx.ext.healthchecks.Status
-
Creates a status when everything is fine.
- OK(JsonObject) - Static method in class io.vertx.ext.healthchecks.Status
-
Creates a status when everything is fine and adds metadata.
- oldId() - Method in interface io.vertx.ext.web.Session
- oldId() - Method in class io.vertx.ext.web.sstore.AbstractSession
- oldId() - Method in class io.vertx.reactivex.ext.web.Session
- oldId() - Method in class io.vertx.rxjava3.ext.web.Session
- onAck(StompServerConnection, Frame, List<Frame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
- onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
- onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
- onAckHandler(Handler<Acknowledgement>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are acknowledged.
- onAckHandler(Handler<Acknowledgement>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are acknowledged.
- onAckHandler(Handler<Acknowledgement>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are acknowledged.
- onAllMasterNodes(Request) - Method in class io.vertx.reactivex.redis.client.RedisCluster
-
Runs the
request
against all master nodes in the cluster. - onAllMasterNodes(Request) - Method in interface io.vertx.redis.client.RedisCluster
-
Runs the
request
against all master nodes in the cluster. - onAllMasterNodes(Request) - Method in class io.vertx.rxjava3.redis.client.RedisCluster
-
Runs the
request
against all master nodes in the cluster. - onAllNodes(Request) - Method in class io.vertx.reactivex.redis.client.RedisCluster
-
Runs the
request
against all nodes in the cluster. - onAllNodes(Request) - Method in interface io.vertx.redis.client.RedisCluster
-
Runs the
request
against all nodes in the cluster. - onAllNodes(Request) - Method in class io.vertx.rxjava3.redis.client.RedisCluster
-
Runs the
request
against all nodes in the cluster. - onAuthenticationRequest(StompServerConnection, String, String) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Called when the client connects to a server requiring authentication.
- onAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Called when the client connects to a server requiring authentication.
- onAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Called when the client connects to a server requiring authentication.
- onClose() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
Callback that let you cleanup the service object.
- onClose(StompServerConnection) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Called when the connection is closed.
- onClose(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Called when the connection is closed.
- onClose(StompServerConnection) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Called when the connection is closed.
- onComplete(Completable<? super T>) - Method in interface io.vertx.core.Future
-
Add handlers to be notified on succeeded result and failed result.
- onComplete(Handler<? super T>, Handler<? super Throwable>) - Method in interface io.vertx.core.Future
-
Add handlers to be notified on succeeded result and failed result.
- onComplete(Handler<AsyncResult<CompositeFuture>>) - Method in interface io.vertx.core.CompositeFuture
- onComplete(Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Future
-
Add a handler to be notified of the result.
- onConnectionInit(Handler<ConnectionInitEvent>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the connection init
Handler
. - onConnectionInit(Handler<ConnectionInitEvent>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the connection init .
- onConnectionInit(Handler<ConnectionInitEvent>) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the connection init .
- one() - Method in interface io.vertx.cassandra.ResultSet
- one() - Method in class io.vertx.reactivex.cassandra.ResultSet
- one() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- oneOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- onError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamObserver
-
Sets the handler to invoke if the
Observable
that was subscribed to terminates with an error. - onError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamSubscriber
-
Sets the handler to invoke if the
Flowable
that was subscribed to terminates with an error. - onError(Consumer<? super Throwable>) - Method in interface io.vertx.rxjava3.WriteStreamObserver
-
Sets the handler to invoke if the
Observable
that was subscribed to terminates with an error. - onError(Consumer<? super Throwable>) - Method in interface io.vertx.rxjava3.WriteStreamSubscriber
-
Sets the handler to invoke if the
Flowable
that was subscribed to terminates with an error. - oneToMany(ContextInternal, I, BiConsumer<I, StreamObserver<O>>) - Static method in class io.vertx.grpc.stub.ClientCalls
- oneToMany(ContextInternal, I, BiConsumer<I, StreamObserver<O>>, Handler<O>, Handler<Void>, Handler<Throwable>) - Static method in class io.vertx.grpc.stub.ClientCalls
- oneToMany(I, StreamObserver<O>, String, BiConsumer<I, WriteStream<O>>) - Static method in class io.vertx.grpc.stub.ServerCalls
- oneToOne(ContextInternal, I, BiConsumer<I, StreamObserver<O>>) - Static method in class io.vertx.grpc.stub.ClientCalls
- oneToOne(I, StreamObserver<O>, String, Function<I, Future<O>>) - Static method in class io.vertx.grpc.stub.ServerCalls
- onFailure(Handler<? super Throwable>) - Method in interface io.vertx.core.CompositeFuture
- onFailure(Handler<? super Throwable>) - Method in interface io.vertx.core.Future
-
Add a handler to be notified of the failed result.
- onJoin(VertxInternal, ConversionUtils, HazelcastInstance, ExecutorService) - Method in interface io.vertx.spi.cluster.hazelcast.spi.HazelcastObjectProvider
-
Lifecycle method to initialize this provider when all dependencies become available,
- onMessage(Handler<Message>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the message
Handler
. - onMessage(Handler<Message>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the message .
- onMessage(Handler<Message>) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the message .
- onNack(StompServerConnection, Frame, List<Frame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.
- onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.
- onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.
- onNackHandler(Handler<Acknowledgement>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are not acknowledged.
- onNackHandler(Handler<Acknowledgement>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are not acknowledged.
- onNackHandler(Handler<Acknowledgement>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when messages are not acknowledged.
- onPublish(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
-
Notify a new record has been published, the record's registration can be used to uniquely identify the record
- onPublish(Record) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
-
Notify a new record has been published, the record's registration can be used to uniquely identify the record
- onPublish(Record) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
-
Notify a new record has been published, the record's registration can be used to uniquely identify the record
- onServerActivity() - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Notifies the connection about server activity (the server has sent a frame).
- onServerActivity() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
-
Notifies the connection about server activity (the server has sent a frame).
- onServerActivity() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
-
Notifies the connection about server activity (the server has sent a frame).
- onSocketEnd(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the end
Handler
. - onSocketEnd(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the end .
- onSocketEnd(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Customize the end .
- onSuccess(Handler<? super CompositeFuture>) - Method in interface io.vertx.core.CompositeFuture
- onSuccess(Handler<? super T>) - Method in interface io.vertx.core.Future
-
Add a handler to be notified of the succeeded result.
- onUnpublish(String) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
-
Notify an existing record has been removed
- onUnpublish(String) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
-
Notify an existing record has been removed
- onUnpublish(String) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
-
Notify an existing record has been removed
- onUpdate(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
-
Notify an existing record has been updated, the record's registration can be used to uniquely identify the record
- onUpdate(Record) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
-
Notify an existing record has been updated, the record's registration can be used to uniquely identify the record
- onUpdate(Record) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
-
Notify an existing record has been updated, the record's registration can be used to uniquely identify the record
- onWriteStreamEnd(Action) - Method in interface io.vertx.reactivex.WriteStreamObserver
-
Sets the handler to invoke when the adapted
WriteStream
ends successfully. - onWriteStreamEnd(Action) - Method in interface io.vertx.reactivex.WriteStreamSubscriber
-
Sets the handler to invoke when the adapted
WriteStream
ends successfully. - onWriteStreamEnd(Action) - Method in interface io.vertx.rxjava3.WriteStreamObserver
-
Sets the handler to invoke when the adapted
WriteStream
ends successfully. - onWriteStreamEnd(Action) - Method in interface io.vertx.rxjava3.WriteStreamSubscriber
-
Sets the handler to invoke when the adapted
WriteStream
ends successfully. - onWriteStreamEndError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamObserver
-
Sets the handler to invoke when the adapted
WriteStream
ends with an error. - onWriteStreamEndError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamSubscriber
-
Sets the handler to invoke when the adapted
WriteStream
ends with an error. - onWriteStreamEndError(Consumer<? super Throwable>) - Method in interface io.vertx.rxjava3.WriteStreamObserver
-
Sets the handler to invoke when the adapted
WriteStream
ends with an error. - onWriteStreamEndError(Consumer<? super Throwable>) - Method in interface io.vertx.rxjava3.WriteStreamSubscriber
-
Sets the handler to invoke when the adapted
WriteStream
ends with an error. - onWriteStreamError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamObserver
-
Sets the handler to invoke if the adapted
WriteStream
fails. - onWriteStreamError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamSubscriber
-
Sets the handler to invoke if the adapted
WriteStream
fails. - onWriteStreamError(Consumer<? super Throwable>) - Method in interface io.vertx.rxjava3.WriteStreamObserver
-
Sets the handler to invoke if the adapted
WriteStream
fails. - onWriteStreamError(Consumer<? super Throwable>) - Method in interface io.vertx.rxjava3.WriteStreamSubscriber
-
Sets the handler to invoke if the adapted
WriteStream
fails. - open() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Explicitly opens the circuit breaker.
- open() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Explicitly opens the circuit breaker.
- open() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Explicitly opens the circuit breaker.
- open(String, OpenOptions) - Method in interface io.vertx.core.file.FileSystem
-
Open the file represented by
path
, asynchronously. - open(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Open the file represented by
path
, asynchronously. - open(String, OpenOptions) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Open the file represented by
path
, asynchronously. - OPEN - io.vertx.circuitbreaker.CircuitBreakerState
-
The
OPEN
state. - OPENAPI_EXTENSION - Static variable in interface io.vertx.ext.web.api.service.OpenAPIRouterHandler
- OPENAPI_EXTENSION_ADDRESS - Static variable in interface io.vertx.ext.web.api.service.OpenAPIRouterHandler
- OPENAPI_EXTENSION_METHOD_NAME - Static variable in interface io.vertx.ext.web.api.service.OpenAPIRouterHandler
- OpenAPIContract - Class in io.vertx.reactivex.openapi.contract
- OpenAPIContract - Class in io.vertx.rxjava3.openapi.contract
- OpenAPIContract - Interface in io.vertx.openapi.contract
- OpenAPIContract(OpenAPIContract) - Constructor for class io.vertx.reactivex.openapi.contract.OpenAPIContract
- OpenAPIContract(OpenAPIContract) - Constructor for class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- OpenAPIContract(Object) - Constructor for class io.vertx.reactivex.openapi.contract.OpenAPIContract
- OpenAPIContract(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- OpenAPIContractException - Exception in io.vertx.openapi.contract
- OpenAPIContractException(String, ContractErrorType, Throwable) - Constructor for exception io.vertx.openapi.contract.OpenAPIContractException
- OpenAPIObject - Interface in io.vertx.openapi.contract
- OpenAPIRoute - Class in io.vertx.reactivex.ext.web.openapi.router
- OpenAPIRoute - Class in io.vertx.rxjava3.ext.web.openapi.router
- OpenAPIRoute - Interface in io.vertx.ext.web.openapi.router
- OpenAPIRoute(OpenAPIRoute) - Constructor for class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- OpenAPIRoute(OpenAPIRoute) - Constructor for class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- OpenAPIRoute(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- OpenAPIRoute(Object) - Constructor for class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- OpenAPIRouterHandler - Interface in io.vertx.ext.web.api.service
- OpenAPIVersion - Enum in io.vertx.openapi.contract
- openBlocking(String, OpenOptions) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.open(String, io.vertx.core.file.OpenOptions)
- openBlocking(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.open(java.lang.String, io.vertx.core.file.OpenOptions)
- openBlocking(String, OpenOptions) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.open(java.lang.String, io.vertx.core.file.OpenOptions)
- OpenCircuitException - Exception in io.vertx.circuitbreaker
-
Exception reported when the circuit breaker is open.
- openHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Sets a
Handler
to be invoked when the circuit breaker state switches to open. - openHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Sets a to be invoked when the circuit breaker state switches to open.
- openHandler(Handler<Void>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Sets a to be invoked when the circuit breaker state switches to open.
- OpenIDConnectAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for OpenID Connect. - OpenIDConnectAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for OpenID Connect. - OpenIDConnectAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for OpenID Connect. - OpenIDConnectAuth(OpenIDConnectAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
- OpenIDConnectAuth(OpenIDConnectAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
- OpenIDConnectAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
- OpenIDConnectAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
- openIdConnectHandler(Function<String, Single<OAuth2AuthHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- openIdConnectHandler(String, Function<String, Single<OAuth2AuthHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- openIdConnectHandler(String, Function<String, Single<OAuth2AuthHandler>>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- openIdConnectHandler(String, Function<String, Future<OAuth2AuthHandler>>) - Method in interface io.vertx.ext.web.openapi.router.Security
-
Configure the
OAuth2AuthHandler
to be used when creating the router. - openIdConnectHandler(String, Function<String, Future<OAuth2AuthHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- openIdConnectHandler(Function<String, Single<OAuth2AuthHandler>>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- openIdConnectHandler(Function<String, Future<OAuth2AuthHandler>>) - Method in interface io.vertx.ext.web.openapi.router.Security
-
Configure the
OAuth2AuthHandler
to be used when creating the router. - openIdConnectHandler(Function<String, Future<OAuth2AuthHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- OpenOptions - Class in io.vertx.core.file
-
Describes how an
AsyncFile
should be opened. - OpenOptions() - Constructor for class io.vertx.core.file.OpenOptions
-
Default constructor
- OpenOptions(OpenOptions) - Constructor for class io.vertx.core.file.OpenOptions
-
Copy constructor
- OpenOptions(JsonObject) - Constructor for class io.vertx.core.file.OpenOptions
-
Constructor to create options from JSON
- OpenOptionsConverter - Class in io.vertx.core.file
-
Converter and mapper for
OpenOptions
. - OpenOptionsConverter() - Constructor for class io.vertx.core.file.OpenOptionsConverter
- OPENSHIFT_KUBERNETES_TOKEN_FILE - Static variable in class io.vertx.config.kubernetes.KubernetesUtils
- OpenSSLEngineOptions - Class in io.vertx.core.net
-
Configures a
TCPSSLOptions
to use OpenSsl. - OpenSSLEngineOptions() - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
- OpenSSLEngineOptions(JsonObject) - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
- OpenSSLEngineOptions(OpenSSLEngineOptions) - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
- OpenSSLEngineOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
OpenSSLEngineOptions
. - OpenSSLEngineOptionsConverter() - Constructor for class io.vertx.core.net.OpenSSLEngineOptionsConverter
- OpenTelemetryOptions - Class in io.vertx.tracing.opentelemetry
- OpenTelemetryOptions() - Constructor for class io.vertx.tracing.opentelemetry.OpenTelemetryOptions
- OpenTelemetryOptions(OpenTelemetry) - Constructor for class io.vertx.tracing.opentelemetry.OpenTelemetryOptions
- OpenTelemetryOptions(JsonObject) - Constructor for class io.vertx.tracing.opentelemetry.OpenTelemetryOptions
- OpenTelemetryTracingFactory - Class in io.vertx.tracing.opentelemetry
- OpenTelemetryTracingFactory() - Constructor for class io.vertx.tracing.opentelemetry.OpenTelemetryTracingFactory
- OpenTracingOptions - Class in io.vertx.tracing.opentracing
- OpenTracingOptions() - Constructor for class io.vertx.tracing.opentracing.OpenTracingOptions
- OpenTracingOptions(JsonObject) - Constructor for class io.vertx.tracing.opentracing.OpenTracingOptions
- OpenTracingOptions(OpenTracingOptions) - Constructor for class io.vertx.tracing.opentracing.OpenTracingOptions
- OpenTracingTracer - Class in io.vertx.tracing.opentracing
-
- https://github.com/opentracing/specification/blob/master/semantic_conventions.md - https://github.com/opentracing/specification/blob/master/specification.md
- OpenTracingTracer(boolean, Tracer) - Constructor for class io.vertx.tracing.opentracing.OpenTracingTracer
-
Instantiate a OpenTracing tracer using the specified
tracer
. - OpenTracingTracerFactory - Class in io.vertx.tracing.opentracing
- OpenTracingTracerFactory() - Constructor for class io.vertx.tracing.opentracing.OpenTracingTracerFactory
- OpenTracingTracerFactory(Tracer) - Constructor for class io.vertx.tracing.opentracing.OpenTracingTracerFactory
- OpenTracingUtil - Class in io.vertx.tracing.opentracing
-
OpenTracingContext adds helpers for associating and disassociating spans with the current
Context
- OpenTracingUtil() - Constructor for class io.vertx.tracing.opentracing.OpenTracingUtil
- operation(String) - Method in interface io.vertx.openapi.contract.OpenAPIContract
-
Access to an operation defined in the contract with
operationId
. - operation(String) - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Access to an operation defined in the contract with
operationId
. - operation(String) - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Access to an operation defined in the contract with
operationId
. - Operation - Class in io.vertx.reactivex.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- Operation - Class in io.vertx.rxjava3.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- Operation - Class in io.vertx.tracing.opentelemetry
- Operation - Interface in io.vertx.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- Operation(Span, Scope) - Constructor for class io.vertx.tracing.opentelemetry.Operation
- Operation(Operation) - Constructor for class io.vertx.reactivex.openapi.contract.Operation
- Operation(Operation) - Constructor for class io.vertx.rxjava3.openapi.contract.Operation
- Operation(Object) - Constructor for class io.vertx.reactivex.openapi.contract.Operation
- Operation(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.Operation
- operations() - Method in interface io.vertx.openapi.contract.OpenAPIContract
- operations() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- operations() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- Option - Class in io.vertx.core.cli
-
Models command line options.
- Option - Annotation Type in io.vertx.core.cli.annotations
-
Annotates a setter to be called with the value of a command line option.
- Option() - Constructor for class io.vertx.core.cli.Option
-
Creates a new empty instance of
Option
. - Option(Option) - Constructor for class io.vertx.core.cli.Option
- Option(JsonObject) - Constructor for class io.vertx.core.cli.Option
-
Creates a new instance of
Option
from the givenJsonObject
- OPTIONAL - io.vertx.ext.mail.StartTLSOptions
- optionalDeepObjectParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional deep object parameter.
- optionalDeepObjectParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional deep object parameter.
- optionalDeepObjectParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional deep object parameter.
- optionalExplodedParam(String, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional exploded array parameter.
- optionalExplodedParam(String, ArraySchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional exploded array parameter.
- optionalExplodedParam(String, ArraySchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional exploded array parameter.
- optionalExplodedParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional exploded object parameter.
- optionalExplodedParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional exploded object parameter.
- optionalExplodedParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional exploded object parameter.
- optionalExplodedParam(String, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional exploded tuple parameter.
- optionalExplodedParam(String, TupleSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional exploded tuple parameter.
- optionalExplodedParam(String, TupleSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional exploded tuple parameter.
- optionalJsonParam(String, SchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional parameter serialized as valid json
- optionalJsonParam(String, SchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional parameter serialized as valid json
- optionalJsonParam(String, SchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional parameter serialized as valid json
- optionalParam(String, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new optional array parameter serialized as comma separated
- optionalParam(String, ArraySchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new optional array parameter serialized as comma separated
- optionalParam(String, ArraySchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new optional array parameter serialized as comma separated
- optionalParam(String, BooleanSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new optional boolean parameter
- optionalParam(String, BooleanSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new optional boolean parameter
- optionalParam(String, BooleanSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new optional boolean parameter
- optionalParam(String, NumberSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new optional number parameter.
- optionalParam(String, NumberSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new optional number parameter.
- optionalParam(String, NumberSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new optional number parameter.
- optionalParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional object parameter serialized as comma separated, like
key1,value1,key2,value2
- optionalParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional object parameter serialized as comma separated, like
key1,value1,key2,value2
- optionalParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional object parameter serialized as comma separated, like
key1,value1,key2,value2
- optionalParam(String, SchemaBuilder, ValueParser<String>) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional parameter providing a
ValueParser
- optionalParam(String, SchemaBuilder, ValueParser<String>) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional parameter providing a
- optionalParam(String, SchemaBuilder, ValueParser<String>) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional parameter providing a
- optionalParam(String, StringSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new optional string parameter
- optionalParam(String, StringSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new optional string parameter
- optionalParam(String, StringSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new optional string parameter
- optionalParam(String, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new optional tuple parameter serialized as comma separated
- optionalParam(String, TupleSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new optional tuple parameter serialized as comma separated
- optionalParam(String, TupleSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new optional tuple parameter serialized as comma separated
- optionalProperty(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- optionalSerializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional array parameter deserializable using the provided parser factory.
- optionalSerializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional object parameter deserializable using the provided parser factory.
- optionalSerializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates an optional tuple parameter deserializable using the provided parser factory.
- optionalSerializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional array parameter deserializable using the provided parser factory.
- optionalSerializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional object parameter deserializable using the provided parser factory.
- optionalSerializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates an optional tuple parameter deserializable using the provided parser factory.
- optionalSerializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional array parameter deserializable using the provided parser factory.
- optionalSerializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional object parameter deserializable using the provided parser factory.
- optionalSerializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates an optional tuple parameter deserializable using the provided parser factory.
- optionComparator - Variable in class io.vertx.core.cli.UsageMessageFormatter
-
Comparator used to sort the options when they output in help text
- OptionConverter - Class in io.vertx.core.cli
-
Converter and mapper for
Option
. - OptionConverter() - Constructor for class io.vertx.core.cli.OptionConverter
- options - Variable in class io.vertx.ext.shell.command.base.BusPublish
- options() - Method in interface io.vertx.ext.stomp.StompClient
- options() - Method in interface io.vertx.ext.stomp.StompServer
- options() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP OPTIONS request
- options() - Method in class io.vertx.reactivex.ext.stomp.StompClient
- options() - Method in class io.vertx.reactivex.ext.stomp.StompServer
- options() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP OPTIONS request
- options() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- options() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
- options() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
- options() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP OPTIONS request
- options() - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- options() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
- options() - Method in class io.vertx.tracing.zipkin.VertxSender
- options(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP OPTIONS request and the specified path
- options(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP OPTIONS request and the specified path
- options(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP OPTIONS request and the specified path
- OPTIONS - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2616
OPTIONS
method, this instance is interned and uniquely used. - optionsWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP OPTIONS request and the specified path regex
- optionsWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP OPTIONS request and the specified path regex
- optionsWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP OPTIONS request and the specified path regex
- or(Expectation<? super V>) - Method in interface io.vertx.core.Expectation
-
Returned an expectation succeeding when this expectation or the
other
expectation succeeds. - OracleBuilder - Class in io.vertx.reactivex.oracleclient
-
Entry point for building Oracle clients.
- OracleBuilder - Class in io.vertx.rxjava3.oracleclient
-
Entry point for building Oracle clients.
- OracleBuilder - Interface in io.vertx.oracleclient
-
Entry point for building Oracle clients.
- OracleBuilder(OracleBuilder) - Constructor for class io.vertx.reactivex.oracleclient.OracleBuilder
- OracleBuilder(OracleBuilder) - Constructor for class io.vertx.rxjava3.oracleclient.OracleBuilder
- OracleBuilder(Object) - Constructor for class io.vertx.reactivex.oracleclient.OracleBuilder
- OracleBuilder(Object) - Constructor for class io.vertx.rxjava3.oracleclient.OracleBuilder
- OracleClient - Class in io.vertx.reactivex.oracleclient
-
An interface to define Oracle specific constants or behaviors.
- OracleClient - Class in io.vertx.rxjava3.oracleclient
-
An interface to define Oracle specific constants or behaviors.
- OracleClient - Interface in io.vertx.oracleclient
-
An interface to define Oracle specific constants or behaviors.
- OracleClient(OracleClient) - Constructor for class io.vertx.reactivex.oracleclient.OracleClient
- OracleClient(OracleClient) - Constructor for class io.vertx.rxjava3.oracleclient.OracleClient
- OracleClient(Object) - Constructor for class io.vertx.reactivex.oracleclient.OracleClient
- OracleClient(Object) - Constructor for class io.vertx.rxjava3.oracleclient.OracleClient
- OracleConnection - Class in io.vertx.reactivex.oracleclient
-
A connection to Oracle Database.
- OracleConnection - Class in io.vertx.rxjava3.oracleclient
-
A connection to Oracle Database.
- OracleConnection - Interface in io.vertx.oracleclient
-
A connection to Oracle Database.
- OracleConnection(OracleConnection) - Constructor for class io.vertx.reactivex.oracleclient.OracleConnection
- OracleConnection(OracleConnection) - Constructor for class io.vertx.rxjava3.oracleclient.OracleConnection
- OracleConnection(Object) - Constructor for class io.vertx.reactivex.oracleclient.OracleConnection
- OracleConnection(Object) - Constructor for class io.vertx.rxjava3.oracleclient.OracleConnection
- OracleConnectOptions - Class in io.vertx.oracleclient
- OracleConnectOptions() - Constructor for class io.vertx.oracleclient.OracleConnectOptions
- OracleConnectOptions(JsonObject) - Constructor for class io.vertx.oracleclient.OracleConnectOptions
- OracleConnectOptions(OracleConnectOptions) - Constructor for class io.vertx.oracleclient.OracleConnectOptions
- OracleConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.oracleclient.OracleConnectOptions
- OracleConnectOptionsConverter - Class in io.vertx.oracleclient
-
Converter and mapper for
OracleConnectOptions
. - OracleConnectOptionsConverter() - Constructor for class io.vertx.oracleclient.OracleConnectOptionsConverter
- OracleDriver - Class in io.vertx.oracleclient.spi
- OracleDriver() - Constructor for class io.vertx.oracleclient.spi.OracleDriver
- OracleException - Exception in io.vertx.oracleclient
-
The
DatabaseException
for Oracle. - OracleException(String, int, String) - Constructor for exception io.vertx.oracleclient.OracleException
- OracleException(SQLException) - Constructor for exception io.vertx.oracleclient.OracleException
- OraclePrepareOptions - Class in io.vertx.oracleclient
- OraclePrepareOptions() - Constructor for class io.vertx.oracleclient.OraclePrepareOptions
- OraclePrepareOptions(JsonObject) - Constructor for class io.vertx.oracleclient.OraclePrepareOptions
- OraclePrepareOptions(OraclePrepareOptions) - Constructor for class io.vertx.oracleclient.OraclePrepareOptions
- OraclePrepareOptionsConverter - Class in io.vertx.oracleclient
-
Converter and mapper for
OraclePrepareOptions
. - OraclePrepareOptionsConverter() - Constructor for class io.vertx.oracleclient.OraclePrepareOptionsConverter
- OrAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
-
Allows to perform a logical 'or' between several authorizations
- OrAuthorization - Class in io.vertx.rxjava3.ext.auth.authorization
-
Allows to perform a logical 'or' between several authorizations
- OrAuthorization - Interface in io.vertx.ext.auth.authorization
-
Allows to perform a logical 'or' between several authorizations
- OrAuthorization(OrAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- OrAuthorization(OrAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- OrAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- OrAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- order() - Method in interface io.vertx.core.spi.JsonFactory
-
The order of the factory.
- order() - Method in interface io.vertx.core.spi.VerticleFactory
-
The order of the factory.
- order(int) - Method in interface io.vertx.ext.web.Route
-
Specify the order for this route.
- order(int) - Method in class io.vertx.reactivex.ext.web.Route
-
Specify the order for this route.
- order(int) - Method in class io.vertx.rxjava3.ext.web.Route
-
Specify the order for this route.
- ORDERED - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
-
Field name for the ordered value in json representation
- ORDERPATCH - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3648
ORDERPATCH
method, this instance is interned and uniquely used. - origin(int, String) - Method in interface io.vertx.httpproxy.HttpProxy
-
Set the host name and port number of the origin.
- origin(int, String) - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Set the host name and port number of the origin.
- origin(SocketAddress) - Method in interface io.vertx.httpproxy.HttpProxy
-
Set the
SocketAddress
of the origin. - origin(SocketAddress) - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Set the
SocketAddress
of the origin. - ORIGIN - Static variable in interface io.vertx.core.http.HttpHeaders
-
Origin header name
- ORIGIN - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Origin header name
- ORIGIN - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Origin header name
- originRequestProvider(BiFunction<HttpServerRequest, HttpClient, Future<HttpClientRequest>>) - Method in interface io.vertx.httpproxy.HttpProxy
-
Set a provider that creates the request to the origin server based the incoming HTTP request.
- originSelector(Function<HttpServerRequest, Future<SocketAddress>>) - Method in interface io.vertx.httpproxy.HttpProxy
-
Set a selector that resolves the origin address based on the incoming HTTP request.
- originSelector(Function<HttpServerRequest, Single<SocketAddress>>) - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Set a selector that resolves the origin address based on the incoming HTTP request.
- OTHER - io.vertx.core.ThreadingModel
-
Tasks are scheduled on threads not managed by the current vertx instance, the nature of the thread is unknown to the vertx instance.
- OTHER_ADDRESS - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
x.1.x for Address Status errors
- OTHER_MAIL_DELIVERY - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
x.5.x for Mail Delivery Protocol errors
- OTHER_MAIL_MESSAGE - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
x.6.x for Message Content or Message Media errors
- OTHER_MAIL_SYSTEM - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
x.3.x for Mail System errors
- OTHER_MAILBOX - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
x.2.x for Mailbox Status errors
- OTHER_NETWORK - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
x.4.x for Network and Routing errors
- OTHER_SECURITY - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
x.7.x for Security or Policy errors
- OTHER_UNDEFINED - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
x.0.x for Undefined errors
- OTHER_UNKNOWN - io.vertx.ext.mail.SMTPException.EnhancedStatus
-
Anything else is unknown, like failures happen before knowing the capabilities or smtp server reply maliciously.
- otherwise(Function<Throwable, T>) - Method in interface io.vertx.core.AsyncResult
-
Apply a
mapper
function on this async result. - otherwise(Function<Throwable, T>) - Method in interface io.vertx.core.Future
-
Apply a
mapper
function on this future. - otherwise(T) - Method in interface io.vertx.core.AsyncResult
-
Map the failure of this async result to a specific
value
. - otherwise(T) - Method in interface io.vertx.core.Future
-
Map the failure of a future to a specific
value
. - otherwiseEmpty() - Method in interface io.vertx.core.AsyncResult
-
Map the failure of this async result to
null
. - otherwiseEmpty() - Method in interface io.vertx.core.Future
-
Map the failure of a future to
null
. - OtpAuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that provides One Time Password (Multi-Factor) Authentication support.
- OtpAuthHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An auth handler that provides One Time Password (Multi-Factor) Authentication support.
- OtpAuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that provides One Time Password (Multi-Factor) Authentication support.
- OtpAuthHandler(OtpAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
- OtpAuthHandler(OtpAuthHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
- OtpAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
- OtpAuthHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
- OtpCredentials - Class in io.vertx.ext.auth.otp
- OtpCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.otp.OtpCredentials
- OtpCredentials(String, String) - Constructor for class io.vertx.ext.auth.otp.OtpCredentials
- OtpCredentialsConverter - Class in io.vertx.ext.auth.otp
-
Converter and mapper for
OtpCredentials
. - OtpCredentialsConverter() - Constructor for class io.vertx.ext.auth.otp.OtpCredentialsConverter
- OtpKey - Class in io.vertx.ext.auth.otp
-
Key of specific user.
- OtpKey() - Constructor for class io.vertx.ext.auth.otp.OtpKey
- OtpKey(JsonObject) - Constructor for class io.vertx.ext.auth.otp.OtpKey
- OtpKey(OtpKey) - Constructor for class io.vertx.ext.auth.otp.OtpKey
- OtpKeyGenerator - Class in io.vertx.reactivex.ext.auth.otp
-
Otp key generator.
- OtpKeyGenerator - Class in io.vertx.rxjava3.ext.auth.otp
-
Otp key generator.
- OtpKeyGenerator - Interface in io.vertx.ext.auth.otp
-
Otp key generator.
- OtpKeyGenerator(OtpKeyGenerator) - Constructor for class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- OtpKeyGenerator(OtpKeyGenerator) - Constructor for class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- OtpKeyGenerator(Object) - Constructor for class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- OtpKeyGenerator(Object) - Constructor for class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- out - Variable in class io.vertx.core.spi.launcher.DefaultCommand
-
The
PrintStream
that the command can use to write on the console. - out() - Method in class io.vertx.core.spi.launcher.DefaultCommand
- OUT(int) - Static method in interface io.vertx.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT(int) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT(int) - Static method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT(String) - Static method in interface io.vertx.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT(String) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT(String) - Static method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT(JDBCType) - Static method in interface io.vertx.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT(JDBCType) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT(JDBCType) - Static method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Factory for a OUT parameter of type
out
. - OUT_OF_RANGE - io.vertx.grpc.common.GrpcStatus
- OUT_OF_SERVICE - io.vertx.servicediscovery.Status
-
The service is still published, but not accessible (maintenance).
- OutboundMapping - Class in io.vertx.camel
-
Represents a mapping between a Vert.x event bus address and a Camel endpoint.
- OutboundMapping() - Constructor for class io.vertx.camel.OutboundMapping
- OUTPUT - Static variable in interface io.vertx.jdbcclient.JDBCPool
-
The property to be used to retrieve the output of the callable statement
- OUTPUT - Static variable in interface io.vertx.oracleclient.OracleClient
-
The property to be used to retrieve the output of the callable statement
- OUTPUT - Static variable in class io.vertx.reactivex.jdbcclient.JDBCPool
-
The property to be used to retrieve the output of the callable statement
- OUTPUT - Static variable in class io.vertx.reactivex.oracleclient.OracleClient
-
The property to be used to retrieve the output of the callable statement
- OUTPUT - Static variable in class io.vertx.rxjava3.jdbcclient.JDBCPool
-
The property to be used to retrieve the output of the callable statement
- OUTPUT - Static variable in class io.vertx.rxjava3.oracleclient.OracleClient
-
The property to be used to retrieve the output of the callable statement
- OutputErrorType - Enum in io.vertx.json.schema
- OutputFormat - Enum in io.vertx.json.schema
-
Json-Schema defines how validators should output the validation result for interop.
- OutputUnit - Class in io.vertx.json.schema
- OutputUnit() - Constructor for class io.vertx.json.schema.OutputUnit
- OutputUnit(boolean) - Constructor for class io.vertx.json.schema.OutputUnit
- OutputUnit(JsonObject) - Constructor for class io.vertx.json.schema.OutputUnit
- OutputUnit(String, String, String, String, OutputErrorType) - Constructor for class io.vertx.json.schema.OutputUnit
- OutputUnitConverter - Class in io.vertx.json.schema
-
Converter and mapper for
OutputUnit
. - OutputUnitConverter() - Constructor for class io.vertx.json.schema.OutputUnitConverter
- overlaps(long, long) - Method in interface io.vertx.core.file.AsyncFileLock
- overlaps(long, long) - Method in class io.vertx.reactivex.core.file.AsyncFileLock
- overlaps(long, long) - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
- overrideAuthority(String) - Method in class io.vertx.grpc.VertxChannelBuilder
- owner() - Method in interface io.vertx.core.Context
- owner() - Method in class io.vertx.reactivex.core.Context
- owner() - Method in class io.vertx.rxjava3.core.Context
P
- packageName() - Method in interface io.vertx.grpc.common.ServiceName
- PACKET_IDENTIFIER_IN_USE - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- PACKET_IDENTIFIER_IN_USE - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- PACKET_IDENTIFIER_IN_USE - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- PACKET_IDENTIFIER_IN_USE - io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
- PACKET_IDENTIFIER_NOT_FOUND - io.vertx.mqtt.messages.codes.MqttPubCompReasonCode
- PACKET_IDENTIFIER_NOT_FOUND - io.vertx.mqtt.messages.codes.MqttPubRelReasonCode
- PACKET_TOO_LARGE - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- param(String) - Method in class io.vertx.ext.auth.hashing.HashString
- param(String, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new required array parameter serialized as comma separated
- param(String, ArraySchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new required array parameter serialized as comma separated
- param(String, ArraySchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new required array parameter serialized as comma separated
- param(String, BooleanSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new required boolean parameter
- param(String, BooleanSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new required boolean parameter
- param(String, BooleanSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new required boolean parameter
- param(String, NumberSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new required number parameter.
- param(String, NumberSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new required number parameter.
- param(String, NumberSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new required number parameter.
- param(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required object parameter serialized as comma separated, like
key1,value1,key2,value2
- param(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required object parameter serialized as comma separated, like
key1,value1,key2,value2
- param(String, ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required object parameter serialized as comma separated, like
key1,value1,key2,value2
- param(String, SchemaBuilder, ValueParser<String>) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required parameter providing a
ValueParser
- param(String, SchemaBuilder, ValueParser<String>) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required parameter providing a
- param(String, SchemaBuilder, ValueParser<String>) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required parameter providing a
- param(String, StringSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new required string parameter
- param(String, StringSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new required string parameter
- param(String, StringSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new required string parameter
- param(String, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a new required tuple parameter serialized as comma separated
- param(String, TupleSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a new required tuple parameter serialized as comma separated
- param(String, TupleSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a new required tuple parameter serialized as comma separated
- parameter(ParameterLocation, ParameterProcessor) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
-
Add a parameter given the location and the processor
- parameter(ParameterLocation, ParameterProcessor) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
-
Add a parameter given the location and the processor
- parameter(ParameterLocation, ParameterProcessor) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
-
Add a parameter given the location and the processor
- parameter(String) - Method in interface io.vertx.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP query parameter with the given name.
- parameter(String) - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
The value of the parameter specified by this key.
- parameter(String) - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP query parameter with the given name.
- parameter(String) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
The value of the parameter specified by this key.
- parameter(String) - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
The value of the parameter specified by this key.
- parameter(String) - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
The value of the parameter specified by this key.
- parameter(String) - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
-
Specify the source for the api key extraction as an HTTP query parameter with the given name.
- parameter(String) - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
The value of the parameter specified by this key.
- parameter(String) - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
The value of the parameter specified by this key.
- parameter(String) - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
-
The value of the parameter specified by this key.
- Parameter - Class in io.vertx.reactivex.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Parameter.
- Parameter - Class in io.vertx.rxjava3.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Parameter.
- Parameter - Interface in io.vertx.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Parameter.
- Parameter - Interface in io.vertx.openapi.validation
- Parameter - Interface in io.vertx.reactivex.openapi.validation
- Parameter - Interface in io.vertx.rxjava3.openapi.validation
- Parameter(Parameter) - Constructor for class io.vertx.reactivex.openapi.contract.Parameter
- Parameter(Parameter) - Constructor for class io.vertx.rxjava3.openapi.contract.Parameter
- Parameter(Object) - Constructor for class io.vertx.reactivex.openapi.contract.Parameter
- Parameter(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.Parameter
- parameterClosingConsumer() - Method in class io.vertx.junit5.rxjava2.VertxParameterProvider
- parameterClosingConsumer() - Method in class io.vertx.junit5.rxjava3.VertxParameterProvider
- parameterClosingConsumer() - Method in interface io.vertx.junit5.VertxExtensionParameterProvider
-
A consumer to close the resource.
- parameterClosingConsumer() - Method in class io.vertx.junit5.VertxParameterProvider
- parameterClosingConsumer() - Method in class io.vertx.junit5.VertxTestContextParameterProvider
- ParameterClosingConsumer<T> - Interface in io.vertx.junit5
-
A consumer to close extension parameters, like closing a Vert.x context, a web client, etc.
- ParameterProcessorException - Exception in io.vertx.ext.web.validation
-
Represents an exception while processing a parameter
- ParameterProcessorException(String, boolean, String, ParameterLocation, ParameterProcessorException.ParameterProcessorErrorType, Throwable) - Constructor for exception io.vertx.ext.web.validation.ParameterProcessorException
- ParameterProcessorException.ParameterProcessorErrorType - Enum in io.vertx.ext.web.validation
- ParameterProcessorFactory - Class in io.vertx.reactivex.ext.web.validation.builder
-
This interface is used to build parameter processors supported on every .
- ParameterProcessorFactory - Class in io.vertx.rxjava3.ext.web.validation.builder
-
This interface is used to build parameter processors supported on every .
- ParameterProcessorFactory - Interface in io.vertx.ext.web.validation.builder
-
This interface is used to build parameter processors supported on every
ParameterLocation
. - ParameterProcessorFactory(ParameterProcessorFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- ParameterProcessorFactory(ParameterProcessorFactory) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- ParameterProcessorFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- ParameterProcessorFactory(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- parameters() - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
The parameters specified in this header value.
- parameters() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
The parameters specified in this header value.
- parameters() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
The parameters specified in this header value.
- parameters() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
The parameters specified in this header value.
- parameters() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
The parameters specified in this header value.
- parameters() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
The parameters specified in this header value.
- parameters() - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
-
The parameters specified in this header value.
- Parameters - Class in io.vertx.reactivex.ext.web.validation.builder
-
In this interface you can find all available
ParameterProcessorFactory
to use inValidationHandlerBuilder
. - Parameters - Class in io.vertx.rxjava3.ext.web.validation.builder
-
In this interface you can find all available
ParameterProcessorFactory
to use inValidationHandlerBuilder
. - Parameters - Interface in io.vertx.ext.web.validation.builder
-
In this interface you can find all available
ParameterProcessorFactory
to use inValidationHandlerBuilder
. - Parameters(Parameters) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Parameters
- Parameters(Parameters) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.Parameters
- Parameters(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Parameters
- Parameters(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.Parameters
- ParametersMapped - Annotation Type in io.vertx.sqlclient.templates.annotations
-
Annotate a Vert.x data object to generate an SQL template parameters mapper.
- ParametersMapperGen - Class in io.vertx.sqlclient.templates.generator
- ParametersMapperGen() - Constructor for class io.vertx.sqlclient.templates.generator.ParametersMapperGen
- ParameterTransformer - Class in io.vertx.openapi.validation.transformer
- ParameterTransformer() - Constructor for class io.vertx.openapi.validation.transformer.ParameterTransformer
- params() - Method in interface io.vertx.core.http.HttpServerRequest
- params() - Method in interface io.vertx.ext.auth.hashing.HashingAlgorithm
-
return the list of param names required for this algorithm.
- params() - Method in class io.vertx.ext.auth.hashing.HashString
- params() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- params() - Method in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
-
return the list of param names required for this algorithm.
- params() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- params() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
-
return the list of param names required for this algorithm.
- params(boolean) - Method in interface io.vertx.core.http.HttpServerRequest
- params(boolean) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- params(boolean) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- parent() - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Remove last reference token of this pointer
- parent() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Remove last reference token of this pointer
- parent() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Remove last reference token of this pointer
- parse(String) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
-
Creates an instance of
Frame.Heartbeat
from theheartbeat header
of a frame . - parse(String) - Static method in enum io.vertx.openapi.contract.Location
- parse(String) - Static method in enum io.vertx.openapi.contract.Style
- parse(String) - Static method in class io.vertx.sqlclient.data.Numeric
-
Parse and return a
Numeric
instance for the givens
. - parse(CallableStatement, int, JDBCColumnDescriptorProvider) - Method in interface io.vertx.jdbcclient.spi.JDBCDecoder
-
Parse SQL value to Java value
- parse(CallableStatement, int, JDBCColumnDescriptorProvider) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- parse(ResultSet, int, JDBCColumnDescriptorProvider) - Method in interface io.vertx.jdbcclient.spi.JDBCDecoder
-
Parse SQL value to Java value
- parse(ResultSet, int, JDBCColumnDescriptorProvider) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- parse(List<String>) - Method in interface io.vertx.core.cli.CLI
-
Parses the user command line interface and create a new
CommandLine
containing extracting values. - parse(List<String>, boolean) - Method in interface io.vertx.core.cli.CLI
-
Parses the user command line interface and create a new
CommandLine
containing extracting values. - parseAuthority(String, int) - Static method in interface io.vertx.core.net.HostAndPort
-
Parse an authority HTTP header, that is host [':' port], according to rfc3986.
- parseBody() - Method in class io.vertx.ext.shell.command.base.BusPublish
- parseConnectionUri(String) - Method in class io.vertx.db2client.spi.DB2Driver
- parseConnectionUri(String) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
- parseConnectionUri(String) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
- parseConnectionUri(String) - Method in class io.vertx.oracleclient.spi.OracleDriver
- parseConnectionUri(String) - Method in class io.vertx.pgclient.spi.PgDriver
- parseConnectionUri(String) - Method in interface io.vertx.sqlclient.spi.Driver
- parseContentType(String, String) - Static method in class io.vertx.grpc.common.GrpcMediaType
- parsedAsList - Variable in class io.vertx.core.cli.TypedOption
-
whether or not the raw value should be parsed as a list.
- ParsedAsList - Annotation Type in io.vertx.core.cli.annotations
-
Annotates a setter to be called with the value of a command line option.
- parsedHeaders() - Method in interface io.vertx.ext.web.RoutingContext
-
The headers: Accept Accept-Charset Accept-Encoding Accept-Language Content-Type Parsed into
ParsedHeaderValue
- parsedHeaders() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
The headers: Accept Accept-Charset Accept-Encoding Accept-Language Content-Type Parsed into
ParsedHeaderValue
- parsedHeaders() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
The headers: Accept Accept-Charset Accept-Encoding Accept-Language Content-Type Parsed into
ParsedHeaderValue
- ParsedHeaderValue - Interface in io.vertx.ext.web
- ParsedHeaderValue - Interface in io.vertx.reactivex.ext.web
- ParsedHeaderValue - Interface in io.vertx.rxjava3.ext.web
- ParsedHeaderValues - Class in io.vertx.reactivex.ext.web
-
A container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parameters
- ParsedHeaderValues - Class in io.vertx.rxjava3.ext.web
-
A container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parameters
- ParsedHeaderValues - Interface in io.vertx.ext.web
-
A container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parameters
- ParsedHeaderValues(ParsedHeaderValues) - Constructor for class io.vertx.reactivex.ext.web.ParsedHeaderValues
- ParsedHeaderValues(ParsedHeaderValues) - Constructor for class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- ParsedHeaderValues(Object) - Constructor for class io.vertx.reactivex.ext.web.ParsedHeaderValues
- ParsedHeaderValues(Object) - Constructor for class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- parsePart(String) - Static method in class io.vertx.openapi.validation.analyser.MultipartPart
- parseParts(String, String) - Static method in class io.vertx.openapi.validation.analyser.MultipartPart
- Parsers - Class in io.vertx.reactivex.ext.web.validation.builder
-
In this interface you can find all available
ArrayParserFactory
,ObjectParserFactory
&TupleParserFactory
- Parsers - Class in io.vertx.rxjava3.ext.web.validation.builder
-
In this interface you can find all available
ArrayParserFactory
,ObjectParserFactory
&TupleParserFactory
- Parsers - Interface in io.vertx.ext.web.validation.builder
-
In this interface you can find all available
ArrayParserFactory
,ObjectParserFactory
&TupleParserFactory
- Parsers(Parsers) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Parsers
- Parsers(Parsers) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- Parsers(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Parsers
- Parsers(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- PARSING_ERROR - io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
-
Error during parsing.
- PARSING_ERROR - io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
-
Error during parsing.
- partialFilterExpression(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the filter expression for the documents to be included in the index
- partition() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- partition() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
- partition() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- partition() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- partition() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- partition() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- PartitionInfo - Class in io.vertx.kafka.client.common
-
Information about a specific Kafka topic partition
- PartitionInfo() - Constructor for class io.vertx.kafka.client.common.PartitionInfo
-
Constructor
- PartitionInfo(JsonObject) - Constructor for class io.vertx.kafka.client.common.PartitionInfo
-
Constructor (from JSON representation)
- PartitionInfo(List<Node>, Node, int, List<Node>, String) - Constructor for class io.vertx.kafka.client.common.PartitionInfo
-
Constructor
- PartitionInfoConverter - Class in io.vertx.kafka.client.common
-
Converter and mapper for
PartitionInfo
. - PartitionInfoConverter() - Constructor for class io.vertx.kafka.client.common.PartitionInfoConverter
- partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Set the handler called when topic partitions are assigned to the consumer
- partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Set the handler called when topic partitions are assigned to the consumer
- partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Set the handler called when topic partitions are assigned to the consumer
- partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Set the handler called when topic partitions are assigned to the consumer
- partitionsFor(String) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get metadata about the partitions for a given topic.
- partitionsFor(String) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get metadata about the partitions for a given topic.
- partitionsFor(String) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get the partition metadata for the give topic.
- partitionsFor(String) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Get the partition metadata for the give topic.
- partitionsFor(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get metadata about the partitions for a given topic.
- partitionsFor(String) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Get the partition metadata for the give topic.
- partitionsFor(String) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get metadata about the partitions for a given topic.
- partitionsFor(String) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Get the partition metadata for the give topic.
- partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Set the handler called when topic partitions are revoked to the consumer
- partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Set the handler called when topic partitions are revoked to the consumer
- partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Set the handler called when topic partitions are revoked to the consumer
- partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Set the handler called when topic partitions are revoked to the consumer
- parts() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
- passCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "passing".
- passCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "passing".
- passCheck(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "passing".
- passCheckWithNote(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "passing".
- passCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "passing".
- passCheckWithNote(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "passing".
- PASSCODE - Static variable in class io.vertx.ext.stomp.Frame
- PASSING - io.vertx.ext.consul.CheckStatus
- PASSING - io.vertx.ext.consul.HealthState
- PASSWORD - io.vertx.ext.auth.oauth2.OAuth2FlowType
-
The resource owner password credentials (i.e., username and password) can be used directly as an authorization grant to obtain an access token.
- patch() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP PATCH request
- patch() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP PATCH request
- patch() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP PATCH request
- patch(int, String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and port.
- patch(int, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and port.
- patch(int, String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and port.
- patch(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and port.
- patch(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and port.
- patch(int, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and port.
- patch(UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the default host and port.
- patch(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the default host and port.
- patch(UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the default host and port.
- patch(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the default host and port.
- patch(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path
- patch(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the default host and port.
- patch(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path
- patch(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the default host and port.
- patch(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path
- patch(String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and default port.
- patch(String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and default port.
- patch(String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and default port.
- patch(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and default port.
- patch(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and default port.
- patch(String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and default port.
- PATCH - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 5789
PATCH
method, this instance is interned and uniquely used. - patchAbs(UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
- patchAbs(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
- patchAbs(UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
- patchAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
- patchAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
- patchAbs(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
- patchWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path regex
- patchWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path regex
- patchWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path regex
- path() - Method in interface io.vertx.core.http.HttpClientRequest
- path() - Method in interface io.vertx.core.http.HttpRequestHead
- path() - Method in interface io.vertx.core.http.ServerWebSocket
- path() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- path() - Method in interface io.vertx.core.net.SocketAddress
- path() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- path() - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- path() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- path() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- path() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- path() - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- path() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- path() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- path(String) - Method in interface io.vertx.ext.web.Route
-
Set the path prefix for this route.
- path(String) - Method in class io.vertx.reactivex.ext.web.Route
-
Set the path prefix for this route.
- path(String) - Method in class io.vertx.rxjava3.ext.web.Route
-
Set the path prefix for this route.
- Path - Class in io.vertx.pgclient.data
-
Path data type in Postgres represented by lists of connected points.
- Path - Class in io.vertx.reactivex.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Parameter.
- Path - Class in io.vertx.rxjava3.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Parameter.
- Path - Interface in io.vertx.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Parameter.
- Path() - Constructor for class io.vertx.pgclient.data.Path
- Path(boolean, List<Point>) - Constructor for class io.vertx.pgclient.data.Path
- Path(Path) - Constructor for class io.vertx.reactivex.openapi.contract.Path
- Path(Path) - Constructor for class io.vertx.rxjava3.openapi.contract.Path
- Path(Object) - Constructor for class io.vertx.reactivex.openapi.contract.Path
- Path(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.Path
- PATH - io.vertx.openapi.contract.Location
- pathname() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- pathname() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- pathname() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- pathOf(String) - Method in interface io.vertx.grpc.common.ServiceName
-
Create the path of a given
method
to call. - pathOfMethod(String) - Method in interface io.vertx.grpc.server.Service
-
Get the full path for a method, which can be used for making gRPC calls.
- pathParam(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Gets the value of a single path parameter
- pathParam(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Gets the value of a single path parameter
- pathParam(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Gets the value of a single path parameter
- pathParameter(ParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- pathParameter(ParameterProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- pathParameter(ParameterProcessorFactory) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- pathParameter(String) - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Get path parameter by name
- pathParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Get path parameter by name
- pathParameter(String) - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Get path parameter by name
- pathParametersNames() - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Get list of all parameter names inside path
- pathParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Get list of all parameter names inside path
- pathParametersNames() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Get list of all parameter names inside path
- pathParams() - Method in interface io.vertx.ext.web.RoutingContext
-
Returns a map of named parameters as defined in path declaration with their actual values
- pathParams() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Returns a map of named parameters as defined in path declaration with their actual values
- pathParams() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Returns a map of named parameters as defined in path declaration with their actual values
- pathRegex(String) - Method in interface io.vertx.ext.web.Route
-
Set the path prefix as a regular expression.
- pathRegex(String) - Method in class io.vertx.reactivex.ext.web.Route
-
Set the path prefix as a regular expression.
- pathRegex(String) - Method in class io.vertx.rxjava3.ext.web.Route
-
Set the path prefix as a regular expression.
- pattern(Pattern) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- patternProperty(Pattern, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- pause() - Method in interface io.vertx.amqp.AmqpReceiver
- pause() - Method in interface io.vertx.cassandra.CassandraRowStream
- pause() - Method in interface io.vertx.core.eventbus.MessageConsumer
- pause() - Method in interface io.vertx.core.file.AsyncFile
- pause() - Method in interface io.vertx.core.http.ClientWebSocket
- pause() - Method in interface io.vertx.core.http.HttpClientResponse
- pause() - Method in interface io.vertx.core.http.HttpServerFileUpload
- pause() - Method in interface io.vertx.core.http.HttpServerRequest
- pause() - Method in interface io.vertx.core.http.ServerWebSocket
- pause() - Method in interface io.vertx.core.http.WebSocket
- pause() - Method in interface io.vertx.core.http.WebSocketBase
- pause() - Method in interface io.vertx.core.net.NetSocket
- pause() - Method in interface io.vertx.core.parsetools.JsonParser
- pause() - Method in interface io.vertx.core.parsetools.RecordParser
- pause() - Method in interface io.vertx.core.streams.ReadStream
-
Pause the
ReadStream
, it sets the buffer infetch
mode and clears the actual demand. - pause() - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
- pause() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
- pause() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- pause() - Method in interface io.vertx.grpc.client.GrpcClientResponse
- pause() - Method in interface io.vertx.grpc.common.GrpcReadStream
- pause() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- pause() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
- pause() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
- pause() - Method in interface io.vertx.pgclient.pubsub.PgChannel
-
Pause the channel, all notifications are discarded.
- pause() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Pause the stream of incoming messages from queue.
- pause() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- pause() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- pause() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- pause() - Method in class io.vertx.reactivex.core.file.AsyncFile
- pause() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- pause() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- pause() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- pause() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- pause() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- pause() - Method in class io.vertx.reactivex.core.http.WebSocket
- pause() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- pause() - Method in class io.vertx.reactivex.core.net.NetSocket
- pause() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- pause() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- pause() - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Pause the
ReadStream
, it sets the buffer infetch
mode and clears the actual demand. - pause() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- pause() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- pause() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- pause() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- pause() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- pause() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- pause() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Pause the channel, all notifications are discarded.
- pause() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Pause the stream of incoming messages from queue.
- pause() - Method in class io.vertx.reactivex.redis.client.RedisConnection
- pause() - Method in class io.vertx.reactivex.sqlclient.RowStream
- pause() - Method in interface io.vertx.redis.client.RedisConnection
-
Pause the
ReadStream
, it sets the buffer infetch
mode and clears the actual demand. - pause() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- pause() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- pause() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- pause() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- pause() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- pause() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- pause() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- pause() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- pause() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- pause() - Method in class io.vertx.rxjava3.core.http.WebSocket
- pause() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- pause() - Method in class io.vertx.rxjava3.core.net.NetSocket
- pause() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- pause() - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- pause() - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Pause the
ReadStream
, it sets the buffer infetch
mode and clears the actual demand. - pause() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- pause() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- pause() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- pause() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- pause() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- pause() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- pause() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Pause the channel, all notifications are discarded.
- pause() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Pause the stream of incoming messages from queue.
- pause() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- pause() - Method in class io.vertx.rxjava3.sqlclient.RowStream
- pause() - Method in interface io.vertx.sqlclient.RowStream
- pause(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partition.
- pause(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partition.
- pause(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partition.
- pause(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partitions.
- pause(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partitions.
- pause(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partitions.
- pause(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Suspend fetching from the requested partitions.
- paused() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions that were previously paused by a call to pause(Set).
- paused() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the set of partitions that were previously paused by a call to
KafkaReadStream.pause(Set)
. - paused() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions that were previously paused by a call to pause(Set).
- paused() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions that were previously paused by a call to pause(Set).
- payload() - Method in interface io.vertx.core.http.HttpFrame
- payload() - Method in interface io.vertx.grpc.common.GrpcMessage
- payload() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
- payload() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- payload() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- PAYLOAD_FORMAT_INVALID - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- PAYLOAD_FORMAT_INVALID - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- PAYLOAD_FORMAT_INVALID - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- PebbleTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.pebble
-
A template engine that uses the Pebble library.
- PebbleTemplateEngine - Class in io.vertx.rxjava3.ext.web.templ.pebble
-
A template engine that uses the Pebble library.
- PebbleTemplateEngine - Interface in io.vertx.ext.web.templ.pebble
-
A template engine that uses the Pebble library.
- PebbleTemplateEngine(PebbleTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- PebbleTemplateEngine(PebbleTemplateEngine) - Constructor for class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- PebbleTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- PebbleTemplateEngine(Object) - Constructor for class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- PEER_SERVICE - io.vertx.kafka.client.common.tracing.TraceTags
- peerCertificates() - Method in interface io.vertx.core.http.HttpConnection
- peerCertificates() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- peerCertificates() - Method in interface io.vertx.core.http.WebSocketBase
- peerCertificates() - Method in interface io.vertx.core.net.NetSocket
- peersStatus() - Method in interface io.vertx.ext.consul.ConsulClient
-
Retrieves the Raft peers for the datacenter in which the the agent is running.
- peersStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Retrieves the Raft peers for the datacenter in which the the agent is running.
- peersStatus() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Retrieves the Raft peers for the datacenter in which the the agent is running.
- PemKeyCertOptions - Class in io.vertx.core.net
-
Key store options configuring a list of private key and its certificate based on Privacy-enhanced Electronic Email (PEM) files.
- PemKeyCertOptions() - Constructor for class io.vertx.core.net.PemKeyCertOptions
-
Default constructor
- PemKeyCertOptions(JsonObject) - Constructor for class io.vertx.core.net.PemKeyCertOptions
-
Create options from JSON
- PemKeyCertOptions(PemKeyCertOptions) - Constructor for class io.vertx.core.net.PemKeyCertOptions
-
Copy constructor
- PemKeyCertOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
PemKeyCertOptions
. - PemKeyCertOptionsConverter() - Constructor for class io.vertx.core.net.PemKeyCertOptionsConverter
- PemTrustOptions - Class in io.vertx.core.net
-
Certificate Authority options configuring certificates based on Privacy-enhanced Electronic Email (PEM) files.
- PemTrustOptions() - Constructor for class io.vertx.core.net.PemTrustOptions
-
Default constructor
- PemTrustOptions(JsonObject) - Constructor for class io.vertx.core.net.PemTrustOptions
-
Create options from JSON
- PemTrustOptions(PemTrustOptions) - Constructor for class io.vertx.core.net.PemTrustOptions
-
Copy constructor
- PemTrustOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
PemTrustOptions
. - PemTrustOptionsConverter() - Constructor for class io.vertx.core.net.PemTrustOptionsConverter
- pendingQueueFull() - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Flag to notify if the pending message queue (commands in transit) is full.
- pendingQueueFull() - Method in interface io.vertx.redis.client.RedisConnection
-
Flag to notify if the pending message queue (commands in transit) is full.
- pendingQueueFull() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Flag to notify if the pending message queue (commands in transit) is full.
- PERMISSION_DENIED - io.vertx.grpc.common.GrpcError
- PERMISSION_DENIED - io.vertx.grpc.common.GrpcStatus
- PermissionBasedAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
-
Represents a permission Note that the permission can optionally be assigned to a specific resource
- PermissionBasedAuthorization - Class in io.vertx.rxjava3.ext.auth.authorization
-
Represents a permission Note that the permission can optionally be assigned to a specific resource
- PermissionBasedAuthorization - Interface in io.vertx.ext.auth.authorization
-
Represents a permission Note that the permission can optionally be assigned to a specific resource
- PermissionBasedAuthorization(PermissionBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- PermissionBasedAuthorization(PermissionBasedAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- PermissionBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- PermissionBasedAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- PermittedOptions - Class in io.vertx.ext.bridge
-
Represents a match to allow for inbound and outbound traffic.
- PermittedOptions() - Constructor for class io.vertx.ext.bridge.PermittedOptions
-
Creates a new instance of
PermittedOptions
. - PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.PermittedOptions
-
Creates a new instance of
PermittedOptions
from its JSON representation. - PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.bridge.PermittedOptions
-
Creates a new instance of
PermittedOptions
copying the givenPermittedOptions
. - PermittedOptionsConverter - Class in io.vertx.ext.bridge
-
Converter and mapper for
PermittedOptions
. - PermittedOptionsConverter() - Constructor for class io.vertx.ext.bridge.PermittedOptionsConverter
- perRpcBufferLimit(long) - Method in class io.vertx.grpc.VertxChannelBuilder
- persist(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove the expiration from a key.
- persist(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove the expiration from a key.
- persist(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove the expiration from a key.
- PERSIST - Static variable in interface io.vertx.redis.client.Command
-
Remove the expiration from a key.
- pexpire(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set a key's time to live in milliseconds.
- pexpire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set a key's time to live in milliseconds.
- pexpire(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set a key's time to live in milliseconds.
- PEXPIRE - Static variable in interface io.vertx.redis.client.Command
-
Set a key's time to live in milliseconds.
- pexpireat(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- PEXPIREAT - Static variable in interface io.vertx.redis.client.Command
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpiretime(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key in milliseconds.
- pexpiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key in milliseconds.
- pexpiretime(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key in milliseconds.
- PEXPIRETIME - Static variable in interface io.vertx.redis.client.Command
-
Get the expiration Unix timestamp for a key in milliseconds.
- pfadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Adds the specified elements to the specified HyperLogLog.
- PFADD - Static variable in interface io.vertx.redis.client.Command
-
Adds the specified elements to the specified HyperLogLog.
- pfcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- PFCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfdebug(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Internal commands for debugging HyperLogLog values.
- pfdebug(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Internal commands for debugging HyperLogLog values.
- pfdebug(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Internal commands for debugging HyperLogLog values.
- PFDEBUG - Static variable in interface io.vertx.redis.client.Command
-
Internal commands for debugging HyperLogLog values.
- pfmerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Merge N different HyperLogLogs into a single one.
- pfmerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Merge N different HyperLogLogs into a single one.
- pfmerge(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Merge N different HyperLogLogs into a single one.
- PFMERGE - Static variable in interface io.vertx.redis.client.Command
-
Merge N different HyperLogLogs into a single one.
- pfselftest() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
An internal command for testing HyperLogLog values.
- pfselftest() - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for testing HyperLogLog values.
- pfselftest() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
An internal command for testing HyperLogLog values.
- PFSELFTEST - Static variable in interface io.vertx.redis.client.Command
-
An internal command for testing HyperLogLog values.
- PfxOptions - Class in io.vertx.core.net
-
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
- PfxOptions() - Constructor for class io.vertx.core.net.PfxOptions
-
Default constructor
- PfxOptions(JsonObject) - Constructor for class io.vertx.core.net.PfxOptions
-
Create options from JSON
- PfxOptions(PfxOptions) - Constructor for class io.vertx.core.net.PfxOptions
-
Copy constructor
- PfxOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
PfxOptions
. - PfxOptionsConverter() - Constructor for class io.vertx.core.net.PfxOptionsConverter
- PgBuilder - Class in io.vertx.reactivex.pgclient
-
Entry point for building PostgreSQL clients.
- PgBuilder - Class in io.vertx.rxjava3.pgclient
-
Entry point for building PostgreSQL clients.
- PgBuilder - Interface in io.vertx.pgclient
-
Entry point for building PostgreSQL clients.
- PgBuilder(PgBuilder) - Constructor for class io.vertx.reactivex.pgclient.PgBuilder
- PgBuilder(PgBuilder) - Constructor for class io.vertx.rxjava3.pgclient.PgBuilder
- PgBuilder(Object) - Constructor for class io.vertx.reactivex.pgclient.PgBuilder
- PgBuilder(Object) - Constructor for class io.vertx.rxjava3.pgclient.PgBuilder
- PgChannel - Class in io.vertx.reactivex.pgclient.pubsub
-
A channel to Postgres that tracks the subscription to a given Postgres channel using the
LISTEN/UNLISTEN
commands. - PgChannel - Class in io.vertx.rxjava3.pgclient.pubsub
-
A channel to Postgres that tracks the subscription to a given Postgres channel using the
LISTEN/UNLISTEN
commands. - PgChannel - Interface in io.vertx.pgclient.pubsub
-
A channel to Postgres that tracks the subscription to a given Postgres channel using the
LISTEN/UNLISTEN
commands. - PgChannel(PgChannel) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgChannel
- PgChannel(PgChannel) - Constructor for class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- PgChannel(Object) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgChannel
- PgChannel(Object) - Constructor for class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- PgConnection - Class in io.vertx.reactivex.pgclient
-
A connection to Postgres.
- PgConnection - Class in io.vertx.rxjava3.pgclient
-
A connection to Postgres.
- PgConnection - Interface in io.vertx.pgclient
-
A connection to Postgres.
- PgConnection(PgConnection) - Constructor for class io.vertx.reactivex.pgclient.PgConnection
- PgConnection(PgConnection) - Constructor for class io.vertx.rxjava3.pgclient.PgConnection
- PgConnection(Object) - Constructor for class io.vertx.reactivex.pgclient.PgConnection
- PgConnection(Object) - Constructor for class io.vertx.rxjava3.pgclient.PgConnection
- PgConnectOptions - Class in io.vertx.pgclient
- PgConnectOptions() - Constructor for class io.vertx.pgclient.PgConnectOptions
- PgConnectOptions(JsonObject) - Constructor for class io.vertx.pgclient.PgConnectOptions
- PgConnectOptions(PgConnectOptions) - Constructor for class io.vertx.pgclient.PgConnectOptions
- PgConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.pgclient.PgConnectOptions
- PgConnectOptionsConverter - Class in io.vertx.pgclient
-
Converter and mapper for
PgConnectOptions
. - PgConnectOptionsConverter() - Constructor for class io.vertx.pgclient.PgConnectOptionsConverter
- PgDriver - Class in io.vertx.pgclient.spi
- PgDriver() - Constructor for class io.vertx.pgclient.spi.PgDriver
- PgException - Exception in io.vertx.pgclient
-
PostgreSQL error including all fields of the ErrorResponse message of the PostgreSQL frontend/backend protocol.
- PgException(String, String, String, String) - Constructor for exception io.vertx.pgclient.PgException
- PgException(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for exception io.vertx.pgclient.PgException
- PgNotice - Class in io.vertx.pgclient
-
A notification emited by Postgres.
- PgNotice() - Constructor for class io.vertx.pgclient.PgNotice
- PgNotice(JsonObject) - Constructor for class io.vertx.pgclient.PgNotice
- PgNoticeConverter - Class in io.vertx.pgclient
-
Converter and mapper for
PgNotice
. - PgNoticeConverter() - Constructor for class io.vertx.pgclient.PgNoticeConverter
- PgNotification - Class in io.vertx.pgclient
-
A notification emited by Postgres.
- PgNotification() - Constructor for class io.vertx.pgclient.PgNotification
- PgNotification(JsonObject) - Constructor for class io.vertx.pgclient.PgNotification
- PgNotificationConverter - Class in io.vertx.pgclient
-
Converter and mapper for
PgNotification
. - PgNotificationConverter() - Constructor for class io.vertx.pgclient.PgNotificationConverter
- PgSubscriber - Class in io.vertx.reactivex.pgclient.pubsub
-
A class for managing subscriptions using
LISTEN/UNLISTEN
to Postgres channels. - PgSubscriber - Class in io.vertx.rxjava3.pgclient.pubsub
-
A class for managing subscriptions using
LISTEN/UNLISTEN
to Postgres channels. - PgSubscriber - Interface in io.vertx.pgclient.pubsub
-
A class for managing subscriptions using
LISTEN/UNLISTEN
to Postgres channels. - PgSubscriber(PgSubscriber) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
- PgSubscriber(PgSubscriber) - Constructor for class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- PgSubscriber(Object) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
- PgSubscriber(Object) - Constructor for class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- ping() - Method in interface io.vertx.db2client.DB2Connection
-
Send a PING command to check if the server is alive.
- ping() - Static method in interface io.vertx.ext.stomp.Frames
- ping() - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Sends a `PING` frame to the client.
- ping() - Method in interface io.vertx.mqtt.MqttClient
-
This method is needed by the client in order to avoid server closes the connection due to the keep alive timeout if client has no messages to send
- ping() - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a PING command to check if the server is alive.
- ping() - Method in class io.vertx.reactivex.db2client.DB2Connection
-
Send a PING command to check if the server is alive.
- ping() - Static method in class io.vertx.reactivex.ext.stomp.Frames
- ping() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
-
Sends a `PING` frame to the client.
- ping() - Method in class io.vertx.reactivex.mqtt.MqttClient
-
This method is needed by the client in order to avoid server closes the connection due to the keep alive timeout if client has no messages to send
- ping() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a PING command to check if the server is alive.
- ping() - Method in class io.vertx.rxjava3.db2client.DB2Connection
-
Send a PING command to check if the server is alive.
- ping() - Static method in class io.vertx.rxjava3.ext.stomp.Frames
- ping() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
-
Sends a `PING` frame to the client.
- ping() - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
This method is needed by the client in order to avoid server closes the connection due to the keep alive timeout if client has no messages to send
- ping() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a PING command to check if the server is alive.
- ping(Buffer) - Method in interface io.vertx.core.http.HttpConnection
-
Send a PING frame to the remote endpoint.
- ping(Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Send a frame to the remote endpoint.
- ping(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Send a frame to the remote endpoint.
- ping(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Ping the server.
- ping(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Ping the server.
- ping(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Ping the server.
- PING - io.vertx.core.http.WebSocketFrameType
-
Ping frame.
- PING - io.vertx.ext.stomp.Command
- PING - io.vertx.ext.web.handler.graphql.ws.MessageType
- PING - Static variable in interface io.vertx.ext.stomp.Frames
- PING - Static variable in class io.vertx.reactivex.ext.stomp.Frames
- PING - Static variable in interface io.vertx.redis.client.Command
-
Ping the server.
- PING - Static variable in class io.vertx.rxjava3.ext.stomp.Frames
- pingFrame(Buffer) - Static method in interface io.vertx.core.http.WebSocketFrame
-
Create a ping WebSocket frame.
- pingHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpConnection
-
Set an handler notified when a PING frame is received from the remote endpoint.
- pingHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Set an handler notified when a frame is received from the remote endpoint.
- pingHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Set an handler notified when a frame is received from the remote endpoint.
- pingHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
- pingHandler(Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Allows customizing the action to do when the server needs to send a `PING` to the client.
- pingHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
- pingHandler(Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Allows customizing the action to do when the server needs to send a `PING` to the client.
- pingHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
- pingHandler(Handler<StompServerConnection>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Allows customizing the action to do when the server needs to send a `PING` to the client.
- pingHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the pingreq handler on the MQTT endpoint.
- pingHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the pingreq handler on the MQTT endpoint.
- pingHandler(Handler<Void>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the pingreq handler on the MQTT endpoint.
- pingResponseHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttClient
-
Sets handler which will be called after PINGRESP packet receiving
- pingResponseHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sets handler which will be called after PINGRESP packet receiving
- pingResponseHandler(Handler<Void>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sets handler which will be called after PINGRESP packet receiving
- pipe() - Method in interface io.vertx.core.streams.ReadStream
-
Pause this stream and return a
Pipe
to transfer the elements of this stream to a destinationWriteStream
. - pipe() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Pause this stream and return a
Pipe
to transfer the elements of this stream to a destinationWriteStream
. - pipe() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.reactivex.sqlclient.RowStream
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Pause this stream and return a
Pipe
to transfer the elements of this stream to a destinationWriteStream
. - pipe() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe() - Method in class io.vertx.rxjava3.sqlclient.RowStream
-
Pause this stream and return a to transfer the elements of this stream to a destination .
- pipe(WriteStream<Buffer>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- pipe(WriteStream<Buffer>, boolean) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- pipe(WriteStream<Buffer>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- pipe(WriteStream<Buffer>, boolean) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- pipe(WriteStream<Buffer>) - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- pipe(WriteStream<Buffer>, boolean) - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- Pipe<T> - Class in io.vertx.reactivex.core.streams
-
Pipe data from a
ReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull. - Pipe<T> - Class in io.vertx.rxjava3.core.streams
-
Pipe data from a
ReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull. - Pipe<T> - Interface in io.vertx.core.streams
-
Pipe data from a
ReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull. - Pipe(Pipe) - Constructor for class io.vertx.reactivex.core.streams.Pipe
- Pipe(Pipe) - Constructor for class io.vertx.rxjava3.core.streams.Pipe
- Pipe(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.streams.Pipe
- Pipe(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.core.streams.Pipe
- PIPE_DELIMITED - io.vertx.openapi.contract.Style
- pipeTo(WriteStream<Row>) - Method in interface io.vertx.cassandra.CassandraRowStream
- pipeTo(WriteStream<T>) - Method in interface io.vertx.core.streams.ReadStream
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Response>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Req>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Resp>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Row>) - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Response>) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Message<T>>) - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<String>) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Req>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<Resp>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<T>) - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<T>) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
-
Pipe this
ReadStream
to theWriteStream
. - pipeTo(WriteStream<T>) - Method in class io.vertx.rxjava3.sqlclient.RowStream
-
Pipe this
ReadStream
to theWriteStream
. - pkceVerifierLength(int) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
PKCE (RFC 7636) is an extension to the Authorization Code flow to prevent several attacks and to be able to securely perform the OAuth exchange from public clients.
- pkceVerifierLength(int) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
PKCE (RFC 7636) is an extension to the Authorization Code flow to prevent several attacks and to be able to securely perform the OAuth exchange from public clients.
- pkceVerifierLength(int) - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
PKCE (RFC 7636) is an extension to the Authorization Code flow to prevent several attacks and to be able to securely perform the OAuth exchange from public clients.
- PLATFORM - io.vertx.ext.auth.webauthn4j.AuthenticatorAttachment
- PlatformHandler - Interface in io.vertx.ext.web.handler
-
Base platform interface for handlers that provide functionality to the application platform.
- PlatformHandler - Interface in io.vertx.reactivex.ext.web.handler
-
Base platform interface for handlers that provide functionality to the application platform.
- PlatformHandler - Interface in io.vertx.rxjava3.ext.web.handler
-
Base platform interface for handlers that provide functionality to the application platform.
- Point - Class in io.vertx.mysqlclient.data.spatial
-
A Point is a geometry that represents a single location in coordinate space.
- Point - Class in io.vertx.pgclient.data
-
A Postgresql point.
- Point() - Constructor for class io.vertx.mysqlclient.data.spatial.Point
- Point() - Constructor for class io.vertx.pgclient.data.Point
- Point(double, double) - Constructor for class io.vertx.pgclient.data.Point
- Point(long, double, double) - Constructor for class io.vertx.mysqlclient.data.spatial.Point
- Point(Point) - Constructor for class io.vertx.mysqlclient.data.spatial.Point
- PolicyLink - Class in io.vertx.ext.consul.token
-
It is an object with an "ID" and/or "Name" field to specify a policy
- PolicyLink() - Constructor for class io.vertx.ext.consul.token.PolicyLink
- PolicyLink(JsonObject) - Constructor for class io.vertx.ext.consul.token.PolicyLink
- poll(Duration) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Executes a poll for getting messages from Kafka.
- poll(Duration) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Executes a poll for getting messages from Kafka.
- poll(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Executes a poll for getting messages from Kafka.
- poll(Duration) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Executes a poll for getting messages from Kafka.
- pollTimeout(Duration) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Sets the poll timeout for the underlying native Kafka Consumer.
- pollTimeout(Duration) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Sets the poll timeout for the underlying native Kafka Consumer.
- pollTimeout(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Sets the poll timeout for the underlying native Kafka Consumer.
- pollTimeout(Duration) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Sets the poll timeout for the underlying native Kafka Consumer.
- Polygon - Class in io.vertx.mysqlclient.data.spatial
-
A Polygon is a planar Surface representing a multisided geometry.
- Polygon - Class in io.vertx.pgclient.data
-
Polygon data type in Postgres represented by lists of points (the vertexes of the polygon).
- Polygon() - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
- Polygon() - Constructor for class io.vertx.pgclient.data.Polygon
- Polygon(long, List<LineString>) - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
- Polygon(Polygon) - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
- Polygon(List<Point>) - Constructor for class io.vertx.pgclient.data.Polygon
- pong() - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PINGRESP message to the remote MQTT client
- pong() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PINGRESP message to the remote MQTT client
- pong() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PINGRESP message to the remote MQTT client
- PONG - io.vertx.core.http.WebSocketFrameType
-
Pong frame.
- PONG - io.vertx.ext.web.handler.graphql.ws.MessageType
- pongFrame(Buffer) - Static method in interface io.vertx.core.http.WebSocketFrame
-
Create a pong WebSocket frame.
- pongHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.ClientWebSocket
- pongHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocket
- pongHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a pong frame handler on the connection.
- pongHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- pongHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
- pongHandler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Set a pong frame handler on the connection.
- pongHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- pongHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- pongHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Set a pong frame handler on the connection.
- pool() - Static method in interface io.vertx.db2client.DB2Builder
-
Provide a builder for DB2 pool of connections
- pool() - Static method in interface io.vertx.mssqlclient.MSSQLBuilder
-
Provide a builder for MSSQL pool of connections
- pool() - Static method in interface io.vertx.mysqlclient.MySQLBuilder
-
Provide a builder for MySQL pool of connections
- pool() - Static method in interface io.vertx.oracleclient.OracleBuilder
-
Provide a builder for Oracle pool of connections
- pool() - Static method in interface io.vertx.pgclient.PgBuilder
-
Provide a builder for PostgreSQL pool of connections
- pool() - Static method in class io.vertx.reactivex.db2client.DB2Builder
-
Provide a builder for DB2 pool of connections
- pool() - Static method in class io.vertx.reactivex.mssqlclient.MSSQLBuilder
-
Provide a builder for MSSQL pool of connections
- pool() - Static method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
-
Provide a builder for MySQL pool of connections
- pool() - Static method in class io.vertx.reactivex.oracleclient.OracleBuilder
-
Provide a builder for Oracle pool of connections
- pool() - Static method in class io.vertx.reactivex.pgclient.PgBuilder
-
Provide a builder for PostgreSQL pool of connections
- pool() - Static method in class io.vertx.rxjava3.db2client.DB2Builder
-
Provide a builder for DB2 pool of connections
- pool() - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
-
Provide a builder for MSSQL pool of connections
- pool() - Static method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
-
Provide a builder for MySQL pool of connections
- pool() - Static method in class io.vertx.rxjava3.oracleclient.OracleBuilder
-
Provide a builder for Oracle pool of connections
- pool() - Static method in class io.vertx.rxjava3.pgclient.PgBuilder
-
Provide a builder for PostgreSQL pool of connections
- pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.reactivex.db2client.DB2Builder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.reactivex.oracleclient.OracleBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.reactivex.pgclient.PgBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.rxjava3.db2client.DB2Builder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.rxjava3.oracleclient.OracleBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in class io.vertx.rxjava3.pgclient.PgBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in interface io.vertx.db2client.DB2Builder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in interface io.vertx.mssqlclient.MSSQLBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in interface io.vertx.mysqlclient.MySQLBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in interface io.vertx.oracleclient.OracleBuilder
-
Build a pool with the specified
block
argument. - pool(Handler<ClientBuilder<Pool>>) - Static method in interface io.vertx.pgclient.PgBuilder
-
Build a pool with the specified
block
argument. - pool(Vertx, JDBCConnectOptions, PoolOptions) - Static method in interface io.vertx.jdbcclient.JDBCPool
-
Create a JDBC pool which maintains its own data source.
- pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in interface io.vertx.sqlclient.Pool
-
Create a connection pool to the
database
with the givenoptions
. - pool(Vertx, DataSource, PoolOptions) - Static method in interface io.vertx.jdbcclient.JDBCPool
-
Create a JDBC pool using a pre-initialized data source, note this data source does not need to be a pool.
- pool(Vertx, JDBCConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
-
Create a JDBC pool which maintains its own data source.
- pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
-
Create a connection pool to the
database
with the givenoptions
. - pool(Vertx, DataSource, PoolOptions) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
-
Create a JDBC pool using a pre-initialized data source, note this data source does not need to be a pool.
- pool(Vertx, JDBCConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava3.jdbcclient.JDBCPool
-
Create a JDBC pool which maintains its own data source.
- pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava3.sqlclient.Pool
-
Create a connection pool to the
database
with the givenoptions
. - pool(Vertx, DataSource, PoolOptions) - Static method in class io.vertx.rxjava3.jdbcclient.JDBCPool
-
Create a JDBC pool using a pre-initialized data source, note this data source does not need to be a pool.
- pool(Driver<?>) - Static method in interface io.vertx.sqlclient.ClientBuilder
-
Provide a builder for a pool of connections for the specified
Driver
- pool(Driver<?>, Handler<ClientBuilder<Pool>>) - Static method in interface io.vertx.sqlclient.ClientBuilder
-
Build a pool with the specified
block
argument andDriver
Theblock
argument is usually a lambda that configures the provided builder - pool(SqlConnectOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
-
Like
Pool.pool(io.vertx.sqlclient.SqlConnectOptions)
with default options. - pool(SqlConnectOptions) - Static method in class io.vertx.rxjava3.sqlclient.Pool
-
Like
Pool.pool(io.vertx.sqlclient.SqlConnectOptions)
with default options. - pool(SqlConnectOptions) - Static method in interface io.vertx.sqlclient.Pool
-
Like
Pool.pool(SqlConnectOptions, PoolOptions)
with default options. - pool(SqlConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
-
Like
Pool.pool(io.vertx.sqlclient.SqlConnectOptions)
with a Vert.x instance created automatically. - pool(SqlConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava3.sqlclient.Pool
-
Like
Pool.pool(io.vertx.sqlclient.SqlConnectOptions)
with a Vert.x instance created automatically. - pool(SqlConnectOptions, PoolOptions) - Static method in interface io.vertx.sqlclient.Pool
-
Like
Pool.pool(Vertx, SqlConnectOptions, PoolOptions)
with a Vert.x instance created automatically. - Pool - Class in io.vertx.reactivex.sqlclient
-
A connection pool which reuses a number of SQL connections.
- Pool - Class in io.vertx.rxjava3.sqlclient
-
A connection pool which reuses a number of SQL connections.
- Pool - Interface in io.vertx.sqlclient
-
A connection pool which reuses a number of SQL connections.
- Pool(Pool) - Constructor for class io.vertx.reactivex.sqlclient.Pool
- Pool(Pool) - Constructor for class io.vertx.rxjava3.sqlclient.Pool
- Pool(Object) - Constructor for class io.vertx.reactivex.sqlclient.Pool
- Pool(Object) - Constructor for class io.vertx.rxjava3.sqlclient.Pool
- POOL_NAME - io.vertx.micrometer.Label
-
Pool name (used in pools domain)
- POOL_TYPE - io.vertx.micrometer.Label
-
Pool type, such as "worker" or "datasource" (used in pools domain)
- PoolMetrics<Q,T> - Interface in io.vertx.core.spi.metrics
-
Worker pool metrics
- PoolOptions - Class in io.vertx.core.http
-
Options configuring a
HttpClient
pool. - PoolOptions - Class in io.vertx.redis.client
- PoolOptions - Class in io.vertx.sqlclient
-
The options for configuring a connection pool.
- PoolOptions() - Constructor for class io.vertx.core.http.PoolOptions
-
Default constructor
- PoolOptions() - Constructor for class io.vertx.redis.client.PoolOptions
- PoolOptions() - Constructor for class io.vertx.sqlclient.PoolOptions
- PoolOptions(PoolOptions) - Constructor for class io.vertx.core.http.PoolOptions
-
Copy constructor
- PoolOptions(JsonObject) - Constructor for class io.vertx.core.http.PoolOptions
-
Constructor to create an options from JSON
- PoolOptions(JsonObject) - Constructor for class io.vertx.redis.client.PoolOptions
- PoolOptions(JsonObject) - Constructor for class io.vertx.sqlclient.PoolOptions
- PoolOptions(PoolOptions) - Constructor for class io.vertx.redis.client.PoolOptions
- PoolOptions(PoolOptions) - Constructor for class io.vertx.sqlclient.PoolOptions
- PoolOptionsConverter - Class in io.vertx.core.http
-
Converter and mapper for
PoolOptions
. - PoolOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
PoolOptions
. - PoolOptionsConverter - Class in io.vertx.sqlclient
-
Converter and mapper for
PoolOptions
. - PoolOptionsConverter() - Constructor for class io.vertx.core.http.PoolOptionsConverter
- PoolOptionsConverter() - Constructor for class io.vertx.redis.client.PoolOptionsConverter
- PoolOptionsConverter() - Constructor for class io.vertx.sqlclient.PoolOptionsConverter
- port() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the port the service is running on.
- port() - Method in interface io.vertx.core.net.HostAndPort
- port() - Method in interface io.vertx.core.net.SocketAddress
- port() - Method in class io.vertx.core.spi.cluster.NodeInfo
- port() - Method in interface io.vertx.ext.web.client.HttpRequest
- port() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- port() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- port(int) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to use a new port
value
. - port(int) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to use a new port
value
. - port(int) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to use a new port
value
. - position() - Method in interface io.vertx.core.file.AsyncFileLock
- position() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
- position() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
- position(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the offset of the next record that will be fetched (if a record with that offset exists).
- position(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the offset of the next record that will be fetched (if a record with that offset exists).
- position(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the offset of the next record that will be fetched (if a record with that offset exists).
- position(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the offset of the next record that will be fetched (if a record with that offset exists).
- post() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP POST request
- post() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP POST request
- post() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP POST request
- post(int, String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(int, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(int, String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(int, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path
- post(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path
- post(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path
- post(String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- post(String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- post(String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- post(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- post(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- post(String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- POST - Static variable in class io.vertx.core.http.HttpMethod
-
The {RFC 2616 @code POST} method, this instance is interned and uniquely used.
- postAbs(UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
- postAbs(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
- postAbs(UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
- postAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
- postAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
- postAbs(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
- POSTMASTER - Static variable in class io.vertx.ext.mail.mailencoder.EmailAddress
- postSpans(RequestOptions, Buffer) - Method in class io.vertx.tracing.zipkin.VertxSender
- postWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path regex
- postWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path regex
- postWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path regex
- POWER_OF_TWO_CHOICES - Static variable in interface io.vertx.core.net.endpoint.LoadBalancer
-
Power of two choices load balancer.
- predicate(RequestPredicate) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- predicate(RequestPredicate) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- predicate(RequestPredicate) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- PREFER - io.vertx.pgclient.SslMode
-
first try an SSL connection; if that fails, try a non-SSL connection.
- PREFERRED - io.vertx.ext.auth.webauthn4j.ResidentKey
- PREFERRED - io.vertx.ext.auth.webauthn4j.UserVerification
- PREFERRED - io.vertx.mysqlclient.SslMode
-
establish an encrypted connection if the server supports encrypted connections, falling back to an unencrypted connection if an encrypted connection cannot be established.
- preferredLanguage() - Method in interface io.vertx.ext.web.RoutingContext
-
Helper to return the user preferred language.
- preferredLanguage() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Helper to return the user preferred language.
- preferredLanguage() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Helper to return the user preferred language.
- prefix() - Method in interface io.vertx.core.spi.VerticleFactory
- prefix() - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
- preloadMetaSchema(FileSystem) - Method in interface io.vertx.json.schema.SchemaRepository
-
Preloads the repository with the meta schemas for the related @link
Draft
version. - preloadMetaSchema(FileSystem, Draft) - Method in interface io.vertx.json.schema.SchemaRepository
-
Preloads the repository with the meta schemas for the related draft version.
- preloadMetaSchema(FileSystem) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
Preloads the repository with the meta schemas for the related @link
Draft
version. - preloadMetaSchema(FileSystem, Draft) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
Preloads the repository with the meta schemas for the related draft version.
- preloadMetaSchema(FileSystem) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
Preloads the repository with the meta schemas for the related @link
Draft
version. - preloadMetaSchema(FileSystem, Draft) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
Preloads the repository with the meta schemas for the related draft version.
- prepare(SimpleStatement) - Method in interface io.vertx.cassandra.CassandraClient
-
Prepares the provided a
SimpleStatement
. - prepare(SimpleStatement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Prepares the provided a .
- prepare(SimpleStatement) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Prepares the provided a .
- prepare(String) - Method in interface io.vertx.cassandra.CassandraClient
-
Prepares the provided query string.
- prepare(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Prepares the provided query string.
- prepare(String) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - prepare(String) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Prepares the provided query string.
- prepare(String) - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - prepare(String) - Method in interface io.vertx.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - prepare(String, PrepareOptions) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - prepare(String, PrepareOptions) - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - prepare(String, PrepareOptions) - Method in interface io.vertx.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - preparedQuery(String) - Method in class io.vertx.reactivex.sqlclient.Pool
-
A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.
- preparedQuery(String) - Method in class io.vertx.reactivex.sqlclient.SqlClient
-
Create a prepared query, one of the
Query.execute()
orPreparedQuery.executeBatch(java.util.List<io.vertx.reactivex.sqlclient.Tuple>)
methods must be called to execute the query. - preparedQuery(String) - Method in class io.vertx.rxjava3.sqlclient.Pool
-
A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.
- preparedQuery(String) - Method in class io.vertx.rxjava3.sqlclient.SqlClient
-
Create a prepared query, one of the
Query.execute()
orPreparedQuery.executeBatch(java.util.List<io.vertx.rxjava3.sqlclient.Tuple>)
methods must be called to execute the query. - preparedQuery(String) - Method in interface io.vertx.sqlclient.Pool
-
Create a prepared query, one of the
PreparedQuery.execute(io.vertx.sqlclient.Tuple)
orPreparedQuery.executeBatch(java.util.List<io.vertx.sqlclient.Tuple>)
methods must be called to execute the query. - preparedQuery(String) - Method in interface io.vertx.sqlclient.SqlClient
-
Create a prepared query, one of the
PreparedQuery.execute(io.vertx.sqlclient.Tuple)
orPreparedQuery.executeBatch(java.util.List<io.vertx.sqlclient.Tuple>)
methods must be called to execute the query. - preparedQuery(String, PrepareOptions) - Method in class io.vertx.reactivex.sqlclient.SqlClient
-
Create a prepared query, one of the
Query.execute()
orPreparedQuery.executeBatch(java.util.List<io.vertx.reactivex.sqlclient.Tuple>)
methods must be called to execute the query. - preparedQuery(String, PrepareOptions) - Method in class io.vertx.rxjava3.sqlclient.SqlClient
-
Create a prepared query, one of the
Query.execute()
orPreparedQuery.executeBatch(java.util.List<io.vertx.rxjava3.sqlclient.Tuple>)
methods must be called to execute the query. - preparedQuery(String, PrepareOptions) - Method in interface io.vertx.sqlclient.SqlClient
-
Create a prepared query, one of the
PreparedQuery.execute(io.vertx.sqlclient.Tuple)
orPreparedQuery.executeBatch(java.util.List<io.vertx.sqlclient.Tuple>)
methods must be called to execute the query. - PreparedQuery<T> - Class in io.vertx.reactivex.sqlclient
-
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
- PreparedQuery<T> - Class in io.vertx.rxjava3.sqlclient
-
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
- PreparedQuery<T> - Interface in io.vertx.sqlclient
-
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
- PreparedQuery(PreparedQuery) - Constructor for class io.vertx.reactivex.sqlclient.PreparedQuery
- PreparedQuery(PreparedQuery) - Constructor for class io.vertx.rxjava3.sqlclient.PreparedQuery
- PreparedQuery(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.PreparedQuery
- PreparedQuery(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.sqlclient.PreparedQuery
- PreparedQueryDefinition - Class in io.vertx.ext.consul
-
Defines a prepared query.
- PreparedQueryDefinition() - Constructor for class io.vertx.ext.consul.PreparedQueryDefinition
-
Default constructor
- PreparedQueryDefinition(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryDefinition
-
Constructor from JSON
- PreparedQueryExecuteOptions - Class in io.vertx.ext.consul
-
Options used to execute prepared query
- PreparedQueryExecuteOptions() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptions
-
Default constructor
- PreparedQueryExecuteOptions(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptions
-
Constructor from JSON
- PreparedQueryExecuteOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
PreparedQueryExecuteOptions
. - PreparedQueryExecuteOptionsConverter() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
- PreparedQueryExecuteResponse - Class in io.vertx.ext.consul
-
The results of executing prepared query
- PreparedQueryExecuteResponse() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Default constructor
- PreparedQueryExecuteResponse(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Constructor from JSON
- PreparedQueryExecuteResponseConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
PreparedQueryExecuteResponse
. - PreparedQueryExecuteResponseConverter() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
- PreparedStatement - Class in io.vertx.reactivex.sqlclient
-
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
- PreparedStatement - Class in io.vertx.rxjava3.sqlclient
-
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
- PreparedStatement - Interface in io.vertx.sqlclient
-
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
- PreparedStatement(PreparedStatement) - Constructor for class io.vertx.reactivex.sqlclient.PreparedStatement
- PreparedStatement(PreparedStatement) - Constructor for class io.vertx.rxjava3.sqlclient.PreparedStatement
- PreparedStatement(Object) - Constructor for class io.vertx.reactivex.sqlclient.PreparedStatement
- PreparedStatement(Object) - Constructor for class io.vertx.rxjava3.sqlclient.PreparedStatement
- prepareMessageReceived(Context, ConsumerRecord) - Method in class io.vertx.kafka.client.common.tracing.ConsumerTracer
- PrepareOptions - Class in io.vertx.sqlclient
-
Options for preparing a statement.
- PrepareOptions() - Constructor for class io.vertx.sqlclient.PrepareOptions
- PrepareOptions(JsonObject) - Constructor for class io.vertx.sqlclient.PrepareOptions
- PrepareOptions(PrepareOptions) - Constructor for class io.vertx.sqlclient.PrepareOptions
- prepareSendMessage(Context, ProducerRecord) - Method in class io.vertx.kafka.client.common.tracing.ProducerTracer
- prevResult() - Method in interface io.vertx.ext.consul.WatchResult
-
The previous result of the operation.
- prevResult() - Method in class io.vertx.reactivex.ext.consul.WatchResult
-
The previous result of the operation.
- prevResult() - Method in class io.vertx.rxjava3.ext.consul.WatchResult
-
The previous result of the operation.
- prevVertxContext - Variable in class io.vertx.grpc.contextstorage.GrpcStorage
- principal() - Method in interface io.vertx.ext.auth.User
-
Get the underlying principal for the User.
- principal() - Method in class io.vertx.reactivex.ext.auth.User
-
Get the underlying principal for the User.
- principal() - Method in class io.vertx.rxjava3.ext.auth.User
-
Get the underlying principal for the User.
- priority() - Method in interface io.vertx.amqp.AmqpMessage
- priority() - Method in annotation type io.vertx.core.cli.annotations.Name
-
The command priority.
- priority() - Method in interface io.vertx.core.dns.MxRecord
-
The priority of the MX record.
- priority() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the priority for this service record.
- priority() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- priority() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- priority(short) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- priority(short) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- priority(short) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- privateKeyPath() - Method in interface io.vertx.core.net.SelfSignedCertificate
-
Filesystem path to the RSA private key file in PEM format
- PRNG - Class in io.vertx.ext.auth.prng
-
Wrapper around secure random that periodically seeds the PRNG with new entropy.
- PRNG(Vertx) - Constructor for class io.vertx.ext.auth.prng.PRNG
- procedureName() - Method in exception io.vertx.mssqlclient.MSSQLException
- process() - Method in interface io.vertx.ext.shell.system.Job
- process(Vertx, JsonObject, Buffer) - Method in class io.vertx.config.hocon.HoconProcessor
- process(Vertx, JsonObject, Buffer) - Method in interface io.vertx.config.spi.ConfigProcessor
-
Transforms the given
input
into aJsonObject
. - process(Vertx, JsonObject, Buffer) - Method in class io.vertx.config.yaml.YamlProcessor
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.AnnotatedCommand
-
Process the command, when the command is done processing it should call the
CommandProcess.end()
method. - process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusPublish
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusSend
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusTail
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Echo
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemPwd
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Help
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.NetCommandLs
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Sleep
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleFactories
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleLs
- process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleUndeploy
- Process - Interface in io.vertx.ext.shell.system
-
A process managed by the shell.
- processArgs() - Method in class io.vertx.core.AbstractVerticle
-
Deprecated.As of version 5, Vert.x is no longer tightly coupled to the CLI
- processArgs() - Method in interface io.vertx.core.Context
-
Deprecated.As of version 5, Vert.x is no longer tightly coupled to the CLI
- processArgs() - Method in class io.vertx.reactivex.core.Context
-
Deprecated.
- processArgs() - Method in class io.vertx.rxjava3.core.Context
-
Deprecated.
- processHandler(Handler<CommandProcess>) - Method in interface io.vertx.ext.shell.command.CommandBuilder
-
Set the command process handler, the process handler is called when the command is executed.
- processId() - Method in interface io.vertx.pgclient.PgConnection
- processId() - Method in class io.vertx.reactivex.pgclient.PgConnection
- processId() - Method in class io.vertx.rxjava3.pgclient.PgConnection
- Processors - Class in io.vertx.config.spi.utils
-
A class to deal with configuration prcessors.
- Processors() - Constructor for class io.vertx.config.spi.utils.Processors
- ProducerTracer<S> - Class in io.vertx.kafka.client.common.tracing
-
Tracer for Kafka producer, wrapping the generic tracer.
- ProducerTracer.StartedSpan - Class in io.vertx.kafka.client.common.tracing
- produces(String) - Method in interface io.vertx.ext.web.Route
-
Add a content type produced by this route.
- produces(String) - Method in class io.vertx.reactivex.ext.web.Route
-
Add a content type produced by this route.
- produces(String) - Method in class io.vertx.rxjava3.ext.web.Route
-
Add a content type produced by this route.
- productName() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- productName() - Method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- productName() - Method in interface io.vertx.sqlclient.spi.DatabaseMetadata
- PrometheusBackendRegistry - Class in io.vertx.micrometer.backends
- PrometheusBackendRegistry(VertxPrometheusOptions) - Constructor for class io.vertx.micrometer.backends.PrometheusBackendRegistry
- PrometheusBackendRegistry(VertxPrometheusOptions, PrometheusMeterRegistry) - Constructor for class io.vertx.micrometer.backends.PrometheusBackendRegistry
- PrometheusRequestHandler - Class in io.vertx.reactivex.micrometer
-
An interface for creating handlers to expose Prometheus metrics via an HTTP endpoint.
- PrometheusRequestHandler - Class in io.vertx.rxjava3.micrometer
-
An interface for creating handlers to expose Prometheus metrics via an HTTP endpoint.
- PrometheusRequestHandler - Interface in io.vertx.micrometer
-
An interface for creating handlers to expose Prometheus metrics via an HTTP endpoint.
- PrometheusRequestHandler(PrometheusRequestHandler) - Constructor for class io.vertx.reactivex.micrometer.PrometheusRequestHandler
- PrometheusRequestHandler(PrometheusRequestHandler) - Constructor for class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
- PrometheusRequestHandler(Object) - Constructor for class io.vertx.reactivex.micrometer.PrometheusRequestHandler
- PrometheusRequestHandler(Object) - Constructor for class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
- PrometheusScrapingHandler - Class in io.vertx.reactivex.micrometer
-
A Vert.x Web
Route
handler for Prometheus metrics scraping. - PrometheusScrapingHandler - Class in io.vertx.rxjava3.micrometer
-
A Vert.x Web
Route
handler for Prometheus metrics scraping. - PrometheusScrapingHandler - Interface in io.vertx.micrometer
-
A Vert.x Web
Route
handler for Prometheus metrics scraping. - PrometheusScrapingHandler(PrometheusScrapingHandler) - Constructor for class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
- PrometheusScrapingHandler(PrometheusScrapingHandler) - Constructor for class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
- PrometheusScrapingHandler(Object) - Constructor for class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
- PrometheusScrapingHandler(Object) - Constructor for class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
- promise() - Static method in interface io.vertx.core.Promise
-
Create a promise that hasn't completed yet
- promise() - Static method in class io.vertx.reactivex.core.Promise
-
Create a promise that hasn't completed yet
- promise() - Static method in class io.vertx.rxjava3.core.Promise
-
Create a promise that hasn't completed yet
- Promise<T> - Class in io.vertx.reactivex.core
-
Represents the writable side of an action that may, or may not, have occurred yet.
- Promise<T> - Class in io.vertx.rxjava3.core
-
Represents the writable side of an action that may, or may not, have occurred yet.
- Promise<T> - Interface in io.vertx.core
-
Represents the writable side of an action that may, or may not, have occurred yet.
- Promise(Promise) - Constructor for class io.vertx.reactivex.core.Promise
- Promise(Promise) - Constructor for class io.vertx.rxjava3.core.Promise
- Promise(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.Promise
- Promise(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.core.Promise
- prompt(String) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Indicates the type of user interaction that is required.
- prompt(String) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Indicates the type of user interaction that is required.
- prompt(String) - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
Indicates the type of user interaction that is required.
- PROPAGATE - io.vertx.core.tracing.TracingPolicy
-
Propagate an existing trace.
- properties() - Method in interface io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttConnAckMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttDisconnectMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttPubAckMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttPubCompMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttPubRecMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttPubRelMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttSubscribeMessage
- properties() - Method in interface io.vertx.mqtt.messages.MqttUnsubscribeMessage
- properties() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- properties() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- properties() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- properties() - Method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- properties() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- propertiesFromJson(JsonArray) - Static method in class io.vertx.mqtt.MqttWill
- propertiesOf(S) - Method in interface io.vertx.core.spi.endpoint.EndpointResolver
-
Returns the known properties of a given
server
. - propertiesToJson(MqttProperties) - Static method in class io.vertx.mqtt.MqttWill
- property(PropertyKind<V>) - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
Get the specific property with the specified
PropertyKind
. - property(PropertyKind<V>) - Method in class io.vertx.rxjava3.sqlclient.SqlResult
-
Get the specific property with the specified
PropertyKind
. - property(PropertyKind<V>) - Method in interface io.vertx.sqlclient.SqlResult
-
Get the specific property with the specified
PropertyKind
. - property(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- PropertyFileAuthentication - Class in io.vertx.reactivex.ext.auth.properties
-
Factory interface for creating property file based
AuthenticationProvider
instances. - PropertyFileAuthentication - Class in io.vertx.rxjava3.ext.auth.properties
-
Factory interface for creating property file based
AuthenticationProvider
instances. - PropertyFileAuthentication - Interface in io.vertx.ext.auth.properties
-
Factory interface for creating property file based
AuthenticationProvider
instances. - PropertyFileAuthentication(PropertyFileAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
- PropertyFileAuthentication(PropertyFileAuthentication) - Constructor for class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
- PropertyFileAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
- PropertyFileAuthentication(Object) - Constructor for class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
- PropertyFileAuthorization - Class in io.vertx.reactivex.ext.auth.properties
-
Factory interface for creating property file based
AuthenticationProvider
instances. - PropertyFileAuthorization - Class in io.vertx.rxjava3.ext.auth.properties
-
Factory interface for creating property file based
AuthenticationProvider
instances. - PropertyFileAuthorization - Interface in io.vertx.ext.auth.properties
-
Factory interface for creating property file based
AuthenticationProvider
instances. - PropertyFileAuthorization(PropertyFileAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
- PropertyFileAuthorization(PropertyFileAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
- PropertyFileAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
- PropertyFileAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
- propertyFromJson(JsonObject) - Static method in class io.vertx.mqtt.MqttWill
- PropertyKind<T> - Class in io.vertx.reactivex.sqlclient
-
The kind of the property, this can be used to fetch some specific property of the
execution result
. - PropertyKind<T> - Class in io.vertx.rxjava3.sqlclient
-
The kind of the property, this can be used to fetch some specific property of the
execution result
. - PropertyKind<T> - Interface in io.vertx.sqlclient
-
The kind of the property, this can be used to fetch some specific property of the
execution result
. - PropertyKind(PropertyKind) - Constructor for class io.vertx.reactivex.sqlclient.PropertyKind
- PropertyKind(PropertyKind) - Constructor for class io.vertx.rxjava3.sqlclient.PropertyKind
- PropertyKind(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.PropertyKind
- PropertyKind(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.sqlclient.PropertyKind
- propertyToJson(MqttProperties.MqttProperty<?>) - Static method in class io.vertx.mqtt.MqttWill
- PROPFIND - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2518/4918
PROPFIND
method, this instance is interned and uniquely used. - PROPPATCH - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2518/4918
PROPPATCH
method, this instance is interned and uniquely used. - props(String) - Method in interface io.vertx.core.file.FileSystem
-
Obtain properties for the file represented by
path
, asynchronously. - props(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Obtain properties for the file represented by
path
, asynchronously. - props(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Obtain properties for the file represented by
path
, asynchronously. - propsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.props(String)
- propsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.props(java.lang.String)
- propsBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.props(java.lang.String)
- PROTOBUF - io.vertx.grpc.common.WireFormat
-
Protobuf wire format.
- protocol() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the protocol for the service being queried (i.e.
- PROTOCOL_ERROR - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- protocolName() - Method in interface io.vertx.mqtt.MqttEndpoint
- protocolName() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- protocolName() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- ProtocolUpgradeHandler - Interface in io.vertx.ext.web.handler
-
Base interface for handlers that perform protocol upgrades.
- ProtocolUpgradeHandler - Interface in io.vertx.reactivex.ext.web.handler
-
Base interface for handlers that perform protocol upgrades.
- ProtocolUpgradeHandler - Interface in io.vertx.rxjava3.ext.web.handler
-
Base interface for handlers that perform protocol upgrades.
- protocolVersion() - Method in interface io.vertx.mqtt.MqttEndpoint
- protocolVersion() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- protocolVersion() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- ProtocolVersion - Enum in io.vertx.redis.client
-
Redis protocol version to be used.
- proxiedRequest() - Method in interface io.vertx.httpproxy.ProxyRequest
- proxiedRequest() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- proxiedResponse() - Method in interface io.vertx.httpproxy.ProxyResponse
- proxiedResponse() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- proxy() - Method in interface io.vertx.ext.web.client.HttpRequest
- proxy() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- proxy() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- proxy(HttpClientRequest) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Proxy this request to the origin server using the specified
request
and then send the proxy response. - proxy(ProxyOptions) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to set a proxy for this request.
- proxy(ProxyOptions) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to set a proxy for this request.
- proxy(ProxyOptions) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to set a proxy for this request.
- proxy(HttpClientRequest) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Proxy this request to the origin server using the specified
request
and then send the proxy response. - PROXY_AUTHENTICATE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Proxy-Authenticate header name
- PROXY_AUTHENTICATE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Proxy-Authenticate header name
- PROXY_AUTHENTICATE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Proxy-Authenticate header name
- PROXY_AUTHORIZATION - Static variable in interface io.vertx.core.http.HttpHeaders
-
Proxy-Authorization header name
- PROXY_AUTHORIZATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Proxy-Authorization header name
- PROXY_AUTHORIZATION - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Proxy-Authorization header name
- ProxyContext - Class in io.vertx.rxjava3.httpproxy
-
A controller for proxy interception.
- ProxyContext - Interface in io.vertx.httpproxy
-
A controller for proxy interception.
- ProxyContext(ProxyContext) - Constructor for class io.vertx.rxjava3.httpproxy.ProxyContext
- ProxyContext(Object) - Constructor for class io.vertx.rxjava3.httpproxy.ProxyContext
- proxyDetector(ProxyDetector) - Method in class io.vertx.grpc.VertxChannelBuilder
- proxyGenImports(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- ProxyHandler - Class in io.vertx.rxjava3.ext.web.proxy.handler
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - ProxyHandler - Class in io.vertx.serviceproxy
- ProxyHandler - Interface in io.vertx.ext.web.proxy.handler
- ProxyHandler() - Constructor for class io.vertx.serviceproxy.ProxyHandler
- ProxyHandler(ProxyHandler) - Constructor for class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- ProxyHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- ProxyInterceptor - Interface in io.vertx.httpproxy
-
A
HttpProxy
interceptor. - ProxyInterceptor - Interface in io.vertx.rxjava3.httpproxy
-
A
HttpProxy
interceptor. - ProxyMethodInfo - Class in io.vertx.serviceproxy.generator.model
- ProxyMethodInfo(Set<ClassTypeInfo>, String, TypeInfo, Text, boolean, boolean, List<ParamInfo>, String, Doc, boolean, boolean, List<TypeParamInfo.Method>, boolean, boolean, boolean, Text, boolean) - Constructor for class io.vertx.serviceproxy.generator.model.ProxyMethodInfo
- ProxyModel - Class in io.vertx.serviceproxy.generator.model
- ProxyModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Constructor for class io.vertx.serviceproxy.generator.model.ProxyModel
- ProxyModelProvider - Class in io.vertx.serviceproxy.generator.model
- ProxyModelProvider() - Constructor for class io.vertx.serviceproxy.generator.model.ProxyModelProvider
- ProxyOptions - Class in io.vertx.core.net
-
Proxy options for a net client or a net client.
- ProxyOptions - Class in io.vertx.ext.consul.connect
- ProxyOptions - Class in io.vertx.httpproxy
-
Proxy options.
- ProxyOptions() - Constructor for class io.vertx.core.net.ProxyOptions
-
Default constructor.
- ProxyOptions() - Constructor for class io.vertx.ext.consul.connect.ProxyOptions
-
Default constructor
- ProxyOptions() - Constructor for class io.vertx.httpproxy.ProxyOptions
- ProxyOptions(JsonObject) - Constructor for class io.vertx.core.net.ProxyOptions
-
Create options from JSON.
- ProxyOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.ProxyOptions
-
Constructor from JSON
- ProxyOptions(JsonObject) - Constructor for class io.vertx.httpproxy.ProxyOptions
- ProxyOptions(ProxyOptions) - Constructor for class io.vertx.core.net.ProxyOptions
-
Copy constructor.
- ProxyOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
ProxyOptions
. - ProxyOptionsConverter - Class in io.vertx.httpproxy
-
Converter and mapper for
ProxyOptions
. - ProxyOptionsConverter() - Constructor for class io.vertx.core.net.ProxyOptionsConverter
- ProxyOptionsConverter() - Constructor for class io.vertx.httpproxy.ProxyOptionsConverter
- ProxyRequest - Class in io.vertx.rxjava3.httpproxy
-
Handles the interoperability of the request between the user agent and the origin.
- ProxyRequest - Interface in io.vertx.httpproxy
-
Handles the interoperability of the request between the user agent and the origin.
- ProxyRequest(ProxyRequest) - Constructor for class io.vertx.rxjava3.httpproxy.ProxyRequest
- ProxyRequest(Object) - Constructor for class io.vertx.rxjava3.httpproxy.ProxyRequest
- ProxyResponse - Class in io.vertx.rxjava3.httpproxy
-
Handles the interoperability of the response between the origin and the user agent.
- ProxyResponse - Interface in io.vertx.httpproxy
-
Handles the interoperability of the response between the origin and the user agent.
- ProxyResponse(ProxyResponse) - Constructor for class io.vertx.rxjava3.httpproxy.ProxyResponse
- ProxyResponse(Object) - Constructor for class io.vertx.rxjava3.httpproxy.ProxyResponse
- ProxyType - Enum in io.vertx.core.net
-
The type of a TCP proxy server.
- ProxyUtils - Class in io.vertx.serviceproxy
- ProxyUtils() - Constructor for class io.vertx.serviceproxy.ProxyUtils
- PS256 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- PS384 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- PS512 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- psetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value and expiration in milliseconds of a key.
- psetex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value and expiration in milliseconds of a key.
- psetex(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value and expiration in milliseconds of a key.
- PSETEX - Static variable in interface io.vertx.redis.client.Command
-
Set the value and expiration in milliseconds of a key.
- PSEUDO_AUTHORITY - Static variable in interface io.vertx.core.http.HttpHeaders
-
HTTP/2
:authority
pseudo header - PSEUDO_AUTHORITY - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
HTTP/2
:authority
pseudo header - PSEUDO_AUTHORITY - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
HTTP/2
:authority
pseudo header - PSEUDO_METHOD - Static variable in interface io.vertx.core.http.HttpHeaders
-
HTTP/2
:method
pseudo hedaer - PSEUDO_METHOD - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
HTTP/2
:method
pseudo hedaer - PSEUDO_METHOD - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
HTTP/2
:method
pseudo hedaer - PSEUDO_PATH - Static variable in interface io.vertx.core.http.HttpHeaders
-
HTTP/2
:path
pseudo header - PSEUDO_PATH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
HTTP/2
:path
pseudo header - PSEUDO_PATH - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
HTTP/2
:path
pseudo header - PSEUDO_SCHEME - Static variable in interface io.vertx.core.http.HttpHeaders
-
HTTP/2
:scheme
pseudo header - PSEUDO_SCHEME - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
HTTP/2
:scheme
pseudo header - PSEUDO_SCHEME - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
HTTP/2
:scheme
pseudo header - PSEUDO_STATUS - Static variable in interface io.vertx.core.http.HttpHeaders
-
HTTP/2
:status
pseudo header - PSEUDO_STATUS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
HTTP/2
:status
pseudo header - PSEUDO_STATUS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
HTTP/2
:status
pseudo header - psubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Listen for messages published to channels matching the given patterns.
- psubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to channels matching the given patterns.
- psubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Listen for messages published to channels matching the given patterns.
- PSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to channels matching the given patterns.
- psync(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Internal command used for replication.
- psync(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Internal command used for replication.
- psync(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Internal command used for replication.
- PSYNC - Static variable in interface io.vertx.redis.client.Command
-
Internal command used for replication.
- pttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the time to live for a key in milliseconds.
- pttl(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the time to live for a key in milliseconds.
- pttl(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the time to live for a key in milliseconds.
- PTTL - Static variable in interface io.vertx.redis.client.Command
-
Get the time to live for a key in milliseconds.
- Pty - Interface in io.vertx.ext.shell.term
-
A pseudo terminal used for controlling a
Tty
. - publicCacheControl() - Method in interface io.vertx.httpproxy.ProxyResponse
- publicCacheControl() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- publish(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Publishes a record.
- publish(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
-
Publishes a record.
- publish(Record) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Publishes a record.
- publish(Record) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
-
Publishes a record.
- publish(Record) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Publishes a record.
- publish(Record) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
-
Publishes a record.
- publish(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
-
Publish a message.
- publish(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Like
EventBus.publish(String, Object)
but specifyingoptions
that can be used to configure the delivery. - publish(String, Buffer, MqttQoS, boolean, boolean) - Method in interface io.vertx.mqtt.MqttClient
-
Sends the PUBLISH message to the remote MQTT server
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT client
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sends the PUBLISH message to the remote MQTT server
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT client
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sends the PUBLISH message to the remote MQTT server
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT client
- publish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- publish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- publish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- publish(String, Buffer, MqttQoS, boolean, boolean, int, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- publish(String, Buffer, MqttQoS, boolean, boolean, int, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- publish(String, Buffer, MqttQoS, boolean, boolean, int, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- publish(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Publish a message.
- publish(String, Object) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Publish a message.
- publish(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Like
EventBus.publish(java.lang.String, java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - publish(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Like
EventBus.publish(java.lang.String, java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - publish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Post a message to a channel.
- publish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Post a message to a channel.
- publish(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Post a message to a channel.
- publish(String, String, BasicProperties, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
-
Publish a message.
- publish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Publish a message.
- publish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Publish a message.
- PUBLISH - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a message is attempted to be published from the client to the server.
- PUBLISH - Static variable in interface io.vertx.redis.client.Command
-
Post a message to a channel.
- publishAcknowledge(int) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBACK message to the remote MQTT client
- publishAcknowledge(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBACK message to the remote MQTT client
- publishAcknowledge(int) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBACK message to the remote MQTT client
- publishAcknowledge(int, MqttPubAckReasonCode, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
- publishAcknowledge(int, MqttPubAckReasonCode, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- publishAcknowledge(int, MqttPubAckReasonCode, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- publishAcknowledgeHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the puback handler on the MQTT endpoint.
- publishAcknowledgeHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the puback handler on the MQTT endpoint.
- publishAcknowledgeHandler(Handler<Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the puback handler on the MQTT endpoint.
- publishAcknowledgeMessageHandler(Handler<MqttPubAckMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the puback handler on the MQTT endpoint.
- publishAcknowledgeMessageHandler(Handler<MqttPubAckMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the puback handler on the MQTT endpoint.
- publishAcknowledgeMessageHandler(Handler<MqttPubAckMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the puback handler on the MQTT endpoint.
- publishAutoAck(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Enable/disable publishing (in/out) auto acknowledge
- publishAutoAck(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Enable/disable publishing (in/out) auto acknowledge
- publishAutoAck(boolean) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Enable/disable publishing (in/out) auto acknowledge
- publishComplete(int) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBCOMP message to the remote MQTT client
- publishComplete(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBCOMP message to the remote MQTT client
- publishComplete(int) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBCOMP message to the remote MQTT client
- publishComplete(int, MqttPubCompReasonCode, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBCOMP message to the remote MQTT client
- publishComplete(int, MqttPubCompReasonCode, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBCOMP message to the remote MQTT client
- publishComplete(int, MqttPubCompReasonCode, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBCOMP message to the remote MQTT client
- publishCompletionExpirationHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttClient
-
Sets a handler which will be called when the client does not receive a PUBACK or PUBREC/PUBCOMP for a message published using QoS 1 or 2 respectively.
- publishCompletionExpirationHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sets a handler which will be called when the client does not receive a PUBACK or PUBREC/PUBCOMP for a message published using QoS 1 or 2 respectively.
- publishCompletionExpirationHandler(Handler<Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sets a handler which will be called when the client does not receive a PUBACK or PUBREC/PUBCOMP for a message published using QoS 1 or 2 respectively.
- publishCompletionHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttClient
-
Sets a handler which will be called each time the publishing of a message has been completed.
- publishCompletionHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the pubcomp handler on the MQTT endpoint.
- publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sets a handler which will be called each time the publishing of a message has been completed.
- publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the pubcomp handler on the MQTT endpoint.
- publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sets a handler which will be called each time the publishing of a message has been completed.
- publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the pubcomp handler on the MQTT endpoint.
- publishCompletionMessageHandler(Handler<MqttPubCompMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the pubcomp handler on the MQTT endpoint.
- publishCompletionMessageHandler(Handler<MqttPubCompMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the pubcomp handler on the MQTT endpoint.
- publishCompletionMessageHandler(Handler<MqttPubCompMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the pubcomp handler on the MQTT endpoint.
- publishCompletionUnknownPacketIdHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttClient
-
Sets a handler which will be called when the client receives a PUBACK/PUBREC/PUBCOMP with an unknown packet ID.
- publishCompletionUnknownPacketIdHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sets a handler which will be called when the client receives a PUBACK/PUBREC/PUBCOMP with an unknown packet ID.
- publishCompletionUnknownPacketIdHandler(Handler<Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sets a handler which will be called when the client receives a PUBACK/PUBREC/PUBCOMP with an unknown packet ID.
- publishConfirm(String, String, BasicProperties, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
-
Publish a message and complete when publish confirm has returned.
- publishConfirm(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Publish a message and complete when publish confirm has returned.
- publishConfirm(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Publish a message and complete when publish confirm has returned.
- publisher(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message publisher against the specified address.
- publisher(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Create a message publisher against the specified address.
- publisher(String) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Create a message publisher against the specified address.
- publisher(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Like
EventBus.publisher(String)
but specifying delivery options that will be used for configuring the delivery of the message. - publisher(String, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Like
EventBus.publisher(java.lang.String)
but specifying delivery options that will be used for configuring the delivery of the message. - publisher(String, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Like
EventBus.publisher(java.lang.String)
but specifying delivery options that will be used for configuring the delivery of the message. - publishHandler(Handler<MqttPublishMessage>) - Method in interface io.vertx.mqtt.MqttClient
-
Sets handler which will be called each time server publish something to client
- publishHandler(Handler<MqttPublishMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the publish handler on the MQTT endpoint.
- publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sets handler which will be called each time server publish something to client
- publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the publish handler on the MQTT endpoint.
- publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sets handler which will be called each time server publish something to client
- publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the publish handler on the MQTT endpoint.
- publishReceived(int) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBREC message to the remote MQTT client
- publishReceived(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBREC message to the remote MQTT client
- publishReceived(int) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBREC message to the remote MQTT client
- publishReceived(int, MqttPubRecReasonCode, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBREC message to the remote MQTT client
- publishReceived(int, MqttPubRecReasonCode, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBREC message to the remote MQTT client
- publishReceived(int, MqttPubRecReasonCode, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBREC message to the remote MQTT client
- publishReceivedHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the pubrec handler on the MQTT endpoint.
- publishReceivedHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the pubrec handler on the MQTT endpoint.
- publishReceivedHandler(Handler<Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the pubrec handler on the MQTT endpoint.
- publishReceivedMessageHandler(Handler<MqttPubRecMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the pubrec handler on the MQTT endpoint.
- publishReceivedMessageHandler(Handler<MqttPubRecMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the pubrec handler on the MQTT endpoint.
- publishReceivedMessageHandler(Handler<MqttPubRecMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the pubrec handler on the MQTT endpoint.
- publishRelease(int) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBREL message to the remote MQTT client
- publishRelease(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBREL message to the remote MQTT client
- publishRelease(int) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBREL message to the remote MQTT client
- publishRelease(int, MqttPubRelReasonCode, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the PUBREL message to the remote MQTT client
- publishRelease(int, MqttPubRelReasonCode, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBREL message to the remote MQTT client
- publishRelease(int, MqttPubRelReasonCode, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBREL message to the remote MQTT client
- publishReleaseHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the pubrel handler on the MQTT endpoint.
- publishReleaseHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the pubrel handler on the MQTT endpoint.
- publishReleaseHandler(Handler<Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the pubrel handler on the MQTT endpoint.
- publishReleaseMessageHandler(Handler<MqttPubRelMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set the pubrel handler on the MQTT endpoint.
- publishReleaseMessageHandler(Handler<MqttPubRelMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set the pubrel handler on the MQTT endpoint.
- publishReleaseMessageHandler(Handler<MqttPubRelMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set the pubrel handler on the MQTT endpoint.
- PubSecKeyOptions - Class in io.vertx.ext.auth
-
Options describing Key stored in PEM format.
- PubSecKeyOptions() - Constructor for class io.vertx.ext.auth.PubSecKeyOptions
-
Default constructor
- PubSecKeyOptions(JsonObject) - Constructor for class io.vertx.ext.auth.PubSecKeyOptions
-
Constructor to create an options from JSON
- PubSecKeyOptions(PubSecKeyOptions) - Constructor for class io.vertx.ext.auth.PubSecKeyOptions
-
Copy constructor
- PubSecKeyOptionsConverter - Class in io.vertx.ext.auth
-
Converter and mapper for
PubSecKeyOptions
. - PubSecKeyOptionsConverter() - Constructor for class io.vertx.ext.auth.PubSecKeyOptionsConverter
- pubsub(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for Pub/Sub commands.
- pubsub(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for Pub/Sub commands.
- pubsub(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for Pub/Sub commands.
- PUBSUB - Static variable in interface io.vertx.redis.client.Command
-
A container for Pub/Sub commands.
- PugTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.pug
-
A template engine that uses Pug.
- PugTemplateEngine - Class in io.vertx.rxjava3.ext.web.templ.pug
-
A template engine that uses Pug.
- PugTemplateEngine - Interface in io.vertx.ext.web.templ.pug
-
A template engine that uses Pug.
- PugTemplateEngine(PugTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- PugTemplateEngine(PugTemplateEngine) - Constructor for class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- PugTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- PugTemplateEngine(Object) - Constructor for class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- punsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Stop listening for messages posted to channels matching the given patterns.
- PUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Stop listening for messages posted to channels matching the given patterns.
- push(HttpMethod, HostAndPort, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(HttpMethod, HostAndPort, String, MultiMap)
with no headers. - push(HttpMethod, HostAndPort, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- push(HttpMethod, HostAndPort, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- push(HttpMethod, HostAndPort, String, MultiMap) - Method in interface io.vertx.core.http.HttpServerResponse
-
Push a response to the client.
- push(HttpMethod, HostAndPort, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Push a response to the client.
- push(HttpMethod, HostAndPort, String, MultiMap) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Push a response to the client.
- push(HttpMethod, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(HttpMethod, HostAndPort, String, MultiMap)
with the host copied from the current request. - push(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(io.vertx.core.http.HttpMethod, io.vertx.core.net.HostAndPort, java.lang.String)
with the host copied from the current request. - push(HttpMethod, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(io.vertx.core.http.HttpMethod, io.vertx.core.net.HostAndPort, java.lang.String)
with the host copied from the current request. - push(HttpMethod, String, MultiMap) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(HttpMethod, HostAndPort, String, MultiMap)
with the host copied from the current request. - push(HttpMethod, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(io.vertx.core.http.HttpMethod, io.vertx.core.net.HostAndPort, java.lang.String)
with the host copied from the current request. - push(HttpMethod, String, MultiMap) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(io.vertx.core.http.HttpMethod, io.vertx.core.net.HostAndPort, java.lang.String)
with the host copied from the current request. - PUSH - io.vertx.redis.client.ResponseType
-
Push message
- pushHandler(Handler<HttpClientRequest>) - Method in interface io.vertx.core.http.HttpClientRequest
-
Set a push handler for this request.
- pushHandler(Handler<HttpClientRequest>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Set a push handler for this request.
- pushHandler(Handler<HttpClientRequest>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Set a push handler for this request.
- put() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP PUT request
- put() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP PUT request
- put() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP PUT request
- put(int, String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(int, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(int, String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(int, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(Cookie) - Method in interface io.vertx.ext.web.client.spi.CookieStore
-
Add a cookie to this
CookieStore
. - put(Context, AccessMode, T) - Method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Like
#put(Context, T)
but with anaccessMode
. - put(Context, T) - Method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Put local data in the
context
. - put(JsonObject, String, String, boolean) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
- put(Session) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Add a session with the specified ID.
- put(Session) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Add a session with the specified ID.
- put(UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(Session) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Add a session with the specified ID.
- put(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(Object[], int, Object) - Method in interface io.vertx.core.spi.context.storage.AccessMode
-
Put
value
in thelocals
array at indexidx
- put(Object, Object) - Method in interface io.vertx.core.Context
-
Put some data in the context.
- put(Object, Object) - Method in class io.vertx.reactivex.core.Context
-
Put some data in the context.
- put(Object, Object) - Method in class io.vertx.rxjava3.core.Context
-
Put some data in the context.
- put(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path
- put(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path
- put(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path
- put(String, Authorization...) - Method in interface io.vertx.ext.auth.authorization.Authorizations
-
Replaces the current authorizations with the given authorizations for the given provider.
- put(String, HashingAlgorithm) - Method in interface io.vertx.ext.auth.hashing.HashingStrategy
-
Put or replace an algorithm into the list of system loaded algorithms.
- put(String, Resource) - Method in interface io.vertx.httpproxy.spi.cache.Cache
-
Being called when the proxy attempts to add a new cache item.
- put(String, HashingAlgorithm) - Method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
-
Put or replace an algorithm into the list of system loaded algorithms.
- put(String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- put(String, HashingAlgorithm) - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
-
Put or replace an algorithm into the list of system loaded algorithms.
- put(String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- put(String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- put(String, Object) - Method in class io.vertx.core.json.JsonObject
-
Put an Object into the JSON object with the specified key.
- put(String, Object) - Method in interface io.vertx.ext.shell.session.Session
-
Put some data in a session
- put(String, Object) - Method in interface io.vertx.ext.unit.TestContext
-
Put some data in the context.
- put(String, Object) - Method in interface io.vertx.ext.web.RoutingContext
-
Put some arbitrary data in the context.
- put(String, Object) - Method in interface io.vertx.ext.web.Session
-
Put some data in a session
- put(String, Object) - Method in class io.vertx.ext.web.sstore.AbstractSession
- put(String, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Put some data in the context.
- put(String, Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Put some arbitrary data in the context.
- put(String, Object) - Method in class io.vertx.reactivex.ext.web.Session
-
Put some data in a session
- put(String, Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Put some data in the context.
- put(String, Object) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Put some arbitrary data in the context.
- put(String, Object) - Method in class io.vertx.rxjava3.ext.web.Session
-
Put some data in a session
- put(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- put(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- put(String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- put(String, Set<Authorization>) - Method in interface io.vertx.ext.auth.authorization.Authorizations
-
Replaces the current authorizations with the given authorizations for the given provider.
- put(String, Set<Authorization>) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
-
Replaces the current authorizations with the given authorizations for the given provider.
- put(String, Set<Authorization>) - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
-
Replaces the current authorizations with the given authorizations for the given provider.
- put(String, T) - Static method in class io.vertx.grpc.ContextServerInterceptor
- put(K, V) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- put(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Put an entry in the map
- put(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- put(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Put an entry in the map
- put(K, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- put(K, V) - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Put an entry in the map
- put(K, V, long) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Like
AsyncMap.put(K, V)
but specifying a time to live for the entry. - put(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Like
AsyncMap.put(K, V)
but specifying a time to live for the entry. - put(K, V, long) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Like
AsyncMap.put(K, V)
but specifying a time to live for the entry. - PUT - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2616
PUT
method, this instance is interned and uniquely used. - putAbs(UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
- putAbs(UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
- putAbs(UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
- putAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
- putAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
- putAbs(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
- putAdditionalParameter(String, String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Add an additional parameter
- putAll(Map<? extends K, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<String, Set<Authorization>>) - Method in interface io.vertx.ext.auth.authorization.Authorizations
-
Replaces the current authorizations with the given authorizations.
- putAt(JsonObject, String, Object) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
-
Subscript operator for
JsonObject
, the write part. - putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpClientRequest
-
Like
HttpClientRequest.putHeader(String, String)
but using CharSequence - putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(String, String)
but using CharSequence - putHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.RequestOptions
-
Set a request header.
- putHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.WebSocketConnectOptions
- putHeader(CharSequence, CharSequence) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Put an HTTP header.
- putHeader(CharSequence, CharSequence) - Method in interface io.vertx.httpproxy.ProxyResponse
-
Put an HTTP header.
- putHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Like
HttpClientRequest.putHeader(java.lang.String, java.lang.String)
but using CharSequence - putHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(java.lang.String, java.lang.String)
but using CharSequence - putHeader(CharSequence, CharSequence) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Like
HttpClientRequest.putHeader(java.lang.String, java.lang.String)
but using CharSequence - putHeader(CharSequence, CharSequence) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(java.lang.String, java.lang.String)
but using CharSequence - putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpClientRequest
-
Like
HttpClientRequest.putHeader(String, Iterable)
but using CharSequence - putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(String, Iterable)
but with CharSequence Iterable - putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.RequestOptions
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.WebSocketConnectOptions
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Like
HttpClientRequest.putHeader(java.lang.String, java.lang.String)
but using CharSequence - putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(java.lang.String, java.lang.String)
but with CharSequence Iterable - putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Like
HttpClientRequest.putHeader(java.lang.String, java.lang.String)
but using CharSequence - putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(java.lang.String, java.lang.String)
but with CharSequence Iterable - putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpClientRequest
-
Put an HTTP header with multiple values
- putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(String, String)
but providing multiple values via a String Iterable - putHeader(String, Iterable<String>) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to set a new HTTP header with multiple values.
- putHeader(String, Iterable<String>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Put an HTTP header with multiple values
- putHeader(String, Iterable<String>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(java.lang.String, java.lang.String)
but providing multiple values via a String Iterable - putHeader(String, Iterable<String>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to set a new HTTP header with multiple values.
- putHeader(String, Iterable<String>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Put an HTTP header with multiple values
- putHeader(String, Iterable<String>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.putHeader(java.lang.String, java.lang.String)
but providing multiple values via a String Iterable - putHeader(String, Iterable<String>) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to set a new HTTP header with multiple values.
- putHeader(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Put an HTTP header
- putHeader(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Put an HTTP header
- putHeader(String, String) - Method in class io.vertx.core.http.RequestOptions
-
Set a request header.
- putHeader(String, String) - Method in class io.vertx.core.http.WebSocketConnectOptions
- putHeader(String, String) - Method in class io.vertx.ext.web.api.service.ServiceResponse
- putHeader(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to set a new HTTP header.
- putHeader(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Put an HTTP header
- putHeader(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Put an HTTP header
- putHeader(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to set a new HTTP header.
- putHeader(String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Put an HTTP header
- putHeader(String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Put an HTTP header
- putHeader(String, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to set a new HTTP header.
- putHeaders(MultiMap) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to add multiple HTTP headers .
- putHeaders(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to add multiple HTTP headers .
- putHeaders(MultiMap) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to add multiple HTTP headers .
- putIfAbsent(String, Object) - Method in interface io.vertx.ext.web.Session
-
Put some data in a session if absent
- putIfAbsent(String, Object) - Method in class io.vertx.ext.web.sstore.AbstractSession
- putIfAbsent(String, Object) - Method in class io.vertx.reactivex.ext.web.Session
-
Put some data in a session if absent
- putIfAbsent(String, Object) - Method in class io.vertx.rxjava3.ext.web.Session
-
Put some data in a session if absent
- putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Put the entry only if there is no entry with the key already present.
- putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Put the entry only if there is no existing entry for that key
- putIfAbsent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Put the entry only if there is no entry with the key already present.
- putIfAbsent(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Put the entry only if there is no existing entry for that key
- putIfAbsent(K, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Put the entry only if there is no entry with the key already present.
- putIfAbsent(K, V) - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Put the entry only if there is no existing entry for that key
- putIfAbsent(K, V, long) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Link
AsyncMap.putIfAbsent(K, V)
but specifying a time to live for the entry. - putIfAbsent(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Link
AsyncMap.putIfAbsent(K, V)
but specifying a time to live for the entry. - putIfAbsent(K, V, long) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Link
AsyncMap.putIfAbsent(K, V)
but specifying a time to live for the entry. - putLocal(ContextLocal<T>, AccessMode, T) - Method in interface io.vertx.core.Context
-
Associate local data with
key
using the specified access mode. - putLocal(ContextLocal<T>, AccessMode, T) - Method in class io.vertx.reactivex.core.Context
-
Associate local data with
key
using the specified access mode. - putLocal(ContextLocal<T>, AccessMode, T) - Method in class io.vertx.rxjava3.core.Context
-
Associate local data with
key
using the specified access mode. - putLocal(ContextLocal<T>, T) - Method in interface io.vertx.core.Context
-
Associate local data with
key
using the concurrent access mode. - putLocal(ContextLocal<T>, T) - Method in class io.vertx.reactivex.core.Context
-
Associate local data with
key
using the concurrent access mode. - putLocal(ContextLocal<T>, T) - Method in class io.vertx.rxjava3.core.Context
-
Associate local data with
key
using the concurrent access mode. - putMetadata(String, Object) - Method in interface io.vertx.ext.web.Route
-
Put metadata to this route.
- putMetadata(String, Object) - Method in interface io.vertx.ext.web.Router
-
Put metadata to this router.
- putMetadata(String, Object) - Method in class io.vertx.reactivex.ext.web.Route
-
Put metadata to this route.
- putMetadata(String, Object) - Method in class io.vertx.reactivex.ext.web.Router
-
Put metadata to this router.
- putMetadata(String, Object) - Method in class io.vertx.rxjava3.ext.web.Route
-
Put metadata to this route.
- putMetadata(String, Object) - Method in class io.vertx.rxjava3.ext.web.Router
-
Put metadata to this router.
- putNull(String) - Method in class io.vertx.core.json.JsonObject
-
Put a null value into the JSON object with the specified key.
- putPasswordProtection(String, String) - Method in class io.vertx.ext.auth.KeyStoreOptions
- putRootCertificate(String, String) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- putRootCertificate(String, X509Certificate) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- putTemplate(String, CachedTemplate<T>) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
- putTrailer(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(String, String)
but using CharSequence - putTrailer(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(java.lang.String, java.lang.String)
but using CharSequence - putTrailer(CharSequence, CharSequence) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(java.lang.String, java.lang.String)
but using CharSequence - putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(String, Iterable)
but with CharSequence Iterable - putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(java.lang.String, java.lang.String)
but with CharSequence Iterable - putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(java.lang.String, java.lang.String)
but with CharSequence Iterable - putTrailer(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(String, String)
but providing multiple values via a String Iterable - putTrailer(String, Iterable<String>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(java.lang.String, java.lang.String)
but providing multiple values via a String Iterable - putTrailer(String, Iterable<String>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.putTrailer(java.lang.String, java.lang.String)
but providing multiple values via a String Iterable - putTrailer(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Put an HTTP trailer
- putTrailer(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Put an HTTP trailer
- putTrailer(String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Put an HTTP trailer
- putValue(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Adds specified key/value pair
- putValue(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Adds specified key/value pair
- putValue(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Adds specified key/value pair
- putValueWithOptions(String, String, KeyValueOptions) - Method in interface io.vertx.ext.consul.ConsulClient
- putValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- putValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- putWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path regex
- putWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path regex
- putWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path regex
Q
- QOS_NOT_SUPPORTED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- qosGranted(MqttQoS) - Static method in enum io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- qosLevel() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
- qosLevel() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- qosLevel() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- qualityOfService() - Method in interface io.vertx.mqtt.MqttTopicSubscription
- qualityOfService() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
- qualityOfService() - Method in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- query() - Method in interface io.vertx.core.http.HttpClientRequest
- query() - Method in interface io.vertx.core.http.HttpRequestHead
- query() - Method in interface io.vertx.core.http.ServerWebSocket
- query() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- query() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- query() - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- query() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- query() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- query() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Create a prepared query for this statement.
- query() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- query() - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- query() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- query() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- query() - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
-
Create a prepared query for this statement.
- query() - Method in interface io.vertx.sqlclient.PreparedStatement
-
Create a prepared query for this statement.
- query(Object, JsonPointerIterator) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Query
objectToQuery
using the providedJsonPointerIterator
. - query(Object, JsonPointerIterator) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Query
objectToQuery
using the providedJsonPointerIterator
. - query(Object, JsonPointerIterator) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Query
objectToQuery
using the providedJsonPointerIterator
. - query(String) - Method in class io.vertx.reactivex.sqlclient.Pool
-
A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.
- query(String) - Method in class io.vertx.reactivex.sqlclient.SqlClient
-
Create a query, the
Query.execute()
method must be called to execute the query. - query(String) - Method in class io.vertx.rxjava3.sqlclient.Pool
-
A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.
- query(String) - Method in class io.vertx.rxjava3.sqlclient.SqlClient
-
Create a query, the
Query.execute()
method must be called to execute the query. - query(String) - Method in interface io.vertx.sqlclient.Pool
-
Create a query, the
Query.execute()
method must be called to execute the query. - query(String) - Method in interface io.vertx.sqlclient.SqlClient
-
Create a query, the
Query.execute()
method must be called to execute the query. - Query<T> - Class in io.vertx.reactivex.sqlclient
-
A query.
- Query<T> - Class in io.vertx.rxjava3.sqlclient
-
A query.
- Query<T> - Interface in io.vertx.sqlclient
-
A query.
- Query(Query) - Constructor for class io.vertx.reactivex.sqlclient.Query
- Query(Query) - Constructor for class io.vertx.rxjava3.sqlclient.Query
- Query(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.Query
- Query(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.sqlclient.Query
- QUERY - io.vertx.openapi.contract.Location
- queryJson(Object) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Query
jsonElement
. - queryJson(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Query
jsonElement
. - queryJson(Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Query
jsonElement
. - queryJsonOrDefault(Object, Object) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Query
jsonElement
. - queryJsonOrDefault(Object, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Query
jsonElement
. - queryJsonOrDefault(Object, Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Query
jsonElement
. - queryOrDefault(Object, JsonPointerIterator, Object) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Query
objectToQuery
using the providedJsonPointerIterator
. - queryOrDefault(Object, JsonPointerIterator, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Query
objectToQuery
using the providedJsonPointerIterator
. - queryOrDefault(Object, JsonPointerIterator, Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Query
objectToQuery
using the providedJsonPointerIterator
. - queryParam(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Gets the value of a single query parameter.
- queryParam(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Gets the value of a single query parameter.
- queryParam(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Gets the value of a single query parameter.
- queryParameter(ParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- queryParameter(StyledParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
- queryParameter(ParameterProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- queryParameter(StyledParameterProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- queryParameter(ParameterProcessorFactory) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- queryParameter(StyledParameterProcessorFactory) - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- queryParameter(String) - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Get query parameter by name
- queryParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Get query parameter by name
- queryParameter(String) - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Get query parameter by name
- queryParametersNames() - Method in interface io.vertx.ext.web.validation.RequestParameters
-
Get list of all parameter names inside query
- queryParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
Get list of all parameter names inside query
- queryParametersNames() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
Get list of all parameter names inside query
- queryParams() - Method in interface io.vertx.ext.web.client.HttpRequest
-
Return the current query parameters.
- queryParams() - Method in interface io.vertx.ext.web.RoutingContext
-
Returns a map of all query parameters inside the query string
The query parameters are lazily decoded: the decoding happens on the first time this method is called. - queryParams() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Return the current query parameters.
- queryParams() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Returns a map of all query parameters inside the query string
The query parameters are lazily decoded: the decoding happens on the first time this method is called. - queryParams() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Return the current query parameters.
- queryParams() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Returns a map of all query parameters inside the query string
The query parameters are lazily decoded: the decoding happens on the first time this method is called. - queryParams(Charset) - Method in interface io.vertx.ext.web.RoutingContext
-
Always decode the current query string with the given
encoding
. - queryParams(Charset) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Always decode the current query string with the given
encoding
. - queryParams(Charset) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Always decode the current query string with the given
encoding
. - queryStream(Statement) - Method in interface io.vertx.cassandra.CassandraClient
-
Executes the given SQL statement which returns the results of the query as a read stream.
- queryStream(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Executes the given SQL statement which returns the results of the query as a read stream.
- queryStream(Statement) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Executes the given SQL statement which returns the results of the query as a read stream.
- queryStream(String) - Method in interface io.vertx.cassandra.CassandraClient
-
Executes the given SQL
SELECT
statement which returns the results of the query as a read stream. - queryStream(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Executes the given SQL
SELECT
statement which returns the results of the query as a read stream. - queryStream(String) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Executes the given SQL
SELECT
statement which returns the results of the query as a read stream. - queue(Vertx, String) - Static method in interface io.vertx.ext.stomp.Destination
- queue(Vertx, String) - Static method in class io.vertx.reactivex.ext.stomp.Destination
- queue(Vertx, String) - Static method in class io.vertx.rxjava3.ext.stomp.Destination
- queueBind(String, String, String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- queueBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- queueBind(String, String, String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- queueBind(String, String, String, Map<String, Object>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- queueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- queueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- queueDeclare(String, boolean, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Declare a queue
- queueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Declare a queue
- queueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Declare a queue
- queueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Declare a queue with config options
- queueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Declare a queue with config options
- queueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Declare a queue with config options
- queueDeclareAuto() - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Actively declare a server-named exclusive, autodelete, non-durable queue.
- queueDeclareAuto() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Actively declare a server-named exclusive, autodelete, non-durable queue.
- queueDeclareAuto() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Actively declare a server-named exclusive, autodelete, non-durable queue.
- queueDelete(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Delete a queue, without regard for whether it is in use or has messages on it
- queueDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Delete a queue, without regard for whether it is in use or has messages on it
- queueDelete(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Delete a queue, without regard for whether it is in use or has messages on it
- queueDeleteIf(String, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Delete a queue
- queueDeleteIf(String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Delete a queue
- queueDeleteIf(String, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Delete a queue
- queueName() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
- queueName() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- queueName() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- QueueOptions - Class in io.vertx.rabbitmq
-
Aimed to specify queue consumer settings when calling
RabbitMQClient.basicConsumer(String, QueueOptions)
- QueueOptions() - Constructor for class io.vertx.rabbitmq.QueueOptions
- QueueOptions(JsonObject) - Constructor for class io.vertx.rabbitmq.QueueOptions
- QueueOptionsConverter - Class in io.vertx.rabbitmq
-
Converter and mapper for
QueueOptions
. - QueueOptionsConverter() - Constructor for class io.vertx.rabbitmq.QueueOptionsConverter
- queueSize() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
-
Get the number of published, but not sent, messages.
- queueSize() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Get the number of published, but not sent, messages.
- queueSize() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Get the number of published, but not sent, messages.
- queueUnbind(String, String, String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- queueUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- queueUnbind(String, String, String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- queueUnbind(String, String, String, Map<String, Object>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- queueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- queueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- quit(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Close the connection.
- quit(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Close the connection.
- quit(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Close the connection.
- QUIT - Static variable in interface io.vertx.redis.client.Command
-
Close the connection.
- QUOTA_EXCEEDED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- QUOTA_EXCEEDED - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- QUOTA_EXCEEDED - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- QUOTA_EXCEEDED - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
R
- RabbitMQClient - Class in io.vertx.reactivex.rabbitmq
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - RabbitMQClient - Class in io.vertx.rxjava3.rabbitmq
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen. - RabbitMQClient - Interface in io.vertx.rabbitmq
- RabbitMQClient(RabbitMQClient) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQClient
- RabbitMQClient(RabbitMQClient) - Constructor for class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- RabbitMQClient(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQClient
- RabbitMQClient(Object) - Constructor for class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- RabbitMQConfirmation - Class in io.vertx.rabbitmq
- RabbitMQConfirmation(long, long, boolean, boolean) - Constructor for class io.vertx.rabbitmq.RabbitMQConfirmation
- RabbitMQConfirmation(JsonObject) - Constructor for class io.vertx.rabbitmq.RabbitMQConfirmation
- RabbitMQConfirmationConverter - Class in io.vertx.rabbitmq
-
Converter and mapper for
RabbitMQConfirmation
. - RabbitMQConfirmationConverter() - Constructor for class io.vertx.rabbitmq.RabbitMQConfirmationConverter
- RabbitMQConsumer - Class in io.vertx.reactivex.rabbitmq
-
A stream of messages from a rabbitmq queue.
- RabbitMQConsumer - Class in io.vertx.rxjava3.rabbitmq
-
A stream of messages from a rabbitmq queue.
- RabbitMQConsumer - Interface in io.vertx.rabbitmq
-
A stream of messages from a rabbitmq queue.
- RabbitMQConsumer(RabbitMQConsumer) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- RabbitMQConsumer(RabbitMQConsumer) - Constructor for class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- RabbitMQConsumer(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- RabbitMQConsumer(Object) - Constructor for class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- RabbitMQMessage - Class in io.vertx.reactivex.rabbitmq
-
Represent a message received message received in a rabbitmq-queue.
- RabbitMQMessage - Class in io.vertx.rxjava3.rabbitmq
-
Represent a message received message received in a rabbitmq-queue.
- RabbitMQMessage - Interface in io.vertx.rabbitmq
-
Represent a message received message received in a rabbitmq-queue.
- RabbitMQMessage(RabbitMQMessage) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- RabbitMQMessage(RabbitMQMessage) - Constructor for class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- RabbitMQMessage(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- RabbitMQMessage(Object) - Constructor for class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- RabbitMQOptions - Class in io.vertx.rabbitmq
-
RabbitMQ client options, most
- RabbitMQOptions() - Constructor for class io.vertx.rabbitmq.RabbitMQOptions
- RabbitMQOptions(JsonObject) - Constructor for class io.vertx.rabbitmq.RabbitMQOptions
- RabbitMQOptions(RabbitMQOptions) - Constructor for class io.vertx.rabbitmq.RabbitMQOptions
- RabbitMQOptionsConverter - Class in io.vertx.rabbitmq
-
Converter and mapper for
RabbitMQOptions
. - RabbitMQOptionsConverter() - Constructor for class io.vertx.rabbitmq.RabbitMQOptionsConverter
- RabbitMQPublisher - Class in io.vertx.reactivex.rabbitmq
-
A reliable publisher that Queues up messages internally until it can successfully call basicPublish.
- RabbitMQPublisher - Class in io.vertx.rxjava3.rabbitmq
-
A reliable publisher that Queues up messages internally until it can successfully call basicPublish.
- RabbitMQPublisher - Interface in io.vertx.rabbitmq
-
A reliable publisher that Queues up messages internally until it can successfully call basicPublish.
- RabbitMQPublisher(RabbitMQPublisher) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
- RabbitMQPublisher(RabbitMQPublisher) - Constructor for class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
- RabbitMQPublisher(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
- RabbitMQPublisher(Object) - Constructor for class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
- RabbitMQPublisherConfirmation - Class in io.vertx.rabbitmq
- RabbitMQPublisherConfirmation(JsonObject) - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
- RabbitMQPublisherConfirmation(String, long, boolean) - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
- RabbitMQPublisherConfirmationConverter - Class in io.vertx.rabbitmq
-
Converter and mapper for
RabbitMQPublisherConfirmation
. - RabbitMQPublisherConfirmationConverter() - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherConfirmationConverter
- RabbitMQPublisherOptions - Class in io.vertx.rabbitmq
-
RabbitMQ client options, most
- RabbitMQPublisherOptions() - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherOptions
- RabbitMQPublisherOptions(JsonObject) - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherOptions
- RabbitMQPublisherOptions(RabbitMQPublisherOptions) - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherOptions
- RabbitMQPublisherOptionsConverter - Class in io.vertx.rabbitmq
-
Converter and mapper for
RabbitMQPublisherOptions
. - RabbitMQPublisherOptionsConverter() - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherOptionsConverter
- rack() - Method in class io.vertx.kafka.client.common.Node
- RANDOM - Static variable in interface io.vertx.core.net.endpoint.LoadBalancer
-
Random load balancer.
- randomkey() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a random key from the keyspace.
- randomkey() - Method in interface io.vertx.redis.client.RedisAPI
-
Return a random key from the keyspace.
- randomkey() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a random key from the keyspace.
- RANDOMKEY - Static variable in interface io.vertx.redis.client.Command
-
Return a random key from the keyspace.
- raw() - Method in interface io.vertx.ext.shell.cli.CliToken
- rawLine() - Method in interface io.vertx.ext.shell.cli.Completion
- rawValue() - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
Contains the raw value that was received from the user agent
- rawValue() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
Contains the raw value that was received from the user agent
- rawValue() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Contains the raw value that was received from the user agent
- rawValue() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
Contains the raw value that was received from the user agent
- rawValue() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
Contains the raw value that was received from the user agent
- rawValue() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
Contains the raw value that was received from the user agent
- rawValue() - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
-
Contains the raw value that was received from the user agent
- RE_AUTHENTICATE - io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode
- ReactiveReadStream<T> - Interface in io.vertx.ext.reactivestreams
-
A Vert.x read stream that also implements reactive streams subscriber interface.
- ReactiveWriteStream<T> - Interface in io.vertx.ext.reactivestreams
-
A Vert.x write stream that also implements reactive streams publisher interface.
- read(int) - Method in class io.vertx.reactivex.sqlclient.Cursor
-
Read rows from the cursor, the result is provided asynchronously to the
handler
. - read(int) - Method in class io.vertx.rxjava3.sqlclient.Cursor
-
Read rows from the cursor, the result is provided asynchronously to the
handler
. - read(int) - Method in interface io.vertx.sqlclient.Cursor
-
Read rows from the cursor, the result is provided asynchronously to the
handler
. - read(Buffer, int, long, int) - Method in interface io.vertx.core.file.AsyncFile
-
Reads
length
bytes of data from the file at positionposition
in the file, asynchronously. - read(Buffer, int, long, int) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Reads
length
bytes of data from the file at positionposition
in the file, asynchronously. - read(Buffer, int, long, int) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Reads
length
bytes of data from the file at positionposition
in the file, asynchronously. - read(String) - Method in class io.vertx.config.vault.client.SlimVaultClient
- read(String, Completable<Secret>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Reads a secret from `path`.
- READ_COMMITTED - io.vertx.jdbcclient.TransactionIsolation
-
Specifies that shared locks are held while the data is being read to avoid dirty reads, but the data can be changed before the end of the transaction, resulting in nonrepeatable reads or phantom data.
- READ_ONLY - io.vertx.jdbcclient.ResultSetConcurrency
- READ_UNCOMMITTED - io.vertx.jdbcclient.TransactionIsolation
-
Implements dirty read, or isolation level 0 locking, which means that no shared locks are issued and no exclusive locks are honored.
- readAclToken(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Reads an ACL token with the given Accessor ID
- readAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Reads an ACL token with the given Accessor ID
- readAclToken(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Reads an ACL token with the given Accessor ID
- readByFileName(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Read file by name to ReadStream
- readByFileName(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Read file by name to ReadStream
- readByFileName(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Read file by name to ReadStream
- readByFileNameWithOptions(String, GridFsDownloadOptions) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Read file by name to ReadStream with options
- readByFileNameWithOptions(String, GridFsDownloadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Read file by name to ReadStream with options
- readByFileNameWithOptions(String, GridFsDownloadOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Read file by name to ReadStream with options
- readById(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Read file by id to ReadStream
- readById(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Read file by id to ReadStream
- readById(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Read file by id to ReadStream
- readDataFromBuffer(int, Buffer) - Method in class io.vertx.ext.web.sstore.AbstractSession
- readDataFromBuffer(Buffer) - Method in class io.vertx.ext.web.sstore.AbstractSession
- readDir(String) - Method in interface io.vertx.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - readDir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - readDir(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - readDir(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - readDir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - readDir(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - readDirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.readDir(String)
- readDirBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.readDir(java.lang.String)
- readDirBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.readDir(java.lang.String)
- readDirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.readDir(String, String)
- readDirBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.readDir(java.lang.String)
- readDirBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.readDir(java.lang.String)
- readFile(String) - Method in interface io.vertx.core.file.FileSystem
-
Reads the entire file as represented by the path
path
as aBuffer
, asynchronously. - readFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Reads the entire file as represented by the path
path
as a , asynchronously. - readFile(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Reads the entire file as represented by the path
path
as a , asynchronously. - readFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.readFile(String)
- readFileBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.readFile(java.lang.String)
- readFileBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.readFile(java.lang.String)
- readFromBuffer(int, Buffer) - Method in class io.vertx.core.json.JsonArray
- readFromBuffer(int, Buffer) - Method in class io.vertx.core.json.JsonObject
- readFromBuffer(int, Buffer) - Method in interface io.vertx.core.shareddata.ClusterSerializable
-
Method invoked when deserializing bytes to this instance.
- readFromBuffer(int, Buffer) - Method in class io.vertx.core.spi.cluster.NodeInfo
- readFromBuffer(int, Buffer) - Method in class io.vertx.core.spi.cluster.RegistrationInfo
- readFromBuffer(int, Buffer) - Method in class io.vertx.httpproxy.spi.cache.Resource
- readline(String, Handler<String>) - Method in interface io.vertx.ext.shell.term.Term
-
Prompt the user a line of text.
- readline(String, Handler<String>, Handler<Completion>) - Method in interface io.vertx.ext.shell.term.Term
-
Prompt the user a line of text, providing a completion handler to handle user's completion.
- readonly() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Enables read queries for a connection to a cluster replica node.
- readonly() - Method in interface io.vertx.redis.client.RedisAPI
-
Enables read queries for a connection to a cluster replica node.
- readonly() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Enables read queries for a connection to a cluster replica node.
- READONLY - Static variable in interface io.vertx.redis.client.Command
-
Enables read queries for a connection to a cluster replica node.
- readPolicy(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given ID
- readPolicy(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given ID
- readPolicy(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given ID
- readPolicyByName(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given name
- readPolicyByName(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given name
- readPolicyByName(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given name
- readStream() - Static method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
-
Create a reactive read stream
- readStream(long) - Static method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
-
Create a reactive read stream specifying batch size
- ReadStream<T> - Interface in io.vertx.core.streams
-
Represents a stream of items that can be read from.
- ReadStream<T> - Interface in io.vertx.reactivex.core.streams
-
Represents a stream of items that can be read from.
- ReadStream<T> - Interface in io.vertx.rxjava3.core.streams
-
Represents a stream of items that can be read from.
- readSymlink(String) - Method in interface io.vertx.core.file.FileSystem
-
Returns the path representing the file that the symbolic link specified by
link
points to, asynchronously. - readSymlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Returns the path representing the file that the symbolic link specified by
link
points to, asynchronously. - readSymlink(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Returns the path representing the file that the symbolic link specified by
link
points to, asynchronously. - readSymlinkBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.readSymlink(String)
- readSymlinkBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.readSymlink(java.lang.String)
- readSymlinkBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.readSymlink(java.lang.String)
- readwrite() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Disables read queries for a connection to a cluster replica node.
- readwrite() - Method in interface io.vertx.redis.client.RedisAPI
-
Disables read queries for a connection to a cluster replica node.
- readwrite() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Disables read queries for a connection to a cluster replica node.
- READWRITE - Static variable in interface io.vertx.redis.client.Command
-
Disables read queries for a connection to a cluster replica node.
- READY - io.vertx.ext.shell.system.ExecStatus
-
The job is ready, it can be running or terminated.
- realm() - Method in interface io.vertx.ext.auth.htdigest.HtdigestAuth
-
Return the currently used realm
- realm() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
-
Return the currently used realm
- realm() - Method in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
-
Return the currently used realm
- reasonCode() - Method in interface io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage
- reasonCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- reasonCode() - Method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- ReasonCodeUtils - Class in io.vertx.mqtt.messages.codes
-
Utilities for MQTT message codes enums
- ReasonCodeUtils() - Constructor for class io.vertx.mqtt.messages.codes.ReasonCodeUtils
- RECEIPT - io.vertx.ext.stomp.Command
- RECEIPT - Static variable in class io.vertx.ext.stomp.Frame
- RECEIPT_ID - Static variable in class io.vertx.ext.stomp.Frame
- RECEIVE - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a message is attempted to be delivered from the server to the client.
- RECEIVE_MAXIMUM_EXCEEDED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- receivedFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
-
Configures a received handler that gets notified when a STOMP frame is received by the client.
- receivedFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Configures a received handler that get notified when a STOMP frame is received by the client.
- receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Configures a received handler that gets notified when a STOMP frame is received by the client.
- receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Configures a received handler that get notified when a STOMP frame is received by the client.
- receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Configures a received handler that gets notified when a STOMP frame is received by the client.
- receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Configures a received handler that get notified when a STOMP frame is received by the client.
- receivedFrameHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures a handler that get notified when a STOMP frame is received by the server.
- receivedFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures a handler that get notified when a STOMP frame is received by the server.
- receivedFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures a handler that get notified when a STOMP frame is received by the server.
- receiveRequest(Context, SpanKind, TracingPolicy, R, String, Iterable<Map.Entry<String, String>>, TagExtractor<R>) - Method in interface io.vertx.core.spi.tracing.VertxTracer
-
Signal a request has been received and will be processed.
- receiveRequest(Context, SpanKind, TracingPolicy, R, String, Iterable<Map.Entry<String, String>>, TagExtractor<R>) - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
- receiveRequest(Context, SpanKind, TracingPolicy, R, String, Iterable<Map.Entry<String, String>>, TagExtractor<R>) - Method in class io.vertx.tracing.zipkin.ZipkinTracer
- receiveResponse(Context, R, Span, Throwable, TagExtractor<R>) - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
- receiveResponse(Context, R, BiConsumer<Object, Throwable>, Throwable, TagExtractor<R>) - Method in class io.vertx.tracing.zipkin.ZipkinTracer
- receiveResponse(Context, R, O, Throwable, TagExtractor<R>) - Method in interface io.vertx.core.spi.tracing.VertxTracer
-
Signal a response has been received.
- RECIPIENT_FAILURE - io.vertx.core.eventbus.ReplyFailure
-
The message send failed because the recipient actively sent back a failure (rejected the message).
- reconnectPolicy(Function<Integer, Long>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Set the reconnect policy that is executed when the subscriber is disconnected.
- reconnectPolicy(Function<Integer, Long>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Set the reconnect policy that is executed when the subscriber is disconnected.
- reconnectPolicy(Function<Integer, Long>) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
-
Set the reconnect policy that is executed when the subscriber is disconnected.
- record() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- record() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
- record() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
- record() - Method in class io.vertx.rxjava3.servicediscovery.ServiceReference
- record() - Method in interface io.vertx.servicediscovery.ServiceReference
- record() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
- Record - Class in io.vertx.servicediscovery
-
Describes a `service`.
- Record() - Constructor for class io.vertx.servicediscovery.Record
-
Creates a new
Record
. - Record(JsonObject) - Constructor for class io.vertx.servicediscovery.Record
-
Creates a new
Record
from its json representation. - Record(Record) - Constructor for class io.vertx.servicediscovery.Record
- recordAt(int) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecords
-
Get the record at the given index
- recordAt(int) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
-
Get the record at the given index
- recordAt(int) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
-
Get the record at the given index
- RecordConverter - Class in io.vertx.servicediscovery
-
Converter and mapper for
Record
. - RecordConverter() - Constructor for class io.vertx.servicediscovery.RecordConverter
- RecordMetadata - Class in io.vertx.kafka.client.producer
-
Metadata related to a Kafka record
- RecordMetadata() - Constructor for class io.vertx.kafka.client.producer.RecordMetadata
-
Constructor
- RecordMetadata(long, int, long, String) - Constructor for class io.vertx.kafka.client.producer.RecordMetadata
-
Constructor
- RecordMetadata(JsonObject) - Constructor for class io.vertx.kafka.client.producer.RecordMetadata
-
Constructor (from JSON representation)
- RecordParser - Class in io.vertx.reactivex.core.parsetools
-
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
- RecordParser - Class in io.vertx.rxjava3.core.parsetools
-
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
- RecordParser - Interface in io.vertx.core.parsetools
-
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
- RecordParser(RecordParser) - Constructor for class io.vertx.reactivex.core.parsetools.RecordParser
- RecordParser(RecordParser) - Constructor for class io.vertx.rxjava3.core.parsetools.RecordParser
- RecordParser(Object) - Constructor for class io.vertx.reactivex.core.parsetools.RecordParser
- RecordParser(Object) - Constructor for class io.vertx.rxjava3.core.parsetools.RecordParser
- records() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecords
- recover(Function<Throwable, Future<T>>) - Method in interface io.vertx.core.Future
-
Handles a failure of this Future by returning the result of another Future.
- redirect(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Perform a 302 redirect to
url
. - redirect(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Perform a 302 redirect to
url
. - redirect(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Perform a 302 redirect to
url
. - RedirectAuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that's used to handle auth by redirecting user to a custom login page.
- RedirectAuthHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An auth handler that's used to handle auth by redirecting user to a custom login page.
- RedirectAuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that's used to handle auth by redirecting user to a custom login page.
- RedirectAuthHandler(RedirectAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
- RedirectAuthHandler(RedirectAuthHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
- RedirectAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
- RedirectAuthHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
- redirectHandler(Function<HttpClientResponse, Future<HttpClientRequest>>) - Method in interface io.vertx.core.http.HttpClientRequest
- redirectHandler(Function<HttpClientResponse, Single<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- redirectHandler(Function<HttpClientResponse, Future<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- redirectHandler(Function<HttpClientResponse, Single<HttpClientRequest>>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- Redis - Class in io.vertx.reactivex.redis.client
-
A simple Redis client.
- Redis - Class in io.vertx.rxjava3.redis.client
-
A simple Redis client.
- Redis - Interface in io.vertx.redis.client
-
A simple Redis client.
- Redis(Redis) - Constructor for class io.vertx.reactivex.redis.client.Redis
- Redis(Redis) - Constructor for class io.vertx.rxjava3.redis.client.Redis
- Redis(Object) - Constructor for class io.vertx.reactivex.redis.client.Redis
- Redis(Object) - Constructor for class io.vertx.rxjava3.redis.client.Redis
- RedisAPI - Class in io.vertx.reactivex.redis.client
-
Auto generated Redis API client wrapper.
- RedisAPI - Class in io.vertx.rxjava3.redis.client
-
Auto generated Redis API client wrapper.
- RedisAPI - Interface in io.vertx.redis.client
-
Auto generated Redis API client wrapper.
- RedisAPI(RedisAPI) - Constructor for class io.vertx.reactivex.redis.client.RedisAPI
- RedisAPI(RedisAPI) - Constructor for class io.vertx.rxjava3.redis.client.RedisAPI
- RedisAPI(Object) - Constructor for class io.vertx.reactivex.redis.client.RedisAPI
- RedisAPI(Object) - Constructor for class io.vertx.rxjava3.redis.client.RedisAPI
- RedisBackendService - Class in io.vertx.servicediscovery.backend.redis
-
An implementation of the discovery backend based on Redis.
- RedisBackendService() - Constructor for class io.vertx.servicediscovery.backend.redis.RedisBackendService
- RedisClientType - Enum in io.vertx.redis.client
-
Define what kind of behavior is expected from the client.
- RedisCluster - Class in io.vertx.reactivex.redis.client
-
Utilities for Redis cluster.
- RedisCluster - Class in io.vertx.rxjava3.redis.client
-
Utilities for Redis cluster.
- RedisCluster - Interface in io.vertx.redis.client
-
Utilities for Redis cluster.
- RedisCluster(RedisCluster) - Constructor for class io.vertx.reactivex.redis.client.RedisCluster
- RedisCluster(RedisCluster) - Constructor for class io.vertx.rxjava3.redis.client.RedisCluster
- RedisCluster(Object) - Constructor for class io.vertx.reactivex.redis.client.RedisCluster
- RedisCluster(Object) - Constructor for class io.vertx.rxjava3.redis.client.RedisCluster
- RedisClusterConnectOptions - Class in io.vertx.redis.client
- RedisClusterConnectOptions() - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
- RedisClusterConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
- RedisClusterConnectOptions(RedisClusterConnectOptions) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
- RedisClusterConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
- RedisClusterConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisClusterConnectOptions
. - RedisClusterConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisClusterConnectOptionsConverter
- RedisClusterTransactions - Enum in io.vertx.redis.client
-
Define how Redis transactions are handled in a clustered Redis client.
- RedisConfigStore - Class in io.vertx.config.redis
-
An implementation of configuration store reading hash from Redis.
- RedisConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.redis.RedisConfigStore
- RedisConfigStoreFactory - Class in io.vertx.config.redis
-
Factory to create
RedisConfigStore
instances. - RedisConfigStoreFactory() - Constructor for class io.vertx.config.redis.RedisConfigStoreFactory
- RedisConnection - Class in io.vertx.reactivex.redis.client
-
A simple Redis client.
- RedisConnection - Class in io.vertx.rxjava3.redis.client
-
A simple Redis client.
- RedisConnection - Interface in io.vertx.redis.client
-
A simple Redis client.
- RedisConnection(RedisConnection) - Constructor for class io.vertx.reactivex.redis.client.RedisConnection
- RedisConnection(RedisConnection) - Constructor for class io.vertx.rxjava3.redis.client.RedisConnection
- RedisConnection(Object) - Constructor for class io.vertx.reactivex.redis.client.RedisConnection
- RedisConnection(Object) - Constructor for class io.vertx.rxjava3.redis.client.RedisConnection
- RedisConnectOptions - Class in io.vertx.redis.client
- RedisConnectOptions() - Constructor for class io.vertx.redis.client.RedisConnectOptions
- RedisConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisConnectOptions
- RedisConnectOptions(RedisConnectOptions) - Constructor for class io.vertx.redis.client.RedisConnectOptions
- RedisConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisConnectOptions
- RedisConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisConnectOptions
. - RedisConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisConnectOptionsConverter
- RedisDataSource - Class in io.vertx.reactivex.servicediscovery.types
-
Service type for Redis data source.
- RedisDataSource - Class in io.vertx.rxjava3.servicediscovery.types
-
Service type for Redis data source.
- RedisDataSource - Interface in io.vertx.servicediscovery.types
-
Service type for Redis data source.
- RedisDataSource(RedisDataSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.RedisDataSource
- RedisDataSource(RedisDataSource) - Constructor for class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- RedisDataSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.RedisDataSource
- RedisDataSource(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- RedisOptions - Class in io.vertx.redis.client
-
Redis Client Configuration options.
- RedisOptions() - Constructor for class io.vertx.redis.client.RedisOptions
-
Creates a default configuration object using Redis server defaults
- RedisOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisOptions
-
Copy from JSON constructor.
- RedisOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisOptions
-
Copy constructor.
- RedisOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisOptions
. - RedisOptionsConverter() - Constructor for class io.vertx.redis.client.RedisOptionsConverter
- RedisReplicas - Enum in io.vertx.redis.client
-
When should Redis replica nodes be used for queries.
- RedisReplicationConnectOptions - Class in io.vertx.redis.client
- RedisReplicationConnectOptions() - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
- RedisReplicationConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
- RedisReplicationConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
- RedisReplicationConnectOptions(RedisReplicationConnectOptions) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
- RedisReplicationConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisReplicationConnectOptions
. - RedisReplicationConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptionsConverter
- RedisRole - Enum in io.vertx.redis.client
-
The client role; that is, to which kind of node should the connection be established.
- RedisSentinelConnectOptions - Class in io.vertx.redis.client
- RedisSentinelConnectOptions() - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
- RedisSentinelConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
- RedisSentinelConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
- RedisSentinelConnectOptions(RedisSentinelConnectOptions) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
- RedisSentinelConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisSentinelConnectOptions
. - RedisSentinelConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptionsConverter
- RedisSessionStore - Class in io.vertx.reactivex.ext.web.sstore.redis
-
A SessionStore that uses a Redis to store the sessions and associated data.
- RedisSessionStore - Class in io.vertx.rxjava3.ext.web.sstore.redis
-
A SessionStore that uses a Redis to store the sessions and associated data.
- RedisSessionStore - Interface in io.vertx.ext.web.sstore.redis
-
A SessionStore that uses a Redis to store the sessions and associated data.
- RedisSessionStore(RedisSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- RedisSessionStore(RedisSessionStore) - Constructor for class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- RedisSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- RedisSessionStore(Object) - Constructor for class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- RedisStandaloneConnectOptions - Class in io.vertx.redis.client
- RedisStandaloneConnectOptions() - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
- RedisStandaloneConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
- RedisStandaloneConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
- RedisStandaloneConnectOptions(RedisStandaloneConnectOptions) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
- RedisStandaloneConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisStandaloneConnectOptions
. - RedisStandaloneConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptionsConverter
- RedisTopology - Enum in io.vertx.redis.client
-
How the Redis multi-node topology should be obtained.
- ref(JsonPointer) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- Ref - Class in io.vertx.reactivex.json.schema
-
JsonObject
$ref
resolver. - Ref - Class in io.vertx.rxjava3.json.schema
-
JsonObject
$ref
resolver. - Ref - Interface in io.vertx.json.schema
-
JsonObject
$ref
resolver. - Ref(Ref) - Constructor for class io.vertx.reactivex.json.schema.Ref
- Ref(Ref) - Constructor for class io.vertx.rxjava3.json.schema.Ref
- Ref(Object) - Constructor for class io.vertx.reactivex.json.schema.Ref
- Ref(Object) - Constructor for class io.vertx.rxjava3.json.schema.Ref
- REFERER - Static variable in interface io.vertx.core.http.HttpHeaders
-
Referer header name
- REFERER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Referer header name
- REFERER - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Referer header name
- refresh() - Method in interface io.vertx.ext.web.UserContext
-
Forces the current user to re-authenticate.
- refresh() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Forces the current user to re-authenticate.
- refresh() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Forces the current user to re-authenticate.
- refresh(User) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Refresh the current User (access token).
- refresh(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Refresh the current User (access token).
- refresh(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Refresh the current User (access token).
- refresh(String) - Method in interface io.vertx.ext.web.UserContext
-
Forces the current user to re-authenticate.
- refresh(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
Forces the current user to re-authenticate.
- refresh(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Forces the current user to re-authenticate.
- refToAlias(String) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- REFUSED - io.vertx.core.dns.DnsResponseCode
-
ID 5, operation refused
- regenerateId() - Method in interface io.vertx.ext.web.Session
- regenerateId() - Method in class io.vertx.ext.web.sstore.AbstractSession
- regenerateId() - Method in class io.vertx.reactivex.ext.web.Session
- regenerateId() - Method in class io.vertx.rxjava3.ext.web.Session
- REGEX - io.vertx.ext.dropwizard.MatchType
- REGEX - io.vertx.json.schema.common.dsl.StringFormat
- REGEX - io.vertx.micrometer.MatchType
- register(EventBus, String) - Method in class io.vertx.serviceproxy.ProxyHandler
-
Register the proxy handle on the event bus.
- register(Vertx, String, List<InterceptorHolder>) - Method in class io.vertx.serviceproxy.ProxyHandler
-
Register the proxy handle on the event bus.
- register(ServicePublisher, Promise<ImportedConsulService>) - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
-
Registers the service and completes the given future when done.
- register(Class<T>, T) - Method in class io.vertx.serviceproxy.ServiceBinder
-
Registers a service on the event bus.
- register(String) - Method in interface io.vertx.ext.unit.collect.EventBusCollector
-
Register the collector as a consumer of the event bus with the specified address.
- register(String) - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
Register the collector as a consumer of the event bus with the specified address.
- register(String) - Method in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
-
Register the collector as a consumer of the event bus with the specified address.
- register(String, long, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
-
Registers a health check procedure.
- register(String, long, Handler<Promise<Status>>) - Method in interface io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Registers a health check procedure.
- register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Registers a health check procedure.
- register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Registers a health check procedure.
- register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Registers a health check procedure.
- register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Registers a health check procedure.
- register(String, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
-
Registers a health check procedure.
- register(String, Handler<Promise<Status>>) - Method in interface io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Registers a health check procedure.
- register(String, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Registers a health check procedure.
- register(String, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Registers a health check procedure.
- register(String, Handler<Promise<Status>>) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Registers a health check procedure.
- register(String, Handler<Promise<Status>>) - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Registers a health check procedure.
- REGISTER - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a client attempts to register a handler.
- registerCatalogService(Node, ServiceOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Register node with external service
- registerCatalogService(Node, ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Register node with external service
- registerCatalogService(Node, ServiceOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Register node with external service
- registerCheck(CheckOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Add a new check to the local agent.
- registerCheck(CheckOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Add a new check to the local agent.
- registerCheck(CheckOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Add a new check to the local agent.
- registerCodec(MessageCodec) - Method in interface io.vertx.core.eventbus.EventBus
-
Register a message codec.
- registerCodec(MessageCodec) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Register a message codec.
- registerCodec(MessageCodec) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Register a message codec.
- registerCommand(Command) - Method in interface io.vertx.ext.shell.command.CommandRegistry
-
Register a command
- registerCommand(Class<? extends AnnotatedCommand>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
-
Register a single command.
- registerCommandResolver(CommandResolver) - Method in interface io.vertx.ext.shell.ShellServer
-
Register a command resolver for this server.
- registerCommands(List<Command>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
-
Register a list of commands.
- registerDefaultCodec(Class<T>, MessageCodec<T, ?>) - Method in interface io.vertx.core.eventbus.EventBus
-
Register a default message codec.
- registered() - Method in class io.vertx.ext.auth.otp.Authenticator
- REGISTERED - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a client successfully registered.
- registerLocal(EventBus, String) - Method in class io.vertx.serviceproxy.ProxyHandler
-
Register the local proxy handle on the event bus.
- registerLocal(Vertx, String, List<InterceptorHolder>) - Method in class io.vertx.serviceproxy.ProxyHandler
-
Register the local proxy handle on the event bus.
- registerLocal(Class<T>) - Static method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Registers a context local storage.
- registerLocal(Class<T>, Function<T, T>) - Static method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Registers a context local storage.
- registerLocal(Class<T>, T) - Method in class io.vertx.serviceproxy.ServiceBinder
-
Registers a local service on the event bus.
- registerMatchers(MeterRegistry, List<Match>) - Static method in class io.vertx.micrometer.backends.BackendRegistries
- registerService(ServiceOptions) - Method in interface io.vertx.ext.consul.ConsulClient
-
Adds a new service, with an optional health check, to the local agent.
- registerService(ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Adds a new service, with an optional health check, to the local agent.
- registerService(ServiceOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Adds a new service, with an optional health check, to the local agent.
- registerServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Registers a discovery bridge.
- registerServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Registers a discovery bridge.
- registerServiceExporter(ServiceExporter, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Registers a discovery bridge.
- registerServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Registers a discovery service importer.
- registerServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Registers a discovery service importer.
- registerServiceImporter(ServiceImporter, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Registers a discovery service importer.
- registerTermServer(TermServer) - Method in interface io.vertx.ext.shell.ShellServer
-
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.
- registerVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
-
Register a
VerticleFactory
that can be used for deploying Verticles based on an identifier. - registerVerticleFactory(VerticleFactory) - Method in class io.vertx.reactivex.core.Vertx
-
Register a
VerticleFactory
that can be used for deploying Verticles based on an identifier. - registerVerticleFactory(VerticleFactory) - Method in class io.vertx.rxjava3.core.Vertx
-
Register a
VerticleFactory
that can be used for deploying Verticles based on an identifier. - registerWith(MBeanServer) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Register MBeans with the given
MBeanServer
. - RegistrationInfo - Class in io.vertx.core.spi.cluster
-
Registration data stored by the cluster manager.
- RegistrationInfo() - Constructor for class io.vertx.core.spi.cluster.RegistrationInfo
- RegistrationInfo(String, long, boolean) - Constructor for class io.vertx.core.spi.cluster.RegistrationInfo
- registrationListener(RegistrationListener) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Implementations must signal the provided
registrationListener
when messaging handler registrations are added or removed by sending aRegistrationUpdateEvent
withRegistrationListener.registrationsUpdated(RegistrationUpdateEvent)
. - registrationListener(RegistrationListener) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- registrationListener(RegistrationListener) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- registrationListener(RegistrationListener) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- registrationListener(RegistrationListener) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- RegistrationListener - Interface in io.vertx.core.spi.cluster
-
Registration listener used by the cluster manager to keep the clustered event bus updated with the registration changes.
- registrations() - Method in class io.vertx.core.spi.cluster.RegistrationUpdateEvent
- registrationsLost() - Method in interface io.vertx.core.spi.cluster.RegistrationListener
-
Invoked by the
ClusterManager
when some handler registrations have been lost. - registrationsUpdated(RegistrationUpdateEvent) - Method in interface io.vertx.core.spi.cluster.RegistrationListener
-
Invoked by the
ClusterManager
when messaging handler registrations are added or removed. - RegistrationUpdateEvent - Class in io.vertx.core.spi.cluster
-
Event fired by the
ClusterManager
when messaging handler registrations are added or removed. - RegistrationUpdateEvent(String, List<RegistrationInfo>) - Constructor for class io.vertx.core.spi.cluster.RegistrationUpdateEvent
- reject() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
-
Reject the WebSocket.
- reject() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
-
Reject the WebSocket.
- reject() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
-
Reject the WebSocket.
- reject(int) - Method in interface io.vertx.core.http.ServerWebSocketHandshake
-
Like
ServerWebSocketHandshake.reject()
but with astatus
. - reject(int) - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
-
Like
ServerWebSocketHandshake.reject()
but with astatus
. - reject(int) - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
-
Like
ServerWebSocketHandshake.reject()
but with astatus
. - reject(MqttConnectReturnCode) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
- reject(MqttConnectReturnCode) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
- reject(MqttConnectReturnCode) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
- reject(MqttConnectReturnCode, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
- reject(MqttConnectReturnCode, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
- reject(MqttConnectReturnCode, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
- rejected() - Method in interface io.vertx.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
rejected
. - rejected() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
rejected
. - rejected() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
rejected
. - RELATIVE - io.vertx.ext.web.handler.FileSystemAccess
-
Access to files relative to the application's working directory including the Java class path.
- RELATIVE_JSON_POINTER - io.vertx.json.schema.common.dsl.StringFormat
- RELAXED - io.vertx.ext.mail.CanonicalizationAlgorithm
- release() - Method in interface io.vertx.core.file.AsyncFileLock
-
Releases this lock;
- release() - Method in interface io.vertx.core.shareddata.Lock
-
Release the lock.
- release() - Method in interface io.vertx.httpproxy.ProxyRequest
-
Release the proxy request and its associated resources.
- release() - Method in interface io.vertx.httpproxy.ProxyResponse
-
Release the proxy response.
- release() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
-
Releases this lock;
- release() - Method in class io.vertx.reactivex.core.shareddata.Lock
-
Release the lock.
- release() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
Releases the reference.
- release() - Method in class io.vertx.reactivex.sqlclient.Row
-
Signal the row can be recycled, this is only effective when dealing with a row in a collector query and the row has already been processed and transformed.
- release() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
-
Releases this lock;
- release() - Method in class io.vertx.rxjava3.core.shareddata.Lock
-
Release the lock.
- release() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Release the proxy request and its associated resources.
- release() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Release the proxy response.
- release() - Method in class io.vertx.rxjava3.servicediscovery.ServiceReference
-
Releases the reference.
- release() - Method in class io.vertx.rxjava3.sqlclient.Row
-
Signal the row can be recycled, this is only effective when dealing with a row in a collector query and the row has already been processed and transformed.
- release() - Method in interface io.vertx.servicediscovery.ServiceReference
-
Releases the reference.
- release() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
If the service object has been retrieved, calls
AbstractServiceReference.onClose()
and release the reference. - release() - Method in interface io.vertx.sqlclient.Row
-
Signal the row can be recycled, this is only effective when dealing with a row in a collector query and the row has already been processed and transformed.
- release(ServiceReference) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Releases the service reference.
- release(ServiceReference) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Releases the service reference.
- release(ServiceReference) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Releases the service reference.
- RELEASE - io.vertx.ext.consul.SessionBehavior
- releaseBlocking() - Method in interface io.vertx.core.file.AsyncFileLock
-
Like
AsyncFileLock.release()
but blocking. - releaseBlocking() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
-
Like
AsyncFileLock.release()
but blocking. - releaseBlocking() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
-
Like
AsyncFileLock.release()
but blocking. - released() - Method in interface io.vertx.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
released
. - released() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
released
. - released() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message as
released
. - releasePooled(BufferRecycler) - Method in class io.vertx.core.json.jackson.HybridJacksonPool
- releasePooled(BufferRecycler) - Method in class io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool
- releaseServiceObject(ServiceDiscovery, Object) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Release the service object retrieved using
get
methods from the service type interface. - releaseServiceObject(ServiceDiscovery, Object) - Static method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Release the service object retrieved using
get
methods from the service type interface. - releaseServiceObject(ServiceDiscovery, Object) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Release the service object retrieved using
get
methods from the service type interface. - RelyingParty - Class in io.vertx.ext.auth.webauthn4j
-
Data object representing a Relying party (your server)
- RelyingParty() - Constructor for class io.vertx.ext.auth.webauthn4j.RelyingParty
- RelyingParty(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn4j.RelyingParty
- RelyingParty(RelyingParty) - Constructor for class io.vertx.ext.auth.webauthn4j.RelyingParty
- RelyingPartyConverter - Class in io.vertx.ext.auth.webauthn4j
-
Converter and mapper for
RelyingParty
. - RelyingPartyConverter() - Constructor for class io.vertx.ext.auth.webauthn4j.RelyingPartyConverter
- remaining() - Method in interface io.vertx.cassandra.ResultSet
- remaining() - Method in class io.vertx.reactivex.cassandra.ResultSet
- remaining() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- remainingCredits() - Method in interface io.vertx.amqp.AmqpSender
- remainingCredits() - Method in class io.vertx.reactivex.amqp.AmqpSender
- remainingCredits() - Method in class io.vertx.rxjava3.amqp.AmqpSender
- REMOTE - io.vertx.micrometer.Label
-
Remote address in client-host or host-client connections (used in net and http domains)
- remoteAddress() - Method in interface io.vertx.core.http.HttpConnection
- remoteAddress() - Method in interface io.vertx.core.http.HttpServerRequest
- remoteAddress() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- remoteAddress() - Method in interface io.vertx.core.http.WebSocketBase
- remoteAddress() - Method in interface io.vertx.core.net.NetSocket
- remoteAddress() - Method in interface io.vertx.core.spi.observability.HttpRequest
- remoteAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Return the remote address for this socket
- remoteAddress() - Method in interface io.vertx.mqtt.MqttEndpoint
- remoteAddress() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- remoteAddress() - Method in class io.vertx.reactivex.core.http.HttpConnection
- remoteAddress() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- remoteAddress() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- remoteAddress() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- remoteAddress() - Method in class io.vertx.reactivex.core.http.WebSocket
- remoteAddress() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- remoteAddress() - Method in class io.vertx.reactivex.core.net.NetSocket
- remoteAddress() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Return the remote address for this socket
- remoteAddress() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- remoteAddress() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- remoteAddress() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- remoteAddress() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- remoteAddress() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- remoteAddress() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- remoteAddress() - Method in class io.vertx.rxjava3.core.http.WebSocket
- remoteAddress() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- remoteAddress() - Method in class io.vertx.rxjava3.core.net.NetSocket
- remoteAddress() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Return the remote address for this socket
- remoteAddress() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- remoteAddress(boolean) - Method in interface io.vertx.core.http.HttpConnection
- remoteAddress(boolean) - Method in interface io.vertx.core.net.NetSocket
- remoteAddress(boolean) - Method in class io.vertx.reactivex.core.http.HttpConnection
- remoteAddress(boolean) - Method in class io.vertx.reactivex.core.net.NetSocket
- remoteAddress(boolean) - Method in class io.vertx.rxjava3.core.http.HttpConnection
- remoteAddress(boolean) - Method in class io.vertx.rxjava3.core.net.NetSocket
- remoteSettings() - Method in interface io.vertx.core.http.HttpConnection
- remoteSettings() - Method in class io.vertx.reactivex.core.http.HttpConnection
- remoteSettings() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- remoteSettingsHandler(Handler<Http2Settings>) - Method in interface io.vertx.core.http.HttpConnection
-
Set an handler that is called when remote endpoint
Http2Settings
are updated. - remoteSettingsHandler(Handler<Http2Settings>) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Set an handler that is called when remote endpoint
Http2Settings
are updated. - remoteSettingsHandler(Handler<Http2Settings>) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Set an handler that is called when remote endpoint
Http2Settings
are updated. - remove() - Method in interface io.vertx.ext.web.Route
-
Remove this route from the router
- remove() - Method in class io.vertx.reactivex.ext.web.Route
-
Remove this route from the router
- remove() - Method in class io.vertx.rxjava3.ext.web.Route
-
Remove this route from the router
- remove(int) - Method in class io.vertx.core.json.JsonArray
-
Remove the value at the specified position in the JSON array.
- remove(Cookie) - Method in interface io.vertx.ext.web.client.spi.CookieStore
-
Removes a previously added cookie.
- remove(Context) - Method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Remove the local data from the context.
- remove(Context, AccessMode) - Method in interface io.vertx.core.spi.context.storage.ContextLocal
-
Like
ContextLocal.remove(Context)
but with anaccessMode
. - remove(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
- remove(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Removes a record.
- remove(CharSequence) - Method in interface io.vertx.core.MultiMap
-
Like
MultiMap.remove(String)
but acceptingCharSequence
as parameters - remove(Object) - Method in interface io.vertx.core.Context
-
Remove some data from the context.
- remove(Object) - Method in class io.vertx.core.json.JsonArray
-
Remove the specified value from the JSON array.
- remove(Object) - Method in interface io.vertx.core.shareddata.LocalMap
-
Remove an entry from the map
- remove(Object) - Method in class io.vertx.reactivex.core.Context
-
Remove some data from the context.
- remove(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Remove an entry from the map
- remove(Object) - Method in class io.vertx.rxjava3.core.Context
-
Remove some data from the context.
- remove(Object) - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Remove an entry from the map
- remove(Object, Object) - Method in interface io.vertx.core.shareddata.LocalMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(String) - Method in class io.vertx.core.json.JsonObject
-
Remove an entry from this object.
- remove(String) - Method in interface io.vertx.core.MultiMap
-
Removes the value with the given name
- remove(String) - Method in interface io.vertx.ext.shell.session.Session
-
Remove some data from the session
- remove(String) - Method in interface io.vertx.ext.unit.TestContext
-
Remove some data from the context.
- remove(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove some data from the context.
- remove(String) - Method in interface io.vertx.ext.web.Session
-
Remove some data from the session
- remove(String) - Method in class io.vertx.ext.web.sstore.AbstractSession
- remove(String) - Method in interface io.vertx.httpproxy.spi.cache.Cache
-
Being called when the proxy attempts to delete a cache item, typically caused by invalidating an existing item.
- remove(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Remove some data from the context.
- remove(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Remove some data from the context.
- remove(String) - Method in class io.vertx.reactivex.ext.web.Session
-
Remove some data from the session
- remove(String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Remove some data from the context.
- remove(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Remove some data from the context.
- remove(String) - Method in class io.vertx.rxjava3.ext.web.Session
-
Remove some data from the session
- remove(String, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
- remove(String, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Removes a records based on its UUID.
- remove(K) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- remove(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- remove(K) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- removeArgument(int) - Method in interface io.vertx.core.cli.CLI
-
Removes an argument identified by its index.
- removeBodyEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove a body end handler
- removeBodyEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Remove a body end handler
- removeBodyEndHandler(int) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Remove a body end handler
- removeCachedMethod(HttpMethod) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Remove an HTTP method that is cacheable.
- removeCachedStatusCode(Integer) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Remove a status code that is cacheable.
- removeCookie(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
- removeCookie(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
- removeCookie(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
- removeCookie(String, boolean) - Method in interface io.vertx.core.http.HttpServerResponse
-
Remove a cookie from the cookie set.
- removeCookie(String, boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Remove a cookie from the cookie set.
- removeCookie(String, boolean) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Remove a cookie from the cookie set.
- removeCookie(String, String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Expires a cookie from the cookie set.
- removeCookie(String, String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Expires a cookie from the cookie set.
- removeCookie(String, String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Expires a cookie from the cookie set.
- removeCookie(String, String, String, boolean) - Method in interface io.vertx.core.http.HttpServerResponse
-
Remove a cookie from the cookie set.
- removeCookie(String, String, String, boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Remove a cookie from the cookie set.
- removeCookie(String, String, String, boolean) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Remove a cookie from the cookie set.
- removeCookies(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Expire all cookies, notifying a User Agent to remove it from its cookie jar.
- removeCookies(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Expire all cookies, notifying a User Agent to remove it from its cookie jar.
- removeCookies(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Expire all cookies, notifying a User Agent to remove it from its cookie jar.
- removeCookies(String, boolean) - Method in interface io.vertx.core.http.HttpServerResponse
-
Remove all cookies from the cookie set.
- removeCookies(String, boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Remove all cookies from the cookie set.
- removeCookies(String, boolean) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Remove all cookies from the cookie set.
- REMOVED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
-
Constant to be used when storing and retrieving Json for documents removed.
- removeDocument(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove a single matching document from a collection and return the handler with
MongoClientDeleteResult
result - removeDocument(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Remove a single matching document from a collection and return the handler with
MongoClientDeleteResult
result - removeDocument(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Remove a single matching document from a collection and return the handler with
MongoClientDeleteResult
result - removeDocuments(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove matching documents from a collection and return the handler with
MongoClientDeleteResult
result - removeDocuments(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Remove matching documents from a collection and return the handler with
MongoClientDeleteResult
result - removeDocuments(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Remove matching documents from a collection and return the handler with
MongoClientDeleteResult
result - removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - removeDocumentWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - removeDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - removeDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - removeEnabledCipherSuite(String) - Method in class io.vertx.core.eventbus.EventBusOptions
- removeEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpClientOptions
- removeEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpServerOptions
- removeEnabledCipherSuite(String) - Method in class io.vertx.core.http.WebSocketClientOptions
- removeEnabledCipherSuite(String) - Method in class io.vertx.core.net.ClientOptionsBase
- removeEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetClientOptions
- removeEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetServerOptions
- removeEnabledCipherSuite(String) - Method in class io.vertx.core.net.SSLOptions
-
Removes an enabled cipher suite from the ordered suites.
- removeEnabledCipherSuite(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Removes an enabled cipher suite from the ordered suites.
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.amqp.AmqpClientOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.eventbus.EventBusOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpClientOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.ClientOptionsBase
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetClientOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetServerOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.SSLOptions
-
Removes an enabled SSL/TLS protocol from the ordered protocols.
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Removes an enabled SSL/TLS protocol from the ordered protocols.
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.mail.MailConfig
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- removeEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove an end handler
- removeEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Remove an end handler
- removeEndHandler(int) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Remove an end handler
- removeHeader(CharSequence) - Method in class io.vertx.core.http.RequestOptions
-
Add a request header.
- removeHeader(CharSequence) - Method in interface io.vertx.ext.web.client.WebClientSession
-
Removes a previously added header.
- removeHeader(CharSequence) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Removes a previously added header.
- removeHeader(CharSequence) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Removes a previously added header.
- removeHeader(String) - Method in class io.vertx.core.http.RequestOptions
-
Add a request header.
- removeHeader(String) - Method in interface io.vertx.ext.web.client.WebClientSession
-
Removes a previously added header.
- removeHeader(String) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Removes a previously added header.
- removeHeader(String) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Removes a previously added header.
- removeHeadersEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove a headers end handler
- removeHeadersEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Remove a headers end handler
- removeHeadersEndHandler(int) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Remove a headers end handler
- removeIfPresent(K, V) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Remove a value from the map, only if entry already exists with same value.
- removeIfPresent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Remove the entry only if there is an entry with the specified key and value.
- removeIfPresent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Remove a value from the map, only if entry already exists with same value.
- removeIfPresent(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Remove the entry only if there is an entry with the specified key and value.
- removeIfPresent(K, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Remove a value from the map, only if entry already exists with same value.
- removeIfPresent(K, V) - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Remove the entry only if there is an entry with the specified key and value.
- removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Remove an interceptor that was added by
EventBus.addInboundInterceptor(Handler)
- removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Remove an interceptor that was added by
EventBus.addInboundInterceptor(io.vertx.core.Handler<io.vertx.reactivex.core.eventbus.DeliveryContext<T>>)
- removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Remove an interceptor that was added by
EventBus.addInboundInterceptor(io.vertx.core.Handler<io.vertx.rxjava3.core.eventbus.DeliveryContext<T>>)
- removeLocal(ContextLocal<T>) - Method in interface io.vertx.core.Context
-
Remove local data associated with
key
using the concurrent access mode. - removeLocal(ContextLocal<T>) - Method in class io.vertx.reactivex.core.Context
-
Remove local data associated with
key
using the concurrent access mode. - removeLocal(ContextLocal<T>) - Method in class io.vertx.rxjava3.core.Context
-
Remove local data associated with
key
using the concurrent access mode. - removeLocal(ContextLocal<T>, AccessMode) - Method in interface io.vertx.core.Context
-
Remove local data associated with
key
using the specified access mode. - removeLocal(ContextLocal<T>, AccessMode) - Method in class io.vertx.reactivex.core.Context
-
Remove local data associated with
key
using the specified access mode. - removeLocal(ContextLocal<T>, AccessMode) - Method in class io.vertx.rxjava3.core.Context
-
Remove local data associated with
key
using the specified access mode. - removeOption(String) - Method in interface io.vertx.core.cli.CLI
-
Removes an option identified by its name.
- removeOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Remove an interceptor that was added by
EventBus.addOutboundInterceptor(Handler)
- removeOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Remove an interceptor that was added by
EventBus.addOutboundInterceptor(io.vertx.core.Handler<io.vertx.reactivex.core.eventbus.DeliveryContext<T>>)
- removeOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Remove an interceptor that was added by
EventBus.addOutboundInterceptor(io.vertx.core.Handler<io.vertx.rxjava3.core.eventbus.DeliveryContext<T>>)
- removePrefix(String) - Static method in interface io.vertx.core.spi.VerticleFactory
-
Helper method to remove a prefix from an identifier string
- removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Signal removal of a messaging handler registration to other nodes in the cluster.
- removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- removeTenant(String) - Method in interface io.vertx.ext.web.handler.MultiTenantHandler
-
Remove a handler for a given tenant from this handler.
- removeTenant(String) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
Remove a handler for a given tenant from this handler.
- removeTenant(String) - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
-
Remove a handler for a given tenant from this handler.
- removingPathPrefix(String) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Remove a prefix to the URI.
- removingPathPrefix(String) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Remove a prefix to the URI.
- removingQueryParam(String) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Remove a query parameter from the request.
- removingQueryParam(String) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Remove a query parameter from the request.
- rename(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Rename a key.
- rename(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Rename a key.
- rename(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Rename a key.
- RENAME - Static variable in interface io.vertx.redis.client.Command
-
Rename a key.
- renameCollection(String, String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Rename a collection
- renameCollection(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Rename a collection
- renameCollection(String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Rename a collection
- RenameCollectionOptions - Class in io.vertx.ext.mongo
-
Options used to configure rename collection options.
- RenameCollectionOptions() - Constructor for class io.vertx.ext.mongo.RenameCollectionOptions
- RenameCollectionOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.RenameCollectionOptions
- RenameCollectionOptions(RenameCollectionOptions) - Constructor for class io.vertx.ext.mongo.RenameCollectionOptions
- RenameCollectionOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
RenameCollectionOptions
. - RenameCollectionOptionsConverter() - Constructor for class io.vertx.ext.mongo.RenameCollectionOptionsConverter
- renameCollectionWithOptions(String, String, RenameCollectionOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Rename a collection
- renameCollectionWithOptions(String, String, RenameCollectionOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Rename a collection
- renameCollectionWithOptions(String, String, RenameCollectionOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Rename a collection
- renamenx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Rename a key, only if the new key does not exist.
- renamenx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Rename a key, only if the new key does not exist.
- renamenx(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Rename a key, only if the new key does not exist.
- RENAMENX - Static variable in interface io.vertx.redis.client.Command
-
Rename a key, only if the new key does not exist.
- render(DataObjectModel, int, int, Map<String, Object>) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
- render(JsonObject, String) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Render the template.
- render(JsonObject, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
-
Render the template.
- render(JsonObject, String) - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
-
Render the template.
- render(ProxyModel, int, int, Map<String, Object>) - Method in class io.vertx.serviceproxy.generator.ServiceProxyGen
- render(ProxyModel, int, int, Map<String, Object>) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- render(ProxyModel, int, int, Map<String, Object>) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyJSGenerator
- render(ProxyModel, int, int, Map<String, Object>) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyTSGenerator
- render(Map<String, Object>, String) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Render the template.
- render(Map<String, Object>, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
-
Render the template.
- render(Map<String, Object>, String) - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
-
Render the template.
- renderCommands(StringBuilder, Collection<CLI>) - Method in class io.vertx.core.cli.UsageMessageFormatter
- renderDeclaration(DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
- renderDeclaration(DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
- renderDeclaration(DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
- renderMembers(String, DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
- renderMembers(String, DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
- renderMembers(String, DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
- renderOptionsAndArguments(StringBuilder, List<Option>, List<Argument>) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Renders the specified Options and Arguments and return the rendered output in a StringBuilder.
- renderWrappedText(StringBuilder, int, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Render the specified text and return the rendered Options in a StringBuilder.
- renderWrappedTextBlock(StringBuilder, int, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Renders the specified text width a maximum width.
- renewSelf(long) - Method in class io.vertx.config.vault.client.SlimVaultClient
- renewSelf(long, Completable<Auth>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Renews the current token.
- renewSession(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Renews the given session.
- renewSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Renews the given session.
- renewSession(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Renews the given session.
- Repeat - Annotation Type in io.vertx.ext.unit.junit
-
Annotates a test method to repeat this test several times.
- REPEATABLE_READ - io.vertx.jdbcclient.TransactionIsolation
-
Locks are placed on all data that is used in a query, preventing other users from updating the data, but new phantom rows can be inserted into the data set by another user and are included in later reads in the current transaction.
- RepeatRule - Class in io.vertx.ext.unit.junit
- RepeatRule() - Constructor for class io.vertx.ext.unit.junit.RepeatRule
- replace(K, V) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replace(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the key
- replace(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replace(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the key
- replace(K, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replace(K, V) - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the key
- replace(K, V, long) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replace(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replace(K, V, long) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- replace(K, V, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- REPLACE - io.vertx.ext.mongo.BulkOperationType
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
-
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
- replaceDocuments(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Replace matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - replaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Replace matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - replaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Replace matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - replaceIfPresent(K, V, V) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresent(K, V, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the specified key and value.
- replaceIfPresent(K, V, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresent(K, V, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the specified key and value.
- replaceIfPresent(K, V, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresent(K, V, V) - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Replace the entry only if there is an existing entry with the specified key and value.
- replaceIfPresent(K, V, V, long) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresent(K, V, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceIfPresent(K, V, V, long) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- replaceVariables(boolean) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- replconf(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
An internal command for configuring the replication stream.
- replconf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for configuring the replication stream.
- replconf(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
An internal command for configuring the replication stream.
- REPLCONF - Static variable in interface io.vertx.redis.client.Command
-
An internal command for configuring the replication stream.
- REPLICA - io.vertx.redis.client.RedisRole
-
Use a REPLICA node connection.
- REPLICA_ACKNOWLEDGED - io.vertx.ext.mongo.WriteOption
- replicaof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Make the server a replica of another instance, or promote it as master.
- replicaof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Make the server a replica of another instance, or promote it as master.
- replicaof(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Make the server a replica of another instance, or promote it as master.
- REPLICAOF - Static variable in interface io.vertx.redis.client.Command
-
Make the server a replica of another instance, or promote it as master.
- REPLICATION - io.vertx.redis.client.RedisClientType
-
The client should work in replication mode.
- reply(Object) - Method in interface io.vertx.core.eventbus.Message
-
Reply to this message.
- reply(Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.Message
-
Link
Message.reply(Object)
but allows you to specify delivery options for the reply. - reply(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
-
Reply to this message.
- reply(Object) - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Reply to this message.
- reply(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
-
Link
Message.reply(java.lang.Object)
but allows you to specify delivery options for the reply. - reply(Object, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Link
Message.reply(java.lang.Object)
but allows you to specify delivery options for the reply. - replyAddress() - Method in interface io.vertx.core.eventbus.Message
-
The reply address.
- replyAddress() - Method in class io.vertx.reactivex.core.eventbus.Message
-
The reply address.
- replyAddress() - Method in class io.vertx.rxjava3.core.eventbus.Message
-
The reply address.
- replyAndRequest(Object) - Method in interface io.vertx.core.eventbus.Message
-
Reply to this message, specifying a
replyHandler
for the reply - i.e. - replyAndRequest(Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.Message
-
Like
Message.replyAndRequest(Object)
but specifyingoptions
that can be used to configure the delivery. - replyAndRequest(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
-
Reply to this message, specifying a
replyHandler
for the reply - i.e. - replyAndRequest(Object) - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Reply to this message, specifying a
replyHandler
for the reply - i.e. - replyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
-
Like
Message.replyAndRequest(java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - replyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Like
Message.replyAndRequest(java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - ReplyException - Exception in io.vertx.core.eventbus
-
Represents the failure of a message send.
- ReplyException(ReplyFailure) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
Create a ReplyException
- ReplyException(ReplyFailure, int, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
Create a ReplyException
- ReplyException(ReplyFailure, int, String, boolean) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
Create a ReplyException with all attributes.
- ReplyException(ReplyFailure, int, String, Throwable, boolean) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
Create a ReplyException with all attributes, including cause.
DefaultReplyExceptionMessageCodec
doesn't support Cause! - ReplyException(ReplyFailure, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
-
Create a ReplyException
- replyFailure(String, ReplyFailure) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called whenever the event bus delivers a reply failure to the sender/publisher, the
reply failure
indicates the nature of the failure. - ReplyFailure - Enum in io.vertx.core.eventbus
-
Represents the type of reply failure
- replyTo() - Method in interface io.vertx.amqp.AmqpMessage
- replyTo() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- replyTo() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- replyTo(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- replyTo(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- replyTo(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- replyToGroupId() - Method in interface io.vertx.amqp.AmqpMessage
- replyToGroupId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- replyToGroupId() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- replyToGroupId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- replyToGroupId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- replyToGroupId(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- REPORT - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
REPORT
method, this instance is interned and uniquely used. - reportBeginTestCase(R, String) - Method in interface io.vertx.ext.unit.report.Reporter
-
Signals a test case began.
- reportBeginTestSuite(String) - Method in interface io.vertx.ext.unit.report.Reporter
-
Signals the test suite began.
- reportEndTestCase(R, String, TestResult) - Method in interface io.vertx.ext.unit.report.Reporter
-
Signals a test case ended.
- reportEndTestSuite(R) - Method in interface io.vertx.ext.unit.report.Reporter
-
Signals a test suite ended.
- reporter(Vertx, ReportOptions) - Static method in interface io.vertx.ext.unit.report.Reporter
- reporter(Vertx, ReportOptions) - Method in interface io.vertx.ext.unit.report.ReporterFactory
- Reporter<R> - Interface in io.vertx.ext.unit.report
-
The reporter defines a set of callback for the life cycle events.
- ReporterFactory - Interface in io.vertx.ext.unit.report
- reportError(int, Throwable) - Method in exception io.vertx.mysqlclient.MySQLBatchException
- reportError(R, Throwable) - Method in interface io.vertx.ext.unit.report.Reporter
-
Report a global test suite error, it can be called mulitple times between the
Reporter.reportBeginTestSuite(java.lang.String)
and theReporter.reportEndTestSuite(R)
. - reportFailure(DefaultInteractionMetric, Throwable) - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- reportFailure(Throwable) - Method in interface io.vertx.core.net.endpoint.ServerInteraction
-
Report a failure.
- reportFailure(Throwable) - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
-
Report a failure.
- reportFailure(Throwable) - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
-
Report a failure.
- reportFailure(M, Throwable) - Method in interface io.vertx.core.net.endpoint.InteractionMetrics
-
Signal the failure of a request/response to the
metric
- ReportingOptions - Class in io.vertx.ext.unit.report
-
Reporting options: the
reporters
is an array of reporter configurations - ReportingOptions() - Constructor for class io.vertx.ext.unit.report.ReportingOptions
-
Create a new empty options, with the default address out and no reporters.
- ReportingOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
-
Create a new options from the specified json.
- ReportingOptions(ReportingOptions) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
-
Copy constructor.
- ReportingOptionsConverter - Class in io.vertx.ext.unit.report
-
Converter and mapper for
ReportingOptions
. - ReportingOptionsConverter() - Constructor for class io.vertx.ext.unit.report.ReportingOptionsConverter
- ReportOptions - Class in io.vertx.ext.unit.report
-
Configures a reporter consisting in a name
to
, an addressat
and an optionalformat
. - ReportOptions() - Constructor for class io.vertx.ext.unit.report.ReportOptions
- ReportOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportOptions
- ReportOptions(ReportOptions) - Constructor for class io.vertx.ext.unit.report.ReportOptions
- ReportOptionsConverter - Class in io.vertx.ext.unit.report
-
Converter and mapper for
ReportOptions
. - ReportOptionsConverter() - Constructor for class io.vertx.ext.unit.report.ReportOptionsConverter
- reportRequestBegin() - Method in interface io.vertx.core.net.endpoint.ServerInteraction
-
The request has begun.
- reportRequestBegin() - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
-
The request has begun.
- reportRequestBegin() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
-
The request has begun.
- reportRequestBegin(DefaultInteractionMetric) - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- reportRequestBegin(M) - Method in interface io.vertx.core.net.endpoint.InteractionMetrics
-
Signal the beginning of the request attached to the
metric
- reportRequestEnd() - Method in interface io.vertx.core.net.endpoint.ServerInteraction
-
The request has ended.
- reportRequestEnd() - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
-
The request has ended.
- reportRequestEnd() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
-
The request has ended.
- reportRequestEnd(DefaultInteractionMetric) - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- reportRequestEnd(M) - Method in interface io.vertx.core.net.endpoint.InteractionMetrics
-
Signal the end of the request attached to the
metric
- reportResponseBegin() - Method in interface io.vertx.core.net.endpoint.ServerInteraction
-
The response has begun.
- reportResponseBegin() - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
-
The response has begun.
- reportResponseBegin() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
-
The response has begun.
- reportResponseBegin(DefaultInteractionMetric) - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- reportResponseBegin(M) - Method in interface io.vertx.core.net.endpoint.InteractionMetrics
-
Signal the beginning of the response attached to the
metric
- reportResponseEnd() - Method in interface io.vertx.core.net.endpoint.ServerInteraction
-
The request has ended.
- reportResponseEnd() - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
-
The request has ended.
- reportResponseEnd() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
-
The request has ended.
- reportResponseEnd(DefaultInteractionMetric) - Method in class io.vertx.core.net.endpoint.DefaultInteractionMetrics
- reportResponseEnd(M) - Method in interface io.vertx.core.net.endpoint.InteractionMetrics
-
Signal the end of the response attached to the
metric
- request() - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server with the default host and port of the client.
- request() - Method in interface io.vertx.core.http.HttpClientResponse
- request() - Method in interface io.vertx.ext.web.RoutingContext
- request() - Method in interface io.vertx.grpc.client.GrpcClient
-
Like
GrpcClient.request(Address)
with the default remote server. - request() - Method in interface io.vertx.httpproxy.ProxyContext
- request() - Method in interface io.vertx.httpproxy.ProxyResponse
-
Return the corresponding
ProxyRequest
. - request() - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server with the default host and port of the client.
- request() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server with the default host and port of the client.
- request() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server with the default host and port of the client.
- request() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- request() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- request() - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Like
GrpcClient.request(io.vertx.core.net.Address)
with the default remote server. - request() - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server with the default host and port of the client.
- request() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server with the default host and port of the client.
- request() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server with the default host and port of the client.
- request() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- request() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- request() - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Like
GrpcClient.request(io.vertx.core.net.Address)
with the default remote server. - request() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- request() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Return the corresponding
ProxyRequest
. - request(MethodDescriptor<Req, Resp>) - Method in interface io.vertx.grpcio.client.GrpcIoClient
-
Like
GrpcIoClient.request(Address, MethodDescriptor)
with the default remote server. - request(HttpMethod, int, String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, int, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, int, String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
andport
. - request(HttpMethod, int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, int, String, String) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
andport
. - request(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the
host
andport
. - request(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the
host
andport
. - request(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, int, String, String) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
andport
. - request(HttpMethod, int, String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the
host
andport
. - request(HttpMethod, int, String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the
host
andport
. - request(HttpMethod, int, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, RequestOptions) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, RequestOptions) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, RequestOptions) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and port.
- request(HttpMethod, SocketAddress, int, String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theport
andhost
parameters. - request(HttpMethod, SocketAddress, int, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theport
andhost
parameters. - request(HttpMethod, SocketAddress, int, String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.request(HttpMethod, int, String, UriTemplate)
using theserverAddress
parameter to connect to the server instead of theport
andhost
parameters. - request(HttpMethod, SocketAddress, int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.request(HttpMethod, int, String, String)
using theserverAddress
parameter to connect to the server instead of theport
andhost
parameters. - request(HttpMethod, SocketAddress, int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theport
andhost
parameters. - request(HttpMethod, SocketAddress, int, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theport
andhost
parameters. - request(HttpMethod, SocketAddress, RequestOptions) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.request(HttpMethod, RequestOptions)
using theserverAddress
parameter to connect to the server instead of theoptions
parameter. - request(HttpMethod, SocketAddress, RequestOptions) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theoptions
parameter. - request(HttpMethod, SocketAddress, RequestOptions) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theoptions
parameter. - request(HttpMethod, SocketAddress, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of the default port and default host. - request(HttpMethod, SocketAddress, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of the default port and default host. - request(HttpMethod, SocketAddress, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.request(HttpMethod, UriTemplate)
using theserverAddress
parameter to connect to the server instead of the default port and default host. - request(HttpMethod, SocketAddress, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.request(HttpMethod, String)
using theserverAddress
parameter to connect to the server instead of the default port and default host. - request(HttpMethod, SocketAddress, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of the default port and default host. - request(HttpMethod, SocketAddress, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of the default port and default host. - request(HttpMethod, SocketAddress, String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of the default port andhost
parameter. - request(HttpMethod, SocketAddress, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of the default port andhost
parameter. - request(HttpMethod, SocketAddress, String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.request(HttpMethod, String, UriTemplate)
using theserverAddress
parameter to connect to the server instead of the default port andhost
parameter. - request(HttpMethod, SocketAddress, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.request(HttpMethod, String, String)
using theserverAddress
parameter to connect to the server instead of the default port andhost
parameter. - request(HttpMethod, SocketAddress, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of the default port andhost
parameter. - request(HttpMethod, SocketAddress, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)
using theserverAddress
parameter to connect to the server instead of the default port andhost
parameter. - request(HttpMethod, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the default host and port.
- request(HttpMethod, String, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and default port.
- request(HttpMethod, String, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and default port.
- request(HttpMethod, String, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and default port.
- request(HttpMethod, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
and default port. - request(HttpMethod, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and default port.
- request(HttpMethod, String, String) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
and default port. - request(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the
host
and default port. - request(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the
host
and default port. - request(HttpMethod, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and default port.
- request(HttpMethod, String, String) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
and default port. - request(HttpMethod, String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the
host
and default port. - request(HttpMethod, String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the
host
and default port. - request(HttpMethod, String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server at the specified host and default port.
- request(RequestOptions) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP request to send to the server.
- request(RequestOptions) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server.
- request(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server.
- request(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server.
- request(RequestOptions) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server.
- request(RequestOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server.
- request(RequestOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server.
- request(Address) - Method in interface io.vertx.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - request(Address) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - request(Address) - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - request(Address, MethodDescriptor<Req, Resp>) - Method in interface io.vertx.grpcio.client.GrpcIoClient
-
Connect to the remote
server
and create a request for givenmethod
of a hosted gRPC service. - request(Address, ServiceMethod<Resp, Req>) - Method in interface io.vertx.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - request(Address, ServiceMethod<Resp, Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - request(Address, ServiceMethod<Resp, Req>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - request(ServiceMethod<Resp, Req>) - Method in interface io.vertx.grpc.client.GrpcClient
-
Like
GrpcClient.request(Address, ServiceMethod)
with the default remote server. - request(ServiceMethod<Resp, Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Like
GrpcClient.request(io.vertx.core.net.Address)
with the default remote server. - request(ServiceMethod<Resp, Req>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Like
GrpcClient.request(io.vertx.core.net.Address)
with the default remote server. - request(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
-
Sends a message and specify a
replyHandler
that will be called if the recipient subsequently replies to the message. - request(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Like
EventBus.request(String, Object)
but specifyingoptions
that can be used to configure the delivery. - request(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Sends a message and specify a
replyHandler
that will be called if the recipient subsequently replies to the message. - request(String, Object) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Sends a message and specify a
replyHandler
that will be called if the recipient subsequently replies to the message. - request(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Like
EventBus.request(java.lang.String, java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - request(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Like
EventBus.request(java.lang.String, java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - Request - Interface in io.vertx.redis.client
-
Builder for Redis requests that will be encoded according to the RESP protocol.
- REQUEST - io.vertx.core.http.ClientAuth
-
Accept authentication if presented by client.
- REQUEST - io.vertx.ext.auth.audit.Marker
- REQUEST - io.vertx.openapi.validation.ValidationContext
- REQUEST_CONTEXT_KEY - Static variable in interface io.vertx.ext.web.validation.ValidationHandler
- REQUEST_CONTEXT_KEY - Static variable in class io.vertx.reactivex.ext.web.validation.ValidationHandler
- REQUEST_CONTEXT_KEY - Static variable in class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- requestAbs(HttpMethod, SocketAddress, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theabsoluteURI
parameter. - requestAbs(HttpMethod, SocketAddress, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theabsoluteURI
parameter. - requestAbs(HttpMethod, SocketAddress, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.requestAbs(HttpMethod, UriTemplate)
using theserverAddress
parameter to connect to the server instead of theabsoluteURI
parameter. - requestAbs(HttpMethod, SocketAddress, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Like
WebClient.requestAbs(HttpMethod, String)
using theserverAddress
parameter to connect to the server instead of theabsoluteURI
parameter. - requestAbs(HttpMethod, SocketAddress, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Like
WebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theabsoluteURI
parameter. - requestAbs(HttpMethod, SocketAddress, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Like
WebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String)
using theserverAddress
parameter to connect to the server instead of theabsoluteURI
parameter. - requestAbs(HttpMethod, UriTemplate) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server using an absolute URI
- requestAbs(HttpMethod, UriTemplate) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server using an absolute URI
- requestAbs(HttpMethod, UriTemplate) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server using an absolute URI
- requestAbs(HttpMethod, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP request to send to the server using an absolute URI
- requestAbs(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP request to send to the server using an absolute URI
- requestAbs(HttpMethod, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Create an HTTP request to send to the server using an absolute URI
- requestBegin(String, Req) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
-
Called when a client request begins.
- requestBegin(S, HttpRequest) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when an http server request begins.
- RequestBody - Class in io.vertx.reactivex.ext.web
- RequestBody - Class in io.vertx.reactivex.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- RequestBody - Class in io.vertx.rxjava3.ext.web
- RequestBody - Class in io.vertx.rxjava3.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- RequestBody - Interface in io.vertx.ext.web
- RequestBody - Interface in io.vertx.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Operation.
- RequestBody(RequestBody) - Constructor for class io.vertx.reactivex.ext.web.RequestBody
- RequestBody(RequestBody) - Constructor for class io.vertx.rxjava3.ext.web.RequestBody
- RequestBody(RequestBody) - Constructor for class io.vertx.reactivex.openapi.contract.RequestBody
- RequestBody(RequestBody) - Constructor for class io.vertx.rxjava3.openapi.contract.RequestBody
- RequestBody(Object) - Constructor for class io.vertx.reactivex.ext.web.RequestBody
- RequestBody(Object) - Constructor for class io.vertx.reactivex.openapi.contract.RequestBody
- RequestBody(Object) - Constructor for class io.vertx.rxjava3.ext.web.RequestBody
- RequestBody(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.RequestBody
- requestEnd(M) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
-
Calls
ClientMetrics.requestEnd(Object, long)
with-1L
- requestEnd(M, long) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
-
Called when the client request ends.
- requestEnd(R, HttpRequest, long) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when an http server request has ended.
- RequestExtractor - Class in io.vertx.reactivex.ext.web.openapi.router
- RequestExtractor - Class in io.vertx.rxjava3.ext.web.openapi.router
- RequestExtractor - Interface in io.vertx.ext.web.openapi.router
- RequestExtractor(RequestExtractor) - Constructor for class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- RequestExtractor(RequestExtractor) - Constructor for class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- RequestExtractor(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- RequestExtractor(Object) - Constructor for class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- RequestGrouping - Class in io.vertx.redis.client
-
A result of
RedisCluster.groupByNodes(List)
. - RequestGrouping() - Constructor for class io.vertx.redis.client.RequestGrouping
- RequestGrouping(Collection<List<Request>>, List<Request>) - Constructor for class io.vertx.redis.client.RequestGrouping
- requestHandler() - Method in interface io.vertx.core.http.HttpServer
- requestHandler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServer
-
Set the request handler for the server to
requestHandler
. - requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Set the request handler for the server to
requestHandler
. - requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Set the request handler for the server to
requestHandler
. - RequestOptions - Class in io.vertx.core.http
-
Options describing how an
HttpClient
will connect to make a request. - RequestOptions() - Constructor for class io.vertx.core.http.RequestOptions
-
Default constructor
- RequestOptions(RequestOptions) - Constructor for class io.vertx.core.http.RequestOptions
-
Copy constructor
- RequestOptions(JsonObject) - Constructor for class io.vertx.core.http.RequestOptions
-
Create options from JSON
- RequestOptionsConverter - Class in io.vertx.core.http
-
Converter and mapper for
RequestOptions
. - RequestOptionsConverter() - Constructor for class io.vertx.core.http.RequestOptionsConverter
- requestOrResponse - Variable in class io.vertx.openapi.validation.analyser.ContentAnalyser
- RequestParameter - Class in io.vertx.reactivex.ext.web.validation
-
Request parameter holder
- RequestParameter - Class in io.vertx.reactivex.openapi.validation
- RequestParameter - Class in io.vertx.rxjava3.ext.web.validation
-
Request parameter holder
- RequestParameter - Class in io.vertx.rxjava3.openapi.validation
- RequestParameter - Interface in io.vertx.ext.web.validation
-
Request parameter holder
- RequestParameter - Interface in io.vertx.openapi.validation
- RequestParameter(RequestParameter) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameter
- RequestParameter(RequestParameter) - Constructor for class io.vertx.rxjava3.ext.web.validation.RequestParameter
- RequestParameter(RequestParameter) - Constructor for class io.vertx.reactivex.openapi.validation.RequestParameter
- RequestParameter(RequestParameter) - Constructor for class io.vertx.rxjava3.openapi.validation.RequestParameter
- RequestParameter(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameter
- RequestParameter(Object) - Constructor for class io.vertx.reactivex.openapi.validation.RequestParameter
- RequestParameter(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.RequestParameter
- RequestParameter(Object) - Constructor for class io.vertx.rxjava3.openapi.validation.RequestParameter
- RequestParameters - Class in io.vertx.reactivex.ext.web.validation
-
Container for request parameters
- RequestParameters - Class in io.vertx.rxjava3.ext.web.validation
-
Container for request parameters
- RequestParameters - Interface in io.vertx.ext.web.validation
-
Container for request parameters
- RequestParameters(RequestParameters) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameters
- RequestParameters(RequestParameters) - Constructor for class io.vertx.rxjava3.ext.web.validation.RequestParameters
- RequestParameters(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameters
- RequestParameters(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.RequestParameters
- RequestPredicate - Class in io.vertx.reactivex.ext.web.validation
-
Request predicate
- RequestPredicate - Class in io.vertx.rxjava3.ext.web.validation
-
Request predicate
- RequestPredicate - Interface in io.vertx.ext.web.validation
-
Request predicate
- RequestPredicate(RequestPredicate) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicate
- RequestPredicate(RequestPredicate) - Constructor for class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- RequestPredicate(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicate
- RequestPredicate(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- RequestPredicateException - Exception in io.vertx.ext.web.validation
-
Represents an error while trying to validate
- RequestPredicateException(String) - Constructor for exception io.vertx.ext.web.validation.RequestPredicateException
- RequestPredicateException(String, Throwable) - Constructor for exception io.vertx.ext.web.validation.RequestPredicateException
- RequestPredicateResult - Class in io.vertx.reactivex.ext.web.validation
-
Result of a
RequestPredicate
- RequestPredicateResult - Class in io.vertx.rxjava3.ext.web.validation
-
Result of a
RequestPredicate
- RequestPredicateResult - Interface in io.vertx.ext.web.validation
-
Result of a
RequestPredicate
- RequestPredicateResult(RequestPredicateResult) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- RequestPredicateResult(RequestPredicateResult) - Constructor for class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- RequestPredicateResult(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- RequestPredicateResult(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- requestReset(M) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
-
Called when the client request couldn't complete successfully, for instance the connection was closed before the response was received.
- requestReset(R) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when the http server request couldn't complete successfully, for instance the connection was closed before the response was sent.
- requestRouted(R, String) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when a routing layer indicates a request has been routed.
- RequestUtils - Class in io.vertx.openapi.validation
- RequestValidator - Class in io.vertx.reactivex.openapi.validation
-
The
RequestValidator
requires theparameters
in a specific format to be able to parse and validate them. - RequestValidator - Class in io.vertx.rxjava3.openapi.validation
-
The
RequestValidator
requires theparameters
in a specific format to be able to parse and validate them. - RequestValidator - Interface in io.vertx.openapi.validation
-
The
RequestValidator
requires theparameters
in a specific format to be able to parse and validate them. - RequestValidator(RequestValidator) - Constructor for class io.vertx.reactivex.openapi.validation.RequestValidator
- RequestValidator(RequestValidator) - Constructor for class io.vertx.rxjava3.openapi.validation.RequestValidator
- RequestValidator(Object) - Constructor for class io.vertx.reactivex.openapi.validation.RequestValidator
- RequestValidator(Object) - Constructor for class io.vertx.rxjava3.openapi.validation.RequestValidator
- REQUIRE - io.vertx.pgclient.SslMode
-
only try an SSL connection.
- required - Variable in class io.vertx.core.cli.Argument
-
Whether or not this argument is mandatory.
- required - Variable in class io.vertx.core.cli.Option
-
whether or not the option is required.
- required() - Method in annotation type io.vertx.core.cli.annotations.Argument
-
Whether or not the argument is required.
- required() - Method in annotation type io.vertx.core.cli.annotations.Option
-
Whether or not the option is required.
- REQUIRED - io.vertx.core.http.ClientAuth
-
Require client to present authentication, if not presented then negotiations will be declined.
- REQUIRED - io.vertx.ext.auth.webauthn4j.ResidentKey
- REQUIRED - io.vertx.ext.auth.webauthn4j.UserVerification
- REQUIRED - io.vertx.ext.mail.LoginOption
- REQUIRED - io.vertx.ext.mail.StartTLSOptions
- REQUIRED - io.vertx.mysqlclient.SslMode
-
establish an encrypted connection if the server supports encrypted connections.
- requiredProperty(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- reroute(HttpMethod, String) - Method in interface io.vertx.ext.web.RoutingContext
-
Restarts the current router with a new method and path.
- reroute(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Restarts the current router with a new method and path.
- reroute(HttpMethod, String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Restarts the current router with a new method and path.
- reroute(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Restarts the current router with a new path and reusing the original method.
- reroute(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Restarts the current router with a new path and reusing the original method.
- reroute(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Restarts the current router with a new path and reusing the original method.
- reset() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Resets the circuit breaker state.
- reset() - Method in interface io.vertx.core.http.HttpClientRequest
-
Reset this stream with the error code
0
. - reset() - Method in interface io.vertx.core.http.HttpServerResponse
-
Reset this HTTP/2 stream with the error code
0
. - reset() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Resets the circuit breaker state.
- reset() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Reset this stream with the error code
0
. - reset() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Reset this HTTP/2 stream with the error code
0
. - reset() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Reset the connection.
- reset() - Method in interface io.vertx.redis.client.RedisAPI
-
Reset the connection.
- reset() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Resets the circuit breaker state.
- reset() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Reset this stream with the error code
0
. - reset() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Reset this HTTP/2 stream with the error code
0
. - reset() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Reset the connection.
- reset(long) - Method in interface io.vertx.core.http.HttpClientRequest
-
Reset this request:
- reset(long) - Method in interface io.vertx.core.http.HttpServerResponse
-
Reset this response:
- reset(long) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Reset this request:
- reset(long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Reset this response:
- reset(long) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Reset this request:
- reset(long) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Reset this response:
- reset(long, Throwable) - Method in interface io.vertx.core.http.HttpClientRequest
-
Reset this request:
- reset(long, Throwable) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Reset this request:
- reset(long, Throwable) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Reset this request:
- RESET - Static variable in interface io.vertx.redis.client.Command
-
Reset the connection.
- resetConnection() - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a RESET_CONNECTION command to reset the session state.
- resetConnection() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a RESET_CONNECTION command to reset the session state.
- resetConnection() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a RESET_CONNECTION command to reset the session state.
- ResidentKey - Enum in io.vertx.ext.auth.webauthn4j
-
ResidentKey https://www.w3.org/TR/webauthn-2/#dictdef-authenticatorselectioncriteria This enum is used to specify the desired behaviour for resident keys with the authenticator.
- resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
- resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Term
- resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Tty
-
Set a resize handler, the handler is called when the tty size changes.
- resolve(A, EndpointBuilder<E, S>) - Method in interface io.vertx.core.spi.endpoint.EndpointResolver
-
Resolve an address to the resolver state for this name.
- resolve(JsonObject) - Static method in interface io.vertx.json.schema.Ref
-
Resolve all
$ref
in the givenJsonObject
. - resolve(JsonObject) - Method in interface io.vertx.json.schema.SchemaRepository
-
Resolve all
$ref
in the givenJsonObject
. - resolve(JsonObject) - Static method in class io.vertx.reactivex.json.schema.Ref
-
Resolve all
$ref
in the given . - resolve(JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
Resolve all
$ref
in the given . - resolve(JsonObject) - Static method in class io.vertx.rxjava3.json.schema.Ref
-
Resolve all
$ref
in the given . - resolve(JsonObject) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
Resolve all
$ref
in the given . - resolve(Promise<T>) - Method in interface io.vertx.ext.unit.Completion
-
Completes the future upon completion, otherwise fails it.
- resolve(Vertx, SchemaRepository, JsonObject) - Method in enum io.vertx.openapi.contract.OpenAPIVersion
- resolve(Promise<Void>) - Method in class io.vertx.reactivex.ext.unit.Async
-
Completes the future upon completion, otherwise fails it.
- resolve(Promise<Void>) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
-
Completes the future upon completion, otherwise fails it.
- resolve(Promise<T>) - Method in class io.vertx.reactivex.ext.unit.Completion
-
Completes the future upon completion, otherwise fails it.
- resolve(Promise<Void>) - Method in class io.vertx.rxjava3.ext.unit.Async
-
Completes the future upon completion, otherwise fails it.
- resolve(Promise<Void>) - Method in class io.vertx.rxjava3.ext.unit.TestCompletion
-
Completes the future upon completion, otherwise fails it.
- resolve(Promise<T>) - Method in class io.vertx.rxjava3.ext.unit.Completion
-
Completes the future upon completion, otherwise fails it.
- resolve(String) - Method in interface io.vertx.core.spi.file.FileResolver
-
Resolve the file for the specified
fileName
. - resolveA(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- resolveA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- resolveA(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- resolveAAAA(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- resolveAAAA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- resolveAAAA(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- resolveCNAME(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- resolveCNAME(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- resolveCNAME(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- resolveEndpoint(Address) - Method in interface io.vertx.core.net.endpoint.EndpointResolver
-
Resolver an endpoint for the specified
address
- resolveEndpoint(Address) - Method in class io.vertx.reactivex.core.net.endpoint.EndpointResolver
-
Resolver an endpoint for the specified
address
- resolveEndpoint(Address) - Method in class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
-
Resolver an endpoint for the specified
address
- resolveEndpoint(ServiceAddress) - Method in interface io.vertx.serviceresolver.ServiceResolverClient
- resolveMX(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- resolveMX(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- resolveMX(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- resolveNS(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- resolveNS(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- resolveNS(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- resolveParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- resolvePTR(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- resolvePTR(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- resolvePTR(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- resolver(AddressResolverOptions) - Method in interface io.vertx.core.spi.dns.AddressResolverProvider
- resolver(VertxOptions) - Method in interface io.vertx.core.spi.FileResolverFactory
-
Create a new
FileResolver
object. - resolver(Vertx, Handler<AsyncResult<CommandResolver>>) - Method in interface io.vertx.ext.shell.spi.CommandResolverFactory
-
Obtain a command resolver for a Vert.x instance.
- resolveSRV(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- resolveSRV(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- resolveSRV(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- resolveTXT(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- resolveTXT(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- resolveTXT(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- resource(HttpVersion, HttpMethod, String) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- resource(HttpVersion, HttpMethod, String) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- resource(HttpVersion, HttpMethod, String) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- resource(String) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- resource(String) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- resource(String) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- Resource - Class in io.vertx.httpproxy.spi.cache
-
The cached object.
- Resource() - Constructor for class io.vertx.httpproxy.spi.cache.Resource
- Resource(String, int, String, MultiMap, long, long) - Constructor for class io.vertx.httpproxy.spi.cache.Resource
- RESOURCE_EXHAUSTED - io.vertx.grpc.common.GrpcError
- RESOURCE_EXHAUSTED - io.vertx.grpc.common.GrpcStatus
- RESP2 - io.vertx.redis.client.ProtocolVersion
-
RESP2
- RESP3 - io.vertx.redis.client.ProtocolVersion
-
RESP3
- respond(Function<RoutingContext, Maybe<T>>) - Method in class io.vertx.reactivex.ext.web.Route
-
Append a function request handler to the route handlers list.
- respond(Function<RoutingContext, Future<T>>) - Method in interface io.vertx.ext.web.Route
-
Append a function request handler to the route handlers list.
- respond(Function<RoutingContext, Future<T>>) - Method in class io.vertx.reactivex.ext.web.Route
-
Append a function request handler to the route handlers list.
- respond(Function<RoutingContext, Maybe<T>>) - Method in class io.vertx.rxjava3.ext.web.Route
-
Append a function request handler to the route handlers list.
- response() - Method in interface io.vertx.core.http.HttpClientRequest
- response() - Method in interface io.vertx.core.http.HttpServerRequest
- response() - Method in interface io.vertx.ext.web.RoutingContext
- response() - Method in interface io.vertx.grpc.client.GrpcClientRequest
- response() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- response() - Method in interface io.vertx.httpproxy.ProxyContext
- response() - Method in interface io.vertx.httpproxy.ProxyRequest
-
Create and return the proxy response.
- response() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- response() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- response() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- response() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- response() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- response() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- response() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- response() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- response() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- response() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- response() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- response() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Create and return the proxy response.
- Response - Class in io.vertx.reactivex.openapi.contract
- Response - Class in io.vertx.rxjava3.openapi.contract
- Response - Interface in io.vertx.openapi.contract
- Response - Interface in io.vertx.redis.client
-
The response received from the REDIS server.
- Response(Response) - Constructor for class io.vertx.reactivex.openapi.contract.Response
- Response(Response) - Constructor for class io.vertx.rxjava3.openapi.contract.Response
- Response(Object) - Constructor for class io.vertx.reactivex.openapi.contract.Response
- Response(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.Response
- RESPONSE - io.vertx.openapi.validation.ValidationContext
- responseBegin(M, Resp) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
-
Called when the client response begins.
- responseBegin(R, HttpResponse) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when an http server response begins.
- ResponseContentTypeHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler which sets the response content type automatically according to the best
Accept
header match. - ResponseContentTypeHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler which sets the response content type automatically according to the best
Accept
header match. - ResponseContentTypeHandler - Interface in io.vertx.ext.web.handler
-
A handler which sets the response content type automatically according to the best
Accept
header match. - ResponseContentTypeHandler(ResponseContentTypeHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
- ResponseContentTypeHandler(ResponseContentTypeHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- ResponseContentTypeHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
- ResponseContentTypeHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- responseEnd(M) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
-
Calls
ClientMetrics.responseEnd(Object, long)
with-1L
- responseEnd(M, long) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
-
Called when the client response has ended
- responseEnd(R, HttpResponse, long) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when an http server response has ended.
- ResponseParameter - Class in io.vertx.reactivex.openapi.validation
- ResponseParameter - Class in io.vertx.rxjava3.openapi.validation
- ResponseParameter - Interface in io.vertx.openapi.validation
- ResponseParameter(ResponseParameter) - Constructor for class io.vertx.reactivex.openapi.validation.ResponseParameter
- ResponseParameter(ResponseParameter) - Constructor for class io.vertx.rxjava3.openapi.validation.ResponseParameter
- ResponseParameter(Object) - Constructor for class io.vertx.reactivex.openapi.validation.ResponseParameter
- ResponseParameter(Object) - Constructor for class io.vertx.rxjava3.openapi.validation.ResponseParameter
- responsePushed(S, HttpMethod, String, HttpResponse) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when an http server response is pushed.
- ResponseTimeHandler - Class in io.vertx.reactivex.ext.web.handler
-
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
- ResponseTimeHandler - Class in io.vertx.rxjava3.ext.web.handler
-
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
- ResponseTimeHandler - Interface in io.vertx.ext.web.handler
-
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
- ResponseTimeHandler(ResponseTimeHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
- ResponseTimeHandler(ResponseTimeHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
- ResponseTimeHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
- ResponseTimeHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
- ResponseType - Enum in io.vertx.redis.client
-
Define the response types that the client can receive from REDIS.
- ResponseValidator - Interface in io.vertx.openapi.validation
-
The
ResponseValidator
requires theparameters
in a specific format to be able to parse and validate them. - restart() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
-
Undo the effects of calling
#stop(Handler)
so that publish may be called again. - restart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Undo the effects of calling so that publish may be called again.
- restart() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Undo the effects of calling so that publish may be called again.
- restartConnect(int) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
restart the rabbitMQ connect.
- restartConnect(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
restart the rabbitMQ connect.
- restartConnect(int) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
restart the rabbitMQ connect.
- restore() - Method in interface io.vertx.ext.web.UserContext
-
Undo a previous call to a impersonation.
- restore() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Undo a previous call to a impersonation.
- restore() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Undo a previous call to a impersonation.
- restore(String) - Method in interface io.vertx.ext.web.UserContext
-
Undo a previous call to an impersonation.
- restore(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
Undo a previous call to an impersonation.
- restore(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Undo a previous call to an impersonation.
- restore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Create a key using the provided serialized value, previously obtained using DUMP.
- RESTORE - Static variable in interface io.vertx.redis.client.Command
-
Create a key using the provided serialized value, previously obtained using DUMP.
- RESTORE_ASKING - Static variable in interface io.vertx.redis.client.Command
-
An internal command for migrating keys in a cluster.
- restoreAsking(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
An internal command for migrating keys in a cluster.
- restoreAsking(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for migrating keys in a cluster.
- restoreAsking(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
An internal command for migrating keys in a cluster.
- result() - Method in interface io.vertx.core.AsyncResult
-
The result of the operation.
- result() - Method in interface io.vertx.core.Future
-
The result of the operation.
- result() - Method in interface io.vertx.ext.web.codec.spi.BodyStream
- resultAt(int) - Method in interface io.vertx.core.CompositeFuture
-
Returns the result of a wrapped future
- resultMapper(Function<CheckResult, Single<CheckResult>>) - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Sets a function which will be invoked before the gets written to clients.
- resultMapper(Function<CheckResult, Single<CheckResult>>) - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Sets a function which will be invoked before the gets written to clients.
- resultMapper(Function<CheckResult, Future<CheckResult>>) - Method in interface io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Sets a function which will be invoked before the
CheckResult
gets written to clients. - resultMapper(Function<CheckResult, Future<CheckResult>>) - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Sets a function which will be invoked before the gets written to clients.
- ResultSet - Class in io.vertx.reactivex.cassandra
-
It is like
AsyncResultSet
, but adapted for Vert.x. - ResultSet - Class in io.vertx.rxjava3.cassandra
-
It is like
AsyncResultSet
, but adapted for Vert.x. - ResultSet - Interface in io.vertx.cassandra
-
It is like
AsyncResultSet
, but adapted for Vert.x. - ResultSet(ResultSet) - Constructor for class io.vertx.reactivex.cassandra.ResultSet
- ResultSet(ResultSet) - Constructor for class io.vertx.rxjava3.cassandra.ResultSet
- ResultSet(Object) - Constructor for class io.vertx.reactivex.cassandra.ResultSet
- ResultSet(Object) - Constructor for class io.vertx.rxjava3.cassandra.ResultSet
- ResultSetConcurrency - Enum in io.vertx.jdbcclient
-
Represents the resultset concurrency hint
- ResultSetType - Enum in io.vertx.jdbcclient
-
Represents the resultset type hint
- resume() - Method in interface io.vertx.amqp.AmqpReceiver
- resume() - Method in interface io.vertx.cassandra.CassandraRowStream
- resume() - Method in interface io.vertx.core.eventbus.MessageConsumer
- resume() - Method in interface io.vertx.core.file.AsyncFile
- resume() - Method in interface io.vertx.core.http.ClientWebSocket
- resume() - Method in interface io.vertx.core.http.HttpClientResponse
- resume() - Method in interface io.vertx.core.http.HttpServerFileUpload
- resume() - Method in interface io.vertx.core.http.HttpServerRequest
- resume() - Method in interface io.vertx.core.http.ServerWebSocket
- resume() - Method in interface io.vertx.core.http.WebSocket
- resume() - Method in interface io.vertx.core.http.WebSocketBase
- resume() - Method in interface io.vertx.core.net.NetSocket
- resume() - Method in interface io.vertx.core.parsetools.JsonParser
- resume() - Method in interface io.vertx.core.parsetools.RecordParser
- resume() - Method in interface io.vertx.core.streams.ReadStream
-
Resume reading, and sets the buffer in
flowing
mode. - resume() - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
- resume() - Method in interface io.vertx.ext.shell.system.Job
-
Resume the job to foreground.
- resume() - Method in interface io.vertx.ext.shell.system.Process
-
Suspend the process.
- resume() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
- resume() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- resume() - Method in interface io.vertx.grpc.client.GrpcClientResponse
- resume() - Method in interface io.vertx.grpc.common.GrpcReadStream
- resume() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- resume() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
- resume() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
- resume() - Method in interface io.vertx.pgclient.pubsub.PgChannel
-
Resume the channel.
- resume() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Resume reading from a queue.
- resume() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- resume() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- resume() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- resume() - Method in class io.vertx.reactivex.core.file.AsyncFile
- resume() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- resume() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- resume() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- resume() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- resume() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- resume() - Method in class io.vertx.reactivex.core.http.WebSocket
- resume() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- resume() - Method in class io.vertx.reactivex.core.net.NetSocket
- resume() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- resume() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- resume() - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Resume reading, and sets the buffer in
flowing
mode. - resume() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- resume() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- resume() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- resume() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- resume() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- resume() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- resume() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Resume the channel.
- resume() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Resume reading from a queue.
- resume() - Method in class io.vertx.reactivex.redis.client.RedisConnection
- resume() - Method in class io.vertx.reactivex.sqlclient.RowStream
- resume() - Method in interface io.vertx.redis.client.RedisConnection
-
Resume reading, and sets the buffer in
flowing
mode. - resume() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- resume() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- resume() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- resume() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- resume() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- resume() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- resume() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- resume() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- resume() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- resume() - Method in class io.vertx.rxjava3.core.http.WebSocket
- resume() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- resume() - Method in class io.vertx.rxjava3.core.net.NetSocket
- resume() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- resume() - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- resume() - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Resume reading, and sets the buffer in
flowing
mode. - resume() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- resume() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- resume() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- resume() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- resume() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- resume() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- resume() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Resume the channel.
- resume() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Resume reading from a queue.
- resume() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- resume() - Method in class io.vertx.rxjava3.sqlclient.RowStream
- resume() - Method in interface io.vertx.sqlclient.RowStream
- resume(boolean) - Method in interface io.vertx.ext.shell.system.Job
-
Resume the job.
- resume(boolean) - Method in interface io.vertx.ext.shell.system.Process
-
Suspend the process.
- resume(boolean, Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
-
Suspend the process.
- resume(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
-
Suspend the process.
- resume(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Resume specified partition which have been paused with pause.
- resume(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Resume specified partition which have been paused with pause.
- resume(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Resume specified partition which have been paused with pause.
- resume(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Resume specified partitions which have been paused with pause.
- resume(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Resume specified partitions which have been paused with pause.
- resume(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Resume specified partitions which have been paused with pause.
- resume(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Resume specified partitions which have been paused with pause.
- resumeHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
Set a resume handler, this handler is called when the command is resumed, for instance user types
bg
orfg
to resume the command. - RETAIN_NOT_SUPPORTED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- retrieve() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
Method to implement to retrieve the service object.
- RETRY_AFTER - Static variable in interface io.vertx.core.http.HttpHeaders
-
Retry-After header name
- RETRY_AFTER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Retry-After header name
- RETRY_AFTER - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Retry-After header name
- retryBufferSize(long) - Method in class io.vertx.grpc.VertxChannelBuilder
- retryPolicy(RetryPolicy) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Set a
RetryPolicy
which computes a delay before a retry attempt. - retryPolicy(RetryPolicy) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Set a
RetryPolicy
which computes a delay before a retry attempt. - retryPolicy(RetryPolicy) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Set a
RetryPolicy
which computes a delay before a retry attempt. - RetryPolicy - Class in io.vertx.reactivex.circuitbreaker
-
A policy for retry execution.
- RetryPolicy - Class in io.vertx.rxjava3.circuitbreaker
-
A policy for retry execution.
- RetryPolicy - Interface in io.vertx.circuitbreaker
-
A policy for retry execution.
- RetryPolicy(RetryPolicy) - Constructor for class io.vertx.reactivex.circuitbreaker.RetryPolicy
- RetryPolicy(RetryPolicy) - Constructor for class io.vertx.rxjava3.circuitbreaker.RetryPolicy
- RetryPolicy(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.RetryPolicy
- RetryPolicy(Object) - Constructor for class io.vertx.rxjava3.circuitbreaker.RetryPolicy
- retryTimeout() - Method in interface io.vertx.ext.web.sstore.SessionStore
-
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.
- retryTimeout() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.
- retryTimeout() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.
- REVERSE - io.vertx.jdbcclient.FetchDirection
- reverseLookup(String) - Method in interface io.vertx.core.dns.DnsClient
-
Try to do a reverse lookup of an IP address.
- reverseLookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to do a reverse lookup of an IP address.
- reverseLookup(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to do a reverse lookup of an IP address.
- reverseProxy(HttpClient) - Static method in interface io.vertx.httpproxy.HttpProxy
-
Create a new
HttpProxy
instance. - reverseProxy(HttpServerRequest) - Static method in interface io.vertx.httpproxy.ProxyRequest
-
Create a new
ProxyRequest
instance, the proxied request will be paused. - reverseProxy(ProxyOptions, HttpClient) - Static method in interface io.vertx.httpproxy.HttpProxy
-
Create a new
HttpProxy
instance. - reverseProxy(ProxyOptions, HttpClient) - Static method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Create a new
HttpProxy
instance. - reverseProxy(HttpClient) - Static method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Create a new
HttpProxy
instance. - reverseProxy(HttpServerRequest) - Static method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Create a new
ProxyRequest
instance, the proxied request will be paused. - revoke(User) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access token.
- revoke(User, String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access or refresh token.
- revoke(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access token.
- revoke(User, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access or refresh token.
- revoke(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access token.
- revoke(User, String) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access or refresh token.
- RockerTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.rocker
-
A template engine that uses the Rocker library.
- RockerTemplateEngine - Class in io.vertx.rxjava3.ext.web.templ.rocker
-
A template engine that uses the Rocker library.
- RockerTemplateEngine - Interface in io.vertx.ext.web.templ.rocker
-
A template engine that uses the Rocker library.
- RockerTemplateEngine(RockerTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
- RockerTemplateEngine(RockerTemplateEngine) - Constructor for class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
- RockerTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
- RockerTemplateEngine(Object) - Constructor for class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
- roger(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- role() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the role of the instance in the context of replication.
- role() - Method in interface io.vertx.redis.client.RedisAPI
-
Return the role of the instance in the context of replication.
- role() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the role of the instance in the context of replication.
- ROLE - Static variable in interface io.vertx.redis.client.Command
-
Return the role of the instance in the context of replication.
- RoleBasedAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
-
Represents a role.
- RoleBasedAuthorization - Class in io.vertx.rxjava3.ext.auth.authorization
-
Represents a role.
- RoleBasedAuthorization - Interface in io.vertx.ext.auth.authorization
-
Represents a role.
- RoleBasedAuthorization(RoleBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- RoleBasedAuthorization(RoleBasedAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- RoleBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- RoleBasedAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- rollback() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Rollback the transaction and release the associated resources.
- rollback() - Method in class io.vertx.rxjava3.sqlclient.Transaction
-
Rollback the transaction and release the associated resources.
- rollback() - Method in interface io.vertx.sqlclient.Transaction
-
Rollback the transaction and release the associated resources.
- ROOT - io.vertx.ext.web.handler.FileSystemAccess
-
Access to the full file system, starting at "/", Limited by the operating systems permission for the user running the app.
- rootHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.openapi.router.RouterBuilder
-
Add global handler to be applied prior to
Router
being generated. - rootHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
-
Add global handler to be applied prior to being generated.
- rootHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
-
Add global handler to be applied prior to being generated.
- ROUND_ROBIN - Static variable in interface io.vertx.core.net.endpoint.LoadBalancer
-
Simple round-robin load balancer.
- route() - Method in interface io.vertx.ext.web.Router
-
Add a route with no matching criteria, i.e. it matches all requests or failures.
- route() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route with no matching criteria, i.e. it matches all requests or failures.
- route() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route with no matching criteria, i.e. it matches all requests or failures.
- route(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified HTTP method and path
- route(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches the specified HTTP method and path
- route(HttpMethod, String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches the specified HTTP method and path
- route(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified path
- route(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches the specified path
- route(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches the specified path
- Route - Class in io.vertx.reactivex.ext.web
-
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
- Route - Class in io.vertx.rxjava3.ext.web
-
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
- Route - Interface in io.vertx.ext.web
-
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
- Route(Route) - Constructor for class io.vertx.reactivex.ext.web.Route
- Route(Route) - Constructor for class io.vertx.rxjava3.ext.web.Route
- Route(Object) - Constructor for class io.vertx.reactivex.ext.web.Route
- Route(Object) - Constructor for class io.vertx.rxjava3.ext.web.Route
- routed(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Marks this request as being routed to the given route.
- routed(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Marks this request as being routed to the given route.
- routed(String) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Marks this request as being routed to the given route.
- router() - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
-
Creates a router configured to serve GraphiQL resources.
- router() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
-
Creates a router configured to serve GraphiQL resources.
- router() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
-
Creates a router configured to serve GraphiQL resources.
- router(Vertx) - Static method in interface io.vertx.ext.web.Router
-
Create a router
- router(Vertx) - Static method in class io.vertx.reactivex.ext.web.Router
-
Create a router
- router(Vertx) - Static method in class io.vertx.rxjava3.ext.web.Router
-
Create a router
- Router - Class in io.vertx.reactivex.ext.web
-
A router receives request from an
HttpServer
and routes it to the first matchingRoute
that it contains. - Router - Class in io.vertx.rxjava3.ext.web
-
A router receives request from an
HttpServer
and routes it to the first matchingRoute
that it contains. - Router - Interface in io.vertx.ext.web
-
A router receives request from an
HttpServer
and routes it to the first matchingRoute
that it contains. - Router(Router) - Constructor for class io.vertx.reactivex.ext.web.Router
- Router(Router) - Constructor for class io.vertx.rxjava3.ext.web.Router
- Router(Object) - Constructor for class io.vertx.reactivex.ext.web.Router
- Router(Object) - Constructor for class io.vertx.rxjava3.ext.web.Router
- RouterBuilder - Class in io.vertx.reactivex.ext.web.openapi.router
-
Interface to build a Vert.x Web from an OpenAPI 3 contract.
- RouterBuilder - Class in io.vertx.rxjava3.ext.web.openapi.router
-
Interface to build a Vert.x Web from an OpenAPI 3 contract.
- RouterBuilder - Interface in io.vertx.ext.web.openapi.router
-
Interface to build a Vert.x Web
Router
from an OpenAPI 3 contract. - RouterBuilder(RouterBuilder) - Constructor for class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- RouterBuilder(RouterBuilder) - Constructor for class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- RouterBuilder(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- RouterBuilder(Object) - Constructor for class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- RouteToEBServiceHandler - Interface in io.vertx.ext.web.api.service
-
Handler that proxy the request to an event bus endpoint, waits for the reply and then writes the HTTP response.
- routeWithRegex(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified HTTP method and path regex
- routeWithRegex(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches the specified HTTP method and path regex
- routeWithRegex(HttpMethod, String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches the specified HTTP method and path regex
- routeWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified path regex
- routeWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches the specified path regex
- routeWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches the specified path regex
- routingContext() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- routingContext() - Method in interface io.vertx.ext.web.WebServerRequest
- routingContext() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- routingContext() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- RoutingContext - Class in io.vertx.reactivex.ext.web
-
Represents the context for the handling of a request in Vert.x-Web.
- RoutingContext - Class in io.vertx.rxjava3.ext.web
-
Represents the context for the handling of a request in Vert.x-Web.
- RoutingContext - Interface in io.vertx.ext.web
-
Represents the context for the handling of a request in Vert.x-Web.
- RoutingContext(RoutingContext) - Constructor for class io.vertx.reactivex.ext.web.RoutingContext
- RoutingContext(RoutingContext) - Constructor for class io.vertx.rxjava3.ext.web.RoutingContext
- RoutingContext(Object) - Constructor for class io.vertx.reactivex.ext.web.RoutingContext
- RoutingContext(Object) - Constructor for class io.vertx.rxjava3.ext.web.RoutingContext
- routingKey() - Method in interface io.vertx.ext.web.client.HttpRequest
-
Return the routing key, the routing key can be used by a Vert.x client side sticky load balancer to pin the request to a remote HTTP server.
- routingKey() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Return the routing key, the routing key can be used by a Vert.x client side sticky load balancer to pin the request to a remote HTTP server.
- routingKey() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Return the routing key, the routing key can be used by a Vert.x client side sticky load balancer to pin the request to a remote HTTP server.
- routingKey(String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Set the routing key, the routing key can be used by a Vert.x client side sticky load balancer to pin the request to a remote HTTP server.
- routingKey(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Set the routing key, the routing key can be used by a Vert.x client side sticky load balancer to pin the request to a remote HTTP server.
- routingKey(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Set the routing key, the routing key can be used by a Vert.x client side sticky load balancer to pin the request to a remote HTTP server.
- Row - Class in io.vertx.reactivex.sqlclient
-
A single row of the
execution result rowset
. - Row - Class in io.vertx.rxjava3.sqlclient
-
A single row of the
execution result rowset
. - Row - Interface in io.vertx.sqlclient
-
A single row of the
execution result rowset
. - Row(Row) - Constructor for class io.vertx.reactivex.sqlclient.Row
- Row(Row) - Constructor for class io.vertx.rxjava3.sqlclient.Row
- Row(Object) - Constructor for class io.vertx.reactivex.sqlclient.Row
- Row(Object) - Constructor for class io.vertx.rxjava3.sqlclient.Row
- rowCount() - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
Get the number of the affected rows in the operation to this SqlResult.
- rowCount() - Method in class io.vertx.rxjava3.sqlclient.SqlResult
-
Get the number of the affected rows in the operation to this SqlResult.
- rowCount() - Method in interface io.vertx.sqlclient.SqlResult
-
Get the number of the affected rows in the operation to this SqlResult.
- RowIterator<R> - Class in io.vertx.reactivex.sqlclient
-
An iterator for processing rows.
- RowIterator<R> - Class in io.vertx.rxjava3.sqlclient
-
An iterator for processing rows.
- RowIterator<R> - Interface in io.vertx.sqlclient
-
An iterator for processing rows.
- RowIterator(RowIterator) - Constructor for class io.vertx.reactivex.sqlclient.RowIterator
- RowIterator(RowIterator) - Constructor for class io.vertx.rxjava3.sqlclient.RowIterator
- RowIterator(Object, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.RowIterator
- RowIterator(Object, TypeArg<R>) - Constructor for class io.vertx.rxjava3.sqlclient.RowIterator
- RowMapped - Annotation Type in io.vertx.sqlclient.templates.annotations
-
Annotate a Vert.x data object to generate an SQL template row mapper.
- RowMapper<T> - Class in io.vertx.reactivex.sqlclient.templates
-
Map a to an arbitrary
T
object. - RowMapper<T> - Class in io.vertx.rxjava3.sqlclient.templates
-
Map a to an arbitrary
T
object. - RowMapper<T> - Interface in io.vertx.sqlclient.templates
-
Map a
Row
to an arbitraryT
object. - RowMapper(RowMapper) - Constructor for class io.vertx.reactivex.sqlclient.templates.RowMapper
- RowMapper(RowMapper) - Constructor for class io.vertx.rxjava3.sqlclient.templates.RowMapper
- RowMapper(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.templates.RowMapper
- RowMapper(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.sqlclient.templates.RowMapper
- RowMapperGen - Class in io.vertx.sqlclient.templates.generator
- RowMapperGen() - Constructor for class io.vertx.sqlclient.templates.generator.RowMapperGen
- RowSet<R> - Class in io.vertx.reactivex.sqlclient
-
The execution result of the row set of a query provided as
, commonly used as aRowSet
. - RowSet<R> - Class in io.vertx.rxjava3.sqlclient
-
The execution result of the row set of a query provided as
, commonly used as aRowSet
. - RowSet<R> - Interface in io.vertx.sqlclient
-
The execution result of the row set of a query provided as
<R>
, commonly used as aRowSet<Row>
. - RowSet(RowSet) - Constructor for class io.vertx.reactivex.sqlclient.RowSet
- RowSet(RowSet) - Constructor for class io.vertx.rxjava3.sqlclient.RowSet
- RowSet(Object, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.RowSet
- RowSet(Object, TypeArg<R>) - Constructor for class io.vertx.rxjava3.sqlclient.RowSet
- RowStream<T> - Class in io.vertx.reactivex.sqlclient
-
A row oriented stream.
- RowStream<T> - Class in io.vertx.rxjava3.sqlclient
-
A row oriented stream.
- RowStream<T> - Interface in io.vertx.sqlclient
-
A row oriented stream.
- RowStream(RowStream) - Constructor for class io.vertx.reactivex.sqlclient.RowStream
- RowStream(RowStream) - Constructor for class io.vertx.rxjava3.sqlclient.RowStream
- RowStream(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.RowStream
- RowStream(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.sqlclient.RowStream
- RPC - io.vertx.core.spi.tracing.SpanKind
- rpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and get the last elements in a list.
- rpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the last elements in a list.
- rpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and get the last elements in a list.
- RPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the last elements in a list.
- rpoplpush(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rpoplpush(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
LMOVE
with theRIGHT
andLEFT
arguments - rpoplpush(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- RPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
LMOVE
with theRIGHT
andLEFT
arguments - rpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Append one or multiple elements to a list.
- rpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Append one or multiple elements to a list.
- rpush(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Append one or multiple elements to a list.
- RPUSH - Static variable in interface io.vertx.redis.client.Command
-
Append one or multiple elements to a list.
- rpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Append an element to a list, only if the list exists.
- rpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Append an element to a list, only if the list exists.
- rpushx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Append an element to a list, only if the list exists.
- RPUSHX - Static variable in interface io.vertx.redis.client.Command
-
Append an element to a list, only if the list exists.
- RS1 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- RS256 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- RS384 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- RS512 - io.vertx.ext.auth.webauthn4j.COSEAlgorithm
- RSA_SHA1 - io.vertx.ext.mail.DKIMSignAlgorithm
- RSA_SHA256 - io.vertx.ext.mail.DKIMSignAlgorithm
- rtrim(String) - Static method in class io.vertx.core.cli.UsageMessageFormatter
-
Remove the trailing whitespace from the specified String.
- run() - Method in interface io.vertx.core.spi.launcher.Command
-
Executes the command.
- run() - Method in interface io.vertx.ext.shell.system.Job
-
Run the job, before running the job a
Tty
must be set. - run() - Method in interface io.vertx.ext.shell.system.Process
-
Run the process.
- run() - Method in interface io.vertx.ext.unit.TestSuite
-
Run the testsuite with the default options.
- run() - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Run the testsuite with the default options.
- run() - Method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Run the testsuite with the default options.
- run(boolean) - Method in interface io.vertx.ext.shell.system.Process
-
Run the process.
- run(Vertx) - Method in interface io.vertx.ext.unit.TestSuite
-
Run the testsuite with the default options and the specified
vertx
instance. - run(Vertx, TestOptions) - Method in interface io.vertx.ext.unit.TestSuite
-
Run the testsuite with the specified
options
and the specifiedvertx
instance. - run(TestOptions) - Method in interface io.vertx.ext.unit.TestSuite
-
Run the testsuite with the specified
options
. - run(TestOptions) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Run the testsuite with the specified
options
. - run(TestOptions) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Run the testsuite with the specified
options
. - run(Vertx) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Run the testsuite with the default options and the specified
vertx
instance. - run(Vertx, TestOptions) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Run the testsuite with the specified
options
and the specifiedvertx
instance. - run(Vertx) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Run the testsuite with the default options and the specified
vertx
instance. - run(Vertx, TestOptions) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Run the testsuite with the specified
options
and the specifiedvertx
instance. - runCommand(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- runCommand(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- runCommand(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- RUNNING - io.vertx.ext.shell.system.ExecStatus
-
The job is running, it can be stopped or terminated.
- runOnContext(Handler<Void>) - Method in interface io.vertx.core.Context
-
Run the specified action asynchronously on the same context, some time after the current execution has completed.
- runOnContext(Handler<Void>) - Method in interface io.vertx.core.Vertx
-
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.
- runOnContext(Handler<Void>) - Method in class io.vertx.reactivex.core.Context
-
Run the specified action asynchronously on the same context, some time after the current execution has completed.
- runOnContext(Handler<Void>) - Method in class io.vertx.reactivex.core.Vertx
-
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.
- runOnContext(Handler<Void>) - Method in class io.vertx.rxjava3.core.Context
-
Run the specified action asynchronously on the same context, some time after the current execution has completed.
- runOnContext(Handler<Void>) - Method in class io.vertx.rxjava3.core.Vertx
-
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.
- RunTestOnContext - Class in io.vertx.ext.unit.junit
-
A JUnit rule that runs tests on a Vert.x context.
- RunTestOnContext - Class in io.vertx.junit5
-
An extension that runs tests on a Vert.x context.
- RunTestOnContext() - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule managing a Vertx instance created with default options.
- RunTestOnContext() - Constructor for class io.vertx.junit5.RunTestOnContext
-
Create an instance of this extension that builds a
Vertx
object using default options. - RunTestOnContext(Future<Vertx>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule with an asynchronous supplier for creating a Vert.x instance.
- RunTestOnContext(Future<Vertx>, BiConsumer<Vertx, Consumer<Void>>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule with an asynchronous supplier and consumer for creating and closing a Vert.x instance.
- RunTestOnContext(VertxOptions) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule managing a Vertx instance created with specified options.
- RunTestOnContext(VertxOptions, boolean) - Constructor for class io.vertx.junit5.RunTestOnContext
-
Create an instance of this extension that builds a
Vertx
object using the specifiedoptions
. - RunTestOnContext(Supplier<Future<Vertx>>) - Constructor for class io.vertx.junit5.RunTestOnContext
-
Create an instance of this extension that gets a
Vertx
object using the specified asynchronoussupplier
. - RunTestOnContext(Supplier<Future<Vertx>>, Function<Vertx, Future<Void>>) - Constructor for class io.vertx.junit5.RunTestOnContext
-
Create an instance of this extension that gets a
Vertx
object using the specified asynchronoussupplier
. - RunTestOnContext(Supplier<Vertx>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule with supplier for creating a Vert.x instance.
- RunTestOnContext(Supplier<Vertx>, BiConsumer<Vertx, Consumer<Void>>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
-
Create a new rule with supplier/consumer for creating/closing a Vert.x instance.
- rxAbort(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Aborts a transaction.
- rxAbort(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Aborts a transaction.
- rxAbort(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Aborts a transaction.
- rxAbort(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Aborts a transaction.
- rxAbortTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Aborts the ongoing transaction.
- rxAbortTransaction() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Aborts the ongoing transaction.
- rxAccept() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
-
Accept the WebSocket and terminate the WebSocket handshake.
- rxAccept() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
-
Accept the WebSocket and terminate the WebSocket handshake.
- rxAck(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- rxAck(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- rxAck(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- rxAck(String, String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- rxAcl(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for Access List Control commands.
- rxAcl(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for Access List Control commands.
- rxAddAndGet(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- rxAddAndGet(long) - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- rxAddConfirmListener(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Add a Confirm Listener to the channel.
- rxAddConfirmListener(int) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Add a Confirm Listener to the channel.
- rxAgentInfo() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the configuration and member information of the local agent
- rxAgentInfo() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the configuration and member information of the local agent
- rxAll() - Method in class io.vertx.reactivex.cassandra.ResultSet
-
The method should not be used concurrently with others like
ResultSet.fetchNextPage()
orResultSet.one()
. - rxAll() - Method in class io.vertx.rxjava3.cassandra.ResultSet
-
The method should not be used concurrently with others like
ResultSet.fetchNextPage()
orResultSet.one()
. - rxAppend(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Append a value to a key.
- rxAppend(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Append a value to a key.
- rxAsking() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Sent by cluster clients after an -ASK redirect.
- rxAsking() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Sent by cluster clients after an -ASK redirect.
- rxAssign(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Manually assign a partition to this consumer.
- rxAssign(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Manually assign a partition to this consumer.
- rxAssign(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Manually assign a list of partition to this consumer.
- rxAssign(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Manually assign a list of partition to this consumer.
- rxAssignment() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions currently assigned to this consumer.
- rxAssignment() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions currently assigned to this consumer.
- rxAuth(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Authenticate to the server.
- rxAuth(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Authenticate to the server.
- rxAuthenticate(Credentials) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
-
Authenticate a user.
- rxAuthenticate(Credentials) - Method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
-
Authenticate a user.
- rxAuthenticationExchange(MqttAuthenticationExchangeMessage) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
It is used for Enhanced Authentication and is able to carry an authentication method and authentication data.
- rxAuthenticationExchange(MqttAuthenticationExchangeMessage) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
It is used for Enhanced Authentication and is able to carry an authentication method and authentication data.
- rxBasicAck(long, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Acknowledge one or several received messages.
- rxBasicAck(long, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Acknowledge one or several received messages.
- rxBasicConsumer(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
- rxBasicConsumer(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- rxBasicConsumer(String, QueueOptions) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Create a consumer with the given
options
. - rxBasicConsumer(String, QueueOptions) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Create a consumer with the given
options
. - rxBasicGet(String, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- rxBasicGet(String, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- rxBasicNack(long, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Reject one or several received messages.
- rxBasicNack(long, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Reject one or several received messages.
- rxBasicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Publish a message.
- rxBasicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Publish a message.
- rxBasicPublish(String, String, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Publish a message.
- rxBasicPublish(String, String, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Publish a message.
- rxBasicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Publish a message.
- rxBasicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Publish a message.
- rxBasicQos(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- rxBasicQos(int) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- rxBasicQos(int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- rxBasicQos(int, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings for this channel.
- rxBasicQos(int, int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Request specific "quality of service" settings.
- rxBasicQos(int, int, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Request specific "quality of service" settings.
- rxBatch(List<Request>) - Method in class io.vertx.reactivex.redis.client.Redis
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- rxBatch(List<Request>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- rxBatch(List<Request>) - Method in class io.vertx.rxjava3.redis.client.Redis
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- rxBatch(List<Request>) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- rxBegin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Begin a transaction and returns a
Transaction
for controlling and tracking this transaction. - rxBegin() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
-
Begin a transaction and returns a
Transaction
for controlling and tracking this transaction. - rxBeginningOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- rxBeginningOffsets(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- rxBeginTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Starts a new kafka transaction.
- rxBeginTransaction() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Starts a new kafka transaction.
- rxBeginTX(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Begins a transaction.
- rxBeginTX(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Begins a transaction.
- rxBeginTX(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Begins a transaction.
- rxBeginTX(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Begins a transaction.
- rxBfAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.ADD.
- rxBfAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.ADD.
- rxBfCard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.CARD.
- rxBfCard(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.CARD.
- rxBfDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.DEBUG.
- rxBfDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.DEBUG.
- rxBfExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.EXISTS.
- rxBfExists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.EXISTS.
- rxBfInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.INFO.
- rxBfInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.INFO.
- rxBfInsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.INSERT.
- rxBfInsert(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.INSERT.
- rxBfLoadchunk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.LOADCHUNK.
- rxBfLoadchunk(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.LOADCHUNK.
- rxBfMadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.MADD.
- rxBfMadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.MADD.
- rxBfMexists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.MEXISTS.
- rxBfMexists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.MEXISTS.
- rxBfReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.RESERVE.
- rxBfReserve(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.RESERVE.
- rxBfScandump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command BF.SCANDUMP.
- rxBfScandump(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command BF.SCANDUMP.
- rxBgrewriteaof() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Asynchronously rewrite the append-only file.
- rxBgrewriteaof() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Asynchronously rewrite the append-only file.
- rxBgsave(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Asynchronously save the dataset to disk.
- rxBgsave(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Asynchronously save the dataset to disk.
- rxBitcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Count set bits in a string.
- rxBitcount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Count set bits in a string.
- rxBitfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- rxBitfield(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- rxBitfieldRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- rxBitfieldRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- rxBitop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Perform bitwise operations between strings.
- rxBitop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Perform bitwise operations between strings.
- rxBitpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Find first bit set or clear in a string.
- rxBitpos(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Find first bit set or clear in a string.
- rxBlmove(String, String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- rxBlmove(String, String, String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- rxBlmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Pop elements from a list, or block until one is available.
- rxBlmpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Pop elements from a list, or block until one is available.
- rxBlockMulticastGroup(String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Block the given address for the given multicast address and notifies the once the operation completes.
- rxBlockMulticastGroup(String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Block the given address for the given multicast address and notifies the once the operation completes.
- rxBlockMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
- rxBlockMulticastGroup(String, String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
- rxBlpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and get the first element in a list, or block until one is available.
- rxBlpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and get the first element in a list, or block until one is available.
- rxBody() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- rxBody() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- rxBody() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- rxBody() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- rxBrpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and get the last element in a list, or block until one is available.
- rxBrpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and get the last element in a list, or block until one is available.
- rxBrpoplpush(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxBrpoplpush(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxBuildClustered() - Method in class io.vertx.reactivex.core.VertxBuilder
-
Creates a clustered instance.
- rxBuildClustered() - Method in class io.vertx.rxjava3.core.VertxBuilder
-
Creates a clustered instance.
- rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Execute a bulk operation.
- rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Execute a bulk operation.
- rxBulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Execute a bulk operation with the specified write options.
- rxBulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Execute a bulk operation with the specified write options.
- rxBzmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set or block until one is available.
- rxBzmpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set or block until one is available.
- rxBzpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- rxBzpopmax(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- rxBzpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- rxBzpopmin(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- rxCancel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- rxCancel() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- rxCancelRequest() - Method in class io.vertx.reactivex.pgclient.PgConnection
-
Send a request cancellation message to tell the server to cancel processing request in this connection.
- rxCancelRequest() - Method in class io.vertx.rxjava3.pgclient.PgConnection
-
Send a request cancellation message to tell the server to cancel processing request in this connection.
- rxCatalogDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Return all the datacenters that are known by the Consul server
- rxCatalogDatacenters() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Return all the datacenters that are known by the Consul server
- rxCatalogNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- rxCatalogNodes() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- rxCatalogNodeServices(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the node's registered services
- rxCatalogNodeServices(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the node's registered services
- rxCatalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the node's registered services This is blocking query unlike
ConsulClient.catalogNodeServices(java.lang.String)
- rxCatalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the node's registered services This is blocking query unlike
ConsulClient.catalogNodeServices(java.lang.String)
- rxCatalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- rxCatalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- rxCatalogServiceNodes(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes providing a service
- rxCatalogServiceNodes(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes providing a service
- rxCatalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes providing a service
- rxCatalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes providing a service
- rxCatalogServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the services registered in a datacenter
- rxCatalogServices() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the services registered in a datacenter
- rxCatalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the services registered in a datacenter This is blocking query unlike
ConsulClient.catalogServices()
- rxCatalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the services registered in a datacenter This is blocking query unlike
ConsulClient.catalogServices()
- rxCfAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.ADD.
- rxCfAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.ADD.
- rxCfAddnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.ADDNX.
- rxCfAddnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.ADDNX.
- rxCfCompact(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.COMPACT.
- rxCfCompact(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.COMPACT.
- rxCfCount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.COUNT.
- rxCfCount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.COUNT.
- rxCfDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.DEBUG.
- rxCfDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.DEBUG.
- rxCfDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.DEL.
- rxCfDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.DEL.
- rxCfExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.EXISTS.
- rxCfExists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.EXISTS.
- rxCfInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.INFO.
- rxCfInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.INFO.
- rxCfInsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.INSERT.
- rxCfInsert(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.INSERT.
- rxCfInsertnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.INSERTNX.
- rxCfInsertnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.INSERTNX.
- rxCfLoadchunk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.LOADCHUNK.
- rxCfLoadchunk(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.LOADCHUNK.
- rxCfMexists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.MEXISTS.
- rxCfMexists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.MEXISTS.
- rxCfReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.RESERVE.
- rxCfReserve(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.RESERVE.
- rxCfScandump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CF.SCANDUMP.
- rxCfScandump(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CF.SCANDUMP.
- rxChangeUser(MySQLAuthOptions) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
- rxChangeUser(MySQLAuthOptions) - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
- rxCheckStatus() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Invokes the registered procedures.
- rxCheckStatus() - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Invokes the registered procedures.
- rxCheckStatus(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- rxCheckStatus(String) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- rxChmod(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - rxChmod(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - rxChmodRecursive(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - rxChmodRecursive(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Change the permissions on the file represented by
path
toperms
, asynchronously. - rxChown(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Change the ownership on the file represented by
path
touser
and {code group}, asynchronously. - rxChown(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Change the ownership on the file represented by
path
touser
and {code group}, asynchronously. - rxClear() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Clear all entries in the map
- rxClear() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Remove all sessions from the store.
- rxClear() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Clear all entries in the map
- rxClear() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Remove all sessions from the store.
- rxClient(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for client connection commands.
- rxClient(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for client connection commands.
- rxCloneAclToken(String, CloneAclTokenOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Clones an existing ACL token
- rxCloneAclToken(String, CloneAclTokenOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Clones an existing ACL token
- rxClose() - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Closes the client.
- rxClose() - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Closes the AMQP connection, i.e. allows the Close frame to be emitted.
- rxClose() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
Closes the receiver.
- rxClose() - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Closes the sender.
- rxClose() - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Closes this client.
- rxClose() - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Closes the retriever.
- rxClose() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Closes the
DatagramSocket
implementation asynchronous and notifies the handler once done. - rxClose() - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Close the client.
- rxClose() - 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.
- rxClose() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Close the file.
- rxClose() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Close the WebSocket sending the default close frame.
- rxClose() - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- rxClose() - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.reactivex.core.http.HttpServer
-
Close the server.
- rxClose() - 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.
- rxClose() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Close the WebSocket sending the default close frame.
- rxClose() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Close the WebSocket sending the default close frame.
- rxClose() - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.reactivex.core.net.NetClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.reactivex.core.net.NetServer
-
Close the server.
- rxClose() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Close the socket
- rxClose() - Method in class io.vertx.reactivex.core.Vertx
-
Stop the Vertx instance and release any resources held by it.
- rxClose() - Method in class io.vertx.reactivex.core.WorkerExecutor
-
Close the executor.
- rxClose() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- rxClose() - Method in class io.vertx.reactivex.ext.mail.MailClient
-
Close the MailClient
- rxClose() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Close the client and release its resources
- rxClose() - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Closes the client.
- rxClose() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Closes the server.
- rxClose() - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Close this client.
- rxClose() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Close the admin client
- rxClose() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- rxClose() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Close the producer
- rxClose() - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Close the server.
- rxClose() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Close the subscriber, the retry policy will not be invoked.
- rxClose() - Method in class io.vertx.reactivex.redis.client.Redis
-
Closes the client and terminates any connection.
- rxClose() - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Closes the connection or returns to the pool.
- rxClose() - Method in class io.vertx.reactivex.sqlclient.Cursor
-
Release the cursor.
- rxClose() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Close the prepared query and release its resources.
- rxClose() - Method in class io.vertx.reactivex.sqlclient.RowStream
-
Close the stream and release the resources.
- rxClose() - Method in class io.vertx.reactivex.sqlclient.SqlClient
-
Close the client and release the associated resources.
- rxClose() - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Closes the client.
- rxClose() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Closes the AMQP connection, i.e. allows the Close frame to be emitted.
- rxClose() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
-
Closes the receiver.
- rxClose() - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Closes the sender.
- rxClose() - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Closes this client.
- rxClose() - Method in class io.vertx.rxjava3.config.ConfigRetriever
-
Closes the retriever.
- rxClose() - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Closes the
DatagramSocket
implementation asynchronous and notifies the handler once done. - rxClose() - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Close the client.
- rxClose() - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
-
Closes the producer, this method should be called when the message producer is not used anymore.
- rxClose() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Close the file.
- rxClose() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Close the WebSocket sending the default close frame.
- rxClose() - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- rxClose() - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Close the server.
- rxClose() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
The WebSocket handshake will be accepted when it hasn't yet been settled or when an asynchronous handshake is in progress.
- rxClose() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Close the WebSocket sending the default close frame.
- rxClose() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Close the WebSocket sending the default close frame.
- rxClose() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.rxjava3.core.net.NetClient
-
Close immediately (
shutdown(0, TimeUnit.SECONDS
). - rxClose() - Method in class io.vertx.rxjava3.core.net.NetServer
-
Close the server.
- rxClose() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Close the socket
- rxClose() - Method in class io.vertx.rxjava3.core.Vertx
-
Stop the Vertx instance and release any resources held by it.
- rxClose() - Method in class io.vertx.rxjava3.core.WorkerExecutor
-
Close the executor.
- rxClose() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- rxClose() - Method in class io.vertx.rxjava3.ext.mail.MailClient
-
Close the MailClient
- rxClose() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Close the client and release its resources
- rxClose() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Closes the client.
- rxClose() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Closes the server.
- rxClose() - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Close this client.
- rxClose() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Close the admin client
- rxClose() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- rxClose() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Close the producer
- rxClose() - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Close the server.
- rxClose() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
-
Close the subscriber, the retry policy will not be invoked.
- rxClose() - Method in class io.vertx.rxjava3.redis.client.Redis
-
Closes the client and terminates any connection.
- rxClose() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Closes the connection or returns to the pool.
- rxClose() - Method in class io.vertx.rxjava3.sqlclient.Cursor
-
Release the cursor.
- rxClose() - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
-
Close the prepared query and release its resources.
- rxClose() - Method in class io.vertx.rxjava3.sqlclient.RowStream
-
Close the stream and release the resources.
- rxClose() - Method in class io.vertx.rxjava3.sqlclient.SqlClient
-
Close the client and release the associated resources.
- rxClose(long) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Close the admin client
- rxClose(long) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Close the producer
- rxClose(long) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Close the admin client
- rxClose(long) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Close the producer
- rxClose(short) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- rxClose(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- rxClose(short) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Close the WebSocket sending a close frame with specified status code.
- rxClose(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Close the WebSocket sending a close frame with specified status code.
- rxClose(short) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- rxClose(short) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- rxClose(short) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Close the WebSocket sending a close frame with specified status code.
- rxClose(short) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Close the WebSocket sending a close frame with specified status code.
- rxClose(short, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Close sending a close frame with specified status code and reason.
- rxClose(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Close sending a close frame with specified status code and reason.
- rxClose(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Close sending a close frame with specified status code and reason.
- rxClose(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Close sending a close frame with specified status code and reason.
- rxClose(short, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Close sending a close frame with specified status code and reason.
- rxClose(short, String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Close sending a close frame with specified status code and reason.
- rxClose(short, String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Close sending a close frame with specified status code and reason.
- rxClose(short, String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Close sending a close frame with specified status code and reason.
- rxCloseFuture() - Method in class io.vertx.reactivex.amqp.AmqpConnection
- rxCloseFuture() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
- rxCluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for cluster commands.
- rxCluster(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for cluster commands.
- rxClusteredVertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
-
Creates a clustered instance using the specified options.
- rxClusteredVertx(VertxOptions) - Static method in class io.vertx.rxjava3.core.Vertx
-
Creates a clustered instance using the specified options.
- rxCmsIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.INCRBY.
- rxCmsIncrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.INCRBY.
- rxCmsInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.INFO.
- rxCmsInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.INFO.
- rxCmsInitbydim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.INITBYDIM.
- rxCmsInitbydim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.INITBYDIM.
- rxCmsInitbyprob(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.INITBYPROB.
- rxCmsInitbyprob(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.INITBYPROB.
- rxCmsMerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.MERGE.
- rxCmsMerge(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.MERGE.
- rxCmsQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command CMS.QUERY.
- rxCmsQuery(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command CMS.QUERY.
- rxCommand(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get array of Redis command details.
- rxCommand(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get array of Redis command details.
- rxCommit() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- rxCommit() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Commit the current transaction.
- rxCommit() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- rxCommit() - Method in class io.vertx.rxjava3.sqlclient.Transaction
-
Commit the current transaction.
- rxCommit(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Commits a transaction.
- rxCommit(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Commits a transaction.
- rxCommit(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Commits a transaction.
- rxCommit(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Commits a transaction.
- rxCommitted(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- rxCommitted(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- rxCommitTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Commits the ongoing transaction.
- rxCommitTransaction() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Commits the ongoing transaction.
- rxCompareAndSet(long, long) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- rxCompareAndSet(long, long) - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- rxCompletion() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- rxCompletion() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Return the transaction completion
Future
that succeeds when the transaction commits and fails withTransactionRollbackException
when the transaction rolls back. - rxCompletion() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- rxCompletion() - Method in class io.vertx.rxjava3.sqlclient.Transaction
-
Return the transaction completion
Future
that succeeds when the transaction commits and fails withTransactionRollbackException
when the transaction rolls back. - rxConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for server configuration commands.
- rxConfig(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for server configuration commands.
- rxConfirmSelect() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Enables publisher acknowledgements on this channel.
- rxConfirmSelect() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Enables publisher acknowledgements on this channel.
- rxConnect() - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- rxConnect() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Create an HTTP tunnel to the server.
- rxConnect() - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- rxConnect() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- rxConnect() - Method in class io.vertx.reactivex.redis.client.Redis
-
Connects to the Redis server.
- rxConnect() - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- rxConnect() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Create an HTTP tunnel to the server.
- rxConnect() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- rxConnect() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- rxConnect() - Method in class io.vertx.rxjava3.redis.client.Redis
-
Connects to the Redis server.
- rxConnect(int, String) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - rxConnect(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Connects to the server.
- rxConnect(int, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- rxConnect(int, String) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - rxConnect(int, String) - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Connects to the server.
- rxConnect(int, String) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- rxConnect(int, String, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Connect this WebSocket to the specified port, host and relative request URI.
- rxConnect(int, String, String) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Connect a WebSocket to the specified port, host and relative request URI.
- rxConnect(int, String, String) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - rxConnect(int, String, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- rxConnect(int, String, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Connect this WebSocket to the specified port, host and relative request URI.
- rxConnect(int, String, String) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Connect a WebSocket to the specified port, host and relative request URI.
- rxConnect(int, String, String) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
port
andhost
. - rxConnect(int, String, String) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- rxConnect(HttpConnectOptions) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Connect to a remote HTTP server with the specific
options
, the connection is un-pooled and the management of the connection is left to the user. - rxConnect(HttpConnectOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Connect to a remote HTTP server with the specific
options
, the connection is un-pooled and the management of the connection is left to the user. - rxConnect(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Connect this WebSocket with the specified options.
- rxConnect(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Connect a WebSocket with the specified options.
- rxConnect(WebSocketConnectOptions) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Connect this WebSocket with the specified options.
- rxConnect(WebSocketConnectOptions) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Connect a WebSocket with the specified options.
- rxConnect(ConnectOptions) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
connectOptions
. - rxConnect(ConnectOptions) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
connectOptions
. - rxConnect(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - rxConnect(SocketAddress) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - rxConnect(SocketAddress, String) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - rxConnect(SocketAddress, String) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Open a connection to a server at the specific
remoteAddress
. - rxConnect(Vertx) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
Like
PgConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build from the environment variables. - rxConnect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.reactivex.db2client.DB2Connection
-
Create a connection to DB2 server with the given
connectOptions
. - rxConnect(Vertx, MSSQLConnectOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
-
Create a connection to SQL Server with the given
connectOptions
. - rxConnect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Create a connection to MySQL server with the given
connectOptions
. - rxConnect(Vertx, OracleConnectOptions) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
-
Create a connection to Oracle with the given
connectOptions
. - rxConnect(Vertx, PgConnectOptions) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Connection
-
Like
DB2Connection.connect(io.vertx.reactivex.core.Vertx, io.vertx.db2client.DB2ConnectOptions)
with options build fromconnectionUri
. - rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
-
Like
MSSQLConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions)
with options built fromconnectionUri
. - rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Like
MySQLConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)
with options built fromconnectionUri
. - rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
-
Like
OracleConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.oracleclient.OracleConnectOptions)
with options built fromconnectionUri
. - rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
Like
PgConnection.connect(io.vertx.reactivex.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build fromconnectionUri
. - rxConnect(Vertx) - Static method in class io.vertx.rxjava3.pgclient.PgConnection
-
Like
PgConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build from the environment variables. - rxConnect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.rxjava3.db2client.DB2Connection
-
Create a connection to DB2 server with the given
connectOptions
. - rxConnect(Vertx, MSSQLConnectOptions) - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
-
Create a connection to SQL Server with the given
connectOptions
. - rxConnect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Create a connection to MySQL server with the given
connectOptions
. - rxConnect(Vertx, OracleConnectOptions) - Static method in class io.vertx.rxjava3.oracleclient.OracleConnection
-
Create a connection to Oracle with the given
connectOptions
. - rxConnect(Vertx, PgConnectOptions) - Static method in class io.vertx.rxjava3.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- rxConnect(Vertx, String) - Static method in class io.vertx.rxjava3.db2client.DB2Connection
-
Like
DB2Connection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.db2client.DB2ConnectOptions)
with options build fromconnectionUri
. - rxConnect(Vertx, String) - Static method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
-
Like
MSSQLConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions)
with options built fromconnectionUri
. - rxConnect(Vertx, String) - Static method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Like
MySQLConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)
with options built fromconnectionUri
. - rxConnect(Vertx, String) - Static method in class io.vertx.rxjava3.oracleclient.OracleConnection
-
Like
OracleConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.oracleclient.OracleConnectOptions)
with options built fromconnectionUri
. - rxConnect(Vertx, String) - Static method in class io.vertx.rxjava3.pgclient.PgConnection
-
Like
PgConnection.connect(io.vertx.rxjava3.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build fromconnectionUri
. - rxConnect(String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Connect this WebSocket at the relative request URI using the default host and port.
- rxConnect(String) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Connect a WebSocket to the default client port, default client host and specified, relative request URI.
- rxConnect(String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Connect this WebSocket at the relative request URI using the default host and port.
- rxConnect(String) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Connect a WebSocket to the default client port, default client host and specified, relative request URI.
- rxConnect(String, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Connect this WebSocket to the host and relative request URI and default port.
- rxConnect(String, String) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Connect a WebSocket to the default client port and specified host and relative request URI.
- rxConnect(String, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Connect this WebSocket to the host and relative request URI and default port.
- rxConnect(String, String) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Connect a WebSocket to the default client port and specified host and relative request URI.
- rxCoordinateDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the WAN network coordinates for all Consul servers, organized by DCs
- rxCoordinateDatacenters() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the WAN network coordinates for all Consul servers, organized by DCs
- rxCoordinateNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- rxCoordinateNodes() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- rxCoordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike
ConsulClient.coordinateNodes()
- rxCoordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike
ConsulClient.coordinateNodes()
- rxCopy(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - rxCopy(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - rxCopy(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - rxCopy(String, String, CopyOptions) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - rxCopy(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Copy a key.
- rxCopy(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Copy a key.
- rxCopyRecursive(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - rxCopyRecursive(String, String, boolean) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Copy a file from the path
from
to pathto
, asynchronously. - rxCount(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Count matching documents in a collection.
- rxCount(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Count matching documents in a collection.
- rxCountWithOptions(String, JsonObject, CountOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Count matching documents in a collection.
- rxCountWithOptions(String, JsonObject, CountOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Count matching documents in a collection.
- rxCreateAclPolicy(AclPolicy) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Creates a new ACL policy
- rxCreateAclPolicy(AclPolicy) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Creates a new ACL policy
- rxCreateAcls(List<AclBinding>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Create the ACL rules.
- rxCreateAcls(List<AclBinding>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Create the ACL rules.
- rxCreateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Create an Acl token
- rxCreateAclToken(AclToken) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Create an Acl token
- rxCreateAnonymousSender() - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates an anonymous sender.
- rxCreateAnonymousSender() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates an anonymous sender.
- rxCreateAuthenticator(String, OtpKey) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Creating authenticator from user id and key.
- rxCreateAuthenticator(String, OtpKey) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Creating authenticator from user id and key.
- rxCreateAuthenticator(String, OtpKey) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Creating authenticator from user id and key.
- rxCreateAuthenticator(String, OtpKey) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Creating authenticator from user id and key.
- rxCreateCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Create a new collection
- rxCreateCollection(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Create a new collection
- rxCreateCollectionWithOptions(String, CreateCollectionOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Create a new collection with options
- rxCreateCollectionWithOptions(String, CreateCollectionOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Create a new collection with options
- rxCreateCredentialsOptions(JsonObject) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
-
Gets a challenge and any other parameters for the
navigator.credentials.create()
call. - rxCreateCredentialsOptions(JsonObject) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
-
Gets a challenge and any other parameters for the
navigator.credentials.create()
call. - rxCreateDefaultGridFsBucketService() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - rxCreateDefaultGridFsBucketService() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - rxCreateDynamicReceiver() - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a dynamic receiver.
- rxCreateDynamicReceiver() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a dynamic receiver.
- rxCreateFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates an empty file with the specified
path
, asynchronously. - rxCreateFile(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates an empty file with the specified
path
, asynchronously. - rxCreateFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates an empty file with the specified
path
and permissionsperms
, asynchronously. - rxCreateFile(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates an empty file with the specified
path
and permissionsperms
, asynchronously. - rxCreateGridFsBucketService(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - rxCreateGridFsBucketService(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Creates a
MongoGridFsClient
used to interact with Mongo GridFS. - rxCreateHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- rxCreateHashedUser(String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- rxCreateIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates an index.
- rxCreateIndex(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Creates an index.
- rxCreateIndexes(String, List<IndexModel>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
creates an indexes
- rxCreateIndexes(String, List<IndexModel>) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
creates an indexes
- rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates an index.
- rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Creates an index.
- rxCreatePartitions(Map<String, NewPartitions>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Creates a batch of new partitions in the Kafka topic
- rxCreatePartitions(Map<String, NewPartitions>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Creates a batch of new partitions in the Kafka topic
- rxCreatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- rxCreatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- rxCreateReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- rxCreateReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- rxCreateReceiver(String) - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- rxCreateReceiver(String) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- rxCreateReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- rxCreateReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- rxCreateReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- rxCreateReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- rxCreateRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Insert a role permission into a database.
- rxCreateRolePermission(String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Insert a role permission into a database.
- rxCreateSender(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- rxCreateSender(String) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- rxCreateSender(String) - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- rxCreateSender(String) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- rxCreateSender(String, AmqpSenderOptions) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- rxCreateSender(String, AmqpSenderOptions) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- rxCreateSender(String, AmqpSenderOptions) - Method in class io.vertx.rxjava3.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- rxCreateSender(String, AmqpSenderOptions) - Method in class io.vertx.rxjava3.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- rxCreateSession() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Initialize a new session
- rxCreateSession() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Initialize a new session
- rxCreateSessionWithOptions(SessionOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Initialize a new session
- rxCreateSessionWithOptions(SessionOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Initialize a new session
- rxCreateTempDirectory(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- rxCreateTempDirectory(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- rxCreateTempDirectory(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- rxCreateTempDirectory(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
- rxCreateTempDirectory(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the directory provided by the path
path
, using the given prefix to generate its name, asynchronously. - rxCreateTempDirectory(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates a new directory in the directory provided by the path
path
, using the given prefix to generate its name, asynchronously. - rxCreateTempFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
- rxCreateTempFile(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
- rxCreateTempFile(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - rxCreateTempFile(String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - rxCreateTempFile(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - rxCreateTempFile(String, String, String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates a new file in the directory provided by the path
dir
, using the given prefix and suffix to generate its name, asynchronously. - rxCreateTopics(List<NewTopic>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Creates a batch of new Kafka topics
- rxCreateTopics(List<NewTopic>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Creates a batch of new Kafka topics
- rxCreateUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- rxCreateUser(String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Insert a user into a database.
- rxCreateUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
-
Insert a user role into a database.
- rxCreateUserRole(String, String) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
-
Insert a user role into a database.
- rxDbsize() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the number of keys in the selected database.
- rxDbsize() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the number of keys in the selected database.
- rxDebug() - Method in class io.vertx.reactivex.db2client.DB2Connection
-
Send a DEBUG command to dump debug information to the server's stdout.
- rxDebug() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a DEBUG command to dump debug information to the server's stdout.
- rxDebug() - Method in class io.vertx.rxjava3.db2client.DB2Connection
-
Send a DEBUG command to dump debug information to the server's stdout.
- rxDebug() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a DEBUG command to dump debug information to the server's stdout.
- rxDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for debugging commands.
- rxDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for debugging commands.
- rxDecr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Decrement the integer value of a key by one.
- rxDecr(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Decrement the integer value of a key by one.
- rxDecrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Decrement the integer value of a key by the given number.
- rxDecrby(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Decrement the integer value of a key by the given number.
- rxDecrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- rxDecrementAndGet() - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- rxDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Delete a key.
- rxDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Delete a key.
- rxDelete() - Method in class io.vertx.reactivex.ext.web.FileUpload
-
Delete the uploaded file on the disk.
- rxDelete() - Method in class io.vertx.rxjava3.ext.web.FileUpload
-
Delete the uploaded file on the disk.
- rxDelete(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - rxDelete(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Deletes a file by it's ID
- rxDelete(String) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Delete the session with the specified ID.
- rxDelete(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - rxDelete(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Deletes a file by it's ID
- rxDelete(String) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Delete the session with the specified ID.
- rxDeleteAcls(List<AclBindingFilter>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Delete the ACL rules.
- rxDeleteAcls(List<AclBindingFilter>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Delete the ACL rules.
- rxDeleteAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Deletes an ACL token
- rxDeleteAclToken(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Deletes an ACL token
- rxDeleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Delete committed offsets for a set of partitions in a consumer group.
- rxDeleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Delete committed offsets for a set of partitions in a consumer group.
- rxDeleteConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Delete consumer groups from the cluster.
- rxDeleteConsumerGroups(List<String>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Delete consumer groups from the cluster.
- rxDeletePolicy(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint deletes an ACL policy
- rxDeletePolicy(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint deletes an ACL policy
- rxDeletePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Deletes an existing prepared query
- rxDeletePreparedQuery(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Deletes an existing prepared query
- rxDeleteRecursive(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - rxDeleteRecursive(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Deletes the file represented by the specified
path
, asynchronously. - rxDeleteTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Deletes a batch of Kafka topics
- rxDeleteTopics(List<String>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Deletes a batch of Kafka topics
- rxDeleteValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- rxDeleteValue(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- rxDeleteValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Removes all the key/value pair that corresponding to the specified key prefix
- rxDeleteValues(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Removes all the key/value pair that corresponding to the specified key prefix
- rxDeployVerticle(Deployable) - Method in class io.vertx.reactivex.core.Vertx
-
Deploy a verticle instance that you have created yourself.
- rxDeployVerticle(Deployable) - Method in class io.vertx.rxjava3.core.Vertx
-
Deploy a verticle instance that you have created yourself.
- rxDeployVerticle(Deployable, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.deployVerticle(java.lang.String)
butDeploymentOptions
are provided to configure the deployment. - rxDeployVerticle(Deployable, DeploymentOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Like
Vertx.deployVerticle(java.lang.String)
butDeploymentOptions
are provided to configure the deployment. - rxDeployVerticle(String) - Method in class io.vertx.reactivex.core.Vertx
-
Deploy a verticle instance given a name.
- rxDeployVerticle(String) - Method in class io.vertx.rxjava3.core.Vertx
-
Deploy a verticle instance given a name.
- rxDeployVerticle(String, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.deployVerticle(java.lang.String)
butDeploymentOptions
are provided to configure the deployment. - rxDeployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava3.core.Vertx
-
Like
Vertx.deployVerticle(java.lang.String)
butDeploymentOptions
are provided to configure the deployment. - rxDeregisterCatalogService(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Deregister entities from the node or deregister the node itself.
- rxDeregisterCatalogService(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Deregister entities from the node or deregister the node itself.
- rxDeregisterCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove a check from the local agent.
- rxDeregisterCheck(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Remove a check from the local agent.
- rxDeregisterService(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove a service from the local agent.
- rxDeregisterService(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Remove a service from the local agent.
- rxDescribeAcls(AclBindingFilter) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe the ACL rules.
- rxDescribeAcls(AclBindingFilter) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Describe the ACL rules.
- rxDescribeCluster() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe the nodes in the cluster with the default options
- rxDescribeCluster() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Describe the nodes in the cluster with the default options
- rxDescribeCluster(DescribeClusterOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeCluster()
but allows customized options. - rxDescribeCluster(DescribeClusterOptions) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeCluster()
but allows customized options. - rxDescribeConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe some group ids in the cluster, with the default options
- rxDescribeConsumerGroups(List<String>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Describe some group ids in the cluster, with the default options
- rxDescribeConsumerGroups(List<String>, DescribeConsumerGroupsOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeConsumerGroups(java.util.List<java.lang.String>)
but allows customized options - rxDescribeConsumerGroups(List<String>, DescribeConsumerGroupsOptions) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeConsumerGroups(java.util.List<java.lang.String>)
but allows customized options - rxDescribeTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe some topics in the cluster, with the default options.
- rxDescribeTopics(List<String>) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Describe some topics in the cluster, with the default options.
- rxDescribeTopics(List<String>, DescribeTopicsOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeTopics(java.util.List<java.lang.String>)
but allows for customised otions - rxDescribeTopics(List<String>, DescribeTopicsOptions) - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Like
KafkaAdminClient.describeTopics(java.util.List<java.lang.String>)
but allows for customised otions - rxDestroySession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Destroys the given session
- rxDestroySession(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Destroys the given session
- rxDiscard() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Discard all commands issued after MULTI.
- rxDiscard() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Discard all commands issued after MULTI.
- rxDisconnect() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Disconnects the client.
- rxDisconnect() - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Disconnects from the MQTT server
- rxDisconnect() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Disconnects the client.
- rxDisconnect() - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Disconnects from the MQTT server
- rxDisconnect(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Disconnects the client.
- rxDisconnect(Frame) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Disconnects the client.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, PubSecKeyOptions, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDiscover(Vertx, PubSecKeyOptions, OAuth2Options) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- rxDistinct(String, String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- rxDistinct(String, String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- rxDistinct(String, String, String, DistinctOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- rxDistinct(String, String, String, DistinctOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- rxDistinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- rxDistinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- rxDistinctWithQuery(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- rxDistinctWithQuery(String, String, String, JsonObject, DistinctOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- rxDownloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- rxDownloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- rxDownloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- rxDownloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- rxDownloadById(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- rxDownloadById(WriteStream<Buffer>, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- rxDownloadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Downloads a file.
- rxDownloadFile(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Downloads a file.
- rxDownloadFileAs(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Downloads a file and gives it a new name.
- rxDownloadFileAs(String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Downloads a file and gives it a new name.
- rxDownloadFileByID(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Downloads a file using the ID generated by GridFs.
- rxDownloadFileByID(String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Downloads a file using the ID generated by GridFs.
- rxDrop() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Drops the entire file bucket with all of its contents
- rxDrop() - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Drops the entire file bucket with all of its contents
- rxDropCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Drop a collection
- rxDropCollection(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Drop a collection
- rxDropIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Drops the index given the keys used to create it.
- rxDropIndex(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Drops the index given the keys used to create it.
- rxDropIndex(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Drops the index given its name.
- rxDropIndex(String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Drops the index given its name.
- rxDump(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a serialized version of the value stored at the specified key.
- rxDump(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a serialized version of the value stored at the specified key.
- rxEcho(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Echo the given string.
- rxEcho(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Echo the given string.
- rxEnd() - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Ends the stream.
- rxEnd() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Ends the stream.
- rxEnd() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Calls
WebSocketBase.close()
- rxEnd() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Ends the request.
- rxEnd() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Returns a future signaling when the response has been fully received successfully or failed.
- rxEnd() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Returns a future signaling when the request has been fully received successfully or failed.
- rxEnd() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Ends the response.
- rxEnd() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- rxEnd() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Calls
WebSocketBase.close()
- rxEnd() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Calls
WebSocketBase.close()
- rxEnd() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Calls
NetSocket.close()
- rxEnd() - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Ends the stream.
- rxEnd() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Call
SockJSSocket.close()
. - rxEnd() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Shortcut to the response end.
- rxEnd() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Ends the stream.
- rxEnd() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- rxEnd() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Ends the stream.
- rxEnd() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
Ends the stream.
- rxEnd() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Ends the stream.
- rxEnd() - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Ends the stream.
- rxEnd() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Ends the stream.
- rxEnd() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Calls
WebSocketBase.close()
- rxEnd() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Ends the request.
- rxEnd() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Returns a future signaling when the response has been fully received successfully or failed.
- rxEnd() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Returns a future signaling when the request has been fully received successfully or failed.
- rxEnd() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Ends the response.
- rxEnd() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- rxEnd() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Calls
WebSocketBase.close()
- rxEnd() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Calls
WebSocketBase.close()
- rxEnd() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Calls
NetSocket.close()
- rxEnd() - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Ends the stream.
- rxEnd() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Call
SockJSSocket.close()
. - rxEnd() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Shortcut to the response end.
- rxEnd() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Ends the stream.
- rxEnd() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- rxEnd() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Ends the stream.
- rxEnd() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
Ends the stream.
- rxEnd() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Ends the stream.
- rxEnd(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes some data to the request body before ending. - rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes some data to the response body before ending. - rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Same as
NetSocket.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Same as
SockJSSocket.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Shortcut to the response end.
- rxEnd(Buffer) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes some data to the request body before ending. - rxEnd(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes some data to the response body before ending. - rxEnd(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Same as
WebSocketBase.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Same as
NetSocket.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Same as
SockJSSocket.end(io.vertx.core.buffer.Buffer)
but writes some data to the stream before ending. - rxEnd(Buffer) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Shortcut to the response end.
- rxEnd(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(AmqpMessage) - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes a String in UTF-8 encoding - rxEnd(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes a String in UTF-8 encoding before ending the response. - rxEnd(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Shortcut to the response end.
- rxEnd(String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes a String in UTF-8 encoding - rxEnd(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes a String in UTF-8 encoding before ending the response. - rxEnd(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Shortcut to the response end.
- rxEnd(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes a String with the specified encoding - rxEnd(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes a String with the specified encoding before ending the response. - rxEnd(String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Same as
HttpClientRequest.end(java.lang.String)
but writes a String with the specified encoding - rxEnd(String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Same as
HttpServerResponse.end(java.lang.String)
but writes a String with the specified encoding before ending the response. - rxEnd(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(Req) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(Resp) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(T) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(T) - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEnd(T) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Same as
WriteStream.end()
but writes some data to the stream before ending. - rxEndMessage(GrpcMessage) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
End the stream with an encoded gRPC message.
- rxEndMessage(GrpcMessage) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
End the stream with an encoded gRPC message.
- rxEndOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the last offset for the given partition.
- rxEndOffsets(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the last offset for the given partition.
- rxEval(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute a Lua script server side.
- rxEval(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute a Lua script server side.
- rxEvalRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- rxEvalRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- rxEvalsha(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute a Lua script server side.
- rxEvalsha(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute a Lua script server side.
- rxEvalshaRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- rxEvalshaRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- rxExchangeBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- rxExchangeBind(String, String, String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- rxExchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- rxExchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Bind an exchange to an exchange.
- rxExchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Declare an exchange.
- rxExchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Declare an exchange.
- rxExchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
- rxExchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
- rxExchangeDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Delete an exchange, without regard for whether it is in use or not.
- rxExchangeDelete(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Delete an exchange, without regard for whether it is in use or not.
- rxExchangeUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- rxExchangeUnbind(String, String, String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- rxExchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- rxExchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Unbind an exchange from an exchange.
- rxExec() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Execute all commands issued after MULTI.
- rxExec() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Execute all commands issued after MULTI.
- rxExecute() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
-
Execute the query.
- rxExecute() - Method in class io.vertx.reactivex.sqlclient.Query
-
Execute the query.
- rxExecute() - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
-
Execute the query.
- rxExecute() - Method in class io.vertx.rxjava3.sqlclient.Query
-
Execute the query.
- rxExecute(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Execute the statement and provide a handler for consuming results.
- rxExecute(Statement) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Execute the statement and provide a handler for consuming results.
- rxExecute(I) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Execute the query with the
parameters
- rxExecute(I) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Execute the query with the
parameters
- rxExecute(Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(io.vertx.core.Handler<io.vertx.reactivex.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)
but using the circuit breaker . - rxExecute(Handler<Promise<T>>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(io.vertx.core.Handler<io.vertx.rxjava3.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)
but using the circuit breaker . - rxExecute(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
-
Execute the query.
- rxExecute(Tuple) - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
-
Execute the query.
- rxExecute(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- rxExecute(String) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- rxExecute(Supplier<Single<T>>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(io.vertx.core.Handler<io.vertx.rxjava3.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)
but using the circuit breaker . - rxExecute(Supplier<Future<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Same as
CircuitBreaker.executeWithFallback(io.vertx.core.Handler<io.vertx.reactivex.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)
but using the circuit breaker . - rxExecuteBatch(List<I>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
-
Execute a batch query with the
batch
. - rxExecuteBatch(List<I>) - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
-
Execute a batch query with the
batch
. - rxExecuteBatch(List<Tuple>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
-
Execute the query with a batch of tuples.
- rxExecuteBatch(List<Tuple>) - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
-
Execute the query with a batch of tuples.
- rxExecuteBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.Context
-
Invoke
Context.executeBlocking(java.util.concurrent.Callable<T>, boolean)
with order = true. - rxExecuteBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.executeBlocking(java.util.concurrent.Callable<T>, boolean)
called with ordered = true. - rxExecuteBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.WorkerExecutor
-
Like
WorkerExecutor.executeBlocking(java.util.concurrent.Callable<T>, boolean)
called with ordered = true. - rxExecuteBlocking(Callable<T>) - Method in class io.vertx.rxjava3.core.Context
-
Invoke
Context.executeBlocking(java.util.concurrent.Callable<T>, boolean)
with order = true. - rxExecuteBlocking(Callable<T>) - Method in class io.vertx.rxjava3.core.Vertx
-
Like
Vertx.executeBlocking(java.util.concurrent.Callable<T>, boolean)
called with ordered = true. - rxExecuteBlocking(Callable<T>) - Method in class io.vertx.rxjava3.core.WorkerExecutor
-
Like
WorkerExecutor.executeBlocking(java.util.concurrent.Callable<T>, boolean)
called with ordered = true. - rxExecuteBlocking(Callable<T>, boolean) - Method in class io.vertx.reactivex.core.Context
-
Safely execute some blocking code.
- rxExecuteBlocking(Callable<T>, boolean) - Method in class io.vertx.reactivex.core.Vertx
-
Safely execute some blocking code.
- rxExecuteBlocking(Callable<T>, boolean) - Method in class io.vertx.reactivex.core.WorkerExecutor
-
Safely execute some blocking code.
- rxExecuteBlocking(Callable<T>, boolean) - Method in class io.vertx.rxjava3.core.Context
-
Safely execute some blocking code.
- rxExecuteBlocking(Callable<T>, boolean) - Method in class io.vertx.rxjava3.core.Vertx
-
Safely execute some blocking code.
- rxExecuteBlocking(Callable<T>, boolean) - Method in class io.vertx.rxjava3.core.WorkerExecutor
-
Safely execute some blocking code.
- rxExecutePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Executes an existing prepared query.
- rxExecutePreparedQuery(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Executes an existing prepared query.
- rxExecutePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Executes an existing prepared query.
- rxExecutePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Executes an existing prepared query.
- rxExecuteWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- rxExecuteWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- rxExecuteWithFallback(Supplier<Single<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- rxExecuteWithFallback(Supplier<Future<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Executes the given operation with the circuit breaker control.
- rxExecuteWithFullFetch(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- rxExecuteWithFullFetch(Statement) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- rxExecuteWithFullFetch(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- rxExecuteWithFullFetch(String) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Execute the query and provide a handler for consuming results.
- rxExists(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Determines whether the file as specified by the path
path
exists, asynchronously. - rxExists(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Determines whether the file as specified by the path
path
exists, asynchronously. - rxExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine if a key exists.
- rxExists(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine if a key exists.
- rxExpire(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set a key's time to live in seconds.
- rxExpire(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set a key's time to live in seconds.
- rxExpireat(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp.
- rxExpireat(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp.
- rxExpiretime(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key.
- rxExpiretime(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key.
- rxExtractValidatableRequest(RoutingContext, Operation) - Method in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
-
Extracts and transforms the parameters and the body of an incoming request into a that can be validated by the
RequestValidator
. - rxExtractValidatableRequest(RoutingContext, Operation) - Method in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
-
Extracts and transforms the parameters and the body of an incoming request into a that can be validated by the
RequestValidator
. - rxFailCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "critical".
- rxFailCheck(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "critical".
- rxFailCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "critical".
- rxFailCheckWithNote(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "critical".
- rxFailover(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Start a coordinated failover between this server and one of its replicas.
- rxFailover(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Start a coordinated failover between this server and one of its replicas.
- rxFcall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Invoke a function.
- rxFcall(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Invoke a function.
- rxFcallRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Invoke a read-only function.
- rxFcallRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Invoke a read-only function.
- rxFetchNextPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
- rxFetchNextPage() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- rxFind(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find matching documents in the specified collection
- rxFind(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find matching documents in the specified collection
- rxFind(String, String) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
-
Finds an existing list of credentials for a given user name and credential ID.
- rxFind(String, String) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
-
Finds an existing list of credentials for a given user name and credential ID.
- rxFindAllIds() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Finds all file ids in the bucket
- rxFindAllIds() - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Finds all file ids in the bucket
- rxFindIds(JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Finds all file ids that match a query.
- rxFindIds(JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Finds all file ids that match a query.
- rxFindOne(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection
- rxFindOne(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection
- rxFindOneAndDelete(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- rxFindOneAndDelete(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- rxFindOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- rxFindOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and delete it.
- rxFindOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- rxFindOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- rxFindOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- rxFindOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and replace it.
- rxFindOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- rxFindOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- rxFindOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- rxFindOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find a single matching document in the specified collection and update it.
- rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options
- rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Find matching documents in the specified collection, specifying options
- rxFireEvent(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Fires a new user event
- rxFireEvent(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Fires a new user event
- rxFireEventWithOptions(String, EventOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Fires a new user event
- rxFireEventWithOptions(String, EventOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Fires a new user event
- rxFlush() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Flush any writes made to this file to underlying persistent storage.
- rxFlush() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Invoking this method makes all buffered records immediately available to write
- rxFlush() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Flush any writes made to this file to underlying persistent storage.
- rxFlush() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Invoking this method makes all buffered records immediately available to write
- rxFlush(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- rxFlush(RoutingContext, boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- rxFlush(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- rxFlush(RoutingContext, boolean) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
- rxFlushall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all keys from all databases.
- rxFlushall(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all keys from all databases.
- rxFlushdb(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all keys from the current database.
- rxFlushdb(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all keys from the current database.
- rxFrom(Vertx, JsonObject) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Resolves / dereferences the passed contract and creates an
OpenAPIContract
instance. - rxFrom(Vertx, JsonObject, Map<String, JsonObject>) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Resolves / dereferences the passed contract and creates an
OpenAPIContract
instance. - rxFrom(Vertx, String) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Resolves / dereferences the passed contract and creates an
OpenAPIContract
instance. - rxFrom(Vertx, String, Map<String, String>) - Static method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Resolves / dereferences the passed contract and creates an
OpenAPIContract
instance. - rxFrom(Vertx, JsonObject) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Resolves / dereferences the passed contract and creates an
OpenAPIContract
instance. - rxFrom(Vertx, JsonObject, Map<String, JsonObject>) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Resolves / dereferences the passed contract and creates an
OpenAPIContract
instance. - rxFrom(Vertx, String) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Resolves / dereferences the passed contract and creates an
OpenAPIContract
instance. - rxFrom(Vertx, String, Map<String, String>) - Static method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Resolves / dereferences the passed contract and creates an
OpenAPIContract
instance. - rxFsProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Returns properties of the file-system being used by the specified
path
, asynchronously. - rxFsProps(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Returns properties of the file-system being used by the specified
path
, asynchronously. - rxFtAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.ADD.
- rxFtAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.ADD.
- rxFtAggregate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.AGGREGATE.
- rxFtAggregate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.AGGREGATE.
- rxFtAliasadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.ALIASADD.
- rxFtAliasadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.ALIASADD.
- rxFtAliasaddifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.
- rxFtAliasaddifnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.
- rxFtAliasdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.ALIASDEL.
- rxFtAliasdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.ALIASDEL.
- rxFtAliasdelifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.
- rxFtAliasdelifx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.
- rxFtAliasupdate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.ALIASUPDATE.
- rxFtAliasupdate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.ALIASUPDATE.
- rxFtAlter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.ALTER.
- rxFtAlter(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.ALTER.
- rxFtAlterifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.
- rxFtAlterifnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.
- rxFtConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.CONFIG.
- rxFtConfig(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.CONFIG.
- rxFtCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.CREATE.
- rxFtCreate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.CREATE.
- rxFtCreateifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.
- rxFtCreateifnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.
- rxFtCursor(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.CURSOR.
- rxFtCursor(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.CURSOR.
- rxFtDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.DEBUG.
- rxFtDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.DEBUG.
- rxFtDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.DEL.
- rxFtDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.DEL.
- rxFtDictadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.DICTADD.
- rxFtDictadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.DICTADD.
- rxFtDictdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.DICTDEL.
- rxFtDictdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.DICTDEL.
- rxFtDictdump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.DICTDUMP.
- rxFtDictdump(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.DICTDUMP.
- rxFtDrop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.DROP.
- rxFtDrop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.DROP.
- rxFtDropifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.
- rxFtDropifx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.
- rxFtDropindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.DROPINDEX.
- rxFtDropindex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.DROPINDEX.
- rxFtDropindexifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.
- rxFtDropindexifx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.
- rxFtExplain(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.EXPLAIN.
- rxFtExplain(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.EXPLAIN.
- rxFtExplaincli(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.EXPLAINCLI.
- rxFtExplaincli(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.EXPLAINCLI.
- rxFtGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.GET.
- rxFtGet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.GET.
- rxFtInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.INFO.
- rxFtInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.INFO.
- rxFtList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.
- rxFtList(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.
- rxFtMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.MGET.
- rxFtMget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.MGET.
- rxFtProfile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.PROFILE.
- rxFtProfile(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.PROFILE.
- rxFtSafeadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SAFEADD.
- rxFtSafeadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SAFEADD.
- rxFtSearch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SEARCH.
- rxFtSearch(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SEARCH.
- rxFtSpellcheck(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SPELLCHECK.
- rxFtSpellcheck(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SPELLCHECK.
- rxFtSugadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SUGADD.
- rxFtSugadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SUGADD.
- rxFtSugdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SUGDEL.
- rxFtSugdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SUGDEL.
- rxFtSugget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SUGGET.
- rxFtSugget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SUGGET.
- rxFtSuglen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SUGLEN.
- rxFtSuglen(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SUGLEN.
- rxFtSynadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SYNADD.
- rxFtSynadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SYNADD.
- rxFtSyndump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SYNDUMP.
- rxFtSyndump(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SYNDUMP.
- rxFtSynupdate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.SYNUPDATE.
- rxFtSynupdate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.SYNUPDATE.
- rxFtTagvals(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command FT.TAGVALS.
- rxFtTagvals(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command FT.TAGVALS.
- rxFunction(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for function commands.
- rxFunction(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for function commands.
- rxFuture() - Method in class io.vertx.reactivex.core.Promise
- rxFuture() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- rxFuture() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- rxFuture() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- rxFuture() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- rxFuture() - Method in class io.vertx.rxjava3.core.Promise
- rxFuture() - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- rxFuture() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- rxFuture() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- rxFuture() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- rxGeoadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- rxGeoadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- rxGeodist(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns the distance between two members of a geospatial index.
- rxGeodist(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns the distance between two members of a geospatial index.
- rxGeohash(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns members of a geospatial index as standard geohash strings.
- rxGeohash(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns members of a geospatial index as standard geohash strings.
- rxGeopos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns longitude and latitude of members of a geospatial index.
- rxGeopos(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns longitude and latitude of members of a geospatial index.
- rxGeoradius(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxGeoradius(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxGeoradiusbymember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxGeoradiusbymember(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxGeoradiusbymemberRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxGeoradiusbymemberRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxGeoradiusRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxGeoradiusRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxGeosearch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- rxGeosearch(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- rxGeosearchstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- rxGeosearchstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- rxGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Get the current value of the counter
- rxGet() - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Get the current value of the counter
- rxGet(String) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Get the session with the specified ID.
- rxGet(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the value of a key.
- rxGet(String) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Get the session with the specified ID.
- rxGet(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the value of a key.
- rxGet(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- rxGet(K) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- rxGetAclPolicies() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint lists all the ACL policies.
- rxGetAclPolicies() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint lists all the ACL policies.
- rxGetAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Get list of Acl token
- rxGetAclTokens() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Get list of Acl token
- rxGetAllPreparedQueries() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns a list of all prepared queries.
- rxGetAllPreparedQueries() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns a list of all prepared queries.
- rxGetAndAdd(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- rxGetAndAdd(long) - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- rxGetAndIncrement() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- rxGetAndIncrement() - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- rxGetAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - rxGetAsyncMap(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - rxGetAuthorizations(User) - Method in interface io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in interface io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
-
Updates the user with the set of authorizations.
- rxGetAuthorizations(User) - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
-
Updates the user with the set of authorizations.
- rxGetbit(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns the bit value at offset in the string value stored at key.
- rxGetbit(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns the bit value at offset in the string value stored at key.
- rxGetClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetClusterWideMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- rxGetClusterWideMap(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- rxGetCollections() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- rxGetCollections() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- rxGetConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Reads the configuration from the different and computes the final configuration.
- rxGetConfig() - Method in class io.vertx.rxjava3.config.ConfigRetriever
-
Reads the configuration from the different and computes the final configuration.
- rxGetConnection() - Method in class io.vertx.reactivex.sqlclient.Pool
-
Get a connection from the pool.
- rxGetConnection() - Method in class io.vertx.rxjava3.sqlclient.Pool
-
Get a connection from the pool.
- rxGetConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- rxGetConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- rxGetConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- rxGetConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- rxGetCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous counter.
- rxGetCounter(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous counter.
- rxGetCredentialsOptions(String) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
-
Creates an assertion challenge and any other parameters for the
navigator.credentials.get()
call. - rxGetCredentialsOptions(String) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
-
Creates an assertion challenge and any other parameters for the
navigator.credentials.get()
call. - rxGetdel(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the value of a key and delete the key.
- rxGetdel(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the value of a key and delete the key.
- rxGetex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the value of a key and optionally set its expiration.
- rxGetex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the value of a key and optionally set its expiration.
- rxGetInternalStatistics() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a STATISTICS command to get a human readable string of the server internal status.
- rxGetInternalStatistics() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a STATISTICS command to get a human readable string of the server internal status.
- rxGetKeys(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- rxGetKeys(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- rxGetKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- rxGetKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- rxGetLocalAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - rxGetLocalAsyncMap(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get the
AsyncMap
with the specified name. - rxGetLocalCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous local counter.
- rxGetLocalCounter(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous local counter.
- rxGetLocalLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- rxGetLocalLock(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- rxGetLocalLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Like
SharedData.getLocalLock(java.lang.String)
but specifying a timeout. - rxGetLocalLockWithTimeout(String, long) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Like
SharedData.getLocalLock(java.lang.String)
but specifying a timeout. - rxGetLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- rxGetLock(String) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- rxGetLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Like
SharedData.getLock(java.lang.String)
but specifying a timeout. - rxGetLockWithTimeout(String, long) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Like
SharedData.getLock(java.lang.String)
but specifying a timeout. - rxGetMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - rxGetMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - rxGetMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - rxGetMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - rxGetMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - rxGetMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient
. - rxGetPreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns an existing prepared query
- rxGetPreparedQuery(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns an existing prepared query
- rxGetrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get a substring of the string stored at a key.
- rxGetrange(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get a substring of the string stored at a key.
- rxGetRecord(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- rxGetRecord(JsonObject) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- rxGetRecord(String) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Looks up for a single record by its registration
id
. - rxGetRecord(String) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Looks up for a single record by its registration
id
. - rxGetRecord(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- rxGetRecord(Function<Record, Boolean>) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- rxGetRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- rxGetRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- rxGetRecords(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- rxGetRecords(JsonObject) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- rxGetRecords(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- rxGetRecords(Function<Record, Boolean>) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- rxGetRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- rxGetRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- rxGetRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - rxGetRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - rxGetRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - rxGetRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - rxGetRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - rxGetRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - rxGetRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - rxGetRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
Redis
. - rxGetServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<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).
- rxGetServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject) - 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).
- rxGetServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>) - Static method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- rxGetServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- rxGetServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<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).
- rxGetServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject) - 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).
- rxGetServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>) - Static method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- rxGetServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- rxGetset(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxGetset(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxGetTransactionIsolation() - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- rxGetTransactionIsolation() - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- rxGetValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- rxGetValue(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- rxGetValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- rxGetValues(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- rxGetValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- rxGetValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- rxGetValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- rxGetValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- rxGetWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGetWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- rxGraphBulk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.BULK.
- rxGraphBulk(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.BULK.
- rxGraphConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.CONFIG.
- rxGraphConfig(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.CONFIG.
- rxGraphDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.DEBUG.
- rxGraphDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.DEBUG.
- rxGraphDelete(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.DELETE.
- rxGraphDelete(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.DELETE.
- rxGraphExplain(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.EXPLAIN.
- rxGraphExplain(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.EXPLAIN.
- rxGraphList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.LIST.
- rxGraphList(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.LIST.
- rxGraphProfile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.PROFILE.
- rxGraphProfile(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.PROFILE.
- rxGraphQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.QUERY.
- rxGraphQuery(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.QUERY.
- rxGraphRoQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.RO_QUERY.
- rxGraphRoQuery(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.RO_QUERY.
- rxGraphSlowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command GRAPH.SLOWLOG.
- rxGraphSlowlog(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command GRAPH.SLOWLOG.
- rxGroupByNodes(List<Request>) - Method in class io.vertx.reactivex.redis.client.RedisCluster
-
Groups the
requests
into aRequestGrouping
, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyed
collection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequests
includes multiple keys that belong to different master nodes, the resulting future will fail. - rxGroupByNodes(List<Request>) - Method in class io.vertx.rxjava3.redis.client.RedisCluster
-
Groups the
requests
into aRequestGrouping
, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyed
collection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequests
includes multiple keys that belong to different master nodes, the resulting future will fail. - rxHandleProxyRequest(ProxyContext) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
-
Handle the proxy request at the stage of this interceptor.
- rxHandleProxyRequest(ProxyContext) - Method in interface io.vertx.rxjava3.httpproxy.ProxyInterceptor
-
Handle the proxy request at the stage of this interceptor.
- rxHandleProxyResponse(ProxyContext) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
-
Handle the proxy response at the stage of this interceptor.
- rxHandleProxyResponse(ProxyContext) - Method in interface io.vertx.rxjava3.httpproxy.ProxyInterceptor
-
Handle the proxy response at the stage of this interceptor.
- rxHdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Delete one or more hash fields.
- rxHdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Delete one or more hash fields.
- rxHealthChecks(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks associated with the service
- rxHealthChecks(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks associated with the service
- rxHealthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks associated with the service
- rxHealthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks associated with the service
- rxHealthNodesWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks specific to the node provided on the path.
- rxHealthNodesWithOptions(String, CheckQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks specific to the node provided on the path.
- rxHealthServiceNodes(String, boolean) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- rxHealthServiceNodes(String, boolean) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- rxHealthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- rxHealthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the nodes providing the service.
- rxHealthState(HealthState) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks in the specified status
- rxHealthState(HealthState) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks in the specified status
- rxHealthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the checks in the specified status
- rxHealthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the checks in the specified status
- rxHello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Handshake with Redis.
- rxHello(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Handshake with Redis.
- RxHelper - Class in io.vertx.reactivex.core
- RxHelper - Class in io.vertx.reactivex
- RxHelper - Class in io.vertx.rxjava3.core
- RxHelper - Class in io.vertx.rxjava3
- RxHelper() - Constructor for class io.vertx.reactivex.core.RxHelper
- RxHelper() - Constructor for class io.vertx.reactivex.RxHelper
- RxHelper() - Constructor for class io.vertx.rxjava3.core.RxHelper
- RxHelper() - Constructor for class io.vertx.rxjava3.RxHelper
- rxHexists(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine if a hash field exists.
- rxHexists(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine if a hash field exists.
- rxHget(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the value of a hash field.
- rxHget(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the value of a hash field.
- rxHgetall(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get all the fields and values in a hash.
- rxHgetall(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get all the fields and values in a hash.
- rxHincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the integer value of a hash field by the given number.
- rxHincrby(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the integer value of a hash field by the given number.
- rxHincrbyfloat(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the float value of a hash field by the given amount.
- rxHincrbyfloat(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the float value of a hash field by the given amount.
- rxHkeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get all the fields in a hash.
- rxHkeys(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get all the fields in a hash.
- rxHlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the number of fields in a hash.
- rxHlen(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the number of fields in a hash.
- rxHmget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the values of all the given hash fields.
- rxHmget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the values of all the given hash fields.
- rxHmset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxHmset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxHrandfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get one or multiple random fields from a hash.
- rxHrandfield(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get one or multiple random fields from a hash.
- rxHscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Incrementally iterate hash fields and associated values.
- rxHscan(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Incrementally iterate hash fields and associated values.
- rxHset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the string value of a hash field.
- rxHset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the string value of a hash field.
- rxHsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value of a hash field, only if the field does not exist.
- rxHsetnx(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value of a hash field, only if the field does not exist.
- rxHstrlen(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the length of the value of a hash field.
- rxHstrlen(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the length of the value of a hash field.
- rxHvals(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get all the values in a hash.
- rxHvals(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get all the values in a hash.
- rxImpersonate() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Impersonates a second identity.
- rxImpersonate() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Impersonates a second identity.
- rxImpersonate(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
Impersonates a second identity.
- rxImpersonate(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Impersonates a second identity.
- rxIncr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the integer value of a key by one.
- rxIncr(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the integer value of a key by one.
- rxIncrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the integer value of a key by the given amount.
- rxIncrby(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the integer value of a key by the given amount.
- rxIncrbyfloat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the float value of a key by the given amount.
- rxIncrbyfloat(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the float value of a key by the given amount.
- rxIncrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Increment the counter atomically and return the new count
- rxIncrementAndGet() - Method in class io.vertx.rxjava3.core.shareddata.Counter
-
Increment the counter atomically and return the new count
- rxInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get information and statistics about the server.
- rxInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get information and statistics about the server.
- rxInfoSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the requested session information
- rxInfoSession(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the requested session information
- rxInfoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the requested session information This is blocking query unlike
ConsulClient.infoSession(java.lang.String)
- rxInfoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the requested session information This is blocking query unlike
ConsulClient.infoSession(java.lang.String)
- rxInitTransactions() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Initializes the underlying kafka transactional producer.
- rxInitTransactions() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Initializes the underlying kafka transactional producer.
- rxInsert(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Insert a document in the specified collection
- rxInsert(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Insert a document in the specified collection
- rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Insert a document in the specified collection with the specified write option
- rxInvoke(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- rxInvoke(String) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Invokes the registered procedure with the given name and sub-procedures.
- rxIsValid() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
-
A lock remains valid until it is released or the file corresponding
AsyncFile
is closed. - rxIsValid() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
-
A lock remains valid until it is released or the file corresponding
AsyncFile
is closed. - RxJava2GeneratorLoader - Class in io.vertx.lang.reactivex
- RxJava2GeneratorLoader() - Constructor for class io.vertx.lang.reactivex.RxJava2GeneratorLoader
- RxJava3GeneratorLoader - Class in io.vertx.lang.rxjava3
- RxJava3GeneratorLoader() - Constructor for class io.vertx.lang.rxjava3.RxJava3GeneratorLoader
- rxJson(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Encode an Object to JSON and end the request.
- rxJson(Object) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Encode an Object to JSON and end the request.
- rxJsonArrappend(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRAPPEND.
- rxJsonArrappend(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRAPPEND.
- rxJsonArrindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRINDEX.
- rxJsonArrindex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRINDEX.
- rxJsonArrinsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRINSERT.
- rxJsonArrinsert(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRINSERT.
- rxJsonArrlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRLEN.
- rxJsonArrlen(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRLEN.
- rxJsonArrpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRPOP.
- rxJsonArrpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRPOP.
- rxJsonArrtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.ARRTRIM.
- rxJsonArrtrim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.ARRTRIM.
- rxJsonClear(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.CLEAR.
- rxJsonClear(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.CLEAR.
- rxJsonDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.DEBUG.
- rxJsonDebug(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.DEBUG.
- rxJsonDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.DEL.
- rxJsonDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.DEL.
- rxJsonForget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.FORGET.
- rxJsonForget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.FORGET.
- rxJsonGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.GET.
- rxJsonGet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.GET.
- rxJsonMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.MGET.
- rxJsonMget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.MGET.
- rxJsonNumincrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.NUMINCRBY.
- rxJsonNumincrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.NUMINCRBY.
- rxJsonNummultby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.NUMMULTBY.
- rxJsonNummultby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.NUMMULTBY.
- rxJsonNumpowby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.NUMPOWBY.
- rxJsonNumpowby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.NUMPOWBY.
- rxJsonObjkeys(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.OBJKEYS.
- rxJsonObjkeys(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.OBJKEYS.
- rxJsonObjlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.OBJLEN.
- rxJsonObjlen(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.OBJLEN.
- rxJsonResp(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.RESP.
- rxJsonResp(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.RESP.
- rxJsonSet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.SET.
- rxJsonSet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.SET.
- rxJsonStrappend(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.STRAPPEND.
- rxJsonStrappend(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.STRAPPEND.
- rxJsonStrlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.STRLEN.
- rxJsonStrlen(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.STRLEN.
- rxJsonToggle(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.TOGGLE.
- rxJsonToggle(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.TOGGLE.
- rxJsonType(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command JSON.TYPE.
- rxJsonType(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command JSON.TYPE.
- rxJWKSet() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
- rxJWKSet() - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
- rxKeys() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Get the keys of the map, asynchronously.
- rxKeys() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Get the keys of the map, asynchronously.
- rxKeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Find all keys matching the given pattern.
- rxKeys(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Find all keys matching the given pattern.
- rxLast() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- rxLast() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- rxLast() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- rxLast() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- rxLast() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- rxLast() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- rxLastsave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the UNIX time stamp of the last successful save to disk.
- rxLastsave() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the UNIX time stamp of the last successful save to disk.
- rxLatency(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for latency diagnostics commands.
- rxLatency(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for latency diagnostics commands.
- rxLcs(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Find longest common substring.
- rxLcs(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Find longest common substring.
- rxLeaderStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Get the Raft leader for the datacenter in which the agent is running.
- rxLeaderStatus() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Get the Raft leader for the datacenter in which the agent is running.
- rxLindex(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get an element from a list by its index.
- rxLindex(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get an element from a list by its index.
- rxLink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create a hard link on the file system from
link
toexisting
, asynchronously. - rxLink(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create a hard link on the file system from
link
toexisting
, asynchronously. - rxLinsert(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Insert an element before or after another element in a list.
- rxLinsert(String, String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Insert an element before or after another element in a list.
- rxListConsumerGroups() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Get the the consumer groups available in the cluster with the default options
- rxListConsumerGroups() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
Get the the consumer groups available in the cluster with the default options
- rxListen() - Method in class io.vertx.reactivex.core.http.HttpServer
-
Tell the server to start listening.
- rxListen() - Method in class io.vertx.reactivex.core.net.NetServer
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - rxListen() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - rxListen() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Connects the STOMP server default port (61613) and network interface (
0.0.0.0
). - rxListen() - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Start the server listening for incoming connections using the specified options through the constructor
- rxListen() - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Tell the server to start listening.
- rxListen() - Method in class io.vertx.rxjava3.core.net.NetServer
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - rxListen() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the port and host as configured in the
NetServerOptions
used when creating the server. - rxListen() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Connects the STOMP server default port (61613) and network interface (
0.0.0.0
). - rxListen() - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Start the server listening for incoming connections using the specified options through the constructor
- rxListen(int) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Like
HttpServer.listen()
but the server will listen on host "0.0.0.0" and port specified here ignoring any value in theHttpServerOptions
that was used when creating the server. - rxListen(int) - Method in class io.vertx.reactivex.core.net.NetServer
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(int) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(int) - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- rxListen(int) - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
- rxListen(int) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Like
HttpServer.listen()
but the server will listen on host "0.0.0.0" and port specified here ignoring any value in theHttpServerOptions
that was used when creating the server. - rxListen(int) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(int) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(int) - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Connects the STOMP server to the given port.
- rxListen(int) - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
- rxListen(int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Start listening on the given port and host.
- rxListen(int, String) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Tell the server to start listening.
- rxListen(int, String) - Method in class io.vertx.reactivex.core.net.NetServer
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(int, String) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- rxListen(int, String) - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Start the server listening for incoming connections on the port and host specified
- rxListen(int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Start listening on the given port and host.
- rxListen(int, String) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Tell the server to start listening.
- rxListen(int, String) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(int, String) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified port and host, ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(int, String) - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Connects the STOMP server to the given port / interface.
- rxListen(int, String) - Method in class io.vertx.rxjava3.mqtt.MqttServer
-
Start the server listening for incoming connections on the port and host specified
- rxListen(SocketAddress) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
- rxListen(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetServer
-
Start listening on the specified local address, ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(SocketAddress) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified local address, ignoring port and host configured in the used when creating the server.
- rxListen(SocketAddress) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
- rxListen(SocketAddress) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Start listening on the specified local address, ignoring port and host configured in the
NetServerOptions
used when creating the server. - rxListen(SocketAddress) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Start listening on the specified local address, ignoring port and host configured in the used when creating the server.
- rxListenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it.
- rxListenMulticastGroup(String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it.
- rxListenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it on the given network interface.
- rxListenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Joins a multicast group and listens for packets send to it on the given network interface.
- rxListEvents() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the most recent events known by the agent
- rxListEvents() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the most recent events known by the agent
- rxListEventsWithOptions(EventListOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the most recent events known by the agent.
- rxListEventsWithOptions(EventListOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the most recent events known by the agent.
- rxListIndexes(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Get all the indexes in this collection.
- rxListIndexes(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Get all the indexes in this collection.
- rxListNodeSessions(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the active sessions for a given node
- rxListNodeSessions(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the active sessions for a given node
- rxListNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the active sessions for a given node This is blocking query unlike
ConsulClient.listNodeSessions(java.lang.String)
- rxListNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the active sessions for a given node This is blocking query unlike
ConsulClient.listNodeSessions(java.lang.String)
- rxListSessions() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the active sessions
- rxListSessions() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the active sessions
- rxListSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the active sessions This is blocking query unlike
ConsulClient.listSessions()
- rxListSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns the active sessions This is blocking query unlike
ConsulClient.listSessions()
- rxListTopics() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
List the topics available in the cluster with the default options.
- rxListTopics() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
-
List the topics available in the cluster with the default options.
- rxLlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the length of a list.
- rxLlen(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the length of a list.
- rxLmove(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it.
- rxLmove(String, String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it.
- rxLmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Pop elements from a list.
- rxLmpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Pop elements from a list.
- rxLocalChecks() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Return all the checks that are registered with the local agent.
- rxLocalChecks() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Return all the checks that are registered with the local agent.
- rxLocalServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns list of services registered with the local agent.
- rxLocalServices() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Returns list of services registered with the local agent.
- rxLock() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- rxLock() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- rxLock(long, long, boolean) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- rxLock(long, long, boolean) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- rxLogout() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- rxLogout() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- rxLogout(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- rxLogout(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Logout can be called from any route handler which needs to terminate a login session.
- rxLolwut(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Display some computer art and the Redis version.
- rxLolwut(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Display some computer art and the Redis version.
- rxLookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
- rxLookup(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
- rxLookup4(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to lookup the A (ipv4) record for the given name.
- rxLookup4(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to lookup the A (ipv4) record for the given name.
- rxLookup6(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to lookup the AAAA (ipv6) record for the given name.
- rxLookup6(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to lookup the AAAA (ipv6) record for the given name.
- rxLpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and get the first elements in a list.
- rxLpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and get the first elements in a list.
- rxLpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the index of matching elements on a list.
- rxLpos(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the index of matching elements on a list.
- rxLprops(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Obtain properties for the link represented by
path
, asynchronously. - rxLprops(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Obtain properties for the link represented by
path
, asynchronously. - rxLpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Prepend one or multiple elements to a list.
- rxLpush(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Prepend one or multiple elements to a list.
- rxLpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Prepend an element to a list, only if the list exists.
- rxLpushx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Prepend an element to a list, only if the list exists.
- rxLrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get a range of elements from a list.
- rxLrange(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get a range of elements from a list.
- rxLrem(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove elements from a list.
- rxLrem(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove elements from a list.
- rxLset(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value of an element in a list by its index.
- rxLset(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value of an element in a list by its index.
- rxLtrim(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Trim a list to the specified range.
- rxLtrim(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Trim a list to the specified range.
- rxMaintenanceService(MaintenanceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Places a given service into "maintenance mode"
- rxMaintenanceService(MaintenanceOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Places a given service into "maintenance mode"
- rxMemory(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for memory diagnostics commands.
- rxMemory(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for memory diagnostics commands.
- rxMessageCount(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Returns the number of messages in a queue ready to be delivered.
- rxMessageCount(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Returns the number of messages in a queue ready to be delivered.
- rxMetadata() - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Get for the session.
- rxMetadata() - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Get for the session.
- rxMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the values of all the given keys.
- rxMget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the values of all the given keys.
- rxMigrate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Atomically transfer a key from a Redis instance to another one.
- rxMigrate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Atomically transfer a key from a Redis instance to another one.
- rxMkdir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - rxMkdir(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - rxMkdir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - rxMkdir(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create the directory represented by
path
, asynchronously. - rxMkdirs(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - rxMkdirs(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - rxMkdirs(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - rxMkdirs(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create the directory represented by
path
and any non existent parents, asynchronously. - rxModule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for module commands.
- rxModule(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for module commands.
- rxMonitor() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Listen for all requests received by the server in real time.
- rxMonitor() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Listen for all requests received by the server in real time.
- rxMove(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - rxMove(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Move a key to another database.
- rxMove(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - rxMove(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Move a key to another database.
- rxMove(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - rxMove(String, String, CopyOptions) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Move a file from the path
from
to pathto
, asynchronously. - rxMset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set multiple keys to multiple values.
- rxMset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set multiple keys to multiple values.
- rxMsetnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set multiple keys to multiple values, only if none of the keys exist.
- rxMsetnx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set multiple keys to multiple values, only if none of the keys exist.
- rxMulti() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Mark the start of a transaction block.
- rxMulti() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Mark the start of a transaction block.
- rxNack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given message.
- rxNack(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given message.
- rxNack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given frame.
- rxNack(String, String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a non-acknowledgement for the given frame.
- rxObject(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for object introspection commands.
- rxObject(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for object introspection commands.
- rxOf(HttpServerRequest, Operation) - Static method in class io.vertx.reactivex.openapi.validation.ValidatableRequest
-
Creates a new
ValidatableRequest
object based on the passed and . - rxOf(HttpServerRequest, Operation) - Static method in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
-
Creates a new
ValidatableRequest
object based on the passed and . - rxOffsetsForTimes(TopicPartition, Long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Look up the offset for the given partition by timestamp.
- rxOffsetsForTimes(TopicPartition, Long) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Look up the offset for the given partition by timestamp.
- rxOnAllMasterNodes(Request) - Method in class io.vertx.reactivex.redis.client.RedisCluster
-
Runs the
request
against all master nodes in the cluster. - rxOnAllMasterNodes(Request) - Method in class io.vertx.rxjava3.redis.client.RedisCluster
-
Runs the
request
against all master nodes in the cluster. - rxOnAllNodes(Request) - Method in class io.vertx.reactivex.redis.client.RedisCluster
-
Runs the
request
against all nodes in the cluster. - rxOnAllNodes(Request) - Method in class io.vertx.rxjava3.redis.client.RedisCluster
-
Runs the
request
against all nodes in the cluster. - rxOnAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Called when the client connects to a server requiring authentication.
- rxOnAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Called when the client connects to a server requiring authentication.
- rxOpen(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Open the file represented by
path
, asynchronously. - rxOpen(String, OpenOptions) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Open the file represented by
path
, asynchronously. - rxOpenIdConnectHandler(Function<String, Single<OAuth2AuthHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- rxOpenIdConnectHandler(String, Function<String, Single<OAuth2AuthHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- rxOpenIdConnectHandler(String, Function<String, Single<OAuth2AuthHandler>>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- rxOpenIdConnectHandler(String, Function<String, Future<OAuth2AuthHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- rxOpenIdConnectHandler(Function<String, Single<OAuth2AuthHandler>>) - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- rxOpenIdConnectHandler(Function<String, Future<OAuth2AuthHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
-
Configure the to be used when creating the router.
- rxPartitionsFor(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get metadata about the partitions for a given topic.
- rxPartitionsFor(String) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Get the partition metadata for the give topic.
- rxPartitionsFor(String) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get metadata about the partitions for a given topic.
- rxPartitionsFor(String) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Get the partition metadata for the give topic.
- rxPassCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "passing".
- rxPassCheck(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "passing".
- rxPassCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "passing".
- rxPassCheckWithNote(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "passing".
- rxPause(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partition.
- rxPause(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partition.
- rxPause(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partitions.
- rxPause(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Suspend fetching from the requested partitions.
- rxPaused() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions that were previously paused by a call to pause(Set).
- rxPaused() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions that were previously paused by a call to pause(Set).
- rxPeersStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Retrieves the Raft peers for the datacenter in which the the agent is running.
- rxPeersStatus() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Retrieves the Raft peers for the datacenter in which the the agent is running.
- rxPersist(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove the expiration from a key.
- rxPersist(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove the expiration from a key.
- rxPexpire(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set a key's time to live in milliseconds.
- rxPexpire(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set a key's time to live in milliseconds.
- rxPexpireat(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- rxPexpireat(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- rxPexpiretime(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key in milliseconds.
- rxPexpiretime(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key in milliseconds.
- rxPfadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Adds the specified elements to the specified HyperLogLog.
- rxPfadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Adds the specified elements to the specified HyperLogLog.
- rxPfcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- rxPfcount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- rxPfdebug(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Internal commands for debugging HyperLogLog values.
- rxPfdebug(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Internal commands for debugging HyperLogLog values.
- rxPfmerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Merge N different HyperLogLogs into a single one.
- rxPfmerge(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Merge N different HyperLogLogs into a single one.
- rxPfselftest() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
An internal command for testing HyperLogLog values.
- rxPfselftest() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
An internal command for testing HyperLogLog values.
- rxPing() - Method in class io.vertx.reactivex.db2client.DB2Connection
-
Send a PING command to check if the server is alive.
- rxPing() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a PING command to check if the server is alive.
- rxPing() - Method in class io.vertx.rxjava3.db2client.DB2Connection
-
Send a PING command to check if the server is alive.
- rxPing() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a PING command to check if the server is alive.
- rxPing(Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Send a frame to the remote endpoint.
- rxPing(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Send a frame to the remote endpoint.
- rxPing(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Ping the server.
- rxPing(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Ping the server.
- rxPipeTo(WriteStream<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Response>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Req>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Resp>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Row>) - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Response>) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Message<T>>) - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<String>) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Req>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<Resp>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<T>) - Method in interface io.vertx.rxjava3.core.streams.ReadStream
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<T>) - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
-
Pipe this
ReadStream
to theWriteStream
. - rxPipeTo(WriteStream<T>) - Method in class io.vertx.rxjava3.sqlclient.RowStream
-
Pipe this
ReadStream
to theWriteStream
. - rxPoll(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Executes a poll for getting messages from Kafka.
- rxPoll(Duration) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Executes a poll for getting messages from Kafka.
- rxPosition(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the offset of the next record that will be fetched (if a record with that offset exists).
- rxPosition(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the offset of the next record that will be fetched (if a record with that offset exists).
- rxPrepare(SimpleStatement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Prepares the provided a .
- rxPrepare(SimpleStatement) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Prepares the provided a .
- rxPrepare(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Prepares the provided query string.
- rxPrepare(String) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - rxPrepare(String) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Prepares the provided query string.
- rxPrepare(String) - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - rxPrepare(String, PrepareOptions) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - rxPrepare(String, PrepareOptions) - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
-
Create a prepared statement using the given
sql
string. - rxProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Obtain properties for the file represented by
path
, asynchronously. - rxProps(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Obtain properties for the file represented by
path
, asynchronously. - rxProxy(HttpClientRequest) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Proxy this request to the origin server using the specified
request
and then send the proxy response. - rxPsetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value and expiration in milliseconds of a key.
- rxPsetex(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value and expiration in milliseconds of a key.
- rxPsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Listen for messages published to channels matching the given patterns.
- rxPsubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Listen for messages published to channels matching the given patterns.
- rxPsync(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Internal command used for replication.
- rxPsync(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Internal command used for replication.
- rxPttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the time to live for a key in milliseconds.
- rxPttl(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the time to live for a key in milliseconds.
- rxPublish(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Publishes a record.
- rxPublish(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
-
Publishes a record.
- rxPublish(Record) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Publishes a record.
- rxPublish(Record) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
-
Publishes a record.
- rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sends the PUBLISH message to the remote MQTT server
- rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT client
- rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sends the PUBLISH message to the remote MQTT server
- rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT client
- rxPublish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- rxPublish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- rxPublish(String, Buffer, MqttQoS, boolean, boolean, int, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- rxPublish(String, Buffer, MqttQoS, boolean, boolean, int, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
- rxPublish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Post a message to a channel.
- rxPublish(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Post a message to a channel.
- rxPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Publish a message.
- rxPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Publish a message.
- rxPublishConfirm(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Publish a message and complete when publish confirm has returned.
- rxPublishConfirm(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Publish a message and complete when publish confirm has returned.
- rxPubsub(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for Pub/Sub commands.
- rxPubsub(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for Pub/Sub commands.
- rxPunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Stop listening for messages posted to channels matching the given patterns.
- rxPunsubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Stop listening for messages posted to channels matching the given patterns.
- rxPush(HttpMethod, HostAndPort, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- rxPush(HttpMethod, HostAndPort, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- rxPush(HttpMethod, HostAndPort, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Push a response to the client.
- rxPush(HttpMethod, HostAndPort, String, MultiMap) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Push a response to the client.
- rxPush(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(io.vertx.core.http.HttpMethod, io.vertx.core.net.HostAndPort, java.lang.String)
with the host copied from the current request. - rxPush(HttpMethod, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(io.vertx.core.http.HttpMethod, io.vertx.core.net.HostAndPort, java.lang.String)
with the host copied from the current request. - rxPush(HttpMethod, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(io.vertx.core.http.HttpMethod, io.vertx.core.net.HostAndPort, java.lang.String)
with the host copied from the current request. - rxPush(HttpMethod, String, MultiMap) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Like
HttpServerResponse.push(io.vertx.core.http.HttpMethod, io.vertx.core.net.HostAndPort, java.lang.String)
with the host copied from the current request. - rxPut(Session) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Add a session with the specified ID.
- rxPut(Session) - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Add a session with the specified ID.
- rxPut(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- rxPut(K, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Put a value in the map, asynchronously.
- rxPut(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Like
AsyncMap.put(K, V)
but specifying a time to live for the entry. - rxPut(K, V, long) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Like
AsyncMap.put(K, V)
but specifying a time to live for the entry. - rxPutIfAbsent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Put the entry only if there is no entry with the key already present.
- rxPutIfAbsent(K, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Put the entry only if there is no entry with the key already present.
- rxPutIfAbsent(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Link
AsyncMap.putIfAbsent(K, V)
but specifying a time to live for the entry. - rxPutIfAbsent(K, V, long) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Link
AsyncMap.putIfAbsent(K, V)
but specifying a time to live for the entry. - rxPutValue(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Adds specified key/value pair
- rxPutValue(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Adds specified key/value pair
- rxPutValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- rxPutValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- rxQueryStream(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Executes the given SQL statement which returns the results of the query as a read stream.
- rxQueryStream(Statement) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Executes the given SQL statement which returns the results of the query as a read stream.
- rxQueryStream(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Executes the given SQL
SELECT
statement which returns the results of the query as a read stream. - rxQueryStream(String) - Method in class io.vertx.rxjava3.cassandra.CassandraClient
-
Executes the given SQL
SELECT
statement which returns the results of the query as a read stream. - rxQueueBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- rxQueueBind(String, String, String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- rxQueueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- rxQueueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Bind a queue to an exchange
- rxQueueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Declare a queue
- rxQueueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Declare a queue
- rxQueueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Declare a queue with config options
- rxQueueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Declare a queue with config options
- rxQueueDeclareAuto() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Actively declare a server-named exclusive, autodelete, non-durable queue.
- rxQueueDeclareAuto() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Actively declare a server-named exclusive, autodelete, non-durable queue.
- rxQueueDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Delete a queue, without regard for whether it is in use or has messages on it
- rxQueueDelete(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Delete a queue, without regard for whether it is in use or has messages on it
- rxQueueDeleteIf(String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Delete a queue
- rxQueueDeleteIf(String, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Delete a queue
- rxQueueUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- rxQueueUnbind(String, String, String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- rxQueueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- rxQueueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Unbind a queue from an exchange
- rxQuit(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Close the connection.
- rxQuit(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Close the connection.
- rxRandomkey() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a random key from the keyspace.
- rxRandomkey() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a random key from the keyspace.
- rxRead(int) - Method in class io.vertx.reactivex.sqlclient.Cursor
-
Read rows from the cursor, the result is provided asynchronously to the
handler
. - rxRead(int) - Method in class io.vertx.rxjava3.sqlclient.Cursor
-
Read rows from the cursor, the result is provided asynchronously to the
handler
. - rxRead(Buffer, int, long, int) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Reads
length
bytes of data from the file at positionposition
in the file, asynchronously. - rxRead(Buffer, int, long, int) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Reads
length
bytes of data from the file at positionposition
in the file, asynchronously. - rxReadAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Reads an ACL token with the given Accessor ID
- rxReadAclToken(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Reads an ACL token with the given Accessor ID
- rxReadDir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - rxReadDir(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - rxReadDir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - rxReadDir(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Read the contents of the directory specified by
path
, asynchronously. - rxReadFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Reads the entire file as represented by the path
path
as a , asynchronously. - rxReadFile(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Reads the entire file as represented by the path
path
as a , asynchronously. - rxReadonly() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Enables read queries for a connection to a cluster replica node.
- rxReadonly() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Enables read queries for a connection to a cluster replica node.
- rxReadPolicy(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given ID
- rxReadPolicy(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given ID
- rxReadPolicyByName(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given name
- rxReadPolicyByName(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint reads an ACL policy with the given name
- rxReadSymlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Returns the path representing the file that the symbolic link specified by
link
points to, asynchronously. - rxReadSymlink(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Returns the path representing the file that the symbolic link specified by
link
points to, asynchronously. - rxReadwrite() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Disables read queries for a connection to a cluster replica node.
- rxReadwrite() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Disables read queries for a connection to a cluster replica node.
- rxRedirect(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Perform a 302 redirect to
url
. - rxRedirect(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Perform a 302 redirect to
url
. - rxRefresh() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Forces the current user to re-authenticate.
- rxRefresh() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Forces the current user to re-authenticate.
- rxRefresh(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Refresh the current User (access token).
- rxRefresh(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Refresh the current User (access token).
- rxRefresh(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
Forces the current user to re-authenticate.
- rxRefresh(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Forces the current user to re-authenticate.
- rxRegisterCatalogService(Node, ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Register node with external service
- rxRegisterCatalogService(Node, ServiceOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Register node with external service
- rxRegisterCheck(CheckOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Add a new check to the local agent.
- rxRegisterCheck(CheckOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Add a new check to the local agent.
- rxRegisterService(ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Adds a new service, with an optional health check, to the local agent.
- rxRegisterService(ServiceOptions) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Adds a new service, with an optional health check, to the local agent.
- rxRegisterServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Registers a discovery bridge.
- rxRegisterServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Registers a discovery bridge.
- rxRegisterServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Registers a discovery service importer.
- rxRegisterServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Registers a discovery service importer.
- rxReject() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
-
Reject the WebSocket.
- rxReject() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
-
Reject the WebSocket.
- rxReject(int) - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
-
Like
ServerWebSocketHandshake.reject()
but with astatus
. - rxReject(int) - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
-
Like
ServerWebSocketHandshake.reject()
but with astatus
. - rxRelease() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
-
Releases this lock;
- rxRelease() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
-
Releases this lock;
- rxRemove(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- rxRemove(K) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Remove a value from the map, asynchronously.
- rxRemoveDocument(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Remove a single matching document from a collection and return the handler with
MongoClientDeleteResult
result - rxRemoveDocument(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Remove a single matching document from a collection and return the handler with
MongoClientDeleteResult
result - rxRemoveDocuments(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Remove matching documents from a collection and return the handler with
MongoClientDeleteResult
result - rxRemoveDocuments(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Remove matching documents from a collection and return the handler with
MongoClientDeleteResult
result - rxRemoveDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - rxRemoveDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Remove matching documents from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - rxRemoveDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - rxRemoveDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Remove a single matching document from a collection with the specified write option and return the handler with
MongoClientDeleteResult
result - rxRemoveIfPresent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Remove a value from the map, only if entry already exists with same value.
- rxRemoveIfPresent(K, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Remove a value from the map, only if entry already exists with same value.
- rxRename(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Rename a key.
- rxRename(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Rename a key.
- rxRenameCollection(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Rename a collection
- rxRenameCollection(String, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Rename a collection
- rxRenameCollectionWithOptions(String, String, RenameCollectionOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Rename a collection
- rxRenameCollectionWithOptions(String, String, RenameCollectionOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Rename a collection
- rxRenamenx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Rename a key, only if the new key does not exist.
- rxRenamenx(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Rename a key, only if the new key does not exist.
- rxRender(JsonObject, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
-
Render the template.
- rxRender(JsonObject, String) - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
-
Render the template.
- rxRender(Map<String, Object>, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
-
Render the template.
- rxRender(Map<String, Object>, String) - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
-
Render the template.
- rxRenewSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Renews the given session.
- rxRenewSession(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Renews the given session.
- rxReplace(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- rxReplace(K, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- rxReplace(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- rxReplace(K, V, long) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to some value
- rxReplaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Replace matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - rxReplaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Replace matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - rxReplaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - rxReplaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Replace matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - rxReplaceIfPresent(K, V, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- rxReplaceIfPresent(K, V, V) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- rxReplaceIfPresent(K, V, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- rxReplaceIfPresent(K, V, V, long) - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Replace the entry only if it is currently mapped to a specific value
- rxReplconf(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
An internal command for configuring the replication stream.
- rxReplconf(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
An internal command for configuring the replication stream.
- rxReplicaof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Make the server a replica of another instance, or promote it as master.
- rxReplicaof(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Make the server a replica of another instance, or promote it as master.
- rxReplyAndRequest(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
-
Reply to this message, specifying a
replyHandler
for the reply - i.e. - rxReplyAndRequest(Object) - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Reply to this message, specifying a
replyHandler
for the reply - i.e. - rxReplyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
-
Like
Message.replyAndRequest(java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - rxReplyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.Message
-
Like
Message.replyAndRequest(java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - rxRequest() - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server with the default host and port of the client.
- rxRequest() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server with the default host and port of the client.
- rxRequest() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server with the default host and port of the client.
- rxRequest() - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Like
GrpcClient.request(io.vertx.core.net.Address)
with the default remote server. - rxRequest() - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server with the default host and port of the client.
- rxRequest() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server with the default host and port of the client.
- rxRequest() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server with the default host and port of the client.
- rxRequest() - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Like
GrpcClient.request(io.vertx.core.net.Address)
with the default remote server. - rxRequest(HttpMethod, int, String, String) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
andport
. - rxRequest(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the
host
andport
. - rxRequest(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the
host
andport
. - rxRequest(HttpMethod, int, String, String) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
andport
. - rxRequest(HttpMethod, int, String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the
host
andport
. - rxRequest(HttpMethod, int, String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the
host
andport
. - rxRequest(HttpMethod, String) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port.
- rxRequest(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the default host and port.
- rxRequest(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the default host and port.
- rxRequest(HttpMethod, String) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server at the default host and port.
- rxRequest(HttpMethod, String) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the default host and port.
- rxRequest(HttpMethod, String) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the default host and port.
- rxRequest(HttpMethod, String, String) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
and default port. - rxRequest(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the
host
and default port. - rxRequest(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the
host
and default port. - rxRequest(HttpMethod, String, String) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server at the
host
and default port. - rxRequest(HttpMethod, String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server at the
host
and default port. - rxRequest(HttpMethod, String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server at the
host
and default port. - rxRequest(RequestOptions) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP request to send to the server.
- rxRequest(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Create an HTTP request to send to the server.
- rxRequest(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
-
Create an HTTP request to send to the server.
- rxRequest(RequestOptions) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Create an HTTP request to send to the server.
- rxRequest(RequestOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Create an HTTP request to send to the server.
- rxRequest(RequestOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
-
Create an HTTP request to send to the server.
- rxRequest(Address) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - rxRequest(Address) - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - rxRequest(Address, ServiceMethod<Resp, Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - rxRequest(Address, ServiceMethod<Resp, Req>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Connect to the remote
server
and create a request for any hosted gRPC service. - rxRequest(ServiceMethod<Resp, Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
-
Like
GrpcClient.request(io.vertx.core.net.Address)
with the default remote server. - rxRequest(ServiceMethod<Resp, Req>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
-
Like
GrpcClient.request(io.vertx.core.net.Address)
with the default remote server. - rxRequest(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Sends a message and specify a
replyHandler
that will be called if the recipient subsequently replies to the message. - rxRequest(String, Object) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Sends a message and specify a
replyHandler
that will be called if the recipient subsequently replies to the message. - rxRequest(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Like
EventBus.request(java.lang.String, java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - rxRequest(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Like
EventBus.request(java.lang.String, java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - rxReset() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Reset this stream with the error code
0
. - rxReset() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Reset this HTTP/2 stream with the error code
0
. - rxReset() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Reset the connection.
- rxReset() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Reset this stream with the error code
0
. - rxReset() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Reset this HTTP/2 stream with the error code
0
. - rxReset() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Reset the connection.
- rxReset(long) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Reset this request:
- rxReset(long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Reset this response:
- rxReset(long) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Reset this request:
- rxReset(long) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Reset this response:
- rxReset(long, Throwable) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Reset this request:
- rxReset(long, Throwable) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Reset this request:
- rxResetConnection() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a RESET_CONNECTION command to reset the session state.
- rxResetConnection() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a RESET_CONNECTION command to reset the session state.
- rxResolveA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- rxResolveA(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve all A (ipv4) records for the given name.
- rxResolveAAAA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- rxResolveAAAA(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve all AAAA (ipv6) records for the given name.
- rxResolveCNAME(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- rxResolveCNAME(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the CNAME record for the given name.
- rxResolveEndpoint(Address) - Method in class io.vertx.reactivex.core.net.endpoint.EndpointResolver
-
Resolver an endpoint for the specified
address
- rxResolveEndpoint(Address) - Method in class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
-
Resolver an endpoint for the specified
address
- rxResolveMX(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- rxResolveMX(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the MX records for the given name.
- rxResolveNS(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- rxResolveNS(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the NS records for the given name.
- rxResolvePTR(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- rxResolvePTR(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the PTR record for the given name.
- rxResolveSRV(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- rxResolveSRV(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the SRV records for the given name.
- rxResolveTXT(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- rxResolveTXT(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to resolve the TXT records for the given name.
- rxResponse() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- rxResponse() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- rxResponse() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- rxResponse() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- rxRestartConnect(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
restart the rabbitMQ connect.
- rxRestartConnect(int) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
restart the rabbitMQ connect.
- rxRestore() - Method in class io.vertx.reactivex.ext.web.UserContext
-
Undo a previous call to a impersonation.
- rxRestore() - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Undo a previous call to a impersonation.
- rxRestore(String) - Method in class io.vertx.reactivex.ext.web.UserContext
-
Undo a previous call to an impersonation.
- rxRestore(String) - Method in class io.vertx.rxjava3.ext.web.UserContext
-
Undo a previous call to an impersonation.
- rxRestore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Create a key using the provided serialized value, previously obtained using DUMP.
- rxRestore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Create a key using the provided serialized value, previously obtained using DUMP.
- rxRestoreAsking(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
An internal command for migrating keys in a cluster.
- rxRestoreAsking(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
An internal command for migrating keys in a cluster.
- rxResume(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Resume specified partition which have been paused with pause.
- rxResume(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Resume specified partition which have been paused with pause.
- rxResume(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Resume specified partitions which have been paused with pause.
- rxResume(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Resume specified partitions which have been paused with pause.
- rxReverseLookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
-
Try to do a reverse lookup of an IP address.
- rxReverseLookup(String) - Method in class io.vertx.rxjava3.core.dns.DnsClient
-
Try to do a reverse lookup of an IP address.
- rxRevoke(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access token.
- rxRevoke(User, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access or refresh token.
- rxRevoke(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access token.
- rxRevoke(User, String) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Revoke an obtained access or refresh token.
- rxRole() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the role of the instance in the context of replication.
- rxRole() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the role of the instance in the context of replication.
- rxRollback() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Rollback the transaction and release the associated resources.
- rxRollback() - Method in class io.vertx.rxjava3.sqlclient.Transaction
-
Rollback the transaction and release the associated resources.
- rxRpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and get the last elements in a list.
- rxRpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and get the last elements in a list.
- rxRpoplpush(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxRpoplpush(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxRpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Append one or multiple elements to a list.
- rxRpush(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Append one or multiple elements to a list.
- rxRpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Append an element to a list, only if the list exists.
- rxRpushx(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Append an element to a list, only if the list exists.
- rxRunCommand(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- rxRunCommand(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Run an arbitrary MongoDB command.
- rxSadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add one or more members to a set.
- rxSadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add one or more members to a set.
- rxSave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Synchronously save the dataset to disk.
- rxSave() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Synchronously save the dataset to disk.
- rxSave(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Save a document in the specified collection
- rxSave(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Save a document in the specified collection
- rxSaveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- rxSaveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- rxScan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Incrementally iterate the keys space.
- rxScan(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Incrementally iterate the keys space.
- rxScard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the number of members in a set.
- rxScard(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the number of members in a set.
- rxScript(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for Lua scripts management commands.
- rxScript(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for Lua scripts management commands.
- rxSdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Subtract multiple sets.
- rxSdiff(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Subtract multiple sets.
- rxSdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Subtract multiple sets and store the resulting set in a key.
- rxSdiffstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Subtract multiple sets and store the resulting set in a key.
- rxSeek(TopicPartition, long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- rxSeek(TopicPartition, long) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- rxSeek(TopicPartition, OffsetAndMetadata) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- rxSeek(TopicPartition, OffsetAndMetadata) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- rxSeekToBeginning(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partition.
- rxSeekToBeginning(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partition.
- rxSeekToBeginning(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partitions.
- rxSeekToBeginning(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partitions.
- rxSeekToEnd(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partition.
- rxSeekToEnd(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partition.
- rxSeekToEnd(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partitions.
- rxSeekToEnd(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partitions.
- rxSelect(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Change the selected database for the current connection.
- rxSelect(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Change the selected database for the current connection.
- rxSend() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with an empty body.
- rxSend() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with an empty body.
- rxSend() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Send a request, the
handler
will receive the response as anHttpResponse
. - rxSend() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Send the request with an empty body.
- rxSend() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with an empty body.
- rxSend() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Send a request, the
handler
will receive the response as anHttpResponse
. - rxSend() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Send the proxies response to the user agent.
- rxSend(Flowable<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with a stream
body
. - rxSend(Flowable<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a stream
body
. - rxSend(Flowable<Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- rxSend(Flowable<Resp>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- rxSend(Flowable<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Send the request with a stream
body
. - rxSend(Flowable<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with a stream
body
. - rxSend(Flowable<Req>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- rxSend(Flowable<Resp>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- rxSend(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with a buffer
body
. - rxSend(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a buffer
body
. - rxSend(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Send the request with a buffer
body
. - rxSend(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with a buffer
body
. - rxSend(Buffer, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Write the given
Buffer
to theSocketAddress
. - rxSend(Buffer, int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Write the given
Buffer
to theSocketAddress
. - rxSend(ClientForm) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Like
HttpClientRequest.send()
but with aform
. - rxSend(ClientForm) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Like
HttpClientRequest.send()
but with aform
. - rxSend(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- rxSend(Frame) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- rxSend(HttpServerResponse) - Method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
-
Add all parameters from the validated response to the passed and send it.
- rxSend(ReadStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with a stream
body
. - rxSend(ReadStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a stream
body
. - rxSend(ReadStream<Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- rxSend(ReadStream<Resp>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- rxSend(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Asynchronously write a record to a topic
- rxSend(Request) - Method in class io.vertx.reactivex.redis.client.Redis
-
Send the given command to the Redis server or cluster.
- rxSend(Request) - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Send the given command to the redis server or cluster.
- rxSend(Request) - Method in class io.vertx.rxjava3.redis.client.Redis
-
Send the given command to the Redis server or cluster.
- rxSend(Request) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Send the given command to the redis server or cluster.
- rxSend(HttpClientRequest) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Send this request to the origin server using the specified
request
. - rxSend(HttpServerResponse) - Method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
-
Add all parameters from the validated response to the passed and send it.
- rxSend(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Asynchronously write a record to a topic
- rxSend(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with a string
body
. - rxSend(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a string
body
. - rxSend(String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Send the request with a string
body
. - rxSend(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with a string
body
. - rxSend(String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using UTF8 encoding. - rxSend(String, int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using UTF8 encoding. - rxSend(String, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - rxSend(String, Buffer) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - rxSend(String, String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using the given encoding. - rxSend(String, String, int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using the given encoding. - rxSend(String, Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - rxSend(String, Map<String, String>, Buffer) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - rxSend(Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server. - rxSend(Map<String, String>, Buffer) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server. - rxSend(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- rxSend(Req) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- rxSend(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- rxSend(Resp) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- rxSendBuffer(Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
buffer. - rxSendBuffer(Buffer) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
buffer. - rxSendFile(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a stream
body
. - rxSendFile(String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - rxSendFile(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with a stream
body
. - rxSendFile(String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - rxSendFile(String, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Same as
HttpServerResponse.sendFile(java.lang.String)
using length @code{Long.MAX_VALUE} which means until the end of the file. - rxSendFile(String, long) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - rxSendFile(String, long) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Same as
HttpServerResponse.sendFile(java.lang.String)
using length @code{Long.MAX_VALUE} which means until the end of the file. - rxSendFile(String, long) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - rxSendFile(String, long, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Ask the OS to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - rxSendFile(String, long, long) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - rxSendFile(String, long, long) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Ask the OS to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - rxSendFile(String, long, long) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - rxSendForm(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - rxSendForm(MultiMap) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - rxSendForm(MultiMap, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - rxSendForm(MultiMap, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - rxSendHead() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Forces the head of the request to be written before
HttpClientRequest.end(java.lang.String)
is called on the request or any data is written to it. - rxSendHead() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Forces the head of the request to be written before
HttpClientRequest.end(java.lang.String)
is called on the request or any data is written to it. - rxSendJson(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - rxSendJson(Object) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - rxSendJsonObject(JsonObject) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - rxSendJsonObject(JsonObject) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - rxSendMail(MailMessage) - Method in class io.vertx.reactivex.ext.mail.MailClient
-
send a single mail via MailClient
- rxSendMail(MailMessage) - Method in class io.vertx.rxjava3.ext.mail.MailClient
-
send a single mail via MailClient
- rxSendMultipartForm(MultipartForm) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set tomultipart/form-data
. - rxSendMultipartForm(MultipartForm) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set tomultipart/form-data
. - rxSendRequest() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- rxSendResponse() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- rxSendStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
stream. - rxSendStream(Flowable<Buffer>) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
stream. - rxSendStream(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
stream. - rxSendWithAck(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Sends an AMQP message and waits for an acknowledgement.
- rxSendWithAck(AmqpMessage) - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Sends an AMQP message and waits for an acknowledgement.
- rxSet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the string value of a key.
- rxSet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the string value of a key.
- rxSetbit(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Sets or clears the bit at offset in the string value stored at key.
- rxSetbit(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Sets or clears the bit at offset in the string value stored at key.
- rxSetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value and expiration of a key.
- rxSetex(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value and expiration of a key.
- rxSetnx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value of a key, only if the key does not exist.
- rxSetnx(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value of a key, only if the key does not exist.
- rxSetOption(MySQLSetOption) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a SET_OPTION command to set options for the current connection.
- rxSetOption(MySQLSetOption) - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a SET_OPTION command to set options for the current connection.
- rxSetrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Overwrite part of a string at key starting at the specified offset.
- rxSetrange(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Overwrite part of a string at key starting at the specified offset.
- rxSetTransactionIsolation(int) - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- rxSetTransactionIsolation(int) - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- rxSetUser(RoutingContext, User) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set the user for the session
- rxSetUser(RoutingContext, User) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set the user for the session
- rxShutdown() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- rxShutdown() - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- rxShutdown() - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.reactivex.core.http.HttpServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- rxShutdown() - Method in class io.vertx.reactivex.core.http.WebSocket
- rxShutdown() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- rxShutdown() - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.reactivex.core.net.NetClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.reactivex.core.net.NetServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- rxShutdown() - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- rxShutdown() - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- rxShutdown() - Method in class io.vertx.rxjava3.core.http.WebSocket
- rxShutdown() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- rxShutdown() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.rxjava3.core.net.NetClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown() - Method in class io.vertx.rxjava3.core.net.NetServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- rxShutdown(long, TimeUnit) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Initiate the client shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Initiate the client shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight requests are processed, otherwise after a
timeout
the connection will be closed. - rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Initiate the server shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.WebSocket
- rxShutdown(long, TimeUnit) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Initiate the client shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.net.NetClient
-
Initiate the client shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.net.NetServer
-
Initiate the server shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- rxShutdown(long, TimeUnit) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Initiate the client shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Initiate the client shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight requests are processed, otherwise after a
timeout
the connection will be closed. - rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Initiate the server shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.WebSocket
- rxShutdown(long, TimeUnit) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Initiate the client shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Initiate the client shutdown sequence.
- rxShutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Initiate the server shutdown sequence.
- rxShutdown(long, TimeUnit, short) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - rxShutdown(long, TimeUnit, short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - rxShutdown(long, TimeUnit, short) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - rxShutdown(long, TimeUnit, short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Calls
WebSocketBase.shutdown()
with anull
reason. - rxShutdown(long, TimeUnit, short) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - rxShutdown(long, TimeUnit, short) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - rxShutdown(long, TimeUnit, short) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - rxShutdown(long, TimeUnit, short) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Calls
WebSocketBase.shutdown()
with anull
reason. - rxShutdown(long, TimeUnit, short, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - rxShutdown(long, TimeUnit, short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - rxShutdown(long, TimeUnit, short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - rxShutdown(long, TimeUnit, short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - rxShutdown(long, TimeUnit, short, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - rxShutdown(long, TimeUnit, short, String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - rxShutdown(long, TimeUnit, short, String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - rxShutdown(long, TimeUnit, short, String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - rxShutdown(short) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - rxShutdown(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - rxShutdown(short) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - rxShutdown(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - rxShutdown(short) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - rxShutdown(short) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - rxShutdown(short) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - rxShutdown(short) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - rxShutdown(short, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - rxShutdown(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - rxShutdown(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - rxShutdown(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - rxShutdown(short, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - rxShutdown(short, String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - rxShutdown(short, String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - rxShutdown(short, String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - rxShutdown(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Synchronously save the dataset to disk and then shut down the server.
- rxShutdown(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Synchronously save the dataset to disk and then shut down the server.
- rxSinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sets.
- rxSinter(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sets.
- rxSintercard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sets and return the cardinality of the result.
- rxSintercard(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sets and return the cardinality of the result.
- rxSinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sets and store the resulting set in a key.
- rxSinterstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sets and store the resulting set in a key.
- rxSismember(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine if a given value is a member of a set.
- rxSismember(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine if a given value is a member of a set.
- rxSize() - Method in class io.vertx.reactivex.core.file.AsyncFile
- rxSize() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Provide the number of entries in the map
- rxSize() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Get the number of sessions in the store.
- rxSize() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- rxSize() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Provide the number of entries in the map
- rxSize() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Get the number of sessions in the store.
- rxSlaveof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxSlaveof(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxSlowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for slow log commands.
- rxSlowlog(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for slow log commands.
- rxSmembers(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get all the members in a set.
- rxSmembers(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get all the members in a set.
- rxSmismember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns the membership associated with the given elements for a set.
- rxSmismember(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns the membership associated with the given elements for a set.
- rxSmove(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Move a member from one set to another.
- rxSmove(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Move a member from one set to another.
- rxSort(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- rxSort(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- rxSortRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- rxSortRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- rxSpecifySchema(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a INIT_DB command to change the default schema of the connection.
- rxSpecifySchema(String) - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a INIT_DB command to change the default schema of the connection.
- rxSpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return one or multiple random members from a set.
- rxSpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return one or multiple random members from a set.
- rxSpublish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Post a message to a shard channel.
- rxSpublish(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Post a message to a shard channel.
- rxSrandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get one or multiple random members from a set.
- rxSrandmember(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get one or multiple random members from a set.
- rxSrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove one or more members from a set.
- rxSrem(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove one or more members from a set.
- rxSscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Incrementally iterate Set elements.
- rxSscan(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Incrementally iterate Set elements.
- rxSsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Listen for messages published to the given shard channels.
- rxSsubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Listen for messages published to the given shard channels.
- rxStart() - Method in class io.vertx.reactivex.core.AbstractVerticle
-
Override to return a
Completable
that will complete the deployment of this verticle. - rxStart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Start the rabbitMQ client.
- rxStart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Start the rabbitMQ publisher.
- rxStart() - Method in class io.vertx.rxjava3.core.AbstractVerticle
-
Override to return a
Completable
that will complete the deployment of this verticle. - rxStart() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Start the rabbitMQ client.
- rxStart() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Start the rabbitMQ publisher.
- rxStop() - Method in class io.vertx.reactivex.core.AbstractVerticle
-
Override to return a
Completable
that will complete the undeployment of this verticle. - rxStop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Stop the rabbitMQ client.
- rxStop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Stop the rabbitMQ publisher.
- rxStop() - Method in class io.vertx.rxjava3.core.AbstractVerticle
-
Override to return a
Completable
that will complete the undeployment of this verticle. - rxStop() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Stop the rabbitMQ client.
- rxStop() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Stop the rabbitMQ publisher.
- rxStoreCredential(Authenticator) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
-
Persists a new credential, bound by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - rxStoreCredential(Authenticator) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
-
Persists a new credential, bound by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - rxStreamToFileSystem(String) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
Stream the content of this upload to the given file on storage.
- rxStreamToFileSystem(String) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
-
Stream the content of this upload to the given file on storage.
- rxStrlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the length of the value stored in a key.
- rxStrlen(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the length of the value stored in a key.
- rxSubscribe(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given topic to get dynamically assigned partitions.
- rxSubscribe(String) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given topic to get dynamically assigned partitions.
- rxSubscribe(String, int) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Subscribes to the topic with a specified QoS level
- rxSubscribe(String, int) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Subscribes to the topic with a specified QoS level
- rxSubscribe(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- rxSubscribe(String, Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- rxSubscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- rxSubscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- rxSubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Listen for messages published to the given channels.
- rxSubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Listen for messages published to the given channels.
- rxSubscribe(Map<String, Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Subscribes to the topics with related QoS levels
- rxSubscribe(Map<String, Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Subscribes to the topics with related QoS levels
- rxSubscribe(Pattern) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
- rxSubscribe(Pattern) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
- rxSubscribe(Set<String>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given list of topics to get dynamically assigned partitions.
- rxSubscribe(Set<String>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given list of topics to get dynamically assigned partitions.
- rxSubscription() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the current subscription.
- rxSubscription() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the current subscription.
- rxSubstr(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxSubstr(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxSunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add multiple sets.
- rxSunion(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add multiple sets.
- rxSunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add multiple sets and store the resulting set in a key.
- rxSunionstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add multiple sets and store the resulting set in a key.
- rxSunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Stop listening for messages posted to the given shard channels.
- rxSunsubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Stop listening for messages posted to the given shard channels.
- rxSwapdb(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Swaps two Redis databases.
- rxSwapdb(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Swaps two Redis databases.
- rxSymlink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create a symbolic link on the file system from
link
toexisting
, asynchronously. - rxSymlink(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create a symbolic link on the file system from
link
toexisting
, asynchronously. - rxSync() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Internal command used for replication.
- rxSync() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Internal command used for replication.
- rxTdigestAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.ADD.
- rxTdigestAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.ADD.
- rxTdigestByrank(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.BYRANK.
- rxTdigestByrank(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.BYRANK.
- rxTdigestByrevrank(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.BYREVRANK.
- rxTdigestByrevrank(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.BYREVRANK.
- rxTdigestCdf(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.CDF.
- rxTdigestCdf(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.CDF.
- rxTdigestCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.CREATE.
- rxTdigestCreate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.CREATE.
- rxTdigestInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.INFO.
- rxTdigestInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.INFO.
- rxTdigestMax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.MAX.
- rxTdigestMax(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.MAX.
- rxTdigestMerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.MERGE.
- rxTdigestMerge(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.MERGE.
- rxTdigestMin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.MIN.
- rxTdigestMin(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.MIN.
- rxTdigestQuantile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.QUANTILE.
- rxTdigestQuantile(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.QUANTILE.
- rxTdigestRank(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.RANK.
- rxTdigestRank(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.RANK.
- rxTdigestReset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.RESET.
- rxTdigestReset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.RESET.
- rxTdigestRevrank(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.REVRANK.
- rxTdigestRevrank(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.REVRANK.
- rxTdigestTrimmedMean(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.TRIMMED_MEAN.
- rxTdigestTrimmedMean(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.TRIMMED_MEAN.
- rxTime() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the current server time.
- rxTime() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the current server time.
- rxTimeseriesClusterset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSET.
- rxTimeseriesClusterset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSET.
- rxTimeseriesClustersetfromshard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
- rxTimeseriesClustersetfromshard(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
- rxTimeseriesHello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.HELLO.
- rxTimeseriesHello(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.HELLO.
- rxTimeseriesInfocluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.INFOCLUSTER.
- rxTimeseriesInfocluster(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.INFOCLUSTER.
- rxTimeseriesInnercommunication(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.INNERCOMMUNICATION.
- rxTimeseriesInnercommunication(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.INNERCOMMUNICATION.
- rxTimeseriesNetworktest(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.NETWORKTEST.
- rxTimeseriesNetworktest(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.NETWORKTEST.
- rxTimeseriesRefreshcluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.REFRESHCLUSTER.
- rxTimeseriesRefreshcluster(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.REFRESHCLUSTER.
- rxTo(WriteStream<T>) - Method in class io.vertx.reactivex.core.streams.Pipe
-
Start to pipe the elements to the destination
WriteStream
. - rxTo(WriteStream<T>) - Method in class io.vertx.rxjava3.core.streams.Pipe
-
Start to pipe the elements to the destination
WriteStream
. - rxToNetSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Establish a TCP tunnel with the client.
- rxToNetSocket() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Establish a TCP tunnel with the client.
- rxTopkAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.ADD.
- rxTopkAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.ADD.
- rxTopkCount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.COUNT.
- rxTopkCount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.COUNT.
- rxTopkIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.INCRBY.
- rxTopkIncrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.INCRBY.
- rxTopkInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.INFO.
- rxTopkInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.INFO.
- rxTopkList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.LIST.
- rxTopkList(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.LIST.
- rxTopkQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.QUERY.
- rxTopkQuery(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.QUERY.
- rxTopkReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.RESERVE.
- rxTopkReserve(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.RESERVE.
- rxTouch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Alters the last access time of a key(s).
- rxTouch(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Alters the last access time of a key(s).
- rxToWebSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Upgrade the connection of the current request to a WebSocket.
- rxToWebSocket() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Upgrade the connection of the current request to a WebSocket.
- rxTransaction(TxnRequest) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Manages multiple operations inside a single, atomic transaction.
- rxTransaction(TxnRequest) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Manages multiple operations inside a single, atomic transaction.
- rxTruncate(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Truncate the file represented by
path
to lengthlen
in bytes, asynchronously. - rxTruncate(String, long) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Truncate the file represented by
path
to lengthlen
in bytes, asynchronously. - rxTsAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.ADD.
- rxTsAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.ADD.
- rxTsAlter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.ALTER.
- rxTsAlter(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.ALTER.
- rxTsCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.CREATE.
- rxTsCreate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.CREATE.
- rxTsCreaterule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.CREATERULE.
- rxTsCreaterule(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.CREATERULE.
- rxTsDecrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.DECRBY.
- rxTsDecrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.DECRBY.
- rxTsDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.DEL.
- rxTsDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.DEL.
- rxTsDeleterule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.DELETERULE.
- rxTsDeleterule(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.DELETERULE.
- rxTsGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.GET.
- rxTsGet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.GET.
- rxTsIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.INCRBY.
- rxTsIncrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.INCRBY.
- rxTsInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.INFO.
- rxTsInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.INFO.
- rxTsMadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.MADD.
- rxTsMadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.MADD.
- rxTsMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.MGET.
- rxTsMget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.MGET.
- rxTsMrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.MRANGE.
- rxTsMrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.MRANGE.
- rxTsMrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.MREVRANGE.
- rxTsMrevrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.MREVRANGE.
- rxTsQueryindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.QUERYINDEX.
- rxTsQueryindex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.QUERYINDEX.
- rxTsRange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.RANGE.
- rxTsRange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.RANGE.
- rxTsRevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.REVRANGE.
- rxTsRevrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.REVRANGE.
- rxTtl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the time to live for a key in seconds.
- rxTtl(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the time to live for a key in seconds.
- rxType(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine the type stored at key.
- rxType(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine the type stored at key.
- rxUndeploy(String) - Method in class io.vertx.reactivex.core.Vertx
-
Undeploy a verticle deployment.
- rxUndeploy(String) - Method in class io.vertx.rxjava3.core.Vertx
-
Undeploy a verticle deployment.
- rxUnlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Unlinks the link on the file system represented by the path
link
, asynchronously. - rxUnlink(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Unlinks the link on the file system represented by the path
link
, asynchronously. - rxUnlink(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Delete a key asynchronously in another thread.
- rxUnlink(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Delete a key asynchronously in another thread.
- rxUnlistenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it.
- rxUnlistenMulticastGroup(String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it.
- rxUnlistenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it on the given network interface.
- rxUnlistenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it on the given network interface.
- rxUnpublish(String) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Un-publishes a record.
- rxUnpublish(String) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
-
Un-publishes a record.
- rxUnpublish(String) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Un-publishes a record.
- rxUnpublish(String) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
-
Un-publishes a record.
- rxUnregister() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
Unregisters the handler which created this registration
- rxUnregister() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
-
Unregisters the handler which created this registration
- rxUnsubscribe() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Unsubscribe from topics currently subscribed with subscribe.
- rxUnsubscribe() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Unsubscribe from topics currently subscribed with subscribe.
- rxUnsubscribe(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- rxUnsubscribe(String) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Unsubscribe from receiving messages on given topic
- rxUnsubscribe(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- rxUnsubscribe(String) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Unsubscribe from receiving messages on given topic
- rxUnsubscribe(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- rxUnsubscribe(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- rxUnsubscribe(List<String>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Unsubscribe from receiving messages on given list of topic
- rxUnsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Stop listening for messages posted to the given channels.
- rxUnsubscribe(List<String>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Unsubscribe from receiving messages on given list of topic
- rxUnsubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Stop listening for messages posted to the given channels.
- rxUnwatch() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Forget about all watched keys.
- rxUnwatch() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Forget about all watched keys.
- rxUpdate(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Updates the given record.
- rxUpdate(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
-
Updates an existing record.
- rxUpdate(Record) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Updates the given record.
- rxUpdate(Record) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
-
Updates an existing record.
- rxUpdateAclToken(String, AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Update an existing Acl token
- rxUpdateAclToken(String, AclToken) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Update an existing Acl token
- rxUpdateCheck(String, CheckStatus) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to given status.
- rxUpdateCheck(String, CheckStatus) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to given status.
- rxUpdateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to given status.
- rxUpdateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to given status.
- rxUpdateCollection(String, JsonObject, JsonArray) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection and return the handler with
MongoClientUpdateResult
result - rxUpdateCollection(String, JsonObject, JsonArray) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection and return the handler with
MongoClientUpdateResult
result - rxUpdateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Update matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - rxUpdateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Update matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - rxUpdateCollectionWithOptions(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - rxUpdateCollectionWithOptions(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - rxUpdateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - rxUpdateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - rxUpdateCounter(Authenticator) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
-
Updates a previously stored credential counter, as identified by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - rxUpdateCounter(Authenticator) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
-
Updates a previously stored credential counter, as identified by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - rxUpdatePolicy(String, AclPolicy) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint updates an existing ACL policy
- rxUpdatePolicy(String, AclPolicy) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint updates an existing ACL policy
- rxUpdatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- rxUpdatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- rxUpdateSettings(Http2Settings) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Send to the remote endpoint an update of this endpoint settings
- rxUpdateSettings(Http2Settings) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Send to the remote endpoint an update of this endpoint settings
- rxUpdateSSLOptions(ClientSSLOptions) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions) - Method in class io.vertx.reactivex.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.reactivex.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ServerSSLOptions) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ServerSSLOptions) - Method in class io.vertx.reactivex.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ServerSSLOptions) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ServerSSLOptions) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ServerSSLOptions, boolean) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ServerSSLOptions, boolean) - Method in class io.vertx.reactivex.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ServerSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateSSLOptions(ServerSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.reactivex.core.net.NetServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - rxUpdateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - rxUpgradeToSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options, without indicating a server name, without an upgrade message. - rxUpgradeToSsl() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options, without indicating a server name, without an upgrade message. - rxUpgradeToSsl(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options and without indicating a server name. - rxUpgradeToSsl(Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options and without indicating a server name. - rxUpgradeToSsl(SSLOptions) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Upgrade channel to use SSL/TLS.
- rxUpgradeToSsl(SSLOptions) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Upgrade channel to use SSL/TLS.
- rxUpgradeToSsl(SSLOptions, Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
without indicating a server name - rxUpgradeToSsl(SSLOptions, Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
without indicating a server name - rxUpgradeToSsl(SSLOptions, String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
without an upgrade message. - rxUpgradeToSsl(SSLOptions, String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
without an upgrade message. - rxUpgradeToSsl(SSLOptions, String, Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.
- rxUpgradeToSsl(SSLOptions, String, Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.
- rxUpgradeToSsl(String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options and without an update message. - rxUpgradeToSsl(String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options and without an update message. - rxUpgradeToSsl(String, Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options. - rxUpgradeToSsl(String, Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options. - rxUploadByFileName(Flowable<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- rxUploadByFileName(Flowable<Buffer>, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- rxUploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- rxUploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- rxUploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- rxUploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- rxUploadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs
- rxUploadFile(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs
- rxUploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs with options
- rxUploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs with options
- rxUserInfo(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Retrieve profile information and other attributes for a logged-in end-user.
- rxUserInfo(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Retrieve profile information and other attributes for a logged-in end-user.
- rxValidate(HttpServerRequest) - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(io.vertx.reactivex.core.http.HttpServerRequest)
, but the operationId andValidatableRequest
are determined from the passed request. - rxValidate(HttpServerRequest, String) - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(io.vertx.reactivex.core.http.HttpServerRequest)
, butValidatableRequest
are directly extracted from the passed request. - rxValidate(ValidatableRequest, String) - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
-
Validates the passed request parameters against the operation defined in the related OpenAPI contract.
- rxValidate(HttpServerRequest) - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(io.vertx.rxjava3.core.http.HttpServerRequest)
, but the operationId andValidatableRequest
are determined from the passed request. - rxValidate(HttpServerRequest, String) - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(io.vertx.rxjava3.core.http.HttpServerRequest)
, butValidatableRequest
are directly extracted from the passed request. - rxValidate(ValidatableRequest, String) - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
-
Validates the passed request parameters against the operation defined in the related OpenAPI contract.
- rxValues() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Get the values of the map, asynchronously.
- rxValues() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Get the values of the map, asynchronously.
- rxWait(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- rxWait(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- rxWaitForConfirms() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
- rxWaitForConfirms() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
- rxWaitForConfirms(long) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
- rxWaitForConfirms(long) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
- rxWarnCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "warning".
- rxWarnCheck(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "warning".
- rxWarnCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "warning".
- rxWarnCheckWithNote(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "warning".
- rxWatch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Watch the given keys to determine execution of the MULTI/EXEC block.
- rxWatch(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Watch the given keys to determine execution of the MULTI/EXEC block.
- rxWithConnection(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Get a connection from the pool and execute the given
function
. - rxWithConnection(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Get a connection from the pool and execute the given
function
. - rxWithConnection(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.rxjava3.sqlclient.Pool
-
Get a connection from the pool and execute the given
function
. - rxWithLocalLock(String, long, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Like
SharedData.withLocalLock(java.lang.String, java.util.function.Supplier<io.reactivex.rxjava3.core.Single<T>>)
but specifying a timeout. - rxWithLocalLock(String, long, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Like
SharedData.withLocalLock(java.lang.String, java.util.function.Supplier<io.vertx.core.Future<T>>)
but specifying a timeout. - rxWithLocalLock(String, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- rxWithLocalLock(String, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- rxWithLock(long, long, boolean, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- rxWithLock(long, long, boolean, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- rxWithLock(String, long, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Like
SharedData.withLock(java.lang.String, java.util.function.Supplier<io.reactivex.rxjava3.core.Single<T>>)
but specifying a timeout. - rxWithLock(String, long, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Like
SharedData.withLock(java.lang.String, java.util.function.Supplier<io.vertx.core.Future<T>>)
but specifying a timeout. - rxWithLock(String, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- rxWithLock(String, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- rxWithLock(Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- rxWithLock(Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- rxWithTransaction(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Execute the given
function
within a transaction. - rxWithTransaction(TransactionPropagation, Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Like
Pool.withTransaction(java.util.function.Function<io.vertx.reactivex.sqlclient.SqlConnection, io.vertx.core.Future<T>>)
but allows for setting the mode, defining how the acquired connection is managed during the execution of the function. - rxWithTransaction(TransactionPropagation, Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Like
Pool.withTransaction(java.util.function.Function<io.vertx.reactivex.sqlclient.SqlConnection, io.vertx.core.Future<T>>)
but allows for setting the mode, defining how the acquired connection is managed during the execution of the function. - rxWithTransaction(TransactionPropagation, Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.rxjava3.sqlclient.Pool
-
Like
Pool.withTransaction(java.util.function.Function<io.vertx.rxjava3.sqlclient.SqlConnection, io.reactivex.rxjava3.core.Maybe<T>>)
but allows for setting the mode, defining how the acquired connection is managed during the execution of the function. - rxWithTransaction(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Execute the given
function
within a transaction. - rxWithTransaction(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.rxjava3.sqlclient.Pool
-
Execute the given
function
within a transaction. - rxWrite(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Write some data to the stream.
- rxWrite(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- rxWrite(Buffer) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Write some data to the stream.
- rxWrite(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Write some data to the stream.
- rxWrite(Buffer) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- rxWrite(Buffer, long) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Write a
Buffer
to the file at positionposition
in the file, asynchronously. - rxWrite(Buffer, long) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Write a
Buffer
to the file at positionposition
in the file, asynchronously. - rxWrite(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Write some data to the stream.
- rxWrite(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Write some data to the stream.
- rxWrite(AmqpMessage) - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Write some data to the stream.
- rxWrite(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Write some data to the stream.
- rxWrite(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded as UTF-8. - rxWrite(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded in UTF-8. - rxWrite(String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Write a
String
to the connection, encoded in UTF-8. - rxWrite(String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Write a
String
to the socket, encoded in UTF-8. - rxWrite(String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded as UTF-8. - rxWrite(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded in UTF-8. - rxWrite(String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Write a
String
to the connection, encoded in UTF-8. - rxWrite(String) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Write a
String
to the socket, encoded in UTF-8. - rxWrite(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded using the encodingenc
. - rxWrite(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded using the encodingenc
. - rxWrite(String, String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Write a
String
to the connection, encoded using the encodingenc
. - rxWrite(String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded using the encodingenc
. - rxWrite(String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded using the encodingenc
. - rxWrite(String, String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Write a
String
to the connection, encoded using the encodingenc
. - rxWrite(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Write some data to the stream.
- rxWrite(Req) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Write some data to the stream.
- rxWrite(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
Write some data to the stream.
- rxWrite(Resp) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
Write some data to the stream.
- rxWrite(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
-
Write a message to the event-bus, either sending or publishing.
- rxWrite(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Write some data to the stream.
- rxWrite(T) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Write some data to the stream.
- rxWrite(T) - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
-
Write a message to the event-bus, either sending or publishing.
- rxWrite(T) - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Write some data to the stream.
- rxWrite(T) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Write some data to the stream.
- rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- rxWriteBinaryMessage(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Writes a (potentially large) piece of binary data to the connection.
- rxWriteBinaryMessage(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- rxWriteBinaryMessage(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- rxWriteBinaryMessage(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- rxWriteBinaryMessage(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Writes a (potentially large) piece of binary data to the connection.
- rxWriteContinue() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
- rxWriteContinue() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
- rxWriteCustomFrame(int, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
- rxWriteCustomFrame(int, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
- rxWriteCustomFrame(int, int, Buffer) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
- rxWriteCustomFrame(int, int, Buffer) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
- rxWriteCustomFrame(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- rxWriteCustomFrame(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- rxWriteCustomFrame(HttpFrame) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- rxWriteCustomFrame(HttpFrame) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- rxWriteEarlyHints(MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Used to write an interim 103 Early Hints response to return some HTTP headers before the final HTTP message.
- rxWriteEarlyHints(MultiMap) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Used to write an interim 103 Early Hints response to return some HTTP headers before the final HTTP message.
- rxWriteFile(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates the file, and writes the specified
Buffer data
to the file represented by the pathpath
, asynchronously. - rxWriteFile(String, Buffer) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates the file, and writes the specified
Buffer data
to the file represented by the pathpath
, asynchronously. - rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Write a final WebSocket binary frame to the connection
- rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Write a final WebSocket binary frame to the connection
- rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Write a final WebSocket binary frame to the connection
- rxWriteFinalBinaryFrame(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Write a final WebSocket binary frame to the connection
- rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Write a final WebSocket binary frame to the connection
- rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Write a final WebSocket binary frame to the connection
- rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Write a final WebSocket binary frame to the connection
- rxWriteFinalBinaryFrame(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Write a final WebSocket binary frame to the connection
- rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Write a final WebSocket text frame to the connection
- rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Write a final WebSocket text frame to the connection
- rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Write a final WebSocket text frame to the connection
- rxWriteFinalTextFrame(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Write a final WebSocket text frame to the connection
- rxWriteFinalTextFrame(String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Write a final WebSocket text frame to the connection
- rxWriteFinalTextFrame(String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Write a final WebSocket text frame to the connection
- rxWriteFinalTextFrame(String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Write a final WebSocket text frame to the connection
- rxWriteFinalTextFrame(String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Write a final WebSocket text frame to the connection
- rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Write a WebSocket frame to the connection
- rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Write a WebSocket frame to the connection
- rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Write a WebSocket frame to the connection
- rxWriteFrame(WebSocketFrame) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Write a WebSocket frame to the connection
- rxWriteFrame(WebSocketFrame) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Write a WebSocket frame to the connection
- rxWriteFrame(WebSocketFrame) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Write a WebSocket frame to the connection
- rxWriteFrame(WebSocketFrame) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Write a WebSocket frame to the connection
- rxWriteFrame(WebSocketFrame) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Write a WebSocket frame to the connection
- rxWriteMessage(GrpcMessage) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Write an encoded gRPC message.
- rxWriteMessage(GrpcMessage) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Write an encoded gRPC message.
- rxWritePing(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Writes a ping frame to the connection.
- rxWritePing(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Writes a ping frame to the connection.
- rxWritePing(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Writes a ping frame to the connection.
- rxWritePing(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Writes a ping frame to the connection.
- rxWritePing(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Writes a ping frame to the connection.
- rxWritePing(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Writes a ping frame to the connection.
- rxWritePing(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Writes a ping frame to the connection.
- rxWritePing(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Writes a ping frame to the connection.
- rxWritePong(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Writes a pong frame to the connection.
- rxWritePong(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Writes a pong frame to the connection.
- rxWritePong(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Writes a pong frame to the connection.
- rxWritePong(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Writes a pong frame to the connection.
- rxWritePong(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Writes a pong frame to the connection.
- rxWritePong(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Writes a pong frame to the connection.
- rxWritePong(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Writes a pong frame to the connection.
- rxWritePong(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Writes a pong frame to the connection.
- rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Writes a (potentially large) piece of text data to the connection.
- rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Writes a (potentially large) piece of text data to the connection.
- rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Writes a (potentially large) piece of text data to the connection.
- rxWriteTextMessage(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Writes a (potentially large) piece of text data to the connection.
- rxWriteTextMessage(String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Writes a (potentially large) piece of text data to the connection.
- rxWriteTextMessage(String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Writes a (potentially large) piece of text data to the connection.
- rxWriteTextMessage(String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Writes a (potentially large) piece of text data to the connection.
- rxWriteTextMessage(String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Writes a (potentially large) piece of text data to the connection.
- rxXack(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- rxXack(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- rxXadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Appends a new entry to a stream.
- rxXadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Appends a new entry to a stream.
- rxXautoclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- rxXautoclaim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- rxXclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- rxXclaim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- rxXdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Removes the specified entries from the stream.
- rxXdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Removes the specified entries from the stream.
- rxXgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for consumer groups commands.
- rxXgroup(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for consumer groups commands.
- rxXinfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for stream introspection commands.
- rxXinfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for stream introspection commands.
- rxXlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the number of entries in a stream.
- rxXlen(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the number of entries in a stream.
- rxXpending(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- rxXpending(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- rxXrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- rxXrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- rxXread(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- rxXread(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- rxXreadgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- rxXreadgroup(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- rxXrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- rxXrevrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- rxXsetid(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
An internal command for replicating stream values.
- rxXsetid(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
An internal command for replicating stream values.
- rxXtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Trims the stream to (approximately if '~' is passed) a certain size.
- rxXtrim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Trims the stream to (approximately if '~' is passed) a certain size.
- rxZadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add one or more members to a sorted set, or update its score if it already exists.
- rxZadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add one or more members to a sorted set, or update its score if it already exists.
- rxZcard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the number of members in a sorted set.
- rxZcard(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the number of members in a sorted set.
- rxZcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Count the members in a sorted set with scores within the given values.
- rxZcount(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Count the members in a sorted set with scores within the given values.
- rxZdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Subtract multiple sorted sets.
- rxZdiff(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Subtract multiple sorted sets.
- rxZdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- rxZdiffstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- rxZincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the score of a member in a sorted set.
- rxZincrby(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the score of a member in a sorted set.
- rxZinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sorted sets.
- rxZinter(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sorted sets.
- rxZintercard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sorted sets and return the cardinality of the result.
- rxZintercard(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sorted sets and return the cardinality of the result.
- rxZinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- rxZinterstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- rxZlexcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Count the number of members in a sorted set between a given lexicographical range.
- rxZlexcount(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Count the number of members in a sorted set between a given lexicographical range.
- rxZmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set.
- rxZmpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set.
- rxZmscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the score associated with the given members in a sorted set.
- rxZmscore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the score associated with the given members in a sorted set.
- rxZpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return members with the highest scores in a sorted set.
- rxZpopmax(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return members with the highest scores in a sorted set.
- rxZpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return members with the lowest scores in a sorted set.
- rxZpopmin(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return members with the lowest scores in a sorted set.
- rxZrandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get one or multiple random elements from a sorted set.
- rxZrandmember(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get one or multiple random elements from a sorted set.
- rxZrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a range of members in a sorted set.
- rxZrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a range of members in a sorted set.
- rxZrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxZrangebylex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxZrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxZrangebyscore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxZrangestore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Store a range of members from sorted set into another key.
- rxZrangestore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Store a range of members from sorted set into another key.
- rxZrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine the index of a member in a sorted set.
- rxZrank(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine the index of a member in a sorted set.
- rxZrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove one or more members from a sorted set.
- rxZrem(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove one or more members from a sorted set.
- rxZremrangebylex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all members in a sorted set between the given lexicographical range.
- rxZremrangebylex(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all members in a sorted set between the given lexicographical range.
- rxZremrangebyrank(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all members in a sorted set within the given indexes.
- rxZremrangebyrank(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all members in a sorted set within the given indexes.
- rxZremrangebyscore(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all members in a sorted set within the given scores.
- rxZremrangebyscore(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all members in a sorted set within the given scores.
- rxZrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxZrevrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxZrevrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxZrevrangebylex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxZrevrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- rxZrevrangebyscore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- rxZrevrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- rxZrevrank(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- rxZscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Incrementally iterate sorted sets elements and associated scores.
- rxZscan(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Incrementally iterate sorted sets elements and associated scores.
- rxZscore(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the score associated with the given member in a sorted set.
- rxZscore(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the score associated with the given member in a sorted set.
- rxZunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add multiple sorted sets.
- rxZunion(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add multiple sorted sets.
- rxZunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- rxZunionstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add multiple sorted sets and store the resulting sorted set in a new key.
S
- sadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add one or more members to a set.
- sadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more members to a set.
- sadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add one or more members to a set.
- SADD - Static variable in interface io.vertx.redis.client.Command
-
Add one or more members to a set.
- SalesforceAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Salesforce.
- SalesforceAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Salesforce.
- SalesforceAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Salesforce. - SalesforceAuth(SalesforceAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
- SalesforceAuth(SalesforceAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
- SalesforceAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
- SalesforceAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
- salt() - Method in class io.vertx.ext.auth.hashing.HashString
- SAMEORIGIN - Static variable in interface io.vertx.ext.web.handler.XFrameHandler
-
The page can only be displayed in a frame on the same origin as the page itself.
- SAMEORIGIN - Static variable in class io.vertx.reactivex.ext.web.handler.XFrameHandler
-
The page can only be displayed in a frame on the same origin as the page itself.
- SAMEORIGIN - Static variable in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
-
The page can only be displayed in a frame on the same origin as the page itself.
- satisfied() - Method in class io.vertx.junit5.CountingCheckpoint
- save() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Synchronously save the dataset to disk.
- save() - Method in interface io.vertx.redis.client.RedisAPI
-
Synchronously save the dataset to disk.
- save() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Synchronously save the dataset to disk.
- save(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Save a document in the specified collection
- save(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Save a document in the specified collection
- save(String, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Save a document in the specified collection
- SAVE - Static variable in interface io.vertx.redis.client.Command
-
Synchronously save the dataset to disk.
- saveWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- saveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- saveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Save a document in the specified collection with the specified write option
- SC_ACCEPTED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
202 Accepted
- SC_BAD_GATEWAY - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
502 Bad Gateway
- SC_BAD_REQUEST - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
400 Bad Request
- SC_CLIENT_ERRORS - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
Any 4XX client error
- SC_CONFLICT - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
409 Conflict
- SC_CONTINUE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
100 Continue
- SC_CREATED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
201 Created
- SC_EARLY_HINTS - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
103 Early Hints
- SC_EXPECTATION_FAILED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
417 Expectation Failed
- SC_FAILED_DEPENDENCY - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
424 Failed Dependency (WebDAV, RFC4918)
- SC_FORBIDDEN - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
403 Forbidden
- SC_FOUND - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
302 Found
- SC_GATEWAY_TIMEOUT - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
504 Gateway Timeout
- SC_GONE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
410 Gone
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
505 HTTP Version Not Supported
- SC_INFORMATIONAL_RESPONSE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
Any 1XX informational response
- SC_INSUFFICIENT_STORAGE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
507 Insufficient Storage (WebDAV, RFC4918)
- SC_INTERNAL_SERVER_ERROR - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
500 Internal Server Error
- SC_LENGTH_REQUIRED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
411 Length Required
- SC_LOCKED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
423 Locked (WebDAV, RFC4918)
- SC_METHOD_NOT_ALLOWED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
405 Method Not Allowed
- SC_MISDIRECTED_REQUEST - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
421 Misdirected Request
- SC_MOVED_PERMANENTLY - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
301 Moved Permanently
- SC_MULTI_STATUS - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
207 Multi-Status (WebDAV, RFC2518)
- SC_MULTIPLE_CHOICES - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
300 Multiple Choices
- SC_NETWORK_AUTHENTICATION_REQUIRED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
511 Network Authentication Required (RFC6585)
- SC_NO_CONTENT - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
204 No Content
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
203 Non-Authoritative Information (since HTTP/1.1)
- SC_NOT_ACCEPTABLE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
406 Not Acceptable
- SC_NOT_EXTENDED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
510 Not Extended (RFC2774)
- SC_NOT_FOUND - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
404 Not Found
- SC_NOT_IMPLEMENTED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
501 Not Implemented
- SC_NOT_MODIFIED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
304 Not Modified
- SC_OK - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
200 OK
- SC_PARTIAL_CONTENT - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
206 Partial Content
- SC_PAYMENT_REQUIRED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
402 Payment Required
- SC_PERMANENT_REDIRECT - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
308 Permanent Redirect (RFC7538)
- SC_PRECONDITION_FAILED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
412 Precondition Failed
- SC_PRECONDITION_REQUIRED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
428 Precondition Required (RFC6585)
- SC_PROCESSING - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
102 Processing (WebDAV, RFC2518)
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
407 Proxy Authentication Required
- SC_REDIRECTION - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
Any 3XX redirection
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
413 Request Entity Too Large
- SC_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
431 Request Header Fields Too Large (RFC6585)
- SC_REQUEST_TIMEOUT - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
408 Request Timeout
- SC_REQUEST_URI_TOO_LONG - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
414 Request-URI Too Long
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
416 Requested Range Not Satisfiable
- SC_RESET_CONTENT - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
205 Reset Content
- SC_SEE_OTHER - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
303 See Other (since HTTP/1.1)
- SC_SERVER_ERRORS - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
Any 5XX server error
- SC_SERVICE_UNAVAILABLE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
503 Service Unavailable
- SC_SUCCESS - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
Any 2XX success
- SC_SWITCHING_PROTOCOLS - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
101 Switching Protocols
- SC_TEMPORARY_REDIRECT - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
307 Temporary Redirect (since HTTP/1.1)
- SC_TOO_MANY_REQUESTS - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
429 Too Many Requests (RFC6585)
- SC_UNAUTHORIZED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
401 Unauthorized
- SC_UNORDERED_COLLECTION - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
425 Unordered Collection (WebDAV, RFC3648)
- SC_UNPROCESSABLE_ENTITY - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
422 Unprocessable Entity (WebDAV, RFC4918)
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
415 Unsupported Media Type
- SC_UPGRADE_REQUIRED - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
426 Upgrade Required (RFC2817)
- SC_USE_PROXY - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
305 Use Proxy (since HTTP/1.1)
- SC_VARIANT_ALSO_NEGOTIATES - Static variable in interface io.vertx.core.http.HttpResponseExpectation
-
506 Variant Also Negotiates (RFC2295)
- scan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Incrementally iterate the keys space.
- scan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate the keys space.
- scan(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Incrementally iterate the keys space.
- SCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate the keys space.
- scard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the number of members in a set.
- scard(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of members in a set.
- scard(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the number of members in a set.
- SCARD - Static variable in interface io.vertx.redis.client.Command
-
Get the number of members in a set.
- schedule(Runnable) - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
- schedule(Runnable) - Method in class io.vertx.rxjava3.ContextScheduler.ContextWorker
- schedule(Runnable, long, TimeUnit) - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
- schedule(Runnable, long, TimeUnit) - Method in class io.vertx.rxjava3.ContextScheduler.ContextWorker
- ScheduledMetricsConsumer - Class in io.vertx.ext.dropwizard
-
TODO - support listening to more than one Measured
- ScheduledMetricsConsumer(Vertx) - Constructor for class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
- ScheduledMetricsConsumer(Vertx, Measured) - Constructor for class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
- scheduleMessage(H, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Schedule a message for processing.
- schedulePeriodically(Runnable, long, long, TimeUnit) - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
- schedulePeriodically(Runnable, long, long, TimeUnit) - Method in class io.vertx.rxjava3.ContextScheduler.ContextWorker
- scheduler(Context) - Static method in class io.vertx.reactivex.RxHelper
-
Create a scheduler for a
Context
, actions are executed on the event loop of this context. - scheduler(Context) - Static method in class io.vertx.rxjava3.RxHelper
-
Create a scheduler for a
Context
, actions are executed on the event loop of this context. - scheduler(Vertx) - Static method in class io.vertx.reactivex.RxHelper
-
Create a scheduler for a
Vertx
object, actions are executed on the event loop. - scheduler(Vertx) - Static method in class io.vertx.rxjava3.RxHelper
-
Create a scheduler for a
Vertx
object, actions are executed on the event loop. - scheduler(Context) - Static method in class io.vertx.reactivex.core.RxHelper
-
Create a scheduler for a
Context
, actions are executed on the event loop of this context. - scheduler(Vertx) - Static method in class io.vertx.reactivex.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions are executed on the event loop. - scheduler(Context) - Static method in class io.vertx.rxjava3.core.RxHelper
-
Create a scheduler for a
Context
, actions are executed on the event loop of this context. - scheduler(Vertx) - Static method in class io.vertx.rxjava3.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions are executed on the event loop. - schema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
-
Creates a generic untyped schema.
- schema() - Method in exception io.vertx.json.schema.SchemaException
-
Json representation of the schema
- SchemaBuilder<T extends SchemaBuilder<?,?>,K extends Keyword> - Class in io.vertx.json.schema.common.dsl
-
Entry point for schema dsl.
- SchemaBuilder(SchemaType) - Constructor for class io.vertx.json.schema.common.dsl.SchemaBuilder
- SchemaException - Exception in io.vertx.json.schema
-
This class represents an error while parsing a
Schema
- SchemaException(Object, String) - Constructor for exception io.vertx.json.schema.SchemaException
- SchemaException(Object, String, Throwable) - Constructor for exception io.vertx.json.schema.SchemaException
- schemaFiles() - Method in enum io.vertx.openapi.contract.OpenAPIVersion
- SchemaRepository - Class in io.vertx.reactivex.json.schema
-
A repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.
- SchemaRepository - Class in io.vertx.rxjava3.json.schema
-
A repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.
- SchemaRepository - Interface in io.vertx.json.schema
-
A repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.
- SchemaRepository(SchemaRepository) - Constructor for class io.vertx.reactivex.json.schema.SchemaRepository
- SchemaRepository(SchemaRepository) - Constructor for class io.vertx.rxjava3.json.schema.SchemaRepository
- SchemaRepository(Object) - Constructor for class io.vertx.reactivex.json.schema.SchemaRepository
- SchemaRepository(Object) - Constructor for class io.vertx.rxjava3.json.schema.SchemaRepository
- Schemas - Class in io.vertx.json.schema.common.dsl
- Schemas() - Constructor for class io.vertx.json.schema.common.dsl.Schemas
- SchemaType - Enum in io.vertx.json.schema.common.dsl
- SchemaURNId - Class in io.vertx.json.schema.common
- SchemaURNId() - Constructor for class io.vertx.json.schema.common.SchemaURNId
- SchemaURNId(String) - Constructor for class io.vertx.json.schema.common.SchemaURNId
- SchemaValidationException - Exception in io.vertx.openapi.validation
-
A SchemaValidationException is a special case of a
ValidatorException
and is thrown, if the validation of a request or response fails due to a schema violation. - SchemaValidationException(String, ValidatorErrorType, OutputUnit, Throwable) - Constructor for exception io.vertx.openapi.validation.SchemaValidationException
- scheme() - Method in interface io.vertx.core.http.HttpServerRequest
- scheme() - Method in interface io.vertx.core.http.ServerWebSocket
- scheme() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- scheme() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- scheme() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- scheme() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- scheme() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- scheme() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- scheme() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- scope() - Method in class io.vertx.tracing.opentelemetry.Operation
- ScopeAuthorization - Class in io.vertx.reactivex.ext.auth.oauth2.authorization
-
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
- ScopeAuthorization - Class in io.vertx.rxjava3.ext.auth.oauth2.authorization
-
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
- ScopeAuthorization - Interface in io.vertx.ext.auth.oauth2.authorization
-
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
- ScopeAuthorization(ScopeAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
- ScopeAuthorization(ScopeAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
- ScopeAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
- ScopeAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
- scopeDelimiter(String) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Set the scope delimiter.
- scopeDelimiter(String) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Set the scope delimiter.
- scopeDelimiter(String) - Method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
-
Set the scope delimiter.
- ScopedObject<T> - Class in io.vertx.junit5
-
A parameter as an object with a scope and that can be closed when the scope exits.
- script(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for Lua scripts management commands.
- script(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for Lua scripts management commands.
- script(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for Lua scripts management commands.
- SCRIPT - Static variable in interface io.vertx.redis.client.Command
-
A container for Lua scripts management commands.
- ScriptVerticle - Class in io.vertx.lang.groovy
-
A Vert.x native verticle wrapping a Groovy script, the script will be executed when the Verticle starts.
- ScriptVerticle(Script) - Constructor for class io.vertx.lang.groovy.ScriptVerticle
- SCROLL_INSENSITIVE - io.vertx.jdbcclient.ResultSetType
- SCROLL_SENSITIVE - io.vertx.jdbcclient.ResultSetType
- sdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Subtract multiple sets.
- sdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sets.
- sdiff(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Subtract multiple sets.
- SDIFF - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sets.
- sdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Subtract multiple sets and store the resulting set in a key.
- SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sets and store the resulting set in a key.
- SEARCH - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 5323
SEARCH
method, this instance is interned and uniquely used. - seconds(int) - Method in class io.vertx.pgclient.data.Interval
- seconds(long) - Static method in class io.vertx.ext.unit.junit.Timeout
- SECONDS - io.vertx.ext.mongo.TimeSeriesGranularity
- Secret - Class in io.vertx.config.vault.client
-
Represent Secret result.
- Secret() - Constructor for class io.vertx.config.vault.client.Secret
- Secret(JsonObject) - Constructor for class io.vertx.config.vault.client.Secret
- SecretConverter - Class in io.vertx.config.vault.client
-
Converter and mapper for
Secret
. - SecretConverter() - Constructor for class io.vertx.config.vault.client.SecretConverter
- secretKey() - Method in interface io.vertx.pgclient.PgConnection
- secretKey() - Method in class io.vertx.reactivex.pgclient.PgConnection
- secretKey() - Method in class io.vertx.rxjava3.pgclient.PgConnection
- security(String) - Method in interface io.vertx.ext.web.openapi.router.RouterBuilder
-
Creates a new security scheme for the required
AuthenticationHandler
. - security(String) - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
-
Creates a new security scheme for the required .
- security(String) - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
-
Creates a new security scheme for the required .
- Security - Class in io.vertx.reactivex.ext.web.openapi.router
-
An authentication handler factory.
- Security - Class in io.vertx.rxjava3.ext.web.openapi.router
-
An authentication handler factory.
- Security - Interface in io.vertx.ext.web.openapi.router
-
An authentication handler factory.
- Security(Security) - Constructor for class io.vertx.reactivex.ext.web.openapi.router.Security
- Security(Security) - Constructor for class io.vertx.rxjava3.ext.web.openapi.router.Security
- Security(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.router.Security
- Security(Object) - Constructor for class io.vertx.rxjava3.ext.web.openapi.router.Security
- SecurityAudit - Class in io.vertx.reactivex.ext.auth.audit
- SecurityAudit - Class in io.vertx.rxjava3.ext.auth.audit
- SecurityAudit - Interface in io.vertx.ext.auth.audit
- SecurityAudit(SecurityAudit) - Constructor for class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- SecurityAudit(SecurityAudit) - Constructor for class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- SecurityAudit(Object) - Constructor for class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- SecurityAudit(Object) - Constructor for class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- SecurityAuditLoggerHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler that logs security audit events.
- SecurityAuditLoggerHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler that logs security audit events.
- SecurityAuditLoggerHandler - Interface in io.vertx.ext.web.handler
-
A handler that logs security audit events.
- SecurityAuditLoggerHandler(SecurityAuditLoggerHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
- SecurityAuditLoggerHandler(SecurityAuditLoggerHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
- SecurityAuditLoggerHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
- SecurityAuditLoggerHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
- SecurityPolicyHandler - Interface in io.vertx.ext.web.handler
-
Base security policy interface for handlers that provide HTTP security related headers.
- SecurityPolicyHandler - Interface in io.vertx.reactivex.ext.web.handler
-
Base security policy interface for handlers that provide HTTP security related headers.
- SecurityPolicyHandler - Interface in io.vertx.rxjava3.ext.web.handler
-
Base security policy interface for handlers that provide HTTP security related headers.
- SecurityRequirement - Class in io.vertx.reactivex.openapi.contract
-
A Security requirement is an object that contains the names of the security schemes that apply to the operation.
- SecurityRequirement - Class in io.vertx.rxjava3.openapi.contract
-
A Security requirement is an object that contains the names of the security schemes that apply to the operation.
- SecurityRequirement - Interface in io.vertx.openapi.contract
-
A Security requirement is an object that contains the names of the security schemes that apply to the operation.
- SecurityRequirement(SecurityRequirement) - Constructor for class io.vertx.reactivex.openapi.contract.SecurityRequirement
- SecurityRequirement(SecurityRequirement) - Constructor for class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- SecurityRequirement(Object) - Constructor for class io.vertx.reactivex.openapi.contract.SecurityRequirement
- SecurityRequirement(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- securityScheme(String) - Method in interface io.vertx.openapi.contract.OpenAPIContract
-
Gets the related
SecurityScheme
object based on the passed name. - securityScheme(String) - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
-
Gets the related
SecurityScheme
object based on the passed name. - securityScheme(String) - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Gets the related
SecurityScheme
object based on the passed name. - SecurityScheme - Class in io.vertx.reactivex.openapi.contract
-
Represents a Security Scheme Object.
- SecurityScheme - Class in io.vertx.rxjava3.openapi.contract
-
Represents a Security Scheme Object.
- SecurityScheme - Interface in io.vertx.openapi.contract
-
Represents a Security Scheme Object.
- SecurityScheme(SecurityScheme) - Constructor for class io.vertx.reactivex.openapi.contract.SecurityScheme
- SecurityScheme(SecurityScheme) - Constructor for class io.vertx.rxjava3.openapi.contract.SecurityScheme
- SecurityScheme(Object) - Constructor for class io.vertx.reactivex.openapi.contract.SecurityScheme
- SecurityScheme(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.SecurityScheme
- seek(TopicPartition, long) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- seek(TopicPartition, long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- seek(TopicPartition, long) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- seek(TopicPartition, OffsetAndMetadata) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- seek(TopicPartition, OffsetAndMetadata) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- seek(TopicPartition, OffsetAndMetadata) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Overrides the fetch offsets that the consumer will use on the next poll.
- seek(TopicPartition, long) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Overrides the fetch offsets that the consumer will use on the next poll.
- seek(TopicPartition, OffsetAndMetadata) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Overrides the fetch offsets that the consumer will use on the next poll.
- seekToBeginning(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partition.
- seekToBeginning(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partition.
- seekToBeginning(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partition.
- seekToBeginning(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partitions.
- seekToBeginning(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partitions.
- seekToBeginning(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Seek to the first offset for each of the given partitions.
- seekToBeginning(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Seek to the first offset for each of the given partitions.
- seekToEnd(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partition.
- seekToEnd(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partition.
- seekToEnd(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partition.
- seekToEnd(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partitions.
- seekToEnd(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partitions.
- seekToEnd(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Seek to the last offset for each of the given partitions.
- seekToEnd(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Seek to the last offset for each of the given partitions.
- select() - Method in interface io.vertx.core.net.endpoint.ServerSelector
-
Selects a server.
- select(String) - Method in interface io.vertx.core.net.endpoint.ServerSelector
-
Select a server using a routing
key
. - select(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Change the selected database for the current connection.
- select(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Change the selected database for the current connection.
- select(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Change the selected database for the current connection.
- SELECT - Static variable in interface io.vertx.redis.client.Command
-
Change the selected database for the current connection.
- selector(List<? extends ServerEndpoint>) - Method in interface io.vertx.core.net.endpoint.LoadBalancer
-
Create a stateful endpoint selector.
- selectServer() - Method in interface io.vertx.core.net.endpoint.Endpoint
-
Select a server.
- selectServer() - Method in class io.vertx.reactivex.core.net.endpoint.Endpoint
-
Select a server.
- selectServer() - Method in class io.vertx.rxjava3.core.net.endpoint.Endpoint
-
Select a server.
- selectServer(String) - Method in interface io.vertx.core.net.endpoint.Endpoint
-
Select a node, using a routing
key
- selectServer(String) - Method in class io.vertx.reactivex.core.net.endpoint.Endpoint
-
Select a node, using a routing
key
- selectServer(String) - Method in class io.vertx.rxjava3.core.net.endpoint.Endpoint
-
Select a node, using a routing
key
- SelfSignedCertificate - Interface in io.vertx.core.net
-
A self-signed certificate helper for testing and development purposes.
- send() - Method in interface io.vertx.core.eventbus.DeliveryContext
- send() - Method in interface io.vertx.core.http.HttpClientRequest
-
Send the request with an empty body.
- send() - Method in interface io.vertx.core.http.HttpServerResponse
-
Send the request with an empty body.
- send() - Method in interface io.vertx.ext.web.client.HttpRequest
-
Send a request, the
handler
will receive the response as anHttpResponse
. - send() - Method in interface io.vertx.httpproxy.ProxyResponse
-
Send the proxies response to the user agent.
- send() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
- send() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with an empty body.
- send() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with an empty body.
- send() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Send a request, the
handler
will receive the response as anHttpResponse
. - send() - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- send() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Send the request with an empty body.
- send() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with an empty body.
- send() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Send a request, the
handler
will receive the response as anHttpResponse
. - send() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Send the proxies response to the user agent.
- send(Flowable<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with a stream
body
. - send(Flowable<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a stream
body
. - send(Flowable<Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- send(Flowable<Resp>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- send(Flowable<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Send the request with a stream
body
. - send(Flowable<Buffer>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with a stream
body
. - send(Flowable<Req>) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- send(Flowable<Resp>) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- send(AmqpMessage) - Method in interface io.vertx.amqp.AmqpSender
-
Sends an AMQP message.
- send(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
-
Send the request with a buffer
body
. - send(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
-
Send the request with a buffer
body
. - send(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with a buffer
body
. - send(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a buffer
body
. - send(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Send the request with a buffer
body
. - send(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with a buffer
body
. - send(Buffer, int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Write the given
Buffer
to theSocketAddress
. - send(Buffer, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Write the given
Buffer
to theSocketAddress
. - send(Buffer, int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Write the given
Buffer
to theSocketAddress
. - send(ClientForm) - Method in interface io.vertx.core.http.HttpClientRequest
-
Like
HttpClientRequest.send()
but with aform
. - send(ClientForm) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Like
HttpClientRequest.send()
but with aform
. - send(ClientForm) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Like
HttpClientRequest.send()
but with aform
. - send(HttpClientRequest) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Send this request to the origin server using the specified
request
. - send(HttpServerResponse) - Method in interface io.vertx.openapi.validation.ValidatedResponse
-
Add all parameters from the validated response to the passed
HttpServerResponse
and send it. - send(ReadStream<Buffer>) - Method in interface io.vertx.core.http.HttpClientRequest
-
Send the request with a stream
body
. - send(ReadStream<Buffer>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Send the request with a stream
body
. - send(ReadStream<Req>) - Method in interface io.vertx.grpc.client.GrpcClientRequest
- send(ReadStream<Resp>) - Method in interface io.vertx.grpc.server.GrpcServerResponse
- send(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- send(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- send(Frame) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends the given frame to the server.
- send(KafkaProducerRecord<K, V>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Asynchronously write a record to a topic
- send(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Sends an AMQP message.
- send(HttpServerResponse) - Method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
-
Add all parameters from the validated response to the passed and send it.
- send(ReadStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with a stream
body
. - send(ReadStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a stream
body
. - send(ReadStream<Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- send(ReadStream<Resp>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- send(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Asynchronously write a record to a topic
- send(Command, String...) - Method in interface io.vertx.redis.client.RedisAPI
-
Send untyped command to redis.
- send(Request) - Method in class io.vertx.reactivex.redis.client.Redis
-
Send the given command to the Redis server or cluster.
- send(Request) - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Send the given command to the redis server or cluster.
- send(Request) - Method in interface io.vertx.redis.client.Redis
-
Send the given command to the Redis server or cluster.
- send(Request) - Method in interface io.vertx.redis.client.RedisConnection
-
Send the given command to the redis server or cluster.
- send(Request) - Method in class io.vertx.rxjava3.redis.client.Redis
-
Send the given command to the Redis server or cluster.
- send(Request) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
-
Send the given command to the redis server or cluster.
- send(AmqpMessage) - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Sends an AMQP message.
- send(HttpClientRequest) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Send this request to the origin server using the specified
request
. - send(HttpServerResponse) - Method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
-
Add all parameters from the validated response to the passed and send it.
- send(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Asynchronously write a record to a topic
- send(String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Send the request with a string
body
. - send(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Send the request with a string
body
. - send(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Send the request with a string
body
. - send(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a string
body
. - send(String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Send the request with a string
body
. - send(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with a string
body
. - send(String, int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using UTF8 encoding. - send(String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using UTF8 encoding. - send(String, int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using UTF8 encoding. - send(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
-
Sends a message.
- send(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Like
EventBus.send(String, Object)
but specifyingoptions
that can be used to configure the delivery. - send(String, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - send(String, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - send(String, Buffer) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - send(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Sends a message.
- send(String, Object) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Sends a message.
- send(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Like
EventBus.send(java.lang.String, java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - send(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Like
EventBus.send(java.lang.String, java.lang.Object)
but specifyingoptions
that can be used to configure the delivery. - send(String, String, int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using the given encoding. - send(String, String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using the given encoding. - send(String, String, int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Write the given
String
to theSocketAddress
using the given encoding. - send(String, Map<String, String>, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - send(String, Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - send(String, Map<String, String>, Buffer) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server to the given destination. - send(Map<String, String>, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server. - send(Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server. - send(Map<String, String>, Buffer) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Sends a
SEND
frame to the server. - send(ProducerRecord<K, V>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Asynchronously write a record to a topic
- send(Req) - Method in interface io.vertx.grpc.client.GrpcClientRequest
- send(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- send(Req) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- send(Resp) - Method in interface io.vertx.grpc.server.GrpcServerResponse
- send(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- send(Resp) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- SEND - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a message is attempted to be sent from the client to the server.
- SEND - io.vertx.ext.stomp.Command
- sendBuffer(Buffer) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
buffer. - sendBuffer(Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
buffer. - sendBuffer(Buffer) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
buffer. - sender() - Method in interface io.vertx.core.datagram.DatagramPacket
-
Returns the
SocketAddress
of the sender that sent thisDatagramPacket
. - sender() - Method in class io.vertx.tracing.zipkin.ZipkinTracer
- sender(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
- sender(int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Returns a
WriteStream
able to send to theSocketAddress
. - sender(int, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Returns a
WriteStream
able to send to theSocketAddress
. - sender(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message sender against the specified address.
- sender(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Create a message sender against the specified address.
- sender(String) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Create a message sender against the specified address.
- sender(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
-
Like
EventBus.sender(String)
but specifying delivery options that will be used for configuring the delivery of the message. - sender(String, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Like
EventBus.sender(java.lang.String)
but specifying delivery options that will be used for configuring the delivery of the message. - sender(String, DeliveryOptions) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Like
EventBus.sender(java.lang.String)
but specifying delivery options that will be used for configuring the delivery of the message. - sendFile(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Send the request with a stream
body
. - sendFile(String) - Method in interface io.vertx.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Send the request with a stream
body
. - sendFile(String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Send the request with a stream
body
. - sendFile(String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long) - Method in interface io.vertx.core.http.HttpServerResponse
-
Same as
HttpServerResponse.sendFile(String, long, long)
using length @code{Long.MAX_VALUE} which means until the end of the file. - sendFile(String, long) - Method in interface io.vertx.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Same as
HttpServerResponse.sendFile(java.lang.String)
using length @code{Long.MAX_VALUE} which means until the end of the file. - sendFile(String, long) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Same as
HttpServerResponse.sendFile(java.lang.String)
using length @code{Long.MAX_VALUE} which means until the end of the file. - sendFile(String, long) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long, long) - Method in interface io.vertx.core.http.HttpServerResponse
-
Ask the OS to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long, long) - Method in interface io.vertx.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Ask the OS to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long, long) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long, long) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Ask the OS to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendFile(String, long, long) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Tell the operating system to stream a file as specified by
filename
directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. - sendForm(MultiMap) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - sendForm(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - sendForm(MultiMap) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - sendForm(MultiMap, String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - sendForm(MultiMap, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - sendForm(MultiMap, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set toapplication/x-www-form-urlencoded
. - sendHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a
SEND
frame is received. - sendHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a
SEND
frame is received. - sendHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
SEND
frame is received. - sendHead() - Method in interface io.vertx.core.http.HttpClientRequest
-
Forces the head of the request to be written before
HttpClientRequest.end()
is called on the request or any data is written to it. - sendHead() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Forces the head of the request to be written before
HttpClientRequest.end(java.lang.String)
is called on the request or any data is written to it. - sendHead() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Forces the head of the request to be written before
HttpClientRequest.end(java.lang.String)
is called on the request or any data is written to it. - sendJson(Object) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - sendJson(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - sendJson(Object) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - sendJsonObject(JsonObject) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - sendJsonObject(JsonObject) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - sendJsonObject(JsonObject) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
object encoded as json and the content type set toapplication/json
. - sendMail(MailMessage) - Method in interface io.vertx.ext.mail.MailClient
-
send a single mail via MailClient
- sendMail(MailMessage) - Method in class io.vertx.reactivex.ext.mail.MailClient
-
send a single mail via MailClient
- sendMail(MailMessage) - Method in class io.vertx.rxjava3.ext.mail.MailClient
-
send a single mail via MailClient
- sendMultipartForm(MultipartForm) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set tomultipart/form-data
. - sendMultipartForm(MultipartForm) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set tomultipart/form-data
. - sendMultipartForm(MultipartForm) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
multimap encoded as form and the content type set tomultipart/form-data
. - sendRequest() - Method in interface io.vertx.httpproxy.ProxyContext
- sendRequest() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in interface io.vertx.core.spi.tracing.VertxTracer
-
Signal a request is sent.
- sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
- sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in class io.vertx.tracing.zipkin.ZipkinTracer
- sendResponse() - Method in interface io.vertx.httpproxy.ProxyContext
- sendResponse() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- sendResponse(Context, R, Span, Throwable, TagExtractor<R>) - Method in class io.vertx.tracing.zipkin.ZipkinTracer
- sendResponse(Context, R, Span, Throwable, TagExtractor<R>) - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
- sendResponse(Context, R, I, Throwable, TagExtractor<R>) - Method in interface io.vertx.core.spi.tracing.VertxTracer
-
Signal the response is sent.
- sendStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
stream. - sendStream(Flowable<Buffer>) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
stream. - sendStream(ReadStream<Buffer>) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
stream. - sendStream(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Like
HttpRequest.send()
but with an HTTP requestbody
stream. - sendWithAck(AmqpMessage) - Method in interface io.vertx.amqp.AmqpSender
-
Sends an AMQP message and waits for an acknowledgement.
- sendWithAck(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Sends an AMQP message and waits for an acknowledgement.
- sendWithAck(AmqpMessage) - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Sends an AMQP message and waits for an acknowledgement.
- SENTINEL - io.vertx.redis.client.RedisClientType
-
The client should work in sentinel mode.
- SENTINEL - io.vertx.redis.client.RedisRole
-
Use a SENTINEL node connection.
- SENTINEL - Static variable in interface io.vertx.redis.client.Command
- separator() - Method in annotation type io.vertx.core.cli.annotations.ParsedAsList
-
The separator used to split the value.
- separator() - Method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns the configured separator.
- separator() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns the configured separator.
- separator() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
-
Returns the configured separator.
- seq() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
- serdeFrom(Class<T>) - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
- SERIALIZABLE - io.vertx.jdbcclient.TransactionIsolation
-
Places a range lock on the data set, preventing other users from updating or inserting rows into the data set until the transaction is complete.
- serializableChecker(Function<String, Boolean>) - Method in interface io.vertx.core.eventbus.EventBus
-
Register a predicate to invoke when verifying if an object is allowed to be encoded/decoded as
Serializable
. - serializableChecker(Function<String, Boolean>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Register a predicate to invoke when verifying if an object is allowed to be encoded/decoded as
Serializable
. - serializableChecker(Function<String, Boolean>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Register a predicate to invoke when verifying if an object is allowed to be encoded/decoded as
Serializable
. - serialize(String, Buffer) - Method in class io.vertx.kafka.client.serialization.BufferSerializer
- serialize(String, JsonArray) - Method in class io.vertx.kafka.client.serialization.JsonArraySerializer
- serialize(String, JsonObject) - Method in class io.vertx.kafka.client.serialization.JsonObjectSerializer
- serialize(ServiceInstance<JsonObject>) - Method in class io.vertx.servicediscovery.zookeeper.JsonObjectSerializer
- serializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required array parameter deserializable using the provided parser factory.
- serializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required object parameter deserializable using the provided parser factory.
- serializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
-
Creates a required tuple parameter deserializable using the provided parser factory.
- serializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required array parameter deserializable using the provided parser factory.
- serializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required object parameter deserializable using the provided parser factory.
- serializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
-
Creates a required tuple parameter deserializable using the provided parser factory.
- serializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required array parameter deserializable using the provided parser factory.
- serializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required object parameter deserializable using the provided parser factory.
- serializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
-
Creates a required tuple parameter deserializable using the provided parser factory.
- server() - Method in interface io.vertx.ext.shell.ShellService
- server() - Method in interface io.vertx.ext.stomp.StompClientConnection
- server() - Method in interface io.vertx.ext.stomp.StompServerConnection
- server() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
- server() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
- server() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- server() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- server(Vertx) - Static method in interface io.vertx.grpc.server.GrpcServer
-
Create a blank gRPC server with default options.
- server(Vertx) - Static method in interface io.vertx.grpcio.server.GrpcIoServer
-
Create a blank gRPC server with default options.
- server(Vertx, GrpcServerOptions) - Static method in interface io.vertx.grpc.server.GrpcServer
-
Create a blank gRPC server with specified options.
- server(Vertx, GrpcServerOptions) - Static method in interface io.vertx.grpcio.server.GrpcIoServer
-
Create a blank gRPC server with specified options.
- server(ServiceName, String, GrpcMessageEncoder<Resp>, GrpcMessageDecoder<Req>) - Static method in interface io.vertx.grpc.common.ServiceMethod
- server(Vertx) - Static method in class io.vertx.reactivex.grpc.server.GrpcServer
-
Create a blank gRPC server with default options.
- server(Vertx, GrpcServerOptions) - Static method in class io.vertx.reactivex.grpc.server.GrpcServer
-
Create a blank gRPC server with specified options.
- server(Vertx) - Static method in class io.vertx.rxjava3.grpc.server.GrpcServer
-
Create a blank gRPC server with default options.
- server(Vertx, GrpcServerOptions) - Static method in class io.vertx.rxjava3.grpc.server.GrpcServer
-
Create a blank gRPC server with specified options.
- Server - Class in io.vertx.ext.stomp.utils
-
Class responsible for the computation of the server id.
- Server - Class in io.vertx.reactivex.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Server.
- Server - Class in io.vertx.rxjava3.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Server.
- Server - Interface in io.vertx.openapi.contract
-
This interface represents the most important attributes of an OpenAPI Server.
- Server() - Constructor for class io.vertx.ext.stomp.utils.Server
- Server(Server) - Constructor for class io.vertx.reactivex.openapi.contract.Server
- Server(Server) - Constructor for class io.vertx.rxjava3.openapi.contract.Server
- Server(Object) - Constructor for class io.vertx.reactivex.openapi.contract.Server
- Server(Object) - Constructor for class io.vertx.rxjava3.openapi.contract.Server
- SERVER - Static variable in interface io.vertx.core.http.HttpHeaders
-
Server header name
- SERVER - Static variable in class io.vertx.ext.stomp.Frame
- SERVER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Server header name
- SERVER - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Server header name
- SERVER_ADDRESS - io.vertx.kafka.client.common.tracing.TraceTags
- SERVER_BUSY - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- SERVER_MOVED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- SERVER_NAME - Static variable in class io.vertx.ext.stomp.utils.Server
- SERVER_PORT - io.vertx.kafka.client.common.tracing.TraceTags
- SERVER_SHUTTING_DOWN - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- ServerCalls - Class in io.vertx.grpc.stub
- serverChannelFactory(boolean) - Method in interface io.vertx.core.spi.transport.Transport
- ServerEndpoint - Class in io.vertx.reactivex.core.net.endpoint
-
A physical server of an endpoint.
- ServerEndpoint - Class in io.vertx.rxjava3.core.net.endpoint
-
A physical server of an endpoint.
- ServerEndpoint - Interface in io.vertx.core.net.endpoint
-
A physical server of an endpoint.
- ServerEndpoint(ServerEndpoint) - Constructor for class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- ServerEndpoint(ServerEndpoint) - Constructor for class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- ServerEndpoint(Object) - Constructor for class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- ServerEndpoint(Object) - Constructor for class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- ServerFrame - Class in io.vertx.reactivex.ext.stomp
-
Structure passed to server handler when receiving a frame.
- ServerFrame - Class in io.vertx.rxjava3.ext.stomp
-
Structure passed to server handler when receiving a frame.
- ServerFrame - Interface in io.vertx.ext.stomp
-
Structure passed to server handler when receiving a frame.
- ServerFrame(ServerFrame) - Constructor for class io.vertx.reactivex.ext.stomp.ServerFrame
- ServerFrame(ServerFrame) - Constructor for class io.vertx.rxjava3.ext.stomp.ServerFrame
- ServerFrame(Object) - Constructor for class io.vertx.reactivex.ext.stomp.ServerFrame
- ServerFrame(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.ServerFrame
- ServerInteraction - Class in io.vertx.reactivex.core.net.endpoint
-
Request interaction with an endpoint, mostly callbacks to gather statistics.
- ServerInteraction - Class in io.vertx.rxjava3.core.net.endpoint
-
Request interaction with an endpoint, mostly callbacks to gather statistics.
- ServerInteraction - Interface in io.vertx.core.net.endpoint
-
Request interaction with an endpoint, mostly callbacks to gather statistics.
- ServerInteraction(ServerInteraction) - Constructor for class io.vertx.reactivex.core.net.endpoint.ServerInteraction
- ServerInteraction(ServerInteraction) - Constructor for class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
- ServerInteraction(Object) - Constructor for class io.vertx.reactivex.core.net.endpoint.ServerInteraction
- ServerInteraction(Object) - Constructor for class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
- ServerMode - Enum in io.vertx.oracleclient
-
Describes the server connection mode.
- serverName() - Method in exception io.vertx.mssqlclient.MSSQLException
- serverName(String) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Set the SNI server name.
- servers() - Method in interface io.vertx.core.net.endpoint.Endpoint
-
The servers capable of serving requests for this endpoint.
- servers() - Method in class io.vertx.reactivex.core.net.endpoint.Endpoint
-
The servers capable of serving requests for this endpoint.
- servers() - Method in class io.vertx.rxjava3.core.net.endpoint.Endpoint
-
The servers capable of serving requests for this endpoint.
- ServerSelector - Interface in io.vertx.core.net.endpoint
-
Select the most appropriate server among the list of servers of an endpoint.
- ServerSSLOptions - Class in io.vertx.core.net
-
Server SSL options.
- ServerSSLOptions() - Constructor for class io.vertx.core.net.ServerSSLOptions
-
Default constructor
- ServerSSLOptions(JsonObject) - Constructor for class io.vertx.core.net.ServerSSLOptions
-
Create options from JSON
- ServerSSLOptions(ServerSSLOptions) - Constructor for class io.vertx.core.net.ServerSSLOptions
-
Copy constructor
- ServerSSLOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
ServerSSLOptions
. - ServerSSLOptionsConverter() - Constructor for class io.vertx.core.net.ServerSSLOptionsConverter
- ServerWebSocket - Class in io.vertx.reactivex.core.http
-
Represents a server side WebSocket.
- ServerWebSocket - Class in io.vertx.rxjava3.core.http
-
Represents a server side WebSocket.
- ServerWebSocket - Interface in io.vertx.core.http
-
Represents a server side WebSocket.
- ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.reactivex.core.http.ServerWebSocket
- ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.rxjava3.core.http.ServerWebSocket
- ServerWebSocket(Object) - Constructor for class io.vertx.reactivex.core.http.ServerWebSocket
- ServerWebSocket(Object) - Constructor for class io.vertx.rxjava3.core.http.ServerWebSocket
- ServerWebSocketHandshake - Class in io.vertx.reactivex.core.http
-
A server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.
- ServerWebSocketHandshake - Class in io.vertx.rxjava3.core.http
-
A server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.
- ServerWebSocketHandshake - Interface in io.vertx.core.http
-
A server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.
- ServerWebSocketHandshake(ServerWebSocketHandshake) - Constructor for class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- ServerWebSocketHandshake(ServerWebSocketHandshake) - Constructor for class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- ServerWebSocketHandshake(Object) - Constructor for class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- ServerWebSocketHandshake(Object) - Constructor for class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- SERVFAIL - io.vertx.core.dns.DnsResponseCode
-
ID 2, server failure
- service - Variable in class io.vertx.servicediscovery.types.AbstractServiceReference
- service() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the service's name (i.e.
- service(ServiceName, Descriptors.ServiceDescriptor) - Static method in interface io.vertx.grpc.server.Service
-
Creates a new Service instance with the specified service name and descriptor.
- service(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the nodes providing the service. - service(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the nodes providing the service. - service(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the nodes providing the service. - service(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the nodes providing the service. - service(String, Vertx) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the nodes providing the service. - service(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the nodes providing the service. - Service - Class in io.vertx.ext.consul
-
Holds properties of service and node that its containing
- Service - Interface in io.vertx.grpc.server
-
Provides metadata about a gRPC service.
- Service() - Constructor for class io.vertx.ext.consul.Service
-
Default constructor
- Service(JsonObject) - Constructor for class io.vertx.ext.consul.Service
-
Constructor from JSON
- Service(Service) - Constructor for class io.vertx.ext.consul.Service
-
Copy constructor
- SERVICE - io.vertx.ext.consul.TxnOperationType
- ServiceAddress - Interface in io.vertx.serviceresolver
-
A general purpose service address, defined by a
ServiceAddress.name()
. - ServiceBinder - Class in io.vertx.serviceproxy
-
A binder for Service Proxies which state can be reused during the binder lifecycle.
- ServiceBinder(Vertx) - Constructor for class io.vertx.serviceproxy.ServiceBinder
-
Creates a factory.
- ServiceBuilder - Interface in io.vertx.grpc.server
- ServiceDiscovery - Class in io.vertx.reactivex.servicediscovery
-
Service Discovery main entry point.
- ServiceDiscovery - Class in io.vertx.rxjava3.servicediscovery
-
Service Discovery main entry point.
- ServiceDiscovery - Interface in io.vertx.servicediscovery
-
Service Discovery main entry point.
- ServiceDiscovery(ServiceDiscovery) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- ServiceDiscovery(ServiceDiscovery) - Constructor for class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- ServiceDiscovery(Object) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- ServiceDiscovery(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- ServiceDiscoveryBackend - Interface in io.vertx.servicediscovery.spi
-
By default the service discovery uses a distributed map to store the records.
- ServiceDiscoveryOptions - Class in io.vertx.servicediscovery
-
Options to configure the service discovery.
- ServiceDiscoveryOptions() - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Creates a new instance of
ServiceDiscoveryOptions
using the default values. - ServiceDiscoveryOptions(JsonObject) - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Creates a new instance of
ServiceDiscoveryOptions
from its JSON representation. - ServiceDiscoveryOptions(ServiceDiscoveryOptions) - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Creates a new instance of
ServiceDiscoveryOptions
by copying the values from another instance. - ServiceDiscoveryOptionsConverter - Class in io.vertx.servicediscovery
-
Converter and mapper for
ServiceDiscoveryOptions
. - ServiceDiscoveryOptionsConverter() - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter
- ServiceDiscoveryRestEndpoint - Class in io.vertx.servicediscovery.rest
-
Allows publishing the vert.x service discovery as a REST endpoint.
- ServiceEntry - Class in io.vertx.ext.consul
-
Holds properties of service, node and related checks
- ServiceEntry() - Constructor for class io.vertx.ext.consul.ServiceEntry
-
Default constructor
- ServiceEntry(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceEntry
-
Constructor from JSON
- ServiceEntry(ServiceEntry) - Constructor for class io.vertx.ext.consul.ServiceEntry
-
Copy constructor
- ServiceEntryConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
ServiceEntry
. - ServiceEntryConverter() - Constructor for class io.vertx.ext.consul.ServiceEntryConverter
- ServiceEntryList - Class in io.vertx.ext.consul
-
Holds list of services, nodes and related checks
- ServiceEntryList() - Constructor for class io.vertx.ext.consul.ServiceEntryList
-
Default constructor
- ServiceEntryList(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceEntryList
-
Constructor from JSON
- ServiceEntryList(ServiceEntryList) - Constructor for class io.vertx.ext.consul.ServiceEntryList
-
Copy constructor
- ServiceEntryListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
ServiceEntryList
. - ServiceEntryListConverter() - Constructor for class io.vertx.ext.consul.ServiceEntryListConverter
- ServiceException - Exception in io.vertx.serviceproxy
-
An Exception to be returned from Service implementations.
- ServiceException(int, String) - Constructor for exception io.vertx.serviceproxy.ServiceException
-
Create a ServiceException.
- ServiceException(int, String, JsonObject) - Constructor for exception io.vertx.serviceproxy.ServiceException
- ServiceExceptionMessageCodec - Class in io.vertx.serviceproxy
-
A MessageCodec for ServiceException
- ServiceExceptionMessageCodec() - Constructor for class io.vertx.serviceproxy.ServiceExceptionMessageCodec
- ServiceExporter - Class in io.vertx.reactivex.servicediscovery.spi
-
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
- ServiceExporter - Class in io.vertx.rxjava3.servicediscovery.spi
-
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
- ServiceExporter - Interface in io.vertx.servicediscovery.spi
-
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
- ServiceExporter(ServiceExporter) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
- ServiceExporter(ServiceExporter) - Constructor for class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
- ServiceExporter(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
- ServiceExporter(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
- serviceHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the health checks of the nodes. - serviceHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the health checks of the nodes. - serviceHealthChecks(String, CheckQueryOptions, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the health checks of the nodes. - ServiceImporter - Class in io.vertx.reactivex.servicediscovery.spi
-
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
- ServiceImporter - Class in io.vertx.rxjava3.servicediscovery.spi
-
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
- ServiceImporter - Interface in io.vertx.servicediscovery.spi
-
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
- ServiceImporter(ServiceImporter) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
- ServiceImporter(ServiceImporter) - Constructor for class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
- ServiceImporter(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
- ServiceImporter(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
- ServiceInterceptor - Interface in io.vertx.serviceproxy
- ServiceList - Class in io.vertx.ext.consul
-
Holds result of services query
- ServiceList() - Constructor for class io.vertx.ext.consul.ServiceList
-
Default constructor
- ServiceList(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceList
-
Constructor from JSON
- ServiceList(ServiceList) - Constructor for class io.vertx.ext.consul.ServiceList
-
Copy constructor
- ServiceListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
ServiceList
. - ServiceListConverter() - Constructor for class io.vertx.ext.consul.ServiceListConverter
- ServiceMethod<I,O> - Interface in io.vertx.grpc.common
-
Bundle all the bits required to call or bind a grpc service method.
- serviceName() - Method in interface io.vertx.grpc.common.ServiceMethod
- serviceName() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- serviceName() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- serviceName() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- serviceName(ServiceName) - Method in interface io.vertx.grpc.client.GrpcClientRequest
-
Set the service name to call.
- serviceName(ServiceName) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Set the service name to call.
- serviceName(ServiceName) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Set the service name to call.
- ServiceName - Interface in io.vertx.grpc.common
-
A gRPC service name.
- ServiceOptions - Class in io.vertx.ext.consul
-
Options used to register service.
- ServiceOptions() - Constructor for class io.vertx.ext.consul.ServiceOptions
-
Default constructor
- ServiceOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceOptions
-
Constructor from JSON
- ServiceOptions(ServiceOptions) - Constructor for class io.vertx.ext.consul.ServiceOptions
-
Copy constructor
- ServiceOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
ServiceOptions
. - ServiceOptionsConverter() - Constructor for class io.vertx.ext.consul.ServiceOptionsConverter
- ServiceProxyBuilder - Class in io.vertx.serviceproxy
-
A builder for Service Proxies which state can be reused during the builder lifecycle.
- ServiceProxyBuilder(Vertx) - Constructor for class io.vertx.serviceproxy.ServiceProxyBuilder
-
Creates a builder.
- ServiceProxyGen - Class in io.vertx.serviceproxy.generator
- ServiceProxyGen(GeneratorUtils) - Constructor for class io.vertx.serviceproxy.generator.ServiceProxyGen
- ServiceProxyGenLoader - Class in io.vertx.serviceproxy.generator
- ServiceProxyGenLoader() - Constructor for class io.vertx.serviceproxy.generator.ServiceProxyGenLoader
- ServiceProxyHandlerGen - Class in io.vertx.serviceproxy.generator
- ServiceProxyHandlerGen(GeneratorUtils) - Constructor for class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- ServicePublisher - Class in io.vertx.reactivex.servicediscovery.spi
-
The publisher is used by the importer to publish or unpublish records.
- ServicePublisher - Class in io.vertx.rxjava3.servicediscovery.spi
-
The publisher is used by the importer to publish or unpublish records.
- ServicePublisher - Interface in io.vertx.servicediscovery.spi
-
The publisher is used by the importer to publish or unpublish records.
- ServicePublisher(ServicePublisher) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
- ServicePublisher(ServicePublisher) - Constructor for class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
- ServicePublisher(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
- ServicePublisher(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
- ServiceQueryOptions - Class in io.vertx.ext.consul
-
Options used to requesting list of services
- ServiceQueryOptions() - Constructor for class io.vertx.ext.consul.ServiceQueryOptions
-
Default constructor
- ServiceQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceQueryOptions
-
Constructor from JSON
- ServiceQueryOptionsConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
ServiceQueryOptions
. - ServiceQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.ServiceQueryOptionsConverter
- ServiceReference - Class in io.vertx.reactivex.servicediscovery
-
Once a consumer has chosen a service, it builds a
ServiceReference
managing the binding with the chosen service provider. - ServiceReference - Class in io.vertx.rxjava3.servicediscovery
-
Once a consumer has chosen a service, it builds a
ServiceReference
managing the binding with the chosen service provider. - ServiceReference - Interface in io.vertx.servicediscovery
-
Once a consumer has chosen a service, it builds a
ServiceReference
managing the binding with the chosen service provider. - ServiceReference(ServiceReference) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceReference
- ServiceReference(ServiceReference) - Constructor for class io.vertx.rxjava3.servicediscovery.ServiceReference
- ServiceReference(Object) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceReference
- ServiceReference(Object) - Constructor for class io.vertx.rxjava3.servicediscovery.ServiceReference
- ServiceRequest - Class in io.vertx.ext.web.api.service
-
Data object that encapsulates all informations about an HTTP Request
- ServiceRequest() - Constructor for class io.vertx.ext.web.api.service.ServiceRequest
- ServiceRequest(JsonObject) - Constructor for class io.vertx.ext.web.api.service.ServiceRequest
- ServiceRequest(JsonObject, MultiMap, JsonObject, JsonObject) - Constructor for class io.vertx.ext.web.api.service.ServiceRequest
- ServiceRequest(ServiceRequest) - Constructor for class io.vertx.ext.web.api.service.ServiceRequest
- ServiceRequestConverter - Class in io.vertx.ext.web.api.service
-
Converter and mapper for
ServiceRequest
. - ServiceRequestConverter() - Constructor for class io.vertx.ext.web.api.service.ServiceRequestConverter
- ServiceResolverClient - Interface in io.vertx.serviceresolver
-
Address lookup implementing service discovery and load balancing.
- ServiceResolverOptions - Class in io.vertx.serviceresolver
-
Base class for service resolver options.
- ServiceResolverOptions() - Constructor for class io.vertx.serviceresolver.ServiceResolverOptions
- ServiceResponse - Class in io.vertx.ext.web.api.service
-
Data object that encapsulates all informations about an HTTP Response
- ServiceResponse() - Constructor for class io.vertx.ext.web.api.service.ServiceResponse
- ServiceResponse(JsonObject) - Constructor for class io.vertx.ext.web.api.service.ServiceResponse
- ServiceResponse(ServiceResponse) - Constructor for class io.vertx.ext.web.api.service.ServiceResponse
- ServiceResponse(Integer, String, Buffer, MultiMap) - Constructor for class io.vertx.ext.web.api.service.ServiceResponse
- ServiceResponseConverter - Class in io.vertx.ext.web.api.service
-
Converter and mapper for
ServiceResponse
. - ServiceResponseConverter() - Constructor for class io.vertx.ext.web.api.service.ServiceResponseConverter
- services(Vertx) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available services. - services(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available services. - services(Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available services. - services(Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available services. - services(Vertx) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available services. - services(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava3.ext.consul.Watch
-
Creates
Watch
to monitoring the list of available services. - ServiceTokenApplyingOptions - Class in io.vertx.ext.consul.token
- ServiceTokenApplyingOptions(JsonObject) - Constructor for class io.vertx.ext.consul.token.ServiceTokenApplyingOptions
- ServiceType - Interface in io.vertx.servicediscovery.spi
-
Represents a service type.
- session() - Method in interface io.vertx.ext.shell.cli.Completion
- session() - Method in interface io.vertx.ext.shell.command.CommandProcess
- session() - Method in interface io.vertx.ext.shell.Shell
- session() - Method in interface io.vertx.ext.stomp.StompClientConnection
- session() - Method in interface io.vertx.ext.stomp.StompServerConnection
- session() - Method in interface io.vertx.ext.web.RoutingContext
-
Get the session.
- session() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
- session() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
- session() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Get the session.
- session() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- session() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- session() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Get the session.
- Session - Class in io.vertx.ext.consul
-
Holds properties of Consul sessions
- Session - Class in io.vertx.reactivex.ext.web
-
Represents a browser session.
- Session - Class in io.vertx.rxjava3.ext.web
-
Represents a browser session.
- Session - Interface in io.vertx.ext.shell.session
-
A shell session.
- Session - Interface in io.vertx.ext.web
-
Represents a browser session.
- Session() - Constructor for class io.vertx.ext.consul.Session
-
Default constructor
- Session(JsonObject) - Constructor for class io.vertx.ext.consul.Session
-
Constructor from JSON
- Session(Session) - Constructor for class io.vertx.ext.consul.Session
-
Copy constructor
- Session(Session) - Constructor for class io.vertx.reactivex.ext.web.Session
- Session(Session) - Constructor for class io.vertx.rxjava3.ext.web.Session
- Session(Object) - Constructor for class io.vertx.reactivex.ext.web.Session
- Session(Object) - Constructor for class io.vertx.rxjava3.ext.web.Session
- SESSION - Static variable in class io.vertx.ext.stomp.Frame
- SESSION_TAKEN_OVER - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- SessionBehavior - Enum in io.vertx.ext.consul
-
When a session is invalidated, it is destroyed and can no longer be used.
- SessionConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
Session
. - SessionConverter() - Constructor for class io.vertx.ext.consul.SessionConverter
- SessionHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler that maintains a
Session
for each browser session. - SessionHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler that maintains a
Session
for each browser session. - SessionHandler - Interface in io.vertx.ext.web.handler
-
A handler that maintains a
Session
for each browser session. - SessionHandler(SessionHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.SessionHandler
- SessionHandler(SessionHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.SessionHandler
- SessionHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.SessionHandler
- SessionHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.SessionHandler
- SessionList - Class in io.vertx.ext.consul
-
Holds result of sessions query
- SessionList() - Constructor for class io.vertx.ext.consul.SessionList
-
Default constructor
- SessionList(JsonObject) - Constructor for class io.vertx.ext.consul.SessionList
-
Constructor from JSON
- SessionList(SessionList) - Constructor for class io.vertx.ext.consul.SessionList
-
Copy constructor
- SessionListConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
SessionList
. - SessionListConverter() - Constructor for class io.vertx.ext.consul.SessionListConverter
- SessionOptions - Class in io.vertx.ext.consul
-
Options used to create session.
- SessionOptions() - Constructor for class io.vertx.ext.consul.SessionOptions
-
Default constructor
- SessionOptions(JsonObject) - Constructor for class io.vertx.ext.consul.SessionOptions
-
Constructor from JSON
- SessionOptions(SessionOptions) - Constructor for class io.vertx.ext.consul.SessionOptions
-
Copy constructor
- SessionStore - Class in io.vertx.reactivex.ext.web.sstore
-
A session store is used to store sessions for an Vert.x-Web web app
- SessionStore - Class in io.vertx.rxjava3.ext.web.sstore
-
A session store is used to store sessions for an Vert.x-Web web app
- SessionStore - Interface in io.vertx.ext.web.sstore
-
A session store is used to store sessions for an Vert.x-Web web app
- SessionStore(SessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.SessionStore
- SessionStore(SessionStore) - Constructor for class io.vertx.rxjava3.ext.web.sstore.SessionStore
- SessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.SessionStore
- SessionStore(Object) - Constructor for class io.vertx.rxjava3.ext.web.sstore.SessionStore
- set(int, long) - Method in class io.vertx.core.http.Http2Settings
-
Set a setting
value
for a given settingid
. - set(int, Object) - Method in class io.vertx.core.json.JsonArray
-
Set an Object to the JSON array at position
pos
. - set(CacheKey, CachedHttpResponse) - Method in interface io.vertx.ext.web.client.spi.CacheStore
-
Add a response in the cache with the given key.
- set(CacheKey, CachedHttpResponse, Handler<AsyncResult<CachedHttpResponse>>) - Method in interface io.vertx.ext.web.client.spi.CacheStore
-
Add a response in the cache with the given key.
- set(CharSequence, CharSequence) - Static method in interface io.vertx.core.http.HttpHeaders
- set(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
-
Like
MultiMap.set(String, String)
but acceptingCharSequence
as parameters - set(CharSequence, CharSequence) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
- set(CharSequence, CharSequence) - Static method in class io.vertx.rxjava3.core.http.HttpHeaders
- set(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
-
Like
MultiMap.set(String, Iterable)
but acceptingCharSequence
as parameters - set(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
-
Sets values for the specified name.
- set(String, Object) - Method in interface io.vertx.httpproxy.ProxyContext
-
Attach a payload to the context.
- set(String, Object) - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
-
Attach a payload to the context.
- set(String, String) - Static method in interface io.vertx.core.http.HttpHeaders
- set(String, String) - Method in interface io.vertx.core.MultiMap
-
Sets a
value
under the specifiedname
. - set(String, String) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
- set(String, String) - Method in class io.vertx.reactivex.uritemplate.Variables
-
Set a single variable.
- set(String, String) - Static method in class io.vertx.rxjava3.core.http.HttpHeaders
- set(String, String) - Method in class io.vertx.rxjava3.uritemplate.Variables
-
Set a single variable.
- set(String, String) - Method in interface io.vertx.uritemplate.Variables
-
Set a single variable.
- set(String, List<String>) - Method in class io.vertx.reactivex.uritemplate.Variables
-
Set a list variable.
- set(String, List<String>) - Method in class io.vertx.rxjava3.uritemplate.Variables
-
Set a list variable.
- set(String, List<String>) - Method in interface io.vertx.uritemplate.Variables
-
Set a list variable.
- set(String, Map<String, String>) - Method in class io.vertx.reactivex.uritemplate.Variables
-
Set a map variable.
- set(String, Map<String, String>) - Method in class io.vertx.rxjava3.uritemplate.Variables
-
Set a map variable.
- set(String, Map<String, String>) - Method in interface io.vertx.uritemplate.Variables
-
Set a map variable.
- set(BiConsumer<String, String>, String, String) - Method in class io.vertx.tracing.opentelemetry.HeadersPropagatorSetter
- set(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the string value of a key.
- set(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the string value of a key.
- set(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the string value of a key.
- SET - io.vertx.ext.consul.TxnKVVerb
-
Sets the Key to the given Value
- SET - io.vertx.ext.consul.TxnServiceVerb
-
Sets the service to the given state
- SET - Static variable in interface io.vertx.redis.client.Command
-
Set the string value of a key.
- SET_COOKIE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Set-Cookie header name
- SET_COOKIE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Set-Cookie header name
- SET_COOKIE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Set-Cookie header name
- setA(double) - Method in class io.vertx.pgclient.data.Line
- setAaguid(String) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setAbsoluteKeywordLocation(String) - Method in class io.vertx.json.schema.OutputUnit
- setAbsoluteUri(String) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setAbsoluteURI(String) - Method in class io.vertx.core.http.RequestOptions
-
Parse an absolute URI to use, this will update the
ssl
,host
,port
anduri
fields. - setAbsoluteURI(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setAbsoluteURI(URL) - Method in class io.vertx.core.http.RequestOptions
-
Like
RequestOptions.setAbsoluteURI(String)
but using anURL
parameter. - setAbsoluteURI(URL) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setAcceptableContentType(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the acceptable content type.
- setAcceptableContentType(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Set the acceptable content type.
- setAcceptableContentType(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Set the acceptable content type.
- setAcceptBacklog(int) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Set the accept back log.
- setAcceptBacklog(int) - Method in class io.vertx.core.http.HttpServerOptions
- setAcceptBacklog(int) - Method in class io.vertx.core.net.NetServerOptions
-
Set the accept back log
- setAcceptBacklog(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setAcceptBacklog(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setAcceptedVersions(List<String>) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the list of STOMP protocol versions accepted by the client.
- setAcceptUnmaskedFrames(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Set
true
when the server accepts unmasked frame. - setAccessed() - Method in interface io.vertx.ext.web.Session
-
Mark the session as being accessed.
- setAccessed() - Method in class io.vertx.ext.web.sstore.AbstractSession
- setAccessed() - Method in class io.vertx.reactivex.ext.web.Session
-
Mark the session as being accessed.
- setAccessed() - Method in class io.vertx.rxjava3.ext.web.Session
-
Mark the session as being accessed.
- setAccessor(String) - Method in class io.vertx.config.vault.client.Auth
- setAccessor(String) - Method in class io.vertx.config.vault.client.Lookup
- setAckTimeout(int) - Method in class io.vertx.mqtt.MqttClientOptions
-
Sets the time in seconds after which the client will stop waiting for a PUBACK, PUBREC or PUBCOMP packet from the server in response to a packet it has sent.
- setAclToken(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the ACL token.
- setAcquireSession(String) - Method in class io.vertx.ext.consul.KeyValueOptions
-
Set session ID for lock acquisition operation.
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.datagram.DatagramSocketOptions
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.http.HttpClientOptions
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.http.HttpServerOptions
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.http.WebSocketClientOptions
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.net.ClientOptionsBase
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.net.NetClientOptions
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.net.NetServerOptions
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.net.NetworkOptions
-
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.vertx.core.net.TCPSSLOptions
- setActivityLogFormat(ByteBufFormat) - Method in class io.vertx.core.dns.DnsClientOptions
-
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
- setAdditionalParameters(Map<String, String>) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Set the additional parameters
- setAddress(String) - Method in class io.vertx.camel.CamelMapping
-
Sets the event bus address.
- setAddress(String) - Method in class io.vertx.camel.InboundMapping
- setAddress(String) - Method in class io.vertx.camel.OutboundMapping
- setAddress(String) - Method in class io.vertx.core.eventbus.MessageConsumerOptions
-
Set the address the event-bus will register the consumer at.
- setAddress(String) - Method in class io.vertx.ext.bridge.PermittedOptions
-
The exact address the message is being sent to.
- setAddress(String) - Method in class io.vertx.ext.consul.Node
-
Set node address
- setAddress(String) - Method in class io.vertx.ext.consul.Service
-
Set service address
- setAddress(String) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set service address
- setAddress(String) - Method in class io.vertx.ext.shell.command.base.BusPublish
- setAddress(String) - Method in class io.vertx.serviceproxy.ServiceBinder
-
Set the address to use on the subsequent proxy creations or service registrations.
- setAddress(String) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
-
Set the address to use on the subsequent proxy creations or service registrations.
- setAddress(InetAddress) - Method in class io.vertx.pgclient.data.Cidr
- setAddress(InetAddress) - Method in class io.vertx.pgclient.data.Inet
-
Set the inet address
- setAddresses(List<Address>) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set multiple addresses for cluster mode.
- setAddresses(List<String>) - Method in class io.vertx.ext.shell.command.base.BusTail
- setAddressRegex(String) - Method in class io.vertx.ext.bridge.PermittedOptions
-
A regular expression that will be matched against the address.
- setAddressResolverOptions(AddressResolverOptions) - Method in class io.vertx.core.VertxOptions
-
Sets the address resolver configuration to configure resolving DNS servers, cache TTL, etc...
- setAdj(float) - Method in class io.vertx.ext.consul.Coordinate
-
Set adjustment
- setAlg(COSEAlgorithm) - Method in class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- setAlgorithm(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setAlgorithm(String) - Method in class io.vertx.ext.auth.JWTOptions
- setAlgorithm(String) - Method in class io.vertx.ext.auth.otp.Authenticator
- setAlgorithm(String) - Method in class io.vertx.ext.auth.otp.OtpKey
- setAlgorithm(String) - Method in class io.vertx.ext.auth.PubSecKeyOptions
- setAlias(String) - Method in class io.vertx.core.net.JksOptions
- setAlias(String) - Method in class io.vertx.core.net.KeyStoreOptions
- setAlias(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Set the alias for a server certificate when the keystore has more than one.
- setAlias(String) - Method in class io.vertx.core.net.PfxOptions
- setAlias(String) - Method in class io.vertx.ext.dropwizard.Match
-
Set the alias the human readable name that will be used as a part of registry entry name when the value matches.
- setAlias(String) - Method in class io.vertx.micrometer.Match
-
Set an alias that would replace the label value when it matches.
- setAliasPassword(String) - Method in class io.vertx.core.net.JksOptions
- setAliasPassword(String) - Method in class io.vertx.core.net.KeyStoreOptions
- setAliasPassword(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Set the password for the server certificate designated by
KeyStoreOptionsBase.getAlias()
. - setAliasPassword(String) - Method in class io.vertx.core.net.PfxOptions
- setAll(boolean) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
- setAll(JsonObject) - Method in class io.vertx.reactivex.uritemplate.Variables
-
Like
Variables.addAll(io.vertx.core.json.JsonObject)
but overwrites previous variables. - setAll(JsonObject) - Method in class io.vertx.rxjava3.uritemplate.Variables
-
Like
Variables.addAll(io.vertx.core.json.JsonObject)
but overwrites previous variables. - setAll(JsonObject) - Method in interface io.vertx.uritemplate.Variables
-
Like
Variables.addAll(JsonObject)
but overwrites previous variables. - setAll(MultiMap) - Method in interface io.vertx.core.MultiMap
-
Cleans this instance.
- setAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
-
Cleans and set all values of the given instance
- setAllowDiskUse(Boolean) - Method in class io.vertx.ext.mongo.AggregateOptions
-
Set the flag if writing to temporary files is enabled.
- setAllowOriginHeader(boolean) - Method in class io.vertx.core.http.WebSocketConnectOptions
-
Set whether to add the
origin
header to the WebSocket handshake request, enabled by default. - setAllowRcptErrors(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
set if sending allows rcpt errors
- setAllowVariableMiss(boolean) - Method in class io.vertx.uritemplate.ExpandOptions
-
Configures whether a template missing variable is replaced by the empty string or triggers a
NoSuchElementException
to be thrown. - setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.
- setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiatiation.
- setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.
- setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.ext.web.client.WebClientOptions
- setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setAlternate(CollationAlternate) - Method in class io.vertx.ext.mongo.CollationOptions
-
Optional.
- setAlwaysAsyncFS(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether async filesystem access should always be used
- setAlwaysAsyncFS(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set whether async filesystem access should always be used
- setAlwaysAsyncFS(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set whether async filesystem access should always be used
- setAnnotations(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
- setAnnounceAddress(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Sets the event bus address on which the service arrivals, departures and modifications are announced.
- setAppend(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Whether the file should be opened in append mode.
- setApplicationLayerProtocols(List<String>) - Method in class io.vertx.core.net.ClientSSLOptions
- setApplicationLayerProtocols(List<String>) - Method in class io.vertx.core.net.NetClientOptions
-
Set the list of application-layer protocols to provide to the server during the Application-Layer Protocol Negotiation.
- setApplicationLayerProtocols(List<String>) - Method in class io.vertx.core.net.ServerSSLOptions
- setApplicationLayerProtocols(List<String>) - Method in class io.vertx.core.net.SSLOptions
-
Set the list of application-layer protocols to provide to the server during the Application-Layer Protocol Negotiation.
- setArgName(String) - Method in class io.vertx.core.cli.Argument
-
Sets the argument name of this
Argument
. - setArgName(String) - Method in class io.vertx.core.cli.Option
-
Sets te arg name for this option.
- setArgName(String) - Method in class io.vertx.core.cli.TypedArgument
- setArgName(String) - Method in class io.vertx.core.cli.TypedOption
- setArgName(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
- setArguments(List<Argument>) - Method in interface io.vertx.core.cli.CLI
-
Sets the list of arguments.
- setArrayFilters(JsonArray) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set the arrayFilters option
- setAssertion(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setAssignment(MemberAssignment) - Method in class io.vertx.kafka.admin.MemberDescription
-
Set the assignment of the group member
- setAtomicityMode(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets cache atomicity mode.
- setAtomicMove(boolean) - Method in class io.vertx.core.file.CopyOptions
-
Whether move should be performed as an atomic filesystem operation.
- setAttachment(MailAttachment) - Method in class io.vertx.ext.mail.MailMessage
-
set a single attachment of this mail
- setAttachment(List<MailAttachment>) - Method in class io.vertx.ext.mail.MailMessage
-
set the list of attachments of this mail
- setAttestation(Attestation) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setAttestationCertificates(AttestationCertificates) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setAudience(List<String>) - Method in class io.vertx.ext.auth.JWTOptions
- setAuid(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the Agent or User Identifier(AUID)
- setAuthAttempts(Integer) - Method in class io.vertx.ext.auth.otp.Authenticator
- setAuthAttemptsLimit(int) - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- setAuthAttemptsLimit(int) - Method in class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- setAuthenticationMechanism(String) - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
-
sets the authentication mechanism. default to 'simple' if not set
- setAuthenticationPlugin(MySQLAuthenticationPlugin) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Set the default
authentication plguin
for the client, the option will take effect at the connection start. - setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
-
Set the query to use to authenticate a user.
- setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
-
Set the authentication query to use.
- setAuthenticatorAttachment(AuthenticatorAttachment) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setAuthMethods(String) - Method in class io.vertx.ext.mail.MailConfig
-
set string of allowed auth methods.
- setAuthOptions(JsonObject) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
Set the auth options.
- setAuthOptions(JsonObject) - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
Set the auth options.
- setAuthority(HostAndPort) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Set the request authority.
- setAuthority(HostAndPort) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Set the request authority.
- setAuthorizationPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setAuthorizations(Set<Authorization>) - Method in interface io.vertx.serviceproxy.AuthorizationInterceptor
-
Set the required authorities for the service, once a JWT is validated it will be queried for these authorities.
- setAuthorizedOperations(Set<AclOperation>) - Method in class io.vertx.kafka.admin.ClusterDescription
-
Set the authorizedOperations
- setAuthorizedOperations(Set<AclOperation>) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
Set the id of the consumer group
- setAuthorizedOperations(Set<AclOperation>) - Method in class io.vertx.kafka.admin.TopicDescription
-
Set the id of the consumer group
- setAutoAck(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set to false to let the application code to ack the message via
MqttPublishMessage#ack()
. - setAutoAck(boolean) - Method in class io.vertx.rabbitmq.QueueOptions
- setAutoAcknowledgement(boolean) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Sets the auto-acknowledgement.
- setAutoClientId(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
-
Set if clientid should be auto-generated when it's "zero-bytes"
- setAutoComputeContentLength(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets whether or not the automatic computation of the
content-length
header is enabled. - setAutoDrained(boolean) - Method in class io.vertx.amqp.AmqpSenderOptions
-
Sets whether the link is automatically marked drained after the send queue drain handler callback returns if the receiving peer requested that credit be drained.
- setAutoFailover(boolean) - Method in class io.vertx.redis.client.RedisOptions
-
Returns whether automatic failover is enabled.
- setAutoFailover(boolean) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Returns whether automatic failover is enabled.
- setAutoGeneratedClientId(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set if the MQTT client must generate clientId automatically (default is true)
- setAutoGeneratedKeys(boolean) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setAutoGeneratedKeys(boolean) - Method in class io.vertx.jdbcclient.SqlOptions
- setAutoGeneratedKeys(boolean) - Method in class io.vertx.oracleclient.OraclePrepareOptions
- setAutoGeneratedKeysIndexes(JsonArray) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setAutoGeneratedKeysIndexes(JsonArray) - Method in class io.vertx.jdbcclient.SqlOptions
- setAutoGeneratedKeysIndexes(JsonArray) - Method in class io.vertx.oracleclient.OraclePrepareOptions
- setAutoKeepAlive(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set if the MQTT client must handle PINGREQ automatically (default is true)
- setAutomaticRecoveryEnabled(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Enables or disables automatic connection recovery.
- setAutomaticRecoveryOnInitialConnection(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Enable or disable automatic recovery on initial connections.
- setB(double) - Method in class io.vertx.pgclient.data.Line
- setBackendConfiguration(JsonObject) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Sets the configuration passed to the
ServiceDiscoveryBackend
. - setBackups(int) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets number of nodes used to back up single partition for PARTITIONED cache.
- setBackwards(Boolean) - Method in class io.vertx.ext.mongo.CollationOptions
-
Optional.
- setBaseName(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set a custom baseName for metrics.
- setBaseUri(String) - Method in class io.vertx.json.schema.JsonSchemaOptions
- setBatchSize(int) - Method in class io.vertx.ext.mongo.AggregateOptions
-
Set the batch size for methods loading found data in batches.
- setBatchSize(int) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the batch size for methods loading found data in batches.
- setBatchSize(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Maximum number of measurements sent per request to the InfluxDB server.
- setBcc(String) - Method in class io.vertx.ext.mail.MailMessage
-
helper method for single recipient
- setBcc(List<String>) - Method in class io.vertx.ext.mail.MailMessage
-
set list of bcc addresses
- setBearerToken(String) - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- setBeforeScanHandler(Handler<Void>) - Method in interface io.vertx.config.ConfigRetriever
-
Registers a handler called before every scan.
- setBeforeScanHandler(Handler<Void>) - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Registers a handler called before every scan.
- setBeforeScanHandler(Handler<Void>) - Method in class io.vertx.rxjava3.config.ConfigRetriever
-
Registers a handler called before every scan.
- setBehavior(SessionBehavior) - Method in class io.vertx.ext.consul.SessionOptions
-
Set the behavior when a session is invalidated.
- setBinaryLog(BinaryLog) - Method in class io.vertx.grpc.VertxChannelBuilder
- setBinaryLog(BinaryLog) - Method in class io.vertx.grpc.VertxServerBuilder
- setbit(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Sets or clears the bit at offset in the string value stored at key.
- SETBIT - Static variable in interface io.vertx.redis.client.Command
-
Sets or clears the bit at offset in the string value stored at key.
- setBlockedThreadCheckInterval(long) - Method in class io.vertx.core.VertxOptions
-
Sets the value of blocked thread check period, in
blockedThreadCheckIntervalUnit
. - setBlockedThreadCheckIntervalUnit(TimeUnit) - Method in class io.vertx.core.VertxOptions
-
Set the time unit of
blockedThreadCheckInterval
. - setBlocking(boolean) - Method in class io.vertx.camel.OutboundMapping
-
Sets whether or not the processing is blocking.
- setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Set options for blocking query
- setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.EventListOptions
-
Set options for blocking query
- setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.NodeQueryOptions
-
Set options for blocking query
- setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Set options for blocking query
- setBody(Buffer) - Method in class io.vertx.ext.stomp.Frame
-
Sets the body of the frame.
- setBody(Body) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Set the request body to be sent to the origin server.
- setBody(Body) - Method in interface io.vertx.httpproxy.ProxyResponse
-
Set the request body to be sent to the user agent.
- setBody(Body) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Set the request body to be sent to the origin server.
- setBody(Body) - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Set the request body to be sent to the user agent.
- setBody(String) - Method in class io.vertx.ext.shell.command.base.BusPublish
- setBodyCanonAlgo(CanonicalizationAlgorithm) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the canonicalization algorithm for mail body.
- setBodyLimit(int) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the body limit to sign.
- setBodyLimit(long) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set the maximum body size in bytes,
-1
means no limit. - setBodyLimit(long) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Set the maximum body size in bytes,
-1
means no limit. - setBodyLimit(long) - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Set the maximum body size in bytes,
-1
means no limit. - setBounceAddress(String) - Method in class io.vertx.ext.mail.MailMessage
-
set bounce address of this mail
- setBroadcast(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set if the socket can send or receive broadcast packets
- setBucket(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Specifies the destination bucket for writes.
- setBuffer(int, Buffer) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position
pos
in the Buffer to the bytes represented by theBuffer b
. - setBuffer(int, Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position
pos
in the Buffer to the bytes represented by theBuffer b
on the givenoffset
andlen
. - setBuffer(Buffer) - Method in class io.vertx.ext.auth.PubSecKeyOptions
-
The PEM or Secret key buffer.
- setBuffer(String) - Method in class io.vertx.ext.auth.PubSecKeyOptions
-
The PEM or Secret key buffer.
- setBypassHostHeader(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets whether or not the
host
header must be dropped from theCONNECT/STOMP
frame. - setByte(int, byte) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
byte
at positionpos
in the Buffer to the valueb
. - setBytes(int, byte[]) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position
pos
in the Buffer to the bytes represented by thebyte[] b
. - setBytes(int, byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the given number of bytes at position
pos
in the Buffer to the bytes represented by thebyte[] b
. - setBytes(int, ByteBuffer) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position
pos
in the Buffer to the bytes represented by theByteBuffer b
. - setC(double) - Method in class io.vertx.pgclient.data.Line
- setCacheConfiguration(List<IgniteCacheOptions>) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets cache configurations.
- setCachedMethods(Set<HttpMethod>) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Configure the HTTP methods that can be cached.
- setCachedStatusCodes(Set<Integer>) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Configure the status codes that can be cached.
- setCacheEntryTimeout(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the server cache entry timeout when caching is enabled
- setCacheEntryTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set the server cache entry timeout when caching is enabled
- setCacheEntryTimeout(long) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set the server cache entry timeout when caching is enabled
- setCacheMaxTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the cache maximum TTL value in seconds.
- setCacheMinTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the cache minimum TTL value in seconds.
- setCacheMode(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets caching mode.
- setCacheNegativeTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the negative cache TTL value in seconds.
- setCacheOptions(CacheOptions) - Method in class io.vertx.httpproxy.ProxyOptions
-
Set the cache options that configures the proxy.
- setCachePreparedStatements(boolean) - Method in class io.vertx.db2client.DB2ConnectOptions
- setCachePreparedStatements(boolean) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setCachePreparedStatements(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setCachePreparedStatements(boolean) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setCachePreparedStatements(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
- setCachePreparedStatements(boolean) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set whether prepared statements cache should be enabled.
- setCachingEnabled(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether cache header handling is enabled
- setCachingEnabled(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set whether cache header handling is enabled
- setCachingEnabled(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set whether cache header handling is enabled
- setCapabilities(List<String>) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Sets the list of capabilities to be set on the receiver source terminus.
- setCapabilities(List<String>) - Method in class io.vertx.amqp.AmqpSenderOptions
-
Sets the list of capabilities to be set on the sender target terminus.
- setCapped(Boolean) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
-
Optional.
- setCaseFirst(CollationCaseFirst) - Method in class io.vertx.ext.mongo.CollationOptions
-
Optional.
- setCaseLevel(Boolean) - Method in class io.vertx.ext.mongo.CollationOptions
-
Optional.
- setCasIndex(long) - Method in class io.vertx.ext.consul.KeyValueOptions
-
Set the Check-And-Set index.
- setCatalog(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setCatalog(String) - Method in class io.vertx.jdbcclient.SqlOptions
- setCc(String) - Method in class io.vertx.ext.mail.MailMessage
-
helper method for single recipient
- setCc(List<String>) - Method in class io.vertx.ext.mail.MailMessage
-
set list of cc addresses
- setCenterPoint(Point) - Method in class io.vertx.pgclient.data.Circle
- setCertPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set the path of the first certificate, replacing the previous certificates paths
- setCertPaths(List<String>) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set all the paths to the certificates files
- setCertValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set the first certificate as a buffer, replacing the previous certificates buffers
- setCertValues(List<Buffer>) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set all the certificates as a list of buffer
- setChallenge(String) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- setChallengeLength(int) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setChannel(String) - Method in class io.vertx.pgclient.PgNotification
-
Set the channel value.
- setCharacterEncoding(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Set the Java charset for encoding string values, this value is UTF-8 by default.
- setCharset(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
Set the charset used for encoding / decoding text data from/to SockJS
- setCharset(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
Set the charset to use when binary mode is active, see
TelnetTermOptions.setInBinary(boolean)
andTelnetTermOptions.setOutBinary(boolean)
. - setCharset(String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Set the
charset
to use when encoding the form. - setCharset(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Set the charset for the connection.
- setCharset(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Set the charset for the connection.
- setCharset(String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
Set the
charset
to use when encoding the form. - setCharset(String) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
-
Set the
charset
to use when encoding the form. - setCharset(Charset) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Set the
charset
to use when encoding the form. - setCharset(Charset) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
Set the
charset
to use when encoding the form. - setCharset(Charset) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
-
Set the
charset
to use when encoding the form. - setCheckIntervalForStats(long) - Method in class io.vertx.core.net.TrafficShapingOptions
-
Set the delay between two computations of performances for channels
- setCheckIntervalForStatsTimeUnit(TimeUnit) - Method in class io.vertx.core.net.TrafficShapingOptions
-
Set time unit for check interval for stats.
- setCheckListOptions(List<CheckOptions>) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set checks options of service
- setCheckOptions(CheckOptions) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set check options of service
- setChecks(List<JsonObject>) - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- setChecks(List<Check>) - Method in class io.vertx.ext.consul.ServiceEntry
-
Set list of checks
- setChecks(List<CheckResult>) - Method in class io.vertx.ext.healthchecks.CheckResult
- setChecks(List<String>) - Method in class io.vertx.ext.consul.Session
-
Set the list of associated health checks
- setChecks(List<String>) - Method in class io.vertx.ext.consul.SessionOptions
-
Set a list of associated health checks.
- setChoices(Set<String>) - Method in class io.vertx.core.cli.Option
-
Sets the list of values accepted by this option.
- setChoices(Set<String>) - Method in class io.vertx.core.cli.TypedOption
- setChunked(boolean) - Method in interface io.vertx.core.http.HttpClientRequest
-
If chunked is true then the request will be set into HTTP chunked mode
- setChunked(boolean) - Method in interface io.vertx.core.http.HttpServerResponse
-
If
chunked
istrue
, this response will use HTTP chunked encoding, and each call to write to the body will correspond to a new HTTP chunk sent on the wire. - setChunked(boolean) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
If chunked is true then the request will be set into HTTP chunked mode
- setChunked(boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
If
chunked
istrue
, this response will use HTTP chunked encoding, and each call to write to the body will correspond to a new HTTP chunk sent on the wire. - setChunked(boolean) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
If chunked is true then the request will be set into HTTP chunked mode
- setChunked(boolean) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
If
chunked
istrue
, this response will use HTTP chunked encoding, and each call to write to the body will correspond to a new HTTP chunk sent on the wire. - setChunkSizeBytes(Integer) - Method in class io.vertx.ext.mongo.GridFsUploadOptions
- setClassLoader(ClassLoader) - Method in class io.vertx.core.DeploymentOptions
-
Set the classloader to use for deploying the Verticle.
- setClassPathResolvingEnabled(boolean) - Method in class io.vertx.core.file.FileSystemOptions
-
When vert.x cannot find the file on the filesystem it tries to resolve the file from the class path when this is set to
true
. - setCleanerInterval(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set how often the connection pool will be cleaned.
- setCleanerPeriod(int) - Method in class io.vertx.core.http.PoolOptions
-
Set the connection pool cleaner period in milli seconds, a non positive value disables expiration checks and connections will remain in the pool until they are closed.
- setCleanSession(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set to start with a clean session (or not)
- setClientAssertion(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setClientAssertionType(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setClientAuth(ClientAuth) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Set whether client auth is required
- setClientAuth(ClientAuth) - Method in class io.vertx.core.http.HttpServerOptions
- setClientAuth(ClientAuth) - Method in class io.vertx.core.net.NetServerOptions
-
Set whether client auth is required
- setClientAuth(ClientAuth) - Method in class io.vertx.core.net.ServerSSLOptions
-
Set whether client auth is required
- setClientAuth(ClientAuth) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setClientAuth(ClientAuth) - Method in class io.vertx.mqtt.MqttServerOptions
- setClientFailureDetectionTimeout(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets client failure detection timeout.
- setClientId(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the provider client id
- setClientId(String) - Method in class io.vertx.kafka.admin.MemberDescription
-
Set the client id of the group member
- setClientId(String) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set the client identifier
- setClientIdentifier(String) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set client identifier if not provided by the remote MQTT client (zero-bytes)
- setClientIdentifier(String) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set client identifier if not provided by the remote MQTT client (zero-bytes)
- setClientIdentifier(String) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set client identifier if not provided by the remote MQTT client (zero-bytes)
- setClientProcessingPending(String) - Method in class io.vertx.micrometer.MetricsNaming
- setClientProcessingTime(String) - Method in class io.vertx.micrometer.MetricsNaming
- setClientQueuePending(String) - Method in class io.vertx.micrometer.MetricsNaming
- setClientQueueTime(String) - Method in class io.vertx.micrometer.MetricsNaming
- setClientRequestTagsProvider(Function<HttpRequest, Iterable<Tag>>) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Sets a custom tags provider for HTTP client requests.
- setClientResetsCount(String) - Method in class io.vertx.micrometer.MetricsNaming
- setClientSecret(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the provider client secret
- setClientToken(String) - Method in class io.vertx.config.vault.client.Auth
- setClosingTimeout(int) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set the amount of time a client WebSocket will wait until it closes the TCP connection after receiving a close frame.
- setClusterId(String) - Method in class io.vertx.kafka.admin.ClusterDescription
-
Set the cluster ID
- setClusterNodeMetadata(JsonObject) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Set information about this node when Vert.x is clustered.
- setClusterPingInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Set the value of cluster ping interval, in ms.
- setClusterPingReplyInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Set the value of cluster ping reply interval, in ms.
- setClusterPublicHost(String) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Set the public facing hostname to be used for clustering.
- setClusterPublicPort(int) - Method in class io.vertx.core.eventbus.EventBusOptions
-
See
EventBusOptions.setClusterPublicHost(String)
for an explanation. - setClusterTransactions(RedisClusterTransactions) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Set how Redis transactions are handled in cluster mode.
- setClusterTransactions(RedisClusterTransactions) - Method in class io.vertx.redis.client.RedisOptions
-
Set how Redis transactions are handled in cluster mode.
- setCnonce(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setCode(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setCode(String) - Method in class io.vertx.ext.auth.otp.OtpCredentials
- setCode(String) - Method in class io.vertx.pgclient.PgNotice
- setCodeChallenge(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
PKCE code challenge
- setCodeChallengeMethod(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
PKCE code challenge method
- setCodecName(String) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Set the codec name.
- setCodeVerifier(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setCollation(CollationOptions) - Method in class io.vertx.ext.mongo.AggregateOptions
-
Optional.
- setCollation(CollationOptions) - Method in class io.vertx.ext.mongo.BulkOperation
- setCollation(CollationOptions) - Method in class io.vertx.ext.mongo.CountOptions
-
Sets the collation options
- setCollation(CollationOptions) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
-
Specifies the default collation for the collection.
- setCollation(CollationOptions) - Method in class io.vertx.ext.mongo.DistinctOptions
-
Optional.
- setCollation(CollationOptions) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the collation
- setCollation(CollationOptions) - Method in class io.vertx.ext.mongo.IndexOptions
-
Optional.
- setCollation(CollationOptions) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Collation options
- setCollation(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Set the collation for the connection.
- setCollation(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Set the collation for the connection.
- setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
The property name to be used to set the name of the collection inside the config.
- setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
The property name to be used to set the name of the collection inside the config.
- setColumn(String) - Method in class io.vertx.pgclient.PgNotice
- setCommand(Command) - Method in class io.vertx.ext.stomp.Frame
-
Sets the frame command.
- setCompressed(boolean) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Activate or deactivate GZIP compression.
- setCompressionAllowClientNoContext(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set whether the
client_no_context_takeover
parameter of the WebSocket per-message deflate compression extension will be offered. - setCompressionContentSizeThreshold(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the compression content size threshold if compression is enabled.
- setCompressionLevel(int) - Method in class io.vertx.core.http.HttpServerOptions
-
This method allows to set the compression level to be used in http1.x/2 response bodies when compression support is turned on (@see setCompressionSupported) and the client advertises to support
deflate/gzip
compression in theAccept-Encoding
header default value is : 6 (Netty legacy) The compression level determines how much the data is compressed on a scale from 1 to 9, where '9' is trying to achieve the maximum compression ratio while '1' instead is giving priority to speed instead of compression ratio using some algorithm optimizations and skipping pedantic loops that usually gives just little improvements While one can think that best value is always the maximum compression ratio, there's a trade-off to consider: the most compressed level requires the most computational work to compress/decompress data, e.g. more dictionary lookups and loops. - setCompressionLevel(int) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set the WebSocket deflate compression level.
- setCompressionRequestServerNoContext(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set whether the
server_no_context_takeover
parameter of the WebSocket per-message deflate compression extension will be offered. - setCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Set whether the server should support gzip/deflate compression (serving compressed responses to clients advertising support for them with Accept-Encoding header)
- setCompressionSupported(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setCompressors(List<CompressionOptions>) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the list of compressor to use instead of using the default gzip/deflate
HttpServerOptions.setCompressionLevel(int)
configuration. - setConfig(Config) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Set the Hazelcast config.
- setConfig(JsonObject) - Method in class io.vertx.config.ConfigStoreOptions
-
Sets the configuration of the store
- setConfig(JsonObject) - Method in class io.vertx.core.DeploymentOptions
-
Set the JSON configuration that will be passed to the verticle(s) when it's deployed
- setConfig(JsonObject) - Method in class io.vertx.ext.consul.connect.ProxyOptions
- setConfig(JsonObject) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- setConfig(String, Object) - Method in class io.vertx.kafka.client.common.KafkaClientOptions
-
Set a Kafka config entry.
- setConfig(Map<String, Object>) - Method in class io.vertx.kafka.client.common.KafkaClientOptions
-
Set the Kafka config.
- setConfig(Map<String, String>) - Method in class io.vertx.kafka.admin.NewTopic
-
Set the configuration for the new topic or null if no configs ever specified
- setConfigPath(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set the path for a config file that contains options in JSON format, to be used to create a new options object.
- setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in interface io.vertx.config.ConfigRetriever
-
Registers a handler that process the configuration before being injected into
#getConfig(Handler)
orConfigRetriever.listen(Handler)
. - setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Registers a handler that process the configuration before being injected into or
ConfigRetriever.listen(io.vertx.core.Handler<io.vertx.config.ConfigChange>)
. - setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in class io.vertx.rxjava3.config.ConfigRetriever
-
Registers a handler that process the configuration before being injected into or
ConfigRetriever.listen(io.vertx.core.Handler<io.vertx.config.ConfigChange>)
. - setConnectionHostname(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
Explicitly override the hostname value used for the AMQP Open frame.
- setConnectionInitWaitTimeout(long) - Method in class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
-
Set the maximum delay in milliseconds for the client to send the
CONNECTION_INIT
message. - setConnectionName(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setConnectionsPerNode(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets number of connections to each remote node.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Sets a single connection string (endpoint) to use while connecting to the redis server.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
-
Sets a single connection string (endpoint) to use while connecting to the Redis server.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setConnectionTimeout(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the TCP connection timeout, in milliseconds,
zero
for infinite). - setConnectionTimeout(int) - Method in class io.vertx.sqlclient.PoolOptions
-
Set the amount of time a client will wait for a connection from the pool.
- setConnectionTimeoutUnit(TimeUnit) - Method in class io.vertx.sqlclient.PoolOptions
-
Set the time unit of
PoolOptions.setConnectionTimeout(int)
- setConnectOptions(ConnectOptions) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set consul-connect options of service
- setConnectTimeout(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setConnectTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Sets the connect timeout
- setConnectTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
- setConnectTimeout(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setConnectTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
-
Set the connect timeout
- setConnectTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
- setConnectTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the connect timeout
- setConnectTimeout(int) - Method in class io.vertx.ext.mail.MailConfig
- setConnectTimeout(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setConnectTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setConnectTimeout(int) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setConnectTimeout(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Connection timeout for InfluxDB server connections, in seconds.
- setConnectTimeout(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setConnectTimeout(long) - Method in class io.vertx.core.http.HttpConnectOptions
-
Sets the amount of time after which, if the request is not obtained from the client within the timeout period, the
Future<HttpClientRequest>
obtained from the client is failed with aTimeoutException
. - setConnectTimeout(long) - Method in class io.vertx.core.http.RequestOptions
- setConnectTimeout(long) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setConnectTimeout(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets connect timeout used when establishing connection with remote nodes.
- setConstraint(String) - Method in class io.vertx.pgclient.PgNotice
- setConsumerArguments(Map<String, Object>) - Method in class io.vertx.rabbitmq.QueueOptions
- setConsumerExclusive(boolean) - Method in class io.vertx.rabbitmq.QueueOptions
- setConsumerId(String) - Method in class io.vertx.kafka.admin.MemberDescription
-
Set the consumer id of the group member
- setConsumerTag(String) - Method in class io.vertx.rabbitmq.QueueOptions
- setContainerId(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
Sets the container id.
- setContent(Buffer) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setContentId(String) - Method in interface io.vertx.ext.mail.MailAttachment
-
set the Content-ID field to be used in the attachment
- setContentId(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
set the Content-ID field to be used in the attachment
- setContentId(String) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
set the Content-ID field to be used in the attachment
- setContentType(String) - Method in interface io.vertx.ext.mail.MailAttachment
-
set the Content-Type
- setContentType(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
set the Content-Type
- setContentType(String) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
set the Content-Type
- setController(Node) - Method in class io.vertx.kafka.admin.ClusterDescription
-
Set the controller node.
- setConverter(Converter<T>) - Method in class io.vertx.core.cli.TypedArgument
-
Sets the converter used to create the value.
- setConverter(Converter<T>) - Method in class io.vertx.core.cli.TypedOption
- setCookieHttpOnly(boolean) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the cookie
httpOnly
attribute. - setCookieHttpOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Set the cookie
httpOnly
attribute. - setCookieHttpOnly(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Set the cookie
httpOnly
attribute. - setCookieHttpOnlyFlag(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Sets whether the 'HttpOnly' flag should be set for the session cookie.
- setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Sets whether the 'HttpOnly' flag should be set for the session cookie.
- setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Sets whether the 'HttpOnly' flag should be set for the session cookie.
- setCookieless(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Use sessions based on url paths instead of cookies.
- setCookieless(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Use sessions based on url paths instead of cookies.
- setCookieless(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Use sessions based on url paths instead of cookies.
- setCookieMaxAge(long) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set a Cookie max-age to the session cookie.
- setCookieMaxAge(long) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set a Cookie max-age to the session cookie.
- setCookieMaxAge(long) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set a Cookie max-age to the session cookie.
- setCookieName(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the cookie name.
- setCookieName(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Set the cookie name.
- setCookieName(String) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Set the cookie name.
- setCookiePath(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the cookie path.
- setCookiePath(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Set the cookie path.
- setCookiePath(String) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Set the cookie path.
- setCookieSameSite(CookieSameSite) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the session cookie SameSite policy to use.
- setCookieSameSite(CookieSameSite) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set the session cookie SameSite policy to use.
- setCookieSameSite(CookieSameSite) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set the session cookie SameSite policy to use.
- setCookieSecure(boolean) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Sets the cookie
secure
flag. - setCookieSecure(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Sets the cookie
secure
flag. - setCookieSecure(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Sets the cookie
secure
flag. - setCookieSecureFlag(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Sets whether the 'secure' flag should be set for the session cookie.
- setCookieSecureFlag(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Sets whether the 'secure' flag should be set for the session cookie.
- setCookieSecureFlag(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Sets whether the 'secure' flag should be set for the session cookie.
- setCoordinator(Node) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
Set the consumer group coordinator, or null if the coordinator is not known
- setCopiedHeaders(List<String>) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the copied headers used in DKIM.
- setCopyAttributes(boolean) - Method in class io.vertx.core.file.CopyOptions
-
Whether the file attributes should be copied.
- setCopyOnRead(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets copy on read flag.
- setCounter(long) - Method in class io.vertx.ext.auth.otp.Authenticator
- setCounter(long) - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- setCounter(long) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setCreate(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file should be created if it does not already exist.
- setCreateIndex(long) - Method in class io.vertx.ext.consul.KeyValue
-
Set the internal index value that represents when the entry was created.
- setCreateIndex(long) - Method in class io.vertx.ext.consul.Service
-
Set the internal index value that represents when the entry was created.
- setCreateIndex(long) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set the internal index value that represents when the entry was created.
- setCreateIndex(long) - Method in class io.vertx.ext.consul.Session
-
Set the create index of session
- setCreateNew(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file should be created and fail if it does exist already.
- setCreationTime(long) - Method in class io.vertx.config.vault.client.Lookup
- setCreationTTL(long) - Method in class io.vertx.config.vault.client.Lookup
- setCredentialsProvider(CredentialsProvider) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Provides a RabbitMQ credentials provider for using dynamic credentials.
- setCredentialsRefreshService(CredentialsRefreshService) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Provides a RabbitMQ credentials refresh service for refreshing dynamic credentials.
- setCredID(String) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setCustomSpi(DiscoverySpi) - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Sets a custom initialized DiscoverySpi.
- setCustomSpi(MetricExporterSpi) - Method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
-
Sets a custom MetricExporterSpi implementation.
- setCwd(File) - Method in class io.vertx.core.spi.launcher.DefaultCommand
-
Sets the current working directory.
- setData(Buffer) - Method in interface io.vertx.ext.mail.MailAttachment
-
set the data
- setData(Buffer) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
set the data
- setData(Buffer) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
set the data
- setData(JsonObject) - Method in class io.vertx.config.vault.client.Secret
- setData(JsonObject) - Method in class io.vertx.ext.healthchecks.Status
-
Sets the metadata.
- setData(JsonObject) - Method in class io.vertx.ext.web.sstore.AbstractSession
- setData(Map<String, Object>) - Method in class io.vertx.ext.web.sstore.AbstractSession
- setDatabase(String) - Method in class io.vertx.db2client.DB2ConnectOptions
- setDatabase(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setDatabase(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setDatabase(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Specify the default database for the re-authentication.
- setDatabase(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setDatabase(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
-
Set the database name.
- setDatabase(String) - Method in class io.vertx.pgclient.PgConnectOptions
- setDatabase(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Specify the default database for the connection.
- setDatacenter(String) - Method in class io.vertx.ext.consul.DcCoordinates
-
Set datacenter
- setDatacenter(String) - Method in class io.vertx.ext.consul.Node
-
Set node datacenter
- setDatacenters(List<String>) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Sets an optional datacenters.
- setDatacenters(List<String>) - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
-
Sets an optional datacenters.
- setDatagramBytesRead(String) - Method in class io.vertx.micrometer.MetricsNaming
- setDatagramBytesWritten(String) - Method in class io.vertx.micrometer.MetricsNaming
- setDatagramErrorCount(String) - Method in class io.vertx.micrometer.MetricsNaming
- setDataType(String) - Method in class io.vertx.pgclient.PgNotice
- setDays(int) - Method in class io.vertx.pgclient.data.Interval
- setDb(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Database name used to store metrics.
- setDc(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Set an optional datacenter.
- setDc(String) - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- setDc(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the datacenter name.
- setDc(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Set the datacenter that ultimately provided the list of nodes
- setDcs(List<String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Specifies a fixed list of remote datacenters to forward the query to if there are no healthy nodes in the local datacenter.
- setDeadlinePropagation(boolean) - Method in class io.vertx.grpc.server.GrpcServerOptions
-
Set whether the server propagate deadlines to
io.vertx.grpc.client.GrpcClientRequest
. - setDebugData(Buffer) - Method in class io.vertx.core.http.GoAway
-
Set the additional debug data
- setDecoderInitialBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
set to
initialBufferSizeHttpDecoder
the initial buffer of the HttpDecoder. - setDecoderInitialBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the initial buffer size for the HTTP decoder
- setDecoderInitialBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
set to
initialBufferSizeHttpDecoder
the initial buffer of the HttpDecoder. - setDecoderInitialBufferSize(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setDecoderInitialBufferSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setDecoderInitialBufferSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setDecompressionSupported(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Whether the client should send requests with an
accepting-encoding
header set to a compression algorithm. - setDecompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Set whether the server supports decompression
- setDecompressionSupported(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether compression is enabled
- setDecompressionSupported(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setDecompressionSupported(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setDecompressionSupported(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setDefault(boolean) - Method in class io.vertx.kafka.admin.ConfigEntry
-
Set whether the config value is the default or if it's been explicitly set
- setDefault(boolean) - Method in class io.vertx.kafka.client.common.ConfigResource
-
Set if this is the default resource of a resource type.
- setDefaultCharset(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
Set the default charset to use when the client does not specifies one.
- setDefaultContentEncoding(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the default content encoding for text related files.
- setDefaultContentEncoding(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set the default content encoding for text related files.
- setDefaultContentEncoding(String) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set the default content encoding for text related files.
- setDefaultHost(String) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the default host name to be used by this client in requests if none is provided when making the request.
- setDefaultHost(String) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set the default host name to be used by this client in requests if none is provided when making the request.
- setDefaultHost(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the default host name to be used by this client in requests if none is provided when making the request.
- setDefaultHost(String) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setDefaultHost(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- setDefaultHost(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setDefaultPort(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the default port to be used by this client in requests if none is provided when making the request.
- setDefaultPort(int) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set the default port to be used by this client in requests if none is provided when making the request.
- setDefaultPort(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the default port to be used by this client in requests if none is provided when making the request.
- setDefaultPort(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setDefaultPort(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setDefaultPort(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setDefaultRegionInitialSize(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets default data region start size.
- setDefaultRegionMaxSize(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets default data region maximum size.
- setDefaultRegionMetricsEnabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets default data region metrics enabled/disabled.
- setDefaultValue(String) - Method in class io.vertx.core.cli.Argument
-
Sets the default value of this
Argument
. - setDefaultValue(String) - Method in class io.vertx.core.cli.Option
-
Sets the default value of this option
- setDefaultValue(String) - Method in class io.vertx.core.cli.TypedArgument
- setDefaultValue(String) - Method in class io.vertx.core.cli.TypedOption
- setDelayAfterStart(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets delay in millisenconds after Ignite start.
- setDeleteOnClose(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file should be deleted when it's closed, or the JVM is shutdown.
- setDeleteUploadedFilesOnEnd(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set whether uploaded files should be removed after handling the request.
- setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Set whether uploaded files should be removed after handling the request.
- setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Set whether uploaded files should be removed after handling the request.
- setDependency(int) - Method in class io.vertx.core.http.StreamPriority
-
Set the priority dependency value.
- setDeregisterAfter(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set deregister timeout.
- setDescPadding(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
- setDescription(String) - Method in class io.vertx.core.cli.Argument
-
Sets the description of the
Argument
. - setDescription(String) - Method in interface io.vertx.core.cli.CLI
- setDescription(String) - Method in class io.vertx.core.cli.Option
-
Sets te description of this option.
- setDescription(String) - Method in class io.vertx.core.cli.TypedArgument
- setDescription(String) - Method in class io.vertx.core.cli.TypedOption
- setDescription(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Sets an optional free-form description that is human-readable.
- setDescription(String) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets an optional free-form description that is human-readable
- setDescription(String) - Method in class io.vertx.ext.consul.token.CloneAclTokenOptions
-
Sets an optional description
- setDescription(String) - Method in interface io.vertx.ext.mail.MailAttachment
-
set the description field to be used in the attachment
- setDescription(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
set the description field to be used in the attachment
- setDescription(String) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
set the description field to be used in the attachment
- setDestination(String) - Method in class io.vertx.ext.stomp.Frame
- setDestinationName(String) - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- setDetail(String) - Method in class io.vertx.pgclient.PgNotice
- setDir(String) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
- setDirective(String, String) - Method in interface io.vertx.ext.web.handler.CSPHandler
-
Sets a single directive entry to the handler.
- setDirective(String, String) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
-
Sets a single directive entry to the handler.
- setDirective(String, String) - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
-
Sets a single directive entry to the handler.
- setDirectLoggedInOKURL(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first
- setDirectLoggedInOKURL(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first
- setDirectLoggedInOKURL(String) - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
-
Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first
- setDirectoryListing(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether directory listing is enabled
- setDirectoryListing(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set whether directory listing is enabled
- setDirectoryListing(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set whether directory listing is enabled
- setDirectoryTemplate(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the directory template to be used when directory listing
- setDirectoryTemplate(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set the directory template to be used when directory listing
- setDirectoryTemplate(String) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set the directory template to be used when directory listing
- setDisabledMetricsCategories(Set<String>) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Sets metrics types that are disabled.
- setDisableEsmtp(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
set if ESMTP should be tried as first command (EHLO)
- setDisableTCCL(boolean) - Method in class io.vertx.core.VertxOptions
- setDiscoverySpi(IgniteDiscoveryOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets fully configured instance of
IgniteDiscoveryOptions
. - setDisplayName(String) - Method in class io.vertx.config.vault.client.Lookup
- setDisplayName(String) - Method in class io.vertx.config.vault.client.TokenRequest
- setDisposition(String) - Method in interface io.vertx.ext.mail.MailAttachment
-
set the disposition field to be used in the attachment
- setDisposition(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
set the disposition field to be used in the attachment
- setDisposition(String) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
set the disposition field to be used in the attachment
- setDKIMSignOption(DKIMSignOptions) - Method in class io.vertx.ext.mail.MailConfig
-
Sets one DKIMSignOptions for convenient.
- setDKIMSignOptions(List<DKIMSignOptions>) - Method in class io.vertx.ext.mail.MailConfig
-
Sets DKIMSignOptions.
- setDnsTtl(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set the TTL duration when query results are served over DNS.
- setDnsTtl(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Set the TTL duration when query results are served over DNS.
- setDocument(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the document, used by insert, replace, and update operations
- setDomain(String) - Method in interface io.vertx.core.http.Cookie
-
Sets the domain of this cookie
- setDomain(MetricsDomain) - Method in class io.vertx.micrometer.Match
-
Set the label domain, restricting this rule to a single domain.
- setDomain(String) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- setDomain(String) - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Set the JMX domain under which to publish metrics
- setDoSecurity(boolean) - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
-
Sets the security flag for incoming requests.
- setDoSecurity(boolean) - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
-
Sets the security flag for incoming requests.
- setDoSecurity(boolean) - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
-
Sets the security flag for incoming requests.
- setDouble(int, double) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
double
at positionpos
in the Buffer to the valued
. - setDoubleLE(int, double) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
double
at positionpos
in the Buffer to the valued
in the Little Endian Byte Order. - setDoValidation(boolean) - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
-
Sets the validation flag for incoming requests.
- setDoValidation(boolean) - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
-
Sets the validation flag for incoming requests.
- setDoValidation(boolean) - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
-
Sets the validation flag for incoming requests.
- setDraft(Draft) - Method in class io.vertx.json.schema.JsonSchemaOptions
- setDropTarget(Boolean) - Method in class io.vertx.ext.mongo.RenameCollectionOptions
-
Sets if it should drop the target of renameCollection if exists.
- setDsync(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether every write to the file's content will be written synchronously to the underlying hardware.
- setDurable(boolean) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Sets the durability.
- setDynamic(boolean) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Sets whether the Source terminus to be used should specify it is 'dynamic', requesting the peer creates a node and names it with a generated address.
- setDynamic(boolean) - Method in class io.vertx.amqp.AmqpSenderOptions
-
Sets whether the Target terminus to be used should specify it is 'dynamic', requesting the peer creates a node and names it with a generated address.
- setEagerTtl(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets eager ttl flag.
- setEbBytesRead(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbBytesWritten(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbDelivered(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbDiscarded(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbHandlers(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbPending(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbProcessed(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbPublished(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbReceived(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbReplyFailures(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEbSent(String) - Method in class io.vertx.micrometer.MetricsNaming
- setEll(boolean) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
- setEmbeddedServerEndpoint(String) - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Set metrics endpoint.
- setEmbeddedServerOptions(HttpServerOptions) - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
HTTP server options for the embedded server
- setEnable(boolean) - Method in class io.vertx.ext.consul.MaintenanceOptions
-
Set maintenance mode to enabled:
true
to enter maintenance mode orfalse
to resume normal operation. - setEnabled(boolean) - Method in class io.vertx.core.metrics.MetricsOptions
-
Set whether metrics will be enabled on the Vert.x instance.
- setEnabled(boolean) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
- setEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Whether the GraphiQL development tool should be enabled.
- setEnabled(boolean) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Set whether metrics will be enabled on the Vert.x instance.
- setEnabled(boolean) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Set true to enable InfluxDB reporting
- setEnabled(boolean) - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Set true to enable Prometheus reporting
- setEnabled(boolean) - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Set true to enable Prometheus reporting
- setEnableDKIM(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
Sets true to enable DKIM Signatures, sets false to disable it.
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.amqp.AmqpClientOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.eventbus.EventBusOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.http.HttpClientOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.http.HttpServerOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.http.WebSocketClientOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.ClientSSLOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.NetClientOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.NetServerOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.ServerSSLOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.SSLOptions
-
Sets the list of enabled SSL/TLS protocols.
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.TCPSSLOptions
-
Sets the list of enabled SSL/TLS protocols.
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.ext.consul.ConsulClientOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.ext.mail.MailConfig
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.ext.web.client.WebClientOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setEnableFSTuning(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether async/sync filesystem tuning should enabled
- setEnableFSTuning(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set whether async/sync filesystem tuning should enabled
- setEnableFSTuning(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set whether async/sync filesystem tuning should enabled
- setEnableRangeSupport(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether range requests (resumable downloads; media streaming) should be enabled.
- setEnableRangeSupport(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set whether range requests (resumable downloads; media streaming) should be enabled.
- setEnableRangeSupport(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set whether range requests (resumable downloads; media streaming) should be enabled.
- setEnableVaryCaching(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Configure the client cache behavior for
Vary
responses. - setEncryptionEnabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets encrypted flag.
- setEndpoint(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
-
Sets the endpoint, which is the URL of the service.
- setEndpoint(Endpoint) - Method in class io.vertx.camel.CamelMapping
-
Sets the Camel endpoint.
- setEndpoint(Endpoint) - Method in class io.vertx.camel.InboundMapping
- setEndpoint(Endpoint) - Method in class io.vertx.camel.OutboundMapping
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Set the endpoints to use while connecting to the redis server.
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisOptions
-
Set the endpoints to use while connecting to the Redis server.
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setEntries(List<ConfigEntry>) - Method in class io.vertx.kafka.admin.Config
-
Set the configuration entries for a resource
- setErr(float) - Method in class io.vertx.ext.consul.Coordinate
-
Set error
- setError(String) - Method in class io.vertx.json.schema.OutputUnit
- setErrorCode(long) - Method in class io.vertx.core.http.GoAway
- setErrors(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
- setErrorType(OutputErrorType) - Method in class io.vertx.json.schema.OutputUnit
- setEtag(String) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setEventBusOptions(EventBusOptions) - Method in class io.vertx.core.VertxOptions
-
Sets the event bus configuration to configure the host, port, ssl...
- setEventLoopPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
Set the number of event loop threads to be used by the Vert.x instance.
- setEventLoopSize(int) - Method in class io.vertx.core.http.PoolOptions
-
Set the number of event-loop the pool use.
- setEventLoopSize(int) - Method in class io.vertx.sqlclient.PoolOptions
-
Set the number of event-loop the pool use.
- setEventsDisabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets events disabled flag.
- setex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value and expiration of a key.
- setex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value and expiration of a key.
- setex(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value and expiration of a key.
- SETEX - Static variable in interface io.vertx.redis.client.Command
-
Set the value and expiration of a key.
- setExclusive(boolean) - Method in class io.vertx.core.http.StreamPriority
-
Set the priority exclusive value.
- setExpectMultipart(boolean) - Method in interface io.vertx.core.http.HttpServerRequest
-
Call this with true if you are expecting a multi-part body to be submitted in the request.
- setExpectMultipart(boolean) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Call this with true if you are expecting a multi-part body to be submitted in the request.
- setExpectMultipart(boolean) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Call this with true if you are expecting a multi-part body to be submitted in the request.
- setExpirationTime(String) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets the expiration time.
- setExpireAfterSeconds(Long) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
-
Optional.
- setExpiresInMinutes(int) - Method in class io.vertx.ext.auth.JWTOptions
- setExpiresInSeconds(int) - Method in class io.vertx.ext.auth.JWTOptions
- setExpireTime(long) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the expire time in seconds when the signature sign will be expired.
- setExpiryPolicy(JsonObject) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets cache expiry policy object.
- setExplicitMaxTTL(long) - Method in class io.vertx.config.vault.client.Lookup
- setExpose(ExposeOptions) - Method in class io.vertx.ext.consul.connect.ProxyOptions
- setExtensions(JsonObject) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setExtensionTarget(String) - Method in class io.vertx.ext.web.Http2PushMapping
- setExtra(JsonObject) - Method in class io.vertx.ext.web.api.service.ServiceRequest
- setExtraConfig(JsonObject) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setExtraParameters(JsonObject) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set extra parameters to be sent to the provider on each request
- setExtraSettings(Map<Integer, Long>) - Method in class io.vertx.core.http.Http2Settings
-
Set the extra setting used for extending HTTP/2
- setFailovers(int) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Set the number of remote datacenters that were queried while executing the query.
- setFailure(Throwable) - Method in class io.vertx.ext.healthchecks.CheckResult
- setFailuresRollingWindow(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the rolling window length used for failures.
- setFallbackOnFailure(boolean) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets whether the fallback is executed on failure, even when the circuit breaker is closed.
- setFetchDirection(FetchDirection) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setFetchDirection(FetchDirection) - Method in class io.vertx.jdbcclient.SqlOptions
- setFetchSize(int) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setFetchSize(int) - Method in class io.vertx.jdbcclient.SqlOptions
- setFields(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the fields
- setFile(String) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
- setFile(String) - Method in class io.vertx.pgclient.PgNotice
- setFileCacheDir(String) - Method in class io.vertx.core.file.FileSystemOptions
-
When vert.x reads a file that is packaged with the application it gets extracted to this directory first and subsequent reads will use the extracted file to get better IO performance.
- setFileCachingEnabled(boolean) - Method in class io.vertx.core.file.FileSystemOptions
-
Set to
true
to cache files on the real file system when the filesystem performs class path resolving. - setFilePath(String) - Method in class io.vertx.ext.web.Http2PushMapping
- setFilesReadOnly(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether files are read-only and will never change
- setFilesReadOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set whether files are read-only and will never change
- setFilesReadOnly(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set whether files are read-only and will never change
- setFileSystemOptions(FileSystemOptions) - Method in class io.vertx.core.VertxOptions
-
Set the file system options
- setFilter(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the filter document, used by replace, update, and delete operations
- setFilter(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Set the expression to filter the queries results prior to returning the data
- setFixedHeaders(boolean) - Method in class io.vertx.ext.mail.MailMessage
-
set whether our own headers should be the only headers added to the message
- setFlag(boolean) - Method in class io.vertx.core.cli.Option
-
Configures the current
Option
to be a flag. - setFlag(boolean) - Method in class io.vertx.core.cli.TypedOption
- setFlags(int) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setFlags(long) - Method in class io.vertx.ext.consul.KeyValue
-
Set the flags attached to this entry.
- setFlags(long) - Method in class io.vertx.ext.consul.KeyValueOptions
-
Set the flags.
- setFlags(long) - Method in class io.vertx.ext.consul.TxnKVOperation
-
Set the flags attached to this entry.
- setFloat(int, float) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
float
at positionpos
in the Buffer to the valuef
. - setFloatLE(int, float) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
float
at positionpos
in the Buffer to the valuef
in the Little Endian Byte Order. - setFlow(OAuth2FlowType) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setFmt(String) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setFollowRedirects(boolean) - Method in interface io.vertx.core.http.HttpClientRequest
-
Set the request to follow HTTP redirects up to
HttpClientOptions.getMaxRedirects()
. - setFollowRedirects(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Configure the default behavior of the client to follow HTTP
30x
redirections. - setFollowRedirects(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setFollowRedirects(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
-
Configure the default behavior of the client to follow HTTP
30x
redirections. - setFollowRedirects(boolean) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Set the request to follow HTTP redirects up to
HttpClientOptions
. - setFollowRedirects(boolean) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Set the request to follow HTTP redirects up to
HttpClientOptions
. - setFollowRedirects(Boolean) - Method in class io.vertx.core.http.RequestOptions
-
Set whether to follow HTTP redirect
- setFollowRedirects(Boolean) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setForceSni(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
By default, the server name is only sent for Fully Qualified Domain Name (FQDN), setting this property to
true
forces the server name to be always sent. - setForceSni(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
By default, the server name is only sent for Fully Qualified Domain Name (FQDN), setting this property to
true
forces the server name to be always sent. - setForceSni(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setForceSni(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setForceSni(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setFormat(String) - Method in class io.vertx.config.ConfigStoreOptions
-
Sets the format of the configuration that is retrieved from the store.
- setFormat(String) - Method in class io.vertx.ext.unit.report.ReportOptions
-
Set the current reporter format.
- setFrom(String) - Method in class io.vertx.ext.mail.MailMessage
-
set from address of this mail
- setGeometries(List<Geometry>) - Method in class io.vertx.mysqlclient.data.spatial.GeometryCollection
- setGranularity(TimeSeriesGranularity) - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- setGraphQLUri(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Set the GraphQL HTTP endpoint URI.
- setGraphQLWSEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Whether the GraphQLWS transport should be enabled.
- setGraphWSQLUri(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Set the GraphQLWS endpoint URI.
- setGroupId(String) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
Set the id of the consumer group
- setGroupId(String) - Method in class io.vertx.kafka.admin.ConsumerGroupListing
-
Set the consumer group id
- setGroupName(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets the cache group name.
- setGrpc(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Specifies a gRPC check's endpoint that supports the standard gRPC health checking protocol.
- setGrpcTls(boolean) - Method in class io.vertx.ext.consul.CheckOptions
-
Specifies whether to use TLS for this gRPC health check.
- setGrpcWebEnabled(boolean) - Method in class io.vertx.grpc.server.GrpcServerOptions
-
Whether the gRPC-Web protocol should be enabled.
- setHa(boolean) - Method in class io.vertx.core.DeploymentOptions
-
Set whether the verticle(s) will be deployed as HA.
- setHAEnabled(boolean) - Method in class io.vertx.core.VertxOptions
-
Set whether HA will be enabled on the Vert.x instance.
- setHAGroup(String) - Method in class io.vertx.core.VertxOptions
-
Set the HA group to be used when HA is enabled.
- setHandle100ContinueAutomatically(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Set whether 100 Continue should be handled automatically
- setHandle100ContinueAutomatically(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setHandleFileUploads(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set whether file uploads will be handled.
- setHandleFileUploads(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Set whether file uploads will be handled.
- setHandleFileUploads(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Set whether file uploads will be handled.
- setHandler(Handler<WatchResult<T>>) - Method in interface io.vertx.ext.consul.Watch
-
Set the result handler.
- setHandler(Handler<WatchResult<T>>) - Method in class io.vertx.reactivex.ext.consul.Watch
-
Set the result handler.
- setHandler(Handler<WatchResult<T>>) - Method in class io.vertx.rxjava3.ext.consul.Watch
-
Set the result handler.
- setHandshakeTimeout(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the AMQP 0-9-1 protocol handshake timeout, in milliseconds
- setHashSlotCacheTTL(long) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Sets the TTL of the hash slot cache.
- setHashSlotCacheTTL(long) - Method in class io.vertx.redis.client.RedisOptions
-
Sets the TTL of the hash slot cache.
- setHasRack(boolean) - Method in class io.vertx.kafka.client.common.Node
-
Set if this node has a defined rack
- setHeader(JsonObject) - Method in class io.vertx.ext.auth.JWTOptions
- setHeaderCanonAlgo(CanonicalizationAlgorithm) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the canonicalization algorithm for signed headers.
- setHeaderName(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the header name.
- setHeaderName(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Set the header name.
- setHeaderName(String) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Set the header name.
- setHeaders(JsonObject) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set custom headers to be sent with every request to the provider
- setHeaders(MultiMap) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Set message headers from a multi-map.
- setHeaders(MultiMap) - Method in class io.vertx.core.http.RequestOptions
-
Set request headers from a multi-map.
- setHeaders(MultiMap) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setHeaders(MultiMap) - Method in interface io.vertx.ext.mail.MailAttachment
-
Set the headers to be added for this attachment.
- setHeaders(MultiMap) - Method in class io.vertx.ext.mail.MailMessage
-
Set the headers.
- setHeaders(MultiMap) - Method in class io.vertx.ext.web.api.service.ServiceRequest
- setHeaders(MultiMap) - Method in class io.vertx.ext.web.api.service.ServiceResponse
- setHeaders(MultiMap) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setHeaders(MultiMap) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
Set the headers to be added for this attachment.
- setHeaders(MultiMap) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
Set the headers to be added for this attachment.
- setHeaders(List<String>) - Method in class io.vertx.ext.shell.command.base.BusPublish
- setHeaders(Map<String, String>) - Method in class io.vertx.ext.stomp.Frame
-
Sets the headers of the frames.
- setHeaders(Map<String, String>) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
A fixed set of HTTP headers to add to GraphiQL requests.
- setHeaders(Map<String, List<String>>) - Method in class io.vertx.ext.consul.CheckOptions
-
Set headers to check
- setHeadersCopy(boolean) - Method in class io.vertx.camel.CamelMapping
-
Sets whether or not the headers of the input message are copied in the output message.
- setHeadersCopy(boolean) - Method in class io.vertx.camel.InboundMapping
- setHeadersCopy(boolean) - Method in class io.vertx.camel.OutboundMapping
- setHeaderTableSize(long) - Method in class io.vertx.core.http.Http2Settings
-
Set SETTINGS_HEADER_TABLE_SIZE HTTP/2 setting.
- setHeartbeat(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setHeartbeat(JsonObject) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the heartbeat configuration.
- setHeartbeat(JsonObject) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the heartbeat configuration.
- setHeartbeatInterval(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
In order to keep proxies and load balancers from closing long running HTTP requests we need to pretend that the connection is active and send a heartbeat packet once in a while.
- setHeight(float) - Method in class io.vertx.ext.consul.Coordinate
-
Set height
- setHelp(boolean) - Method in class io.vertx.core.cli.Option
-
Sets whether or not this option is a "help" option
- setHidden(boolean) - Method in class io.vertx.core.cli.Argument
-
Sets whether or not the current
Argument
is hidden. - setHidden(boolean) - Method in interface io.vertx.core.cli.CLI
-
Sets whether or not the current instance of
CLI
must be hidden. - setHidden(boolean) - Method in class io.vertx.core.cli.Option
-
Sets whether or not this option should be hidden
- setHidden(boolean) - Method in class io.vertx.core.cli.TypedArgument
- setHidden(boolean) - Method in class io.vertx.core.cli.TypedOption
- setHint(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the operation hint
- setHint(JsonObject) - Method in class io.vertx.ext.mongo.CountOptions
-
Optional.
- setHint(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the hint
- setHint(JsonObject) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set the hint.
- setHint(String) - Method in class io.vertx.pgclient.PgNotice
- setHintString(String) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the operation hint string
- setHintString(String) - Method in class io.vertx.ext.mongo.CountOptions
-
Sets the hint to apply.
- setHintString(String) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the hint string
- setHintString(String) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set the hint string.
- setHost(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
Sets the host.
- setHost(String) - Method in class io.vertx.core.dns.DnsClientOptions
-
Set the host name to be used by this client in requests.
- setHost(String) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Sets the host.
- setHost(String) - Method in class io.vertx.core.http.HttpConnectOptions
-
Set the host name to be used by the client request.
- setHost(String) - Method in class io.vertx.core.http.HttpServerOptions
- setHost(String) - Method in class io.vertx.core.http.RequestOptions
- setHost(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setHost(String) - Method in class io.vertx.core.net.ConnectOptions
-
Set the host name to be used by the client connection.
- setHost(String) - Method in class io.vertx.core.net.NetServerOptions
-
Set the host
- setHost(String) - Method in class io.vertx.core.net.ProxyOptions
-
Set proxy host.
- setHost(String) - Method in class io.vertx.db2client.DB2ConnectOptions
- setHost(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set Consul host.
- setHost(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setHost(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
Set the host
- setHost(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setHost(String) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the STOMP server host.
- setHost(String) - Method in class io.vertx.ext.stomp.StompServerOptions
- setHost(String) - Method in class io.vertx.kafka.admin.MemberDescription
-
Set the host where the group member is running
- setHost(String) - Method in class io.vertx.kafka.client.common.Node
-
Set the host name for this node
- setHost(String) - Method in class io.vertx.mqtt.MqttServerOptions
- setHost(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setHost(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setHost(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setHost(String) - Method in class io.vertx.pgclient.PgConnectOptions
- setHost(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the default host to use for connections.
- setHost(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
-
Sets the host.
- setHost(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Specify the host for connecting to the server.
- setHostname(String) - Method in class io.vertx.ext.mail.MailConfig
-
Set the hostname of the smtp server.
- setHostnameVerificationAlgorithm(String) - Method in class io.vertx.amqp.AmqpClientOptions
- setHostnameVerificationAlgorithm(String) - Method in class io.vertx.core.net.ClientSSLOptions
-
Set the hostname verification algorithm interval
- setHostnameVerificationAlgorithm(String) - Method in class io.vertx.core.net.NetClientOptions
-
Set the hostname verification algorithm interval To disable hostname verification, set hostnameVerificationAlgorithm to an empty String
- setHostnameVerificationAlgorithm(String) - Method in class io.vertx.ext.mail.MailConfig
- setHostnameVerificationAlgorithm(String) - Method in class io.vertx.mqtt.MqttClientOptions
- setHostnameVerificationAlgorithm(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setHostsPath(String) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the path of an alternate hosts configuration file to use instead of the one provided by the os.
- setHostsRefreshPeriod(int) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the hosts configuration refresh period in millis,
0
disables it. - setHostsValue(Buffer) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set an alternate hosts configuration file to use instead of the one provided by the os.
- setHours(int) - Method in class io.vertx.pgclient.data.Interval
- setHtml(String) - Method in class io.vertx.ext.mail.MailMessage
-
set the html text of this mail
- setHtpasswdFile(String) - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
- setHttp(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set HTTP address to check.
- setHttp1MaxSize(int) - Method in class io.vertx.core.http.PoolOptions
-
Set the maximum pool size for HTTP/1.x connections
- setHttp2ClearTextEnabled(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Set whether HTTP/2 over clear text is enabled or disabled, default is enabled.
- setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set to
true
when an h2c connection is established using an HTTP/1.1 upgrade request, andfalse
when an h2c connection is established directly (with prior knowledge). - setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set to
true
when an h2c connection is established using an HTTP/1.1 upgrade request, andfalse
when an h2c connection is established directly (with prior knowledge). - setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setHttp2ClearTextUpgradeWithPreflightRequest(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set to
true
when an h2c connection established using an HTTP/1.1 upgrade request should perform a preflightOPTIONS
request to the origin server to establish the h2c connection. - setHttp2ConnectionWindowSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the default HTTP/2 connection window size.
- setHttp2ConnectionWindowSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the default HTTP/2 connection window size.
- setHttp2ConnectionWindowSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the default HTTP/2 connection window size.
- setHttp2ConnectionWindowSize(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setHttp2ConnectionWindowSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setHttp2ConnectionWindowSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setHttp2KeepAliveTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the keep alive timeout for HTTP/2 connections, in seconds.
- setHttp2KeepAliveTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
- setHttp2KeepAliveTimeout(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setHttp2KeepAliveTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setHttp2KeepAliveTimeout(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setHttp2MaxSize(int) - Method in class io.vertx.core.http.PoolOptions
-
Set the maximum pool size for HTTP/2 connections
- setHttp2MultiplexingLimit(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection.
- setHttp2MultiplexingLimit(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection.
- setHttp2MultiplexingLimit(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setHttp2MultiplexingLimit(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setHttp2MultiplexingLimit(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setHttp2PushMapping(List<Http2PushMapping>) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the file mapping for http2push and link preload
- setHttp2PushMapping(List<Http2PushMapping>) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set the file mapping for http2push and link preload
- setHttp2PushMapping(List<Http2PushMapping>) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set the file mapping for http2push and link preload
- setHttp2RstFloodMaxRstFramePerWindow(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the max number of RST frame allowed per time window, this is used to prevent HTTP/2 RST frame flood DDOS attacks.
- setHttp2RstFloodWindowDuration(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the duration of the time window when checking the max number of RST frames, this is used to prevent HTTP/2 RST frame flood DDOS attacks.
- setHttp2RstFloodWindowDurationTimeUnit(TimeUnit) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the time unit of the duration of the time window when checking the max number of RST frames, this is used to prevent HTTP/2 RST frame flood DDOS attacks.
- setHttpActiveRequests(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpActiveWsConnections(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpClientOptions(HttpClientOptions) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setHttpClientOptions(HttpClientOptions) - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- setHttpEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Whether the HTTP transport should be enabled.
- setHttpOnly(boolean) - Method in interface io.vertx.core.http.Cookie
-
Determines if this cookie is HTTP only.
- setHttpOptions(HttpTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
- setHttpQueuePending(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpQueueTime(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpRequestBytes(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpRequestResetsCount(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpRequestsCount(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpResponseBytes(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpResponsesCount(String) - Method in class io.vertx.micrometer.MetricsNaming
- setHttpResponseTime(String) - Method in class io.vertx.micrometer.MetricsNaming
- setId(int) - Method in class io.vertx.kafka.client.common.Node
-
Set the node id of this node
- setId(String) - Method in class io.vertx.config.vault.client.Lookup
- setId(String) - Method in class io.vertx.config.vault.client.TokenRequest
- setId(String) - Method in class io.vertx.ext.auth.PubSecKeyOptions
- setId(String) - Method in class io.vertx.ext.auth.webauthn4j.RelyingParty
- setId(String) - Method in class io.vertx.ext.consul.Check
-
Set the ID of check
- setId(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set check ID
- setId(String) - Method in class io.vertx.ext.consul.Event
-
Set ID of event
- setId(String) - Method in class io.vertx.ext.consul.MaintenanceOptions
-
Set the ID of service.
- setId(String) - Method in class io.vertx.ext.consul.Node
-
Set node id
- setId(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set ID of the query, always generated by Consul
- setId(String) - Method in class io.vertx.ext.consul.Service
-
Set ID of service
- setId(String) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set the ID of session
- setId(String) - Method in class io.vertx.ext.consul.Session
-
Set the ID of node
- setId(String) - Method in class io.vertx.ext.consul.token.PolicyLink
-
Sets a policy id
- setId(String) - Method in class io.vertx.ext.healthchecks.CheckResult
- setId(String) - Method in class io.vertx.ext.shell.command.base.VerticleUndeploy
- setId(String) - Method in class io.vertx.ext.stomp.Frame
- setId(String) - Method in class io.vertx.ext.web.sstore.AbstractSession
- setIdentifier(String) - Method in class io.vertx.ext.auth.otp.Authenticator
- setIdentifier(String) - Method in class io.vertx.ext.auth.otp.OtpCredentials
- setIdleConnectionTimeout(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets maximum idle connection timeout upon which a connection to client will be closed.
- setIdleTimeout(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setIdleTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
- setIdleTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
- setIdleTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
- setIdleTimeout(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setIdleTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
- setIdleTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
- setIdleTimeout(int) - Method in class io.vertx.core.net.NetServerOptions
- setIdleTimeout(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the idle timeout, default time unit is seconds.
- setIdleTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the idle timeout, in seconds. zero means don't timeout.
- setIdleTimeout(int) - Method in class io.vertx.ext.mail.MailConfig
- setIdleTimeout(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setIdleTimeout(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setIdleTimeout(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setIdleTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setIdleTimeout(int) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setIdleTimeout(int) - Method in class io.vertx.sqlclient.PoolOptions
-
Establish an idle timeout for pooled connections, a value of zero disables the idle timeout.
- setIdleTimeout(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setIdleTimeout(long) - Method in class io.vertx.core.http.RequestOptions
-
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is closed and the related futures are failed with a
TimeoutException
, e.g. - setIdleTimeout(long) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.amqp.AmqpClientOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.eventbus.EventBusOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpClientOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpServerOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.WebSocketClientOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.ClientOptionsBase
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetClientOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetServerOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the idle timeout unit.
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the idle timeout unit.
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.mail.MailConfig
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.web.client.WebClientOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.sqlclient.PoolOptions
-
Establish an idle timeout unit for pooled connections.
- setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setIdString(String) - Method in class io.vertx.kafka.client.common.Node
-
Set the string representation of the node id
- setIgnoreExpiration(boolean) - Method in class io.vertx.ext.auth.JWTOptions
- setInBinary(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
Set the telnet connection to negociate binary data format when receiving from the client, the default value is true.
- setInboundGlobalBandwidth(long) - Method in class io.vertx.core.net.TrafficShapingOptions
-
Set bandwidth limit in bytes per second for inbound connections
- setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.bridge.BridgeOptions
-
Sets the list of inbound permitted options.
- setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.stomp.BridgeOptions
- setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- setIncludeDebugInfo(boolean) - Method in class io.vertx.serviceproxy.ServiceBinder
-
When an exception is thrown by the service or the underlying handler, include debugging info in the ServiceException, that you can access with
ServiceException.getDebugInfo()
- setIncludeDefaultStores(boolean) - Method in class io.vertx.config.ConfigRetrieverOptions
-
Enables or disables the inclusion of the default stored in the configuration.
- setIncludeHidden(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether hidden files should be served
- setIncludeHidden(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set whether hidden files should be served
- setIncludeHidden(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set whether hidden files should be served
- setIncludeProperties(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set wether to include properties when a broker message is passed on the event bus
- setIndex(int) - Method in class io.vertx.core.cli.Argument
-
Sets the argument index.
- setIndex(int) - Method in class io.vertx.core.cli.TypedArgument
- setIndex(long) - Method in class io.vertx.ext.consul.BlockingQueryOptions
-
Set index indicating that the client wishes to wait for any changes subsequent to that index.
- setIndex(long) - Method in class io.vertx.ext.consul.CheckList
-
Set Consul index, a unique identifier representing the current state of the requested list of checks
- setIndex(long) - Method in class io.vertx.ext.consul.CoordinateList
-
Set Consul index, a unique identifier representing the current state of the requested coordinates
- setIndex(long) - Method in class io.vertx.ext.consul.EventList
-
Set Consul index, a unique identifier representing the current state of the requested events
- setIndex(long) - Method in class io.vertx.ext.consul.KeyValueList
-
Set Consul index
- setIndex(long) - Method in class io.vertx.ext.consul.NodeList
-
Set Consul index, a unique identifier representing the current state of the requested list of nodes
- setIndex(long) - Method in class io.vertx.ext.consul.ServiceEntryList
-
Set Consul index, a unique identifier representing the current state of the requested list of services
- setIndex(long) - Method in class io.vertx.ext.consul.ServiceList
-
Set Consul index, a unique identifier representing the current state of the requested list of services
- setIndex(long) - Method in class io.vertx.ext.consul.Session
-
Set Consul index
- setIndex(long) - Method in class io.vertx.ext.consul.SessionList
-
Set Consul index, a unique identifier representing the current state of the requested list of sessions
- setIndex(long) - Method in class io.vertx.ext.consul.TxnKVOperation
-
Set the index used for locking, unlocking, and check-and-set operations.
- setIndexOptionDefaults(JsonObject) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
-
Optional.
- setIndexPage(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the index page
- setIndexPage(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set the index page
- setIndexPage(String) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set the index page
- setIndexTemplate(String) - Method in interface io.vertx.ext.web.handler.TemplateHandler
-
Set the index template
- setIndexTemplate(String) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
-
Set the index template
- setIndexTemplate(String) - Method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
-
Set the index template
- setInfluxDbOptions(VertxInfluxDbOptions) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Set InfluxDB options.
- setInitialSettings(Http2Settings) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the HTTP/2 connection settings immediately sent by to the server when the client connects.
- setInitialSettings(Http2Settings) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the HTTP/2 connection settings immediatly sent by the server when a client connects.
- setInitialSettings(Http2Settings) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the HTTP/2 connection settings immediately sent by to the server when the client connects.
- setInitialSettings(Http2Settings) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setInitialSettings(Http2Settings) - Method in class io.vertx.ext.web.client.WebClientOptions
- setInitialSettings(Http2Settings) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setInitialWindowSize(int) - Method in class io.vertx.core.http.Http2Settings
-
Set the SETTINGS_INITIAL_WINDOW_SIZE HTTP/2 setting
- setInlineAttachment(MailAttachment) - Method in class io.vertx.ext.mail.MailMessage
-
set a single inline attachment of this mail
- setInlineAttachment(List<MailAttachment>) - Method in class io.vertx.ext.mail.MailMessage
-
set the list of inline attachments of this mail
- setInputScope(JsonPointer) - Method in exception io.vertx.json.schema.common.ValidationExceptionImpl
- setInsertJSESSIONID(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Whether to insert a
JSESSIONID
cookie so load-balancers ensure requests for a specific SockJS session are always routed to the correct server. - setInstanceLocation(String) - Method in class io.vertx.json.schema.OutputUnit
- setInstanceName(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
-
Set the Oracle instance name.
- setInstances(int) - Method in class io.vertx.core.DeploymentOptions
-
Set the number of instances that should be deployed.
- setInSyncReplicas(List<Node>) - Method in class io.vertx.kafka.client.common.PartitionInfo
-
Set the subset of the replicas that are in sync
- setInt(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
int
at positionpos
in the Buffer to the valuei
. - setInternal(boolean) - Method in class io.vertx.kafka.admin.TopicDescription
-
Set whether the topic is internal to Kafka.
- setInternalBlockingPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
Set the value of internal blocking pool size
- setInternalPosition(String) - Method in class io.vertx.pgclient.PgNotice
- setInternalQuery(String) - Method in class io.vertx.pgclient.PgNotice
- setInterval(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set checking interval
- setIntLE(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
int
at positionpos
in the Buffer to the valuei
in the Little Endian Byte Order. - setIntputrc(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
The path of the inputrc config.
- setIntputrc(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
The path of the inputrc config.
- setIntputrc(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
The path of the inputrc config.
- setIntrospectionPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the provider token introspection resource path
- setInvalidate(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets invalidation flag for near cache entries in this transaction.
- setIpV6(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set if IP v6 should be used
- setIsEmpty(boolean) - Method in class io.vertx.kafka.client.common.Node
-
Set if this node is empty
- setIsr(List<Node>) - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
Set the subset of the replicas that are in sync
- setIssuer(String) - Method in class io.vertx.ext.auth.JWTOptions
- setJdbcUrl(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setJksKeyCertOptions(JksOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Sets JksKeyCertOptions that will be used for creating a secure socket layer.
- setJksTrustOptions(JksOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Sets JksTrustOptions that will be used for creating a secure socket layer.
- setJmxDomain(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set the JMX domain to use when JMX metrics are enabled.
- setJmxEnabled(boolean) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set whether JMX will be enabled on the Vert.x instance.
- setJmxMetricsOptions(VertxJmxMetricsOptions) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Set JMX metrics options.
- setJvmMetricsEnabled(boolean) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Whether JVM metrics should be collected.
- setJwkMaxAgeInSeconds(long) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
-1 means no rotation for JWKs
- setJwkPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setJwks(List<JsonObject>) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- setJwks(List<JsonObject>) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Sets the initial local JWKs
- setJwt(JsonObject) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setJWTOptions(JWTOptions) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- setJWTOptions(JWTOptions) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set whether keep alive is enabled on the client
- setKeepAlive(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether keep alive is enabled on the client
- setKeepAlive(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
set if connection pool is enabled default is true
- setKeepAlive(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setKeepAlive(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setKeepAlive(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setKeepAliveInterval(int) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set the keep alive interval in seconds
- setKeepAliveTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the keep alive timeout for HTTP/1.x, in seconds.
- setKeepAliveTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
- setKeepAliveTimeout(int) - Method in class io.vertx.ext.mail.MailConfig
-
Set the keep alive timeout for SMTP connection, Defaults in seconds.
- setKeepAliveTimeout(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setKeepAliveTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setKeepAliveTimeout(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setKeepAliveTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.mail.MailConfig
-
Sets
TimeUnit
of keeping connections in the pool alive. - setKeepMostRecent(boolean) - Method in class io.vertx.rabbitmq.QueueOptions
- setKey(JsonObject) - Method in class io.vertx.ext.mongo.IndexModel
-
Sets the index key
- setKey(String) - Method in class io.vertx.ext.auth.otp.Authenticator
- setKey(String) - Method in class io.vertx.ext.auth.otp.OtpKey
- setKey(String) - Method in class io.vertx.ext.consul.KeyValue
-
Set the key
- setKey(String) - Method in class io.vertx.ext.consul.TxnKVOperation
-
Set the key
- setKey(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
- setKeyAlgorithm(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x ssl certificate options instead. It will be removed in vert.x 4.1
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.amqp.AmqpClientOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.http.HttpClientOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.http.HttpServerOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.http.WebSocketClientOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.ClientOptionsBase
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.ClientSSLOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.NetClientOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.NetServerOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.ServerSSLOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.SSLOptions
-
Set the key/cert options.
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the key/cert options.
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the key/cert options.
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.ext.mail.MailConfig
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.mqtt.MqttClientOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.mqtt.MqttServerOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setKeyPairOptions(JksOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
Set the key pair options in jks format, aka Java keystore.
- setKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set the path of the first key file, replacing the keys paths
- setKeyPaths(List<String>) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set all the paths to the keys files
- setKeys(List<String>) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
- setKeys(List<String>) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
- setKeyspace(String) - Method in class io.vertx.cassandra.CassandraClientOptions
-
Set the keyspace to use when creating the Cassandra session.
- setKeyStore(KeyStoreOptions) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- setKeyStoreFilePath(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksKeyCertOptions.path instead. It will be removed in vert.x 4.1
- setKeyStorePassword(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksKeyCertOptions.password instead. It will be removed in vert.x 4.1
- setKeyStoreType(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x ssl certificate options instead. It will be removed in vert.x 4.1
- setKeyValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set the first key a a buffer, replacing the previous keys buffers
- setKeyValues(List<Buffer>) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Set all the keys as a list of buffer
- setKeywordLocation(String) - Method in class io.vertx.json.schema.OutputUnit
- setKO() - Method in class io.vertx.ext.healthchecks.Status
-
Sets the outcome of the status to KO.
- setLabel(String) - Method in class io.vertx.micrometer.Match
-
Set the label name.
- setLabelMatches(List<Match>) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Set a list of rules for label matching.
- setLabels(Set<Label>) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Sets enabled labels.
- setLanAddress(String) - Method in class io.vertx.ext.consul.Node
-
Set node lan address
- setLastAccessed(long) - Method in class io.vertx.ext.web.sstore.AbstractSession
- setLastModified(Instant) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setLastRenewalTime(long) - Method in class io.vertx.config.vault.client.Lookup
- setLastStreamId(int) - Method in class io.vertx.core.http.GoAway
-
Set the last stream id.
- setLazySession(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Use a lazy session creation mechanism.
- setLazySession(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Use a lazy session creation mechanism.
- setLazySession(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Use a lazy session creation mechanism.
- setLeader(Node) - Method in class io.vertx.kafka.client.common.PartitionInfo
-
Set the node id of the node currently acting as a leader
- setLeader(Node) - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
Set the node id of the node currently acting as a leader
- setLeaderEpoch(Integer) - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
-
Set the leader epoch
- setLeaseDuration(long) - Method in class io.vertx.config.vault.client.Auth
- setLeaseDuration(long) - Method in class io.vertx.config.vault.client.Secret
- setLeaseId(String) - Method in class io.vertx.config.vault.client.Secret
- setLeeway(int) - Method in class io.vertx.ext.auth.JWTOptions
- setLeeway(int) - Method in class io.vertx.ext.web.client.OAuth2WebClientOptions
-
Set a default leeway in seconds to be considered while validating tokens for expiration.
- setLeftPadding(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
- setLibraryURL(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Transports which don't support cross-domain communication natively use an iframe trick.
- setLimit(int) - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
-
Set the size of the list to the given number of nodes.
- setLimit(int) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the limit
- setLimit(Integer) - Method in class io.vertx.ext.mongo.CountOptions
-
Sets the limit to apply.
- setLine(String) - Method in class io.vertx.pgclient.PgNotice
- setLineNumber(int) - Method in class io.vertx.mssqlclient.MSSQLInfo
- setLineStrings(List<LineString>) - Method in class io.vertx.mysqlclient.data.spatial.MultiLineString
- setLineStrings(List<LineString>) - Method in class io.vertx.mysqlclient.data.spatial.Polygon
- setLinkName(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
- setLinkName(String) - Method in class io.vertx.amqp.AmqpSenderOptions
- setList(List<Check>) - Method in class io.vertx.ext.consul.CheckList
-
Set list of checks
- setList(List<Coordinate>) - Method in class io.vertx.ext.consul.CoordinateList
-
Set list of coordinates
- setList(List<Event>) - Method in class io.vertx.ext.consul.EventList
-
Set list of events
- setList(List<KeyValue>) - Method in class io.vertx.ext.consul.KeyValueList
-
Set list of key/value pairs
- setList(List<Node>) - Method in class io.vertx.ext.consul.NodeList
-
Set list of nodes
- setList(List<Service>) - Method in class io.vertx.ext.consul.ServiceList
-
Set list of services
- setList(List<ServiceEntry>) - Method in class io.vertx.ext.consul.ServiceEntryList
-
Set list of services
- setList(List<Session>) - Method in class io.vertx.ext.consul.SessionList
-
Set list of sessions
- setListenerPort(Integer) - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- setListSeparator(String) - Method in class io.vertx.core.cli.TypedOption
- setLocal(boolean) - Method in class io.vertx.ext.shell.command.base.BusTail
- setLocalAddress(String) - Method in class io.vertx.amqp.AmqpClientOptions
- setLocalAddress(String) - Method in class io.vertx.core.http.HttpClientOptions
- setLocalAddress(String) - Method in class io.vertx.core.http.WebSocketClientOptions
- setLocalAddress(String) - Method in class io.vertx.core.net.ClientOptionsBase
-
Set the local interface to bind for network connections.
- setLocalAddress(String) - Method in class io.vertx.core.net.NetClientOptions
- setLocalAddress(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the local interface to bind for network connections.
- setLocalAddress(String) - Method in class io.vertx.ext.mail.MailConfig
- setLocalAddress(String) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setLocalAddress(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- setLocalAddress(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setLocalBindPort(int) - Method in class io.vertx.ext.consul.connect.UpstreamOptions
- setLocale(String) - Method in class io.vertx.ext.mongo.CollationOptions
-
The ICU locale.
- setLocalHost(String) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets system-wide local address or host for all Ignite components to bind to.
- setLocalOnly(boolean) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Whether a message should be delivered to local consumers only.
- setLocalOnly(boolean) - Method in class io.vertx.core.eventbus.MessageConsumerOptions
-
Set whether the consumer is local only.
- setLocalPathPort(Integer) - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- setLocalPort(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets local port for socket binding.
- setLocalWriteHandler(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Whether the
writeHandler
should be local only or cluster-wide. - setLocation(JsonObject) - Method in class io.vertx.servicediscovery.Record
-
Sets the json object describing the location of the service.
- setLockDelay(long) - Method in class io.vertx.ext.consul.Session
-
Set the Lock delay of session
- setLockDelay(long) - Method in class io.vertx.ext.consul.SessionOptions
-
Set the lock-delay period.
- setLockIndex(long) - Method in class io.vertx.ext.consul.KeyValue
-
Set the number of times this key has successfully been acquired in a lock.
- setLogActivity(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
- setLogActivity(boolean) - Method in class io.vertx.core.dns.DnsClientOptions
-
Set to true to enable network activity logging: Netty's pipeline is configured for logging on Netty's logger.
- setLogActivity(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setLogActivity(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setLogActivity(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setLogActivity(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setLogActivity(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setLogActivity(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setLogActivity(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setLogActivity(boolean) - Method in class io.vertx.core.net.NetworkOptions
-
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
- setLogActivity(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
- setLogActivity(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
- setLogActivity(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setLogActivity(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setLogActivity(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setLogActivity(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setLogin(LoginOption) - Method in class io.vertx.ext.mail.MailConfig
-
Set the login mode for the connection.
- setLogin(String) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the login to use if the STOMP server is secured.
- setLoginHint(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Hint on login name for IdP UI
- setLogoutPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the provider logout path
- setLong(int, long) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
long
at positionpos
in the Buffer to the valuel
. - setLongLE(int, long) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
long
at positionpos
in the Buffer to the valuel
in the Little Endian Byte Order. - setLongName(String) - Method in class io.vertx.core.cli.Option
-
Sets the long name of this option.
- setLongName(String) - Method in class io.vertx.core.cli.TypedOption
- setLongOptionPrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
- setLongOptionSeparator(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Set the separator displayed between a long option and its value.
- setLookAheadWindow(int) - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- setLoopbackModeDisabled(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set if loopback mode is disabled
- setLowerLeftCorner(Point) - Method in class io.vertx.pgclient.data.Box
- setLTime(int) - Method in class io.vertx.ext.consul.Event
-
Set the Lamport clock time
- setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
- setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
- setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
- setMasterName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the name of the master set.
- setMasterName(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Set the name of the master set.
- setMatch(JsonObject) - Method in class io.vertx.ext.bridge.PermittedOptions
-
This allows you to allow messages based on their structure.
- setMaxAddressLength(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- setMaxAge(long) - Method in interface io.vertx.core.http.Cookie
-
Sets the maximum age of this cookie in seconds.
- setMaxAge(long) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setMaxAgeSeconds(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set value for max age in caching headers
- setMaxAgeSeconds(long) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set value for max age in caching headers
- setMaxAgeSeconds(long) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set value for max age in caching headers
- setMaxAvgServeTimeNs(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the max serve time in ns, above which serves are considered slow
- setMaxAvgServeTimeNs(long) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set the max serve time in ns, above which serves are considered slow
- setMaxAvgServeTimeNs(long) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set the max serve time in ns, above which serves are considered slow
- setMaxBodyLength(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the max body length accepted by the server. 10 Mb by default.
- setMaxBufferedMessages(int) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Sets the max buffered messages.
- setMaxBufferedMessages(int) - Method in class io.vertx.core.eventbus.MessageConsumerOptions
-
Set the number of messages this registration will buffer when this stream is paused.
- setMaxBytesStreaming(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Most streaming transports save responses on the client side and don't free memory used by delivered messages.
- setMaxCacheSize(int) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the max cache size, when caching is enabled
- setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set the max cache size, when caching is enabled
- setMaxCacheSize(int) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set the max cache size, when caching is enabled
- setMaxChunkSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the maximum HTTP chunk size
- setMaxChunkSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum HTTP chunk size that
HttpServerRequest.handler(Handler)
will receive - setMaxChunkSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the maximum HTTP chunk size
- setMaxChunkSize(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setMaxChunkSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setMaxChunkSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setMaxClientIdLength(int) - Method in class io.vertx.mqtt.MqttServerOptions
-
Set the max client id length.
- setMaxConcurrentAsyncOperations(int) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets maximum number of concurrent asynchronous operations.
- setMaxConcurrentStreams(long) - Method in class io.vertx.core.http.Http2Settings
-
Set the SETTINGS_MAX_CONCURRENT_STREAMS HTTP/2 setting
- setMaxConnections(int) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set the max number of WebSockets per endpoint.
- setMaxConnectTimeout(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets maximum connect timeout.
- setMaxDelayToWait(long) - Method in class io.vertx.core.net.TrafficShapingOptions
-
Set the maximum delay to wait in case of traffic excess
- setMaxDelayToWaitUnit(TimeUnit) - Method in class io.vertx.core.net.TrafficShapingOptions
-
Set the maximum delay to wait time unit
- setMaxDocuments(Long) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
-
Optional.
- setMaxEventLoopExecuteTime(long) - Method in class io.vertx.core.VertxOptions
-
Sets the value of max event loop execute time, in
maxEventLoopExecuteTimeUnit
. - setMaxEventLoopExecuteTimeUnit(TimeUnit) - Method in class io.vertx.core.VertxOptions
-
Set the time unit of
maxEventLoopExecuteTime
. - setMaxFailures(int) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the maximum number of failures before opening the circuit breaker.
- setMaxFormAttributeSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum size of a form attribute.
- setMaxFormBufferedBytes(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum number of bytes a server can buffer when decoding a form.
- setMaxFormFields(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum number of fields of a form.
- setMaxFrameInTransaction(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the maximum number of frame that can be added in a transaction.
- setMaxFrameSize(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setMaxFrameSize(int) - Method in class io.vertx.core.http.Http2Settings
-
Set the SETTINGS_MAX_FRAME_SIZE HTTP/2 setting
- setMaxFrameSize(int) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set the max WebSocket frame size
- setMaxHandlersPerSocket(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- setMaxHeaderLength(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the max header length.
- setMaxHeaderListSize(long) - Method in class io.vertx.core.http.Http2Settings
-
Set the SETTINGS_MAX_HEADER_LIST_SIZE HTTP/2 setting
- setMaxHeaders(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the maximum number of headers. 1000 by default.
- setMaxHeaderSize(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the maximum length of all headers for HTTP/1.x .
- setMaxHeaderSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum length of all headers for HTTP/1.x .
- setMaxHeaderSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the maximum length of all headers for HTTP/1.x .
- setMaxHeaderSize(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setMaxHeaderSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setMaxHeaderSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setMaxInflightQueue(int) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set max count of unacknowledged messages
- setMaxInitialLineLength(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the maximum length of the initial line for HTTP/1.x (e.g.
- setMaxInitialLineLength(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum length of the initial line for HTTP/1.x (e.g.
- setMaxInitialLineLength(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the maximum length of the initial line for HTTP/1.x (e.g.
- setMaxInitialLineLength(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setMaxInitialLineLength(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setMaxInitialLineLength(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setMaxInternalQueueSize(int) - Method in class io.vertx.rabbitmq.QueueOptions
- setMaxInternalQueueSize(int) - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
- setMaxLifetime(int) - Method in class io.vertx.sqlclient.PoolOptions
-
Establish a max lifetime for pooled connections, a value of zero disables the maximum lifetime.
- setMaxLifetimeUnit(TimeUnit) - Method in class io.vertx.sqlclient.PoolOptions
-
Establish a max lifetime unit for pooled connections.
- setMaxMailsPerConnection(long) - Method in class io.vertx.ext.mail.MailConfig
-
Sets the max emails count per connection before it gets closed.
- setMaxMessageSize(int) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set the max WebSocket message size
- setMaxMessageSize(int) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set max MQTT message size
- setMaxMessageSize(int) - Method in class io.vertx.mqtt.MqttServerOptions
-
Set max MQTT message size
- setMaxMessageSize(long) - Method in class io.vertx.grpc.client.GrpcClientOptions
-
Set the maximum message size in bytes accepted from a server, the maximum value is
0xFFFFFFFF
- setMaxMessageSize(long) - Method in class io.vertx.grpc.server.GrpcServerOptions
-
Set the maximum message size in bytes accepted from a client, the maximum value is
0xFFFFFFFF
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Tune how much nested arrays are allowed on a redis response.
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisOptions
-
Tune how much nested arrays are allowed on a Redis response.
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setMaxPoolSize(int) - Method in class io.vertx.ext.mail.MailConfig
-
set the max allowed number of open connections to the mail server if not set the default is 10
- setMaxPoolSize(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set the maximum size of the connection pool.
- setMaxPoolWaiting(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set the maximum number of requests waiting for a connection from the pool.
- setMaxQueries(int) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the maximum number of queries when an hostname is resolved.
- setMaxQueryInteratorsCount(int) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets maximum number of query iterators that can be stored.
- setMaxRedirects(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set to
maxRedirects
the maximum number of redirection a request can follow. - setMaxRedirects(int) - Method in interface io.vertx.core.http.HttpClientRequest
-
Set the max number of HTTP redirects this request will follow.
- setMaxRedirects(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set to
maxRedirects
the maximum number of redirection a request can follow. - setMaxRedirects(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setMaxRedirects(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setMaxRedirects(int) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Set the max number of HTTP redirects this request will follow.
- setMaxRedirects(int) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Set the max number of HTTP redirects this request will follow.
- setMaxRedirects(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setMaxRetries(int) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the number of times the circuit breaker retries an operation before failing.
- setMaxRows(int) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setMaxRows(int) - Method in class io.vertx.jdbcclient.SqlOptions
- setMaxSize(int) - Method in class io.vertx.httpproxy.cache.CacheOptions
-
Set the max number of entries the cache can hold.
- setMaxSize(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set the maximum size of the connection pool.
- setMaxSize(int) - Method in class io.vertx.sqlclient.PoolOptions
-
Set the maximum pool size
- setMaxSubscriptionsByClient(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the maximum of subscriptions a client is allowed to register.
- setMaxTime(long) - Method in class io.vertx.ext.mongo.AggregateOptions
-
Set the time limit in milliseconds for processing operations on a cursor.
- setMaxTime(Long) - Method in class io.vertx.ext.mongo.CountOptions
-
Sets the maximum execution time (in ms) on the server for this operation.
- setMaxVariable(CollationMaxVariable) - Method in class io.vertx.ext.mongo.CollationOptions
-
Optional.
- setMaxWaiting(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set the maximum number of requests waiting for a connection from the pool.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisConnectOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setMaxWaitQueueSize(int) - Method in class io.vertx.core.http.PoolOptions
-
Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException.
- setMaxWaitQueueSize(int) - Method in class io.vertx.sqlclient.PoolOptions
-
Set the maximum connection request allowed in the wait queue, any requests beyond the max size will result in an failure.
- setMaxWebSocketFrameSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum WebSocket frames size
- setMaxWebSocketMessageSize(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the maximum WebSocket message size
- setMaxWorkerExecuteTime(long) - Method in class io.vertx.core.DeploymentOptions
-
Sets the value of max worker execute time, in
maxWorkerExecuteTimeUnit
. - setMaxWorkerExecuteTime(long) - Method in class io.vertx.core.VertxOptions
-
Sets the value of max worker execute time, in
maxWorkerExecuteTimeUnit
. - setMaxWorkerExecuteTimeUnit(TimeUnit) - Method in class io.vertx.core.DeploymentOptions
-
Set the time unit of
maxWorkerExecuteTime
- setMaxWorkerExecuteTimeUnit(TimeUnit) - Method in class io.vertx.core.VertxOptions
-
Set the time unit of
maxWorkerExecuteTime
. - setMedium(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the 24bit
int
at positionpos
in the Buffer to the valuei
. - setMediumLE(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the 24bit
int
at positionpos
in the Buffer to the valuei
. in the Little Endian Byte Order - setMembers(List<MemberDescription>) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
Set a list of the members of the consumer group
- setMergeFormAttributes(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set whether form attributes will be added to the request parameters.
- setMergeFormAttributes(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Set whether form attributes will be added to the request parameters.
- setMergeFormAttributes(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Set whether form attributes will be added to the request parameters.
- setMessage(String) - Method in class io.vertx.mssqlclient.MSSQLInfo
- setMessage(String) - Method in class io.vertx.pgclient.PgNotice
- setMessageID(String) - Method in class io.vertx.ext.mail.MailResult
- setMeta(Map<String, String>) - Method in class io.vertx.config.vault.client.TokenRequest
- setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set a list of user-defined key/value pairs that will be used for filtering the query results to nodes with the given metadata values present.
- setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.Service
-
Specifies arbitrary KV metadata linked to the service instance.
- setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.ServiceOptions
-
Specifies arbitrary KV metadata linked to the service instance.
- setMetadata(JsonObject) - Method in class io.vertx.config.vault.client.Auth
- setMetadata(JsonObject) - Method in class io.vertx.config.vault.client.Lookup
- setMetadata(JsonObject) - Method in class io.vertx.ext.mongo.GridFsUploadOptions
- setMetadata(JsonObject) - Method in class io.vertx.servicediscovery.Record
- setMetadata(String) - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
Set additional metadata for the offset committed
- setMetaField(String) - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- setMeterCacheEnabled(boolean) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Whether a meter cache should be enabled.
- setMethod(HttpMethod) - Method in interface io.vertx.core.http.HttpClientRequest
-
Set the HTTP method for this request.
- setMethod(HttpMethod) - Method in class io.vertx.core.http.RequestOptions
-
Set the HTTP method to be used by the client request.
- setMethod(HttpMethod) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setMethod(HttpMethod) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Set the HTTP method to be sent to the origin server.
- setMethod(HttpMethod) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Set the HTTP method for this request.
- setMethod(HttpMethod) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Set the HTTP method for this request.
- setMethod(HttpMethod) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Set the HTTP method to be sent to the origin server.
- setMethod(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setMetricExporterSpi(IgniteMetricExporterOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets fully configured instance of
IgniteMetricExporterOptions
. - setMetricsCollector(MetricsCollector) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Provides a metrics collector for RabbitMQ.
- setMetricsEnabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets cache metrics enabled/disabled.
- setMetricsExpireTime(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets metrics expire time.
- setMetricsHistorySize(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets metrics history size.
- setMetricsLogFrequency(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets frequency of metrics log print out.
- setMetricsName(String) - Method in class io.vertx.core.http.HttpClientOptions
- setMetricsName(String) - Method in class io.vertx.core.http.WebSocketClientOptions
- setMetricsName(String) - Method in class io.vertx.core.net.ClientOptionsBase
-
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
- setMetricsName(String) - Method in class io.vertx.core.net.NetClientOptions
- setMetricsName(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
- setMetricsName(String) - Method in class io.vertx.ext.mail.MailConfig
- setMetricsName(String) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setMetricsName(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- setMetricsName(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
-
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
- setMetricsName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
- setMetricsName(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
- setMetricsName(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setMetricsNaming(MetricsNaming) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
MetricsNaming
is a structure that holds names of all metrics, each one can be changed individually. - setMetricsOptions(MetricsOptions) - Method in class io.vertx.core.VertxOptions
-
Set the metrics options
- setMetricsRollingBuckets(int) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the number of buckets the metrics rolling window is divided into.
- setMetricsRollingWindow(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the rolling window length used for metrics.
- setMetricsUpdateFrequency(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets update frequency of metrics.
- setMicroseconds(int) - Method in class io.vertx.pgclient.data.Interval
- setMinLength(int) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set expected session id minimum length.
- setMinLength(int) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set expected session id minimum length.
- setMinLength(int) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set expected session id minimum length.
- setMinTTL(int) - Method in class io.vertx.serviceresolver.srv.SrvResolverOptions
-
Set the minimum amount of time in
unit of time
the resolver caches DNS responses, the default value is0
- setMinTTLUnit(TimeUnit) - Method in class io.vertx.serviceresolver.srv.SrvResolverOptions
-
Set the unit of
SrvResolverOptions.setMinTTL(int)
, the default value isTimeUnit.SECONDS
. - setMinutes(int) - Method in class io.vertx.pgclient.data.Interval
- setModifyIndex(long) - Method in class io.vertx.ext.consul.KeyValue
-
Set the last index that modified this key.
- setModifyIndex(long) - Method in class io.vertx.ext.consul.Service
-
Set the last index that modified this key.
- setModifyIndex(long) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set the last index that modified this key.
- setMonths(int) - Method in class io.vertx.pgclient.data.Interval
- setMulti(boolean) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the multi flag, used by update and delete operations
- setMulti(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set whether multi is enabled
- setMulticastNetworkInterface(String) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set the multicast network interface address
- setMulticastTimeToLive(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Set the multicast ttl value
- setMultiPartOnly(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
Sets to encode multipart only or not.
- setMultiValued(boolean) - Method in class io.vertx.core.cli.Argument
-
Sets whether or not the argument can receive several values.
- setMultiValued(boolean) - Method in class io.vertx.core.cli.Option
-
Sets whether or not this option can receive several values.
- setMultiValued(boolean) - Method in class io.vertx.core.cli.TypedArgument
- setMultiValued(boolean) - Method in class io.vertx.core.cli.TypedOption
- setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Should the handler give warning messages if this handler is used in other than https protocols?
- setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
- setNagHttps(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Should the handler give warning messages if this handler is used in other than https protocols?
- setNagHttps(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
- setNagHttps(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Should the handler give warning messages if this handler is used in other than https protocols?
- setNagHttps(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
- setName(String) - Method in interface io.vertx.core.cli.CLI
-
Sets the name of the CLI.
- setName(String) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the client name, used when the client is shared, otherwise ignored.
- setName(String) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set the client name, used when the client is shared, otherwise ignored.
- setName(String) - Method in class io.vertx.ext.auth.webauthn4j.RelyingParty
- setName(String) - Method in class io.vertx.ext.consul.Check
-
Set the name of check
- setName(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set check name.
- setName(String) - Method in class io.vertx.ext.consul.Event
-
Set name of event
- setName(String) - Method in class io.vertx.ext.consul.EventListOptions
-
Set event name for filtering on events
- setName(String) - Method in class io.vertx.ext.consul.Node
-
Set node name
- setName(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Sets a name.
- setName(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set an optional friendly name that can be used to execute a query instead of using its ID
- setName(String) - Method in class io.vertx.ext.consul.Service
-
Set service name
- setName(String) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set service name
- setName(String) - Method in class io.vertx.ext.consul.SessionOptions
-
Set the human-readable name for the Session
- setName(String) - Method in class io.vertx.ext.consul.token.PolicyLink
-
Sets a policy name
- setName(String) - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
-
Sets a name
- setName(String) - Method in interface io.vertx.ext.mail.MailAttachment
-
set the name
- setName(String) - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
- setName(String) - Method in class io.vertx.ext.web.client.WebClientOptions
- setName(String) - Method in interface io.vertx.ext.web.Route
-
Giving a name to a route will provide this name as metadata to requests matching this route.
- setName(String) - Method in class io.vertx.httpproxy.cache.CacheOptions
-
Set the cache name, used when the cache is shared, otherwise ignored.
- setName(String) - Method in class io.vertx.kafka.admin.ConfigEntry
-
Set the config name
- setName(String) - Method in class io.vertx.kafka.admin.ConfigSynonym
-
Set the name of this configuration
- setName(String) - Method in class io.vertx.kafka.admin.NewTopic
-
Set the name of the topic to be created
- setName(String) - Method in class io.vertx.kafka.admin.TopicDescription
-
Set the name of the topic.
- setName(String) - Method in class io.vertx.kafka.client.common.ConfigResource
-
Set the resource name
- setName(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
set the name
- setName(String) - Method in class io.vertx.reactivex.ext.web.Route
-
Giving a name to a route will provide this name as metadata to requests matching this route.
- setName(String) - Method in class io.vertx.redis.client.PoolOptions
-
Set the connection pool name to be used for metrics reporting.
- setName(String) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
set the name
- setName(String) - Method in class io.vertx.rxjava3.ext.web.Route
-
Giving a name to a route will provide this name as metadata to requests matching this route.
- setName(String) - Method in class io.vertx.servicediscovery.Record
-
Sets the name of the service.
- setName(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Sets the service discovery name used in the service usage events.
- setName(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets cache name.
- setName(String) - Method in class io.vertx.sqlclient.PoolOptions
-
Set the pool name, used when the pool shared, otherwise ignored.
- setNamespace(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Sets an optional namespace.
- setNamespace(String) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets an optional namespace.
- setNamespace(String) - Method in class io.vertx.ext.consul.token.CloneAclTokenOptions
-
Sets an optional namespace Default value is ns URL query parameter or in the X-Consul-Namespace header, or 'default' namespace.
- setNamespace(String) - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- setNc(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setNdots(int) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the ndots value used when resolving using search domains, the default value is
-1
which determines the value from the OS on Linux or uses the value1
. - setNear(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
- setNear(String) - Method in class io.vertx.ext.consul.NodeQueryOptions
-
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
- setNear(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
-
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
- setNear(String) - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
- setNearestN(int) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Specifies that the query will be forwarded to up to NearestN other datacenters based on their estimated network round trip time using Network Coordinates from the WAN gossip pool.
- setNetActiveConnections(String) - Method in class io.vertx.micrometer.MetricsNaming
- setNetBytesRead(String) - Method in class io.vertx.micrometer.MetricsNaming
- setNetBytesWritten(String) - Method in class io.vertx.micrometer.MetricsNaming
- setNetClientOptions(NetClientOptions) - Method in class io.vertx.redis.client.RedisOptions
-
Set the net client options to be used while connecting to the Redis server.
- setNetErrorCount(String) - Method in class io.vertx.micrometer.MetricsNaming
- setNetmask(Integer) - Method in class io.vertx.pgclient.data.Cidr
- setNetmask(Integer) - Method in class io.vertx.pgclient.data.Inet
-
Set a netmask.
- setNettyMetricsEnabled(boolean) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Whether Netty metrics should be collected.
- setNetworkRecoveryInterval(long) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set how long in milliseconds will automatic recovery wait before attempting to reconnect, default is
5000
- setNewAssignments(List<List<Integer>>) - Method in class io.vertx.kafka.admin.NewPartitions
-
Set the assignment for the new partitions
- setNewConfiguration(JsonObject) - Method in class io.vertx.config.ConfigChange
-
Sets the new configuration.
- setNewLine(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
- setNode(Node) - Method in class io.vertx.ext.consul.ServiceEntry
-
Set node
- setNode(String) - Method in class io.vertx.ext.consul.Check
-
Set the name of node
- setNode(String) - Method in class io.vertx.ext.consul.Coordinate
-
Set name of node
- setNode(String) - Method in class io.vertx.ext.consul.Event
-
Set regular expression to filter by node name
- setNode(String) - Method in class io.vertx.ext.consul.EventOptions
-
Set regular expression to filter by node name
- setNode(String) - Method in class io.vertx.ext.consul.Service
-
Set node name
- setNode(String) - Method in class io.vertx.ext.consul.Session
-
Set the ID of node
- setNode(String) - Method in class io.vertx.ext.consul.SessionOptions
-
Set the node to which the session will be assigned
- setNode(String) - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Set the node
- setNodeAddress(String) - Method in class io.vertx.ext.consul.Service
-
Set node address
- setNoDefaultPolicy(boolean) - Method in class io.vertx.config.vault.client.TokenRequest
- setNodeIdentities(List<NodeTokenApplyingOptions>) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets a list of nodes
- setNodeInfo(NodeInfo, Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Store the details about this clustered node.
- setNodeInfo(NodeInfo, Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
- setNodeInfo(NodeInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- setNodeInfo(NodeInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
- setNodeInfo(NodeInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- setNodeMeta(Map<String, String>) - Method in class io.vertx.ext.consul.Node
-
Set node meta
- setNodes(List<ServiceEntry>) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Set the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.
- setNodes(List<Node>) - Method in class io.vertx.kafka.admin.ClusterDescription
-
Set the nodes belonging to this cluster
- setNofollowLinks(boolean) - Method in class io.vertx.core.file.CopyOptions
-
Whether symbolic links should not be followed during copy or move operations.
- setNoLocal(boolean) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Sets whether this receiver should not receive messages that were sent using the same underlying connection.
- setNoLocal(boolean) - Method in class io.vertx.rabbitmq.QueueOptions
- setNonce(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setNonceAlgorithm(String) - Method in class io.vertx.ext.auth.JWTOptions
- setNonProxyHosts(List<String>) - Method in class io.vertx.core.http.HttpClientOptions
- setNonProxyHosts(List<String>) - Method in class io.vertx.core.http.WebSocketClientOptions
- setNonProxyHosts(List<String>) - Method in class io.vertx.core.net.ClientOptionsBase
-
Set a list of remote hosts that are not proxied when the client is configured to use a proxy.
- setNonProxyHosts(List<String>) - Method in class io.vertx.core.net.NetClientOptions
- setNonProxyHosts(List<String>) - Method in class io.vertx.ext.web.client.WebClientOptions
- setNoParent(boolean) - Method in class io.vertx.config.vault.client.TokenRequest
- setNoPush(boolean) - Method in class io.vertx.ext.web.Http2PushMapping
- setNormalization(Boolean) - Method in class io.vertx.ext.mongo.CollationOptions
-
Optional.
- setNotes(String) - Method in class io.vertx.ext.consul.Check
-
Set the human-readable note of check
- setNotes(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set check notes
- setNotificationAddress(String) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the event bus address on which the circuit breaker publishes its state changes.
- setNotificationLocalOnly(boolean) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets whether circuit breaker state events should be delivered only to local consumers.
- setNotificationPeriod(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the period in milliseconds in which the circuit breaker sends notifications on the event bus with its current state.
- setNoTimestamp(boolean) - Method in class io.vertx.ext.auth.JWTOptions
- setNs(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Sets the optional namespace to list checks.
- setNtDomain(String) - Method in class io.vertx.ext.mail.MailConfig
-
Sets the domain used on NTLM authentication
- setNull(int) - Method in class io.vertx.core.json.JsonArray
-
Set a null value to the JSON array at position
pos
. - setNumber(int) - Method in class io.vertx.mssqlclient.MSSQLInfo
- setNumericOrdering(Boolean) - Method in class io.vertx.ext.mongo.CollationOptions
-
Optional.
- setNumPartitions(int) - Method in class io.vertx.kafka.admin.NewTopic
-
Set the number of partitions for the new topic or -1 if a replica assignment has been specified
- setNumUses(long) - Method in class io.vertx.config.vault.client.Lookup
- setNumUses(long) - Method in class io.vertx.config.vault.client.TokenRequest
- setnx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Set the value of a key, only if the key does not exist.
- setnx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of a key, only if the key does not exist.
- setnx(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Set the value of a key, only if the key does not exist.
- SETNX - Static variable in interface io.vertx.redis.client.Command
-
Set the value of a key, only if the key does not exist.
- setOffset(long) - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
-
Set the offset
- setOffset(long) - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
Set the offset to commit
- setOffset(long) - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
Set the offset
- setOffset(long) - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
Set the offset of the record in the topic/partition.
- setOk(boolean) - Method in class io.vertx.ext.healthchecks.Status
-
Sets whether or not the current status is positive (UP) or negative (DOWN).
- setOK() - Method in class io.vertx.ext.healthchecks.Status
-
Sets the outcome of the status to OK.
- setOnheapCacheEnabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Configures on-heap cache for the off-heap based page memory.
- setOpaque(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setOpen(boolean) - Method in class io.vertx.pgclient.data.Path
- setOpIndex(int) - Method in class io.vertx.ext.consul.TxnError
-
Set the index of the failed operation in the transaction
- setOption(MySQLSetOption) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a SET_OPTION command to set options for the current connection.
- setOption(MySQLSetOption) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a SET_OPTION command to set options for the current connection.
- setOption(MySQLSetOption) - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a SET_OPTION command to set options for the current connection.
- setOptional(boolean) - Method in class io.vertx.config.ConfigStoreOptions
-
Sets whether or not the store is optional.
- setOptionComparator(Comparator<Option>) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Set the comparator used to sort the options when they output in help text.
- setOptionPrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
- setOptions(DeliveryOptions) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
-
Set delivery options to be used during a proxy call.
- setOptions(IndexOptions) - Method in class io.vertx.ext.mongo.IndexModel
-
Sets the index options
- setOptions(String) - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
- setOptions(List<Option>) - Method in interface io.vertx.core.cli.CLI
-
Sets the list of arguments.
- setOptResourceEnabled(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set to true to enable the automatic inclusion in DNS queries of an optional record that hints the remote DNS server about how much data the resolver can read per response.
- setOrdered(boolean) - Method in class io.vertx.ext.mongo.BulkWriteOptions
-
Set the ordered option
- setOrg(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Specifies the destination organization for writes.
- setOrigin(String) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- setOrigin(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the origin for this server.
- setOrigin(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Set the origin to be verified before a websocket upgrade happens.
- setOrigin(String) - Method in interface io.vertx.ext.web.handler.WebAuthn4JHandler
-
Set the Origin to be validated by the webauthn object.
- setOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Set the origin for this server.
- setOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
-
Set the Origin to be validated by the webauthn object.
- setOrigin(String) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Set the origin for this server.
- setOrigin(String) - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
-
Set the Origin to be validated by the webauthn object.
- setOrphan(boolean) - Method in class io.vertx.config.vault.client.Lookup
- setOutBinary(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
Set the telnet connection to negociate binary data format when sending to the client, the default value is true.
- setOutboundGlobalBandwidth(long) - Method in class io.vertx.core.net.TrafficShapingOptions
-
Set bandwidth limit in bytes per second for outbound connections
- setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.bridge.BridgeOptions
-
Sets the list of outbound permitted options.
- setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.stomp.BridgeOptions
- setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- setOutput(Handler<Buffer>) - Method in interface io.vertx.core.parsetools.RecordParser
- setOutput(Handler<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- setOutput(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- setOutput(String) - Method in class io.vertx.ext.consul.Check
-
Set the output of check
- setOutputFormat(OutputFormat) - Method in class io.vertx.json.schema.JsonSchemaOptions
- setOwnHostname(String) - Method in class io.vertx.ext.mail.MailConfig
-
set the hostname to be used for HELO/EHLO and the Message-ID
- setP1(Point) - Method in class io.vertx.pgclient.data.LineSegment
- setP2(Point) - Method in class io.vertx.pgclient.data.LineSegment
- setPacketSize(int) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
-
Set the desired size (in bytes) for TDS packets.
- setPageSize(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets page size for all data regions.
- setParams(JsonObject) - Method in class io.vertx.ext.web.api.service.ServiceRequest
- setParamsCharset(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Override the charset to use for decoding the query parameter map, when none is set,
UTF8
is used. - setParamsCharset(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Override the charset to use for decoding the query parameter map, when none is set,
UTF8
is used. - setParamsCharset(String) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Override the charset to use for decoding the query parameter map, when none is set,
UTF8
is used. - setParsedAsList(boolean) - Method in class io.vertx.core.cli.TypedOption
- setPartition(int) - Method in class io.vertx.kafka.client.common.PartitionInfo
-
Set the partition id
- setPartition(int) - Method in class io.vertx.kafka.client.common.TopicPartition
-
Set the partition number
- setPartition(int) - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
Set the partition id
- setPartition(int) - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
Set the partition the record was sent to
- setPartitionAssignor(String) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
Set the consumer group partition assignor
- setPartitionLossPolicy(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets partition loss policy.
- setPartitions(List<TopicPartitionInfo>) - Method in class io.vertx.kafka.admin.TopicDescription
-
Set A list of partitions where the index represents the partition id and the element contains leadership and replica information for that partition.
- setPasscode(String) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the passcode to use if the STOMP server is secured.
- setPassing(boolean) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Specifies the behavior of the query's health check filtering.
- setPassword(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
Sets the password.
- setPassword(String) - Method in class io.vertx.cassandra.CassandraClientOptions
-
Set the password for plaintext authentication.
- setPassword(String) - Method in class io.vertx.core.net.JksOptions
- setPassword(String) - Method in class io.vertx.core.net.KeyStoreOptions
- setPassword(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Set the password for the key store
- setPassword(String) - Method in class io.vertx.core.net.PfxOptions
- setPassword(String) - Method in class io.vertx.core.net.ProxyOptions
-
Set proxy password.
- setPassword(String) - Method in class io.vertx.db2client.DB2ConnectOptions
- setPassword(String) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- setPassword(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setPassword(String) - Method in class io.vertx.ext.auth.KeyStoreOptions
- setPassword(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setPassword(String) - Method in class io.vertx.ext.mail.MailConfig
-
Set the password for the login.
- setPassword(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setPassword(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Password used for authenticated connections
- setPassword(String) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set the password
- setPassword(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setPassword(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Specify the user password to be used for the authentication.
- setPassword(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setPassword(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setPassword(String) - Method in class io.vertx.pgclient.PgConnectOptions
- setPassword(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the password to use when connecting to the broker.
- setPassword(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setPassword(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Set the default password for Redis connections.
- setPassword(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the default password for Redis connections.
- setPassword(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setPassword(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setPassword(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setPassword(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Specify the user password to be used for the authentication.
- setPasswordCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
- setPasswordField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
The property name to be used to set the name of the field, where the password is stored inside
- setPasswordLength(int) - Method in class io.vertx.ext.auth.otp.hotp.HotpAuthOptions
- setPasswordLength(int) - Method in class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- setPasswordParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the password
- setPasswordParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the password
- setPasswordParam(String) - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the password
- setPasswordProtection(Map<String, String>) - Method in class io.vertx.ext.auth.KeyStoreOptions
- setPath(String) - Method in interface io.vertx.core.http.Cookie
-
Sets the path of this cookie.
- setPath(String) - Method in class io.vertx.config.vault.client.Lookup
- setPath(String) - Method in class io.vertx.core.net.JksOptions
- setPath(String) - Method in class io.vertx.core.net.KeyStoreOptions
- setPath(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Set the path to the key store
- setPath(String) - Method in class io.vertx.core.net.PfxOptions
- setPath(String) - Method in class io.vertx.ext.auth.KeyStoreOptions
- setPath(String) - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- setPaths(List<ExposePathOptions>) - Method in class io.vertx.ext.consul.connect.ExposeOptions
- setPayload(Buffer) - Method in class io.vertx.ext.web.api.service.ServiceResponse
- setPayload(String) - Method in class io.vertx.ext.consul.Event
-
Set payload of event
- setPayload(String) - Method in class io.vertx.ext.consul.EventOptions
-
Set payload of event
- setPayload(String) - Method in class io.vertx.pgclient.PgNotification
-
Set the payload value.
- setPeakOutboundGlobalBandwidth(long) - Method in class io.vertx.core.net.TrafficShapingOptions
-
Set the maximum global write size in bytes per second allowed in the buffer globally for all channels before write suspended is set.
- setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Sets PemKeyCertOptions that will be used for creating a secure socket layer.
- setPemKeyPairOptions(PemKeyCertOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
Set the key pair store options in pem format.
- setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Sets PemTrustOptions that will be used for creating a secure socket layer.
- setPerFrameWebSocketCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Enable or disable support for the WebSocket per-frame deflate compression extension.
- setPerFrameWebSocketCompressionSupported(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
-
Enable or disable support for the WebSocket per-frame deflate compression extension.
- setPeriod(long) - Method in class io.vertx.ext.auth.otp.Authenticator
- setPeriod(long) - Method in class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- setPeriodic(long, long, Handler<Long>) - Method in interface io.vertx.core.Vertx
-
Set a periodic timer to fire every
delay
milliseconds with initial delay, at which pointhandler
will be called with the id of the timer. - setPeriodic(long, long, Handler<Long>) - Method in class io.vertx.reactivex.core.Vertx
-
Set a periodic timer to fire every
delay
milliseconds with initial delay, at which pointhandler
will be called with the id of the timer. - setPeriodic(long, long, Handler<Long>) - Method in class io.vertx.rxjava3.core.Vertx
-
Set a periodic timer to fire every
delay
milliseconds with initial delay, at which pointhandler
will be called with the id of the timer. - setPeriodic(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
-
Set a periodic timer to fire every
delay
milliseconds, at which pointhandler
will be called with the id of the timer. - setPeriodic(long, Handler<Long>) - Method in class io.vertx.reactivex.core.Vertx
-
Set a periodic timer to fire every
delay
milliseconds, at which pointhandler
will be called with the id of the timer. - setPeriodic(long, Handler<Long>) - Method in class io.vertx.rxjava3.core.Vertx
-
Set a periodic timer to fire every
delay
milliseconds, at which pointhandler
will be called with the id of the timer. - setPerMessageWebSocketCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Enable or disable support for WebSocket per-message deflate compression extension.
- setPerMessageWebSocketCompressionSupported(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
-
Enable or disable support for WebSocket per-message deflate compression extension.
- setPermissionField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
The property name to be used to set the name of the field, where the permissions are stored inside.
- setPermissionsQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
-
Set the permissions query to use.
- setPerms(String) - Method in class io.vertx.core.file.OpenOptions
-
Set the permissions string
- setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Sets PfxKeyCertOptions that will be used for creating a secure socket layer.
- setPfxKeyPairOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
Set the key pair options in pfx format.
- setPfxTrustOptions(PfxOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Sets PfxTrustOptions that will be used for creating a secure socket layer.
- setPingTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- setPipelining(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set whether pipe-lining is enabled on the client
- setPipelining(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether pipe-lining is enabled on the client
- setPipelining(boolean) - Method in class io.vertx.ext.mail.MailConfig
-
Sets to enable/disable the pipelining capability if SMTP server supports it.
- setPipelining(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setPipelining(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setPipelining(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setPipeliningLimit(int) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the limit of pending requests a pipe-lined HTTP/1 connection can send.
- setPipeliningLimit(int) - Method in class io.vertx.db2client.DB2ConnectOptions
-
Deprecated.UNSTABLE FEATURE: Current default value is 1, anything higher than 1 will result in errors currently.
- setPipeliningLimit(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the limit of pending requests a pipe-lined HTTP/1 connection can send.
- setPipeliningLimit(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setPipeliningLimit(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setPipeliningLimit(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Set the pipelining limit count.
- setPipeliningLimit(int) - Method in class io.vertx.pgclient.PgConnectOptions
- setPipeliningLimit(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setPlainTextEnabled(boolean) - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
- setPoints(List<Point>) - Method in class io.vertx.mysqlclient.data.spatial.LineString
- setPoints(List<Point>) - Method in class io.vertx.mysqlclient.data.spatial.MultiPoint
- setPoints(List<Point>) - Method in class io.vertx.pgclient.data.Path
- setPoints(List<Point>) - Method in class io.vertx.pgclient.data.Polygon
- setPointToPoint(boolean) - Method in class io.vertx.ext.stomp.BridgeOptions
- setPolicies(List<PolicyLink>) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets policies
- setPolicies(List<String>) - Method in class io.vertx.config.vault.client.Auth
- setPolicies(List<String>) - Method in class io.vertx.config.vault.client.Lookup
- setPolicies(List<String>) - Method in class io.vertx.config.vault.client.TokenRequest
- setPolygons(List<Polygon>) - Method in class io.vertx.mysqlclient.data.spatial.MultiPolygon
- setPoolCleanerInterval(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set how often the connection pool will be cleaned.
- setPoolCleanerPeriod(int) - Method in class io.vertx.ext.mail.MailConfig
-
Set the connection pool cleaner period, defaults in milli seconds, a non positive value disables expiration checks and connections will remain in the pool until they are closed.
- setPoolCleanerPeriod(int) - Method in class io.vertx.sqlclient.PoolOptions
-
Set the connection pool cleaner period in milli seconds, a non positive value disables expiration checks and connections will remain in the pool until they are closed.
- setPoolCleanerPeriodUnit(TimeUnit) - Method in class io.vertx.ext.mail.MailConfig
-
Sets the
TimeUnit
of pool cleaning period. - setPoolCompleted(String) - Method in class io.vertx.micrometer.MetricsNaming
- setPoolInUse(String) - Method in class io.vertx.micrometer.MetricsNaming
- setPoolName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the connection pool name to be used for metrics reporting.
- setPoolQueuePending(String) - Method in class io.vertx.micrometer.MetricsNaming
- setPoolQueueTime(String) - Method in class io.vertx.micrometer.MetricsNaming
- setPoolRecycleTimeout(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set how long a connection can stay unused before it is recycled during connection pool cleaning.
- setPoolUsage(String) - Method in class io.vertx.micrometer.MetricsNaming
- setPoolUsageRatio(String) - Method in class io.vertx.micrometer.MetricsNaming
- setPort(int) - Method in class io.vertx.amqp.AmqpClientOptions
-
Sets the port.
- setPort(int) - Method in class io.vertx.core.dns.DnsClientOptions
-
Set the port to be used by this client in requests.
- setPort(int) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Sets the port.
- setPort(int) - Method in class io.vertx.core.http.HttpServerOptions
- setPort(int) - Method in class io.vertx.core.net.NetServerOptions
-
Set the port
- setPort(int) - Method in class io.vertx.core.net.ProxyOptions
-
Set proxy port.
- setPort(int) - Method in class io.vertx.db2client.DB2ConnectOptions
- setPort(int) - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- setPort(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set Consul HTTP API port.
- setPort(int) - Method in class io.vertx.ext.consul.Service
-
Set service port
- setPort(int) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set service port
- setPort(int) - Method in class io.vertx.ext.mail.MailConfig
-
Set the port of the smtp server.
- setPort(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setPort(int) - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
Set the port
- setPort(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setPort(int) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the STOMP server port.
- setPort(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the port on which the server is going to listen for TCP connection.
- setPort(int) - Method in class io.vertx.kafka.client.common.Node
-
Set the port for this node
- setPort(int) - Method in class io.vertx.mqtt.MqttServerOptions
- setPort(int) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setPort(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setPort(int) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setPort(int) - Method in class io.vertx.pgclient.PgConnectOptions
- setPort(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the default port to use for connections.
- setPort(int) - Method in class io.vertx.servicediscovery.types.HttpLocation
-
Sets the port
- setPort(int) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Specify the port for connecting to the server.
- setPort(Integer) - Method in class io.vertx.core.http.HttpConnectOptions
-
Set the port to be used by the client request.
- setPort(Integer) - Method in class io.vertx.core.http.RequestOptions
- setPort(Integer) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setPort(Integer) - Method in class io.vertx.core.net.ConnectOptions
-
Set the port to be used by the client connection.
- setPosition(String) - Method in class io.vertx.pgclient.PgNotice
- setPreallocateBodyBuffer(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Pre-allocate the body buffer according to the value parsed from content-length header.
- setPreallocateBodyBuffer(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Pre-allocate the body buffer according to the value parsed from content-length header.
- setPreallocateBodyBuffer(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Pre-allocate the body buffer according to the value parsed from content-length header.
- setPreferNativeTransport(boolean) - Method in class io.vertx.core.VertxOptions
-
Set whether to prefer the native transport to the NIO transport.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Sets the preferred protocol version to be used during protocol negotiation.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisOptions
-
Sets the preferred protocol version to be used during protocol negotiation.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.db2client.DB2ConnectOptions
- setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.pgclient.PgConnectOptions
- setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set the maximum number of prepared statements that the connection will cache.
- setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.db2client.DB2ConnectOptions
- setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.pgclient.PgConnectOptions
- setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set a predicate filtering prepared statements that the connection will cache.
- setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.db2client.DB2ConnectOptions
- setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.pgclient.PgConnectOptions
- setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set the maximum length of prepared statement SQL string that the connection will cache.
- setPreviousConfiguration(JsonObject) - Method in class io.vertx.config.ConfigChange
-
Sets the previous configuration.
- setPriority(int) - Method in interface io.vertx.core.cli.CLI
-
Sets the priority of the CLI.
- setPrivateKey(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the PKCS#8 format private key used to sign the email.
- setPrivateKeyPath(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the PKCS#8 format private key file path.
- setPRNG(VertxContextPRNG) - Method in class io.vertx.ext.web.sstore.AbstractSession
- setProcedureInError(boolean) - Method in class io.vertx.ext.healthchecks.Status
-
Sets whether or not the procedure attached to this status has failed (timeout, error...).
- setProcedureName(String) - Method in class io.vertx.mssqlclient.MSSQLInfo
- setProcessId(int) - Method in class io.vertx.pgclient.PgNotification
-
Set the process id.
- setPrometheusOptions(VertxPrometheusOptions) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Set Prometheus options.
- setPrompt(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Hint on kind of IdP prompt
- setPrompt(Function<Session, String>) - Method in interface io.vertx.ext.shell.Shell
-
Set a new prompt in this session.
- setProperties(JsonObject) - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Sets the properties used to configure the discovery implementation.
- setProperties(Map<String, String>) - Method in class io.vertx.db2client.DB2ConnectOptions
- setProperties(Map<String, String>) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setProperties(Map<String, String>) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Set connection attributes which will be sent to server at the re-authentication.
- setProperties(Map<String, String>) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setProperties(Map<String, String>) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setProperties(Map<String, String>) - Method in class io.vertx.pgclient.PgConnectOptions
- setProperties(Map<String, String>) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set properties for this client, which will be sent to server at the connection start.
- setProtocol(String) - Method in class io.vertx.ext.consul.connect.ExposePathOptions
- setProtocol(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Sets protocol for secure transport.
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Should the client perform
REST
protocol negotiation during the connection acquire. - setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisOptions
-
Should the client perform
RESP
protocol negotiation during the connection acquire. - setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setProtocolVersion(HttpVersion) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the protocol version.
- setProtocolVersion(HttpVersion) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the protocol version.
- setProtocolVersion(HttpVersion) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setProtocolVersion(HttpVersion) - Method in class io.vertx.ext.web.client.WebClientOptions
- setProtocolVersion(HttpVersion) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setProvider(String) - Method in class io.vertx.core.net.KeyStoreOptions
-
Set the store provider.
- setProvider(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
- setProvider(String) - Method in class io.vertx.ext.auth.KeyStoreOptions
- setProxy(ProxyOptions) - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
- setProxyOptions(ProxyOptions) - Method in class io.vertx.core.http.HttpClientOptions
- setProxyOptions(ProxyOptions) - Method in class io.vertx.core.http.HttpConnectOptions
-
Override the
HttpClientOptions.setProxyOptions(ProxyOptions)
proxy options for connections. - setProxyOptions(ProxyOptions) - Method in class io.vertx.core.http.RequestOptions
- setProxyOptions(ProxyOptions) - Method in class io.vertx.core.http.WebSocketClientOptions
- setProxyOptions(ProxyOptions) - Method in class io.vertx.core.http.WebSocketConnectOptions
-
Override the
HttpClientOptions.setProxyOptions(ProxyOptions)
proxy options for connections. - setProxyOptions(ProxyOptions) - Method in class io.vertx.core.net.ClientOptionsBase
-
Set proxy options for connections via CONNECT proxy (e.g.
- setProxyOptions(ProxyOptions) - Method in class io.vertx.core.net.ConnectOptions
-
Set proxy options for connections via CONNECT proxy (e.g.
- setProxyOptions(ProxyOptions) - Method in class io.vertx.core.net.NetClientOptions
- setProxyOptions(ProxyOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set proxy options for connections via CONNECT proxy (e.g.
- setProxyOptions(ProxyOptions) - Method in class io.vertx.ext.mail.MailConfig
- setProxyOptions(ProxyOptions) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setProxyOptions(ProxyOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
- setProxyOptions(ProxyOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setProxyProtocolTimeout(long) - Method in class io.vertx.core.http.HttpServerOptions
- setProxyProtocolTimeout(long) - Method in class io.vertx.core.net.NetServerOptions
-
Set the Proxy protocol timeout, default time unit is seconds.
- setProxyProtocolTimeout(long) - Method in class io.vertx.mqtt.MqttServerOptions
- setProxyProtocolTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpServerOptions
- setProxyProtocolTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetServerOptions
-
Set the Proxy protocol timeout unit.
- setProxyProtocolTimeoutUnit(TimeUnit) - Method in class io.vertx.mqtt.MqttServerOptions
- setPubKeyCredParams(List<COSEAlgorithm>) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setPublicKey(String) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setPublishQuantiles(boolean) - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Set true to publish histogram stats, necessary to compute quantiles.
- setPubSecKeys(List<PubSecKeyOptions>) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
- setPubSecKeys(List<PubSecKeyOptions>) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setPushEnabled(boolean) - Method in class io.vertx.core.http.Http2Settings
-
Set the SETTINGS_ENABLE_PUSH HTTP/2 setting
- setQop(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setQos(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Sets the local QOS config.
- setQuery(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Initial value of the query area in the GraphiQL user interface.
- setQueryParam(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Set a query parameter to the request.
- setQueryParam(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Set a query parameter to the request.
- setQueryParam(String, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Set a query parameter to the request.
- setQueryTimeout(int) - Method in interface io.vertx.jdbcclient.JDBCConnection
-
Sets a connection wide query timeout.
- setQueryTimeout(int) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setQueryTimeout(int) - Method in class io.vertx.jdbcclient.SqlOptions
- setQueryTimeout(int) - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
-
Sets a connection wide query timeout.
- setQueryTimeout(int) - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
-
Sets a connection wide query timeout.
- setQueryTimeout(long) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the query timeout in milliseconds, i.e the amount of time after a query is considered to be failed.
- setQueryTimeout(long) - Method in class io.vertx.core.dns.DnsClientOptions
-
Set the query timeout in milliseconds, i.e the amount of time after a query is considered to be failed.
- setQueueName(String) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Set the name of the queue.
- setQueueName(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Set the name of the queue.
- setQueueName(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
-
Set the name of the queue.
- setQuorumSize(int) - Method in class io.vertx.core.VertxOptions
-
Set the quorum size to be used when HA is enabled.
- setRack(String) - Method in class io.vertx.kafka.client.common.Node
-
Set the rack for this node
- setRadius(double) - Method in class io.vertx.pgclient.data.Circle
- setrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Overwrite part of a string at key starting at the specified offset.
- setrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Overwrite part of a string at key starting at the specified offset.
- setrange(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Overwrite part of a string at key starting at the specified offset.
- SETRANGE - Static variable in interface io.vertx.redis.client.Command
-
Overwrite part of a string at key starting at the specified offset.
- setRawMessage(JsonObject) - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
-
Override the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in interface io.vertx.ext.eventbus.bridge.tcp.BridgeEvent
-
Get the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
-
Set the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
-
Override the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
-
Get the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
Set the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
-
Override the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
-
Get the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
-
Set the raw JSON message for the event.
- setRdFlag(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the DNS queries Recursion Desired flag value.
- setRead(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file is to be opened for reading
- setReadBufferSize(int) - Method in interface io.vertx.core.file.AsyncFile
-
Sets the buffer size that will be used to read the data from the file.
- setReadBufferSize(int) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Sets the buffer size that will be used to read the data from the file.
- setReadBufferSize(int) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Sets the buffer size that will be used to read the data from the file.
- setReadFromBackup(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets read from backup flag.
- setReadIdleTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
- setReadIdleTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
- setReadIdleTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
- setReadIdleTimeout(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setReadIdleTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
- setReadIdleTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
- setReadIdleTimeout(int) - Method in class io.vertx.core.net.NetServerOptions
- setReadIdleTimeout(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the read idle timeout, default time unit is seconds.
- setReadIdleTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setReadLength(long) - Method in interface io.vertx.core.file.AsyncFile
-
Sets the number of bytes that will be read when using the file as a
ReadStream
. - setReadLength(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Sets the number of bytes that will be read when using the file as a
ReadStream
. - setReadLength(long) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Sets the number of bytes that will be read when using the file as a
ReadStream
. - setReadOnly(boolean) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setReadOnly(boolean) - Method in class io.vertx.jdbcclient.SqlOptions
- setReadOnly(boolean) - Method in class io.vertx.kafka.admin.ConfigEntry
-
Set whether the config is read-only and cannot be updated
- setReadPos(long) - Method in interface io.vertx.core.file.AsyncFile
-
Sets the position from which data will be read from when using the file as a
ReadStream
. - setReadPos(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Sets the position from which data will be read from when using the file as a
ReadStream
. - setReadPos(long) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Sets the position from which data will be read from when using the file as a
ReadStream
. - setReadTimeout(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Read timeout for InfluxDB server connections, in seconds.
- setRealm(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setReaperInterval(long) - Method in class io.vertx.ext.shell.ShellServerOptions
-
Set the repear interval, i.e the period at which session eviction is performed.
- setReaperInterval(long) - Method in class io.vertx.ext.shell.ShellServiceOptions
- setReason(String) - Method in class io.vertx.ext.consul.MaintenanceOptions
-
Set the reason message.
- setRebalanceDelay(long) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Deprecated.Use baseline topology feature instead. Please, be aware this API will be removed in the next releases.
- setRebalanceMode(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets cache rebalance mode.
- setRebalanceOrder(int) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets cache rebalance order.
- setReceiveBufferSize(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setReceiveBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
- setReceiveBufferSize(int) - Method in class io.vertx.core.eventbus.EventBusOptions
- setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
- setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
- setReceiveBufferSize(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.ClientOptionsBase
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
-
Set the TCP receive buffer size
- setReceiveBufferSize(int) - Method in class io.vertx.core.net.TCPSSLOptions
- setReceiveBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the TCP receive buffer size
- setReceiveBufferSize(int) - Method in class io.vertx.ext.mail.MailConfig
- setReceiveBufferSize(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setReceiveBufferSize(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setReceiveBufferSize(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setReceiveBufferSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setReceiveBufferSize(int) - Method in class io.vertx.mqtt.MqttClientOptions
- setReceiveBufferSize(int) - Method in class io.vertx.mqtt.MqttServerOptions
- setReceiveBufferSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setRecipients(List<String>) - Method in class io.vertx.ext.mail.MailResult
- setReconnectAttempts(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setReconnectAttempts(int) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Sets the value of reconnect attempts.
- setReconnectAttempts(int) - Method in class io.vertx.core.net.NetClientOptions
-
Set the value of reconnect attempts
- setReconnectAttempts(int) - Method in class io.vertx.ext.mail.MailConfig
- setReconnectAttempts(int) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setReconnectAttempts(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setReconnectAttempts(int) - Method in class io.vertx.pgclient.PgConnectOptions
- setReconnectAttempts(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setReconnectAttempts(int) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set the value of reconnect attempts
- setReconnectAttempts(Integer) - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
-
Set the number of reconnect attempts to attempt when connecting, the
null
value disables it. - setReconnectCount(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets maximum number of reconnect attempts used when establishing connection with remote nodes.
- setReconnectInterval(long) - Method in class io.vertx.amqp.AmqpClientOptions
- setReconnectInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Set the reconnect interval.
- setReconnectInterval(long) - Method in class io.vertx.core.net.NetClientOptions
-
Set the reconnect interval
- setReconnectInterval(long) - Method in class io.vertx.ext.mail.MailConfig
- setReconnectInterval(long) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setReconnectInterval(long) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setReconnectInterval(long) - Method in class io.vertx.pgclient.PgConnectOptions
- setReconnectInterval(long) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setReconnectInterval(long) - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
-
Set the delay in milliseconds between connection retries.
- setReconnectInterval(long) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set the reconnect interval
- setRecursionDesired(boolean) - Method in class io.vertx.core.dns.DnsClientOptions
-
Set whether or not recursion is desired
- setRecycleTimeout(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set how long a connection can stay unused before it is recycled during connection pool cleaning.
- setRedirectUri(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Set the redirect URI
- setRedirectUri(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setReferral(String) - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
-
Set the referral property.
- setRegexGroupsNames(List<String>) - Method in interface io.vertx.ext.web.Route
-
When you add a new route with a regular expression, you can add named capture groups for parameters.
- setRegexGroupsNames(List<String>) - Method in class io.vertx.reactivex.ext.web.Route
-
When you add a new route with a regular expression, you can add named capture groups for parameters.
- setRegexGroupsNames(List<String>) - Method in class io.vertx.rxjava3.ext.web.Route
-
When you add a new route with a regular expression, you can add named capture groups for parameters.
- setRegisterWebSocketWriteHandlers(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Whether write-handlers for server websockets should be registered on the
EventBus
. - setRegisterWriteHandler(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Has no effect on HTTP server options.
- setRegisterWriteHandler(boolean) - Method in class io.vertx.core.net.NetClientOptions
-
Whether a write-handler should be registered on the
EventBus
. - setRegisterWriteHandler(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
Whether a write-handler should be registered on the
EventBus
. - setRegisterWriteHandler(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Whether a
writeHandler
should be registered on theEventBus
. - setRegisterWriteHandlers(boolean) - Method in class io.vertx.core.http.WebSocketConnectOptions
-
Whether write-handlers should be registered on the
EventBus
. - setRegistration(String) - Method in class io.vertx.servicediscovery.Record
-
Sets the registration id.
- setRegistryName(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Set the name used for registering the metrics in the Dropwizard shared registry.
- setRegistryName(String) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Set a name for the metrics registry, so that a new registry will be created and associated with this name.
- setRelaxedSafetyNetIntegrityVeridict(boolean) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
-
Set to true to allow SafetyNet attestation with a relaxed integrity veridict.
- setReleaseSession(String) - Method in class io.vertx.ext.consul.KeyValueOptions
-
Set session ID for lock release operation.
- setRelyingParty(RelyingParty) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setRemoteAddress(SocketAddress) - Method in class io.vertx.core.net.ConnectOptions
-
Set the remote address to be used by the client connection.
- setRenewable(boolean) - Method in class io.vertx.config.vault.client.Auth
- setRenewable(boolean) - Method in class io.vertx.config.vault.client.Lookup
- setRenewable(boolean) - Method in class io.vertx.config.vault.client.Secret
- setRenewTokenOnForbidden(boolean) - Method in class io.vertx.ext.web.client.OAuth2WebClientOptions
-
Set a default behavior on how to handle the first forbidden response.
- setReplaceExisting(boolean) - Method in class io.vertx.core.file.CopyOptions
-
Whether an existing file, empty directory, or link should be replaced.
- setReplicas(List<Node>) - Method in class io.vertx.kafka.client.common.PartitionInfo
-
Set the complete set of replicas for this partition
- setReplicas(List<Node>) - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
Set the complete set of replicas for this partition
- setReplicasAssignments(Map<Integer, List<Integer>>) - Method in class io.vertx.kafka.admin.NewTopic
-
Set a map from partition id to replica ids
- setReplicationFactor(short) - Method in class io.vertx.kafka.admin.NewTopic
-
Set the replication factor for the new topic or -1 if a replica assignment has been specified
- setReply(boolean) - Method in class io.vertx.ext.shell.command.base.BusSend
- setReplyTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- setReporters(List<ReportOptions>) - Method in class io.vertx.ext.unit.report.ReportingOptions
-
Replace the current list of reporters with a new one.
- setReporters(List<ReportOptions>) - Method in class io.vertx.ext.unit.TestOptions
- setReportOnly(boolean) - Method in interface io.vertx.ext.web.handler.CSPHandler
-
To ease deployment, CSP can be deployed in report-only mode.
- setReportOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
-
To ease deployment, CSP can be deployed in report-only mode.
- setReportOnly(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
-
To ease deployment, CSP can be deployed in report-only mode.
- setRequestBatchingEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Whether request batching should be enabled.
- setRequestedChannelMax(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the initially requested maximum channel number,
zero
for unlimited. - setRequestedHeartbeat(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the initially requested heartbeat interval, in seconds,
zero
for none. - setRequestId(String) - Method in class io.vertx.config.vault.client.Secret
- setRequestMultipartEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Whether request multipart should be enabled.
- setRequired(boolean) - Method in class io.vertx.core.cli.Argument
-
Sets whether or not the current
Argument
is required. - setRequired(boolean) - Method in class io.vertx.core.cli.Option
-
Sets whether or not this option is mandatory.
- setRequired(boolean) - Method in class io.vertx.core.cli.TypedArgument
- setRequired(boolean) - Method in class io.vertx.core.cli.TypedOption
- setRequiredAuthority(String) - Method in class io.vertx.ext.bridge.PermittedOptions
-
Declare a specific authority that user must have in order to allow messages
- setRequireResidentKey(Boolean) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setResetTimeout(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the time in milliseconds before an open circuit breaker moves to half-open (in an attempt to re-close).
- setResidentKey(ResidentKey) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setResolvers(ValueResolver...) - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Set the array of handlebars context value resolvers.
- setResource(String) - Method in interface io.vertx.ext.auth.authorization.PermissionBasedAuthorization
-
sets an optional resource that the permission is assigned-on
- setResource(String) - Method in interface io.vertx.ext.auth.authorization.RoleBasedAuthorization
-
sets an optional resource that the role is assigned-on
- setResource(String) - Method in interface io.vertx.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
sets an optional resource that the permission is assigned-on
- setResource(String) - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
-
sets an optional resource that the permission is assigned-on
- setResource(String) - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
-
sets an optional resource that the role is assigned-on
- setResource(String) - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
sets an optional resource that the permission is assigned-on
- setResource(String) - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
-
sets an optional resource that the permission is assigned-on
- setResource(String) - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
-
sets an optional resource that the role is assigned-on
- setResource(String) - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
sets an optional resource that the permission is assigned-on
- setResponse(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setResultSetConcurrency(ResultSetConcurrency) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setResultSetConcurrency(ResultSetConcurrency) - Method in class io.vertx.jdbcclient.SqlOptions
- setResultSetType(ResultSetType) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setResultSetType(ResultSetType) - Method in class io.vertx.jdbcclient.SqlOptions
- setRetentionPolicy(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
InfluxDB retention policy
- setReturningNewDocument(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set whether new document property is enabled.
- setReturnURLParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the session attrioute used to specify the return url
- setReturnURLParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Set the name of the session attrioute used to specify the return url
- setReturnURLParam(String) - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
-
Set the name of the session attrioute used to specify the return url
- setReuseAddress(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setReuseAddress(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
- setReuseAddress(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setReuseAddress(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setReuseAddress(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setReuseAddress(boolean) - Method in class io.vertx.core.net.NetworkOptions
-
Set the value of reuse address
- setReuseAddress(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
- setReuseAddress(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the value of reuse address
- setReuseAddress(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setReuseAddress(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setReuseAddress(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setReuseAddress(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setReuseAddress(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setReuseAddress(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setReusePort(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setReusePort(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
- setReusePort(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setReusePort(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setReusePort(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setReusePort(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setReusePort(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setReusePort(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setReusePort(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setReusePort(boolean) - Method in class io.vertx.core.net.NetworkOptions
-
Set the value of reuse port.
- setReusePort(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
- setReusePort(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the value of reuse port.
- setReusePort(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setReusePort(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setReusePort(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setReusePort(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setRevision(Integer) - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
- setRevocationPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the Oauth2 revocation resource path. e.g.: /oauth/revoke
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
-
Set the client role; that is, to which kind of node should the connection be established.
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Set the client role; that is, to which kind of node should the connection be established.
- setRole(String) - Method in class io.vertx.config.vault.client.TokenRequest
- setRoleField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
The property name to be used to set the name of the field, where the roles are stored inside.
- setRolesQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
-
Set the roles query to use.
- setRoot(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
-
Sets the path of the service (root)
- setRootCertificates(Map<String, String>) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setRotateServers(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set to
true
to enable round-robin selection of the dns server to use. - setRoundRobinInetAddress(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set to
true
to enable round-robin inet address selection of the ip address to use. - setRoutine(String) - Method in class io.vertx.pgclient.PgNotice
- setRoutingKey(String) - Method in class io.vertx.core.http.RequestOptions
-
Set the routing key, the routing key can be used by a Vert.x client side sticky load balancer to pin the request to a remote HTTP server.
- setRules(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
Sets a rules.
- setSameSite(CookieSameSite) - Method in interface io.vertx.core.http.Cookie
-
Sets the same site of this cookie.
- setSampler(Sampler) - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
-
Set the Zipkin Sampler.
- setSaslConfig(DefaultSaslConfig) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the SASL mechanism for rabbitmq authentication
- setScanPeriod(long) - Method in class io.vertx.config.ConfigRetrieverOptions
-
Configures the scan period, in ms.
- setScheduleDeadlineAutomatically(boolean) - Method in class io.vertx.grpc.client.GrpcClientOptions
-
Set whether a deadline is automatically scheduled when a request carrying a timeout (either set explicitly or through this options instance) is sent.
- setScheduleDeadlineAutomatically(boolean) - Method in class io.vertx.grpc.server.GrpcServerOptions
-
Set whether a deadline is automatically scheduled when a request carrying a timeout is received.
- setSchema(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setSchema(String) - Method in class io.vertx.jdbcclient.SqlOptions
- setSchema(String) - Method in class io.vertx.pgclient.PgNotice
- setScopes(List<String>) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- setScopes(List<String>) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Set the scopes
- setScopes(List<String>) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setScopeSeparator(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the provider scope separator
- setScriptArgs(List<String>) - Method in class io.vertx.ext.consul.CheckOptions
-
Set scriptArgs.
- setSdid(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the Singing Domain Identifier(SDID).
- setSearchDomains(List<String>) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the lists of DNS search domains.
- setSeconds(int) - Method in class io.vertx.pgclient.data.Interval
- setSeconds(String) - Method in class io.vertx.ext.shell.command.base.Sleep
- setSecure(boolean) - Method in interface io.vertx.core.http.Cookie
-
Sets the security getStatus of this cookie
- setSecured(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Enables or disables the server security feature.
- setSelector(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Sets a message selector string.
- setSelector(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the selector used to query the public key.
- setSendBufferSize(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setSendBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
- setSendBufferSize(int) - Method in class io.vertx.core.eventbus.EventBusOptions
- setSendBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
- setSendBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
- setSendBufferSize(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setSendBufferSize(int) - Method in class io.vertx.core.net.ClientOptionsBase
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
- setSendBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
-
Set the TCP send buffer size
- setSendBufferSize(int) - Method in class io.vertx.core.net.TCPSSLOptions
- setSendBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the TCP send buffer size
- setSendBufferSize(int) - Method in class io.vertx.ext.mail.MailConfig
- setSendBufferSize(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setSendBufferSize(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setSendBufferSize(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setSendBufferSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setSendBufferSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setSenderEndpoint(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setSenderOptions(HttpSenderOptions) - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
-
Set the HTTP sender options to use for reporting spans.
- setSendErrorOnNoSubscriptions(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets whether or not an error is sent to the client when this client sends a message to an not subscribed destinations (no subscriptions on this destination).
- setSendTimeout(long) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Set the send timeout.
- setSendUnmaskedFrames(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set
true
when the client wants to skip frame masking. - setSendVaryHeader(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether vary header should be sent with response.
- setSendVaryHeader(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Set whether vary header should be sent with response.
- setSendVaryHeader(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Set whether vary header should be sent with response.
- setSensitive(boolean) - Method in class io.vertx.kafka.admin.ConfigEntry
-
Set whether the config value is sensitive.
- setServer(Address) - Method in class io.vertx.core.http.HttpConnectOptions
-
Set the server address to be used by the client request.
- setServer(Address) - Method in class io.vertx.core.http.RequestOptions
- setServer(Address) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setServer(SocketAddress) - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
-
Set the Kubernetes server address
- setServer(SocketAddress) - Method in class io.vertx.serviceresolver.srv.SrvResolverOptions
-
Set the DNS resolver address.
- setServerMode(ServerMode) - Method in class io.vertx.oracleclient.OracleConnectOptions
-
Set the server connection mode.
- setServerName(String) - Method in class io.vertx.mssqlclient.MSSQLInfo
- setServerRequestTagsProvider(Function<HttpRequest, Iterable<Tag>>) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Sets a custom tags provider for HTTP server requests.
- setServerRsaPublicKeyPath(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
- setServerRsaPublicKeyPath(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
- setServerRsaPublicKeyValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
- setServerRsaPublicKeyValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
- setServers(List<Coordinate>) - Method in class io.vertx.ext.consul.DcCoordinates
-
Set list of servers in datacenter
- setServers(List<String>) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Set the list of DNS server addresses, an address is the IP of the dns server, followed by an optional colon and a port, e.g
8.8.8.8
or {code 192.168.0.1:40000}. - setService(Service) - Method in class io.vertx.ext.consul.ServiceEntry
-
Set service
- setService(String) - Method in class io.vertx.ext.consul.Event
-
Set regular expression to filter by service
- setService(String) - Method in class io.vertx.ext.consul.EventOptions
-
Set regular expression to filter by service
- setService(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set the name of the service to query
- setService(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Set the service name that the query was selecting.
- setServiceId(String) - Method in class io.vertx.ext.consul.Check
-
Set the ID of service with which this check associated
- setServiceId(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set the service ID to associate the registered check with an existing service provided by the agent.
- setServiceId(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
-
Set the Oracle service identifier (SID).
- setServiceIdentities(List<ServiceTokenApplyingOptions>) - Method in class io.vertx.ext.consul.token.AclToken
-
Sets a list of services
- setServiceName(String) - Method in class io.vertx.ext.consul.Check
-
Set the name of service with which this check associated
- setServiceName(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
-
Set the Oracle service name.
- setServiceName(String) - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
-
Set the service name to use.
- setServiceOptions(ServiceOptions) - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Set the service
- setSession(Session) - Method in interface io.vertx.ext.shell.system.Job
-
Set a session on the job.
- setSession(Session) - Method in interface io.vertx.ext.shell.system.Process
-
Set the process session
- setSession(Session) - Method in interface io.vertx.ext.shell.term.Term
-
Associate the term with a session.
- setSession(String) - Method in class io.vertx.ext.consul.KeyValue
-
Set the session that owns the lock
- setSession(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set the ID of an existing session.
- setSession(String) - Method in class io.vertx.ext.consul.TxnKVOperation
-
Set the session used for locking, unlocking, and check-and-set operations.
- setSessionCacheEnabled(boolean) - Method in class io.vertx.core.net.OpenSSLEngineOptions
-
Set whether session cache is enabled in open SSL session server context
- setSessionCookieName(String) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the session cookie name
- setSessionCookieName(String) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set the session cookie name
- setSessionCookieName(String) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set the session cookie name
- setSessionCookiePath(String) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the session cookie path
- setSessionCookiePath(String) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set the session cookie path
- setSessionCookiePath(String) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set the session cookie path
- setSessionTimeout(long) - Method in class io.vertx.ext.shell.ShellServerOptions
-
Set the session timeout.
- setSessionTimeout(long) - Method in class io.vertx.ext.shell.ShellServiceOptions
- setSessionTimeout(long) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the session timeout
- setSessionTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Set the delay before the server sends a
close
event when a client receiving connection has not been seen for a while. - setSessionTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set the session timeout
- setSessionTimeout(long) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set the session timeout
- setSeverity(byte) - Method in class io.vertx.mssqlclient.MSSQLInfo
- setSeverity(String) - Method in class io.vertx.pgclient.PgNotice
- setShared(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set to
true
to share the client. - setShared(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set to
true
to share the client. - setShared(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setShared(boolean) - Method in class io.vertx.httpproxy.cache.CacheOptions
-
Set to
true
to share the cache. - setShared(boolean) - Method in class io.vertx.sqlclient.PoolOptions
-
Set to
true
to share the pool. - setShellHtmlResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
Set
shell.html
resource to use. - setShort(int, short) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
short
at positionpos
in the Buffer to the values
. - setShortLE(int, short) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the
short
at positionpos
in the Buffer to the values
in the Little Endian Byte Order. - setShortName(String) - Method in class io.vertx.core.cli.Option
-
Sets the short name of this option.
- setShortName(String) - Method in class io.vertx.core.cli.TypedOption
- setShutdownOnNodeStop(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets that vertx will be shutdown when the node stops.
- setShutdownOnSegmentation(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets that vertx will be shutdown when the cache goes into segmented state.
- setSidecarService(SidecarServiceOptions) - Method in class io.vertx.ext.consul.connect.ConnectOptions
- setSignAlgo(DKIMSignAlgorithm) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the signing algorithm.
- setSignatureTimestamp(boolean) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets to enable or disable signature sign timestmap.
- setSignedHeaders(List<String>) - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Sets the email signedHeaders used to sign.
- setSigningSecret(String) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set signing secret for the session cookie.
- setSigningSecret(String) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set signing secret for the session cookie.
- setSigningSecret(String) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set signing secret for the session cookie.
- setSimpleConsumerGroup(boolean) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
Set if consumer group is simple or not
- setSimpleConsumerGroup(boolean) - Method in class io.vertx.kafka.admin.ConsumerGroupListing
-
Set if consumer group is simple or not
- setSingleValued(boolean) - Method in class io.vertx.core.cli.Option
-
Sets whether or not this option can receive a value.
- setSingleValued(boolean) - Method in class io.vertx.core.cli.TypedOption
- setSite(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Root URL for the provider without trailing slashes
- setSize(int) - Method in interface io.vertx.ext.mail.MailAttachment
-
Sets the size of the attachment.
- setSize(int) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
Sets the size of the attachment.
- setSize(int) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
Sets the size of the attachment.
- setSize(int, int) - Method in interface io.vertx.ext.shell.term.Pty
-
Resize the terminal.
- setSizeInBytes(Long) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
-
Optional.
- setSkip(int) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the skip
- setSkip(Integer) - Method in class io.vertx.ext.mongo.CountOptions
-
Optional.
- setSni(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setSni(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
Set whether the server supports Server Name Indiciation
- setSni(boolean) - Method in class io.vertx.core.net.ServerSSLOptions
-
Set whether the server supports Server Name Indiciation
- setSni(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
- setSniServerName(String) - Method in class io.vertx.amqp.AmqpClientOptions
- setSniServerName(String) - Method in class io.vertx.core.net.ConnectOptions
-
Set the SNI server name to use.
- setSockJSHandlerOptions(SockJSHandlerOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
The SockJS handler options.
- setSockJSPath(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
Configure the SockJS path, the default value is
/term/*
. - setSoLinger(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setSoLinger(int) - Method in class io.vertx.core.eventbus.EventBusOptions
- setSoLinger(int) - Method in class io.vertx.core.http.HttpClientOptions
- setSoLinger(int) - Method in class io.vertx.core.http.HttpServerOptions
- setSoLinger(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setSoLinger(int) - Method in class io.vertx.core.net.ClientOptionsBase
- setSoLinger(int) - Method in class io.vertx.core.net.NetClientOptions
- setSoLinger(int) - Method in class io.vertx.core.net.NetServerOptions
- setSoLinger(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether SO_linger keep alive is enabled
- setSoLinger(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether SO_linger keep alive is enabled
- setSoLinger(int) - Method in class io.vertx.ext.mail.MailConfig
- setSoLinger(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setSoLinger(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setSoLinger(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setSoLinger(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setSoLinger(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setSort(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
-
Set the sort document
- setSource(ConfigEntry.ConfigSource) - Method in class io.vertx.kafka.admin.ConfigEntry
-
Set the source of this configuration entry
- setSource(ConfigEntry.ConfigSource) - Method in class io.vertx.kafka.admin.ConfigSynonym
-
Set the source of this configuration
- setSpan(Span) - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
-
Set active
Span
. - setSpan(Span) - Static method in class io.vertx.tracing.opentracing.OpenTracingUtil
-
Set the span as active on the context.
- setSparse(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether a hint should be provided that the file to created is sparse
- setSpec(long) - Method in class io.vertx.kafka.admin.OffsetSpec
-
Set the offset spec
- setSRID(long) - Method in class io.vertx.mysqlclient.data.spatial.Geometry
- setSSHOptions(SSHTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
-
Set the SSH options, if the option is null, SSH will not be started.
- setSsl(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setSsl(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setSsl(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setSsl(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setSsl(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setSsl(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setSsl(boolean) - Method in class io.vertx.core.net.ConnectOptions
-
Set whether SSL/TLS is enabled.
- setSsl(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setSsl(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setSsl(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether SSL/TLS is enabled
- setSsl(boolean) - Method in class io.vertx.db2client.DB2ConnectOptions
-
Set whether SSL/TLS is enabled
- setSsl(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether SSL/TLS is enabled
- setSsl(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setSsl(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setSsl(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setSsl(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
- setSsl(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
- setSsl(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setSsl(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setSsl(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
- setSsl(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
- setSsl(boolean) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
-
Set whether SSL/TLS is enabled
- setSsl(boolean) - Method in class io.vertx.oracleclient.OracleConnectOptions
-
Set whether SSL/TLS is enabled
- setSsl(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setSsl(boolean) - Method in class io.vertx.servicediscovery.types.HttpLocation
-
Sets whether or not the HTTP service is using
https
. - setSsl(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setSsl(Boolean) - Method in class io.vertx.core.http.HttpConnectOptions
-
Set whether SSL/TLS is enabled.
- setSsl(Boolean) - Method in class io.vertx.core.http.RequestOptions
- setSsl(Boolean) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setSslContextFactory(IgniteSslOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Sets SSL options that will be used for creating a secure socket layer.
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.amqp.AmqpClientOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.http.HttpClientOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.http.HttpServerOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.http.WebSocketClientOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.ClientOptionsBase
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.NetClientOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.NetServerOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set to use SSL engine implementation to use.
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set to use SSL engine implementation to use.
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.ext.mail.MailConfig
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.amqp.AmqpClientOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.eventbus.EventBusOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.http.HttpClientOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.http.HttpServerOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.http.WebSocketClientOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.ClientSSLOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.NetClientOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.NetServerOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.ServerSSLOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.SSLOptions
-
Set the SSL handshake timeout, default time unit is seconds.
- setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the SSL handshake timeout, default time unit is seconds.
- setSslHandshakeTimeout(long) - Method in class io.vertx.ext.consul.ConsulClientOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.ext.mail.MailConfig
- setSslHandshakeTimeout(long) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setSslHandshakeTimeout(long) - Method in class io.vertx.ext.web.client.WebClientOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.amqp.AmqpClientOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.eventbus.EventBusOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpClientOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpServerOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.WebSocketClientOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.ClientSSLOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetClientOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetServerOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.ServerSSLOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.SSLOptions
-
Set the SSL handshake timeout unit.
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the SSL handshake timeout unit.
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.consul.ConsulClientOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.mail.MailConfig
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.web.client.WebClientOptions
- setSslMode(SslMode) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Set the
SslMode
for the client, this option can be used to specify the desired security state of the connection to the server. - setSslMode(SslMode) - Method in class io.vertx.pgclient.PgConnectOptions
-
Set
SslMode
for the client, this option can be used to provide different levels of secure protection. - setSslOptions(ClientSSLOptions) - Method in class io.vertx.core.http.HttpConnectOptions
-
Set the SSL options to use.
- setSslOptions(ClientSSLOptions) - Method in class io.vertx.core.http.RequestOptions
- setSslOptions(ClientSSLOptions) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setSslOptions(ClientSSLOptions) - Method in class io.vertx.core.net.ConnectOptions
-
Set the SSL options to use.
- setSslOptions(ClientSSLOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
- setSslOptions(ClientSSLOptions) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setSslOptions(ClientSSLOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setSslOptions(ClientSSLOptions) - Method in class io.vertx.pgclient.PgConnectOptions
- setSslOptions(ClientSSLOptions) - Method in class io.vertx.sqlclient.SqlConnectOptions
- setStackTrace(StackTraceElement[]) - Method in exception io.vertx.circuitbreaker.OpenCircuitException
- setStackTrace(StackTraceElement[]) - Method in exception io.vertx.circuitbreaker.TimeoutException
- setStartEmbeddedServer(boolean) - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
When true, an embedded server will init to expose metrics with Prometheus format.
- setStarttls(StartTLSOptions) - Method in class io.vertx.ext.mail.MailConfig
-
Set the tls security mode for the connection.
- setState(byte) - Method in class io.vertx.mssqlclient.MSSQLInfo
- setState(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Set the state
- setState(ConsumerGroupState) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
Set the consumer group state, or UNKNOWN if the state is too new for us to parse
- setStatus(CheckStatus) - Method in class io.vertx.ext.consul.Check
-
Set the status of check
- setStatus(CheckStatus) - Method in class io.vertx.ext.consul.CheckOptions
-
Set the check status to specify the initial state of the health check.
- setStatus(Status) - Method in class io.vertx.ext.healthchecks.CheckResult
- setStatus(Status) - Method in class io.vertx.servicediscovery.Record
-
Sets the status of the service.
- setStatusCode(int) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set the status code.
- setStatusCode(int) - Method in interface io.vertx.httpproxy.ProxyResponse
-
Set the status code to be sent to the user agent.
- setStatusCode(int) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setStatusCode(int) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Set the status code.
- setStatusCode(int) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Set the status code.
- setStatusCode(int) - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Set the status code to be sent to the user agent.
- setStatusCode(Integer) - Method in class io.vertx.ext.web.api.service.ServiceResponse
- setStatusMessage(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set the status message
- setStatusMessage(String) - Method in class io.vertx.ext.web.api.service.ServiceResponse
- setStatusMessage(String) - Method in interface io.vertx.httpproxy.ProxyResponse
-
Set the status message to be sent to the user agent.
- setStatusMessage(String) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setStatusMessage(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Set the status message
- setStatusMessage(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Set the status message
- setStatusMessage(String) - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
-
Set the status message to be sent to the user agent.
- setStep(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Push interval steps, in seconds.
- setStep(int) - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Push interval steps, in seconds.
- setStorageEngineOptions(JsonObject) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
-
Optional.
- setStores(List<ConfigStoreOptions>) - Method in class io.vertx.config.ConfigRetrieverOptions
-
Sets the configuration stores.
- setStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
Sets the data stream.
- setStream(Flowable<Buffer>) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
Sets the data stream.
- setStream(ReadStream<Buffer>) - Method in interface io.vertx.ext.mail.MailAttachment
-
Sets the data stream.
- setStream(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
Sets the data stream.
- setStreamPriority(StreamPriority) - Method in interface io.vertx.core.http.HttpClientRequest
-
Sets the priority of the associated stream.
- setStreamPriority(StreamPriority) - Method in interface io.vertx.core.http.HttpServerResponse
-
Sets the priority of the associated stream
- setStreamPriority(StreamPriority) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Sets the priority of the associated stream.
- setStreamPriority(StreamPriority) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Sets the priority of the associated stream
- setStreamPriority(StreamPriority) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Sets the priority of the associated stream.
- setStreamPriority(StreamPriority) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Sets the priority of the associated stream
- setStrength(CollationStrength) - Method in class io.vertx.ext.mongo.CollationOptions
-
Optional.
- setStrictThreadMode(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Indicates the server that the HTTP request/response interactions will happen exclusively on the expected thread when the threading model is event-loop.
- setString(int, String) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position
pos
in the Buffer to the value ofstr
encoded in UTF-8. - setString(int, String, String) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the bytes at position
pos
in the Buffer to the value ofstr
encoded in encodingenc
. - setSubject(String) - Method in class io.vertx.ext.auth.JWTOptions
- setSubject(String) - Method in class io.vertx.ext.mail.MailMessage
-
set the subject of this mail
- setSubProtocols(List<String>) - Method in class io.vertx.core.http.WebSocketConnectOptions
-
Set the WebSocket sub protocols to use.
- setSummary(String) - Method in interface io.vertx.core.cli.CLI
-
Sets the summary of the CLI.
- setSupportedGrantTypes(List<String>) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setSupportedVersions(List<String>) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the STOMP protocol versions supported by the server.
- setSupportsJoin(boolean) - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
-
Configures
Tracing.Builder.supportsJoin(boolean)
option. - setSupportWebSocket(boolean) - Method in class io.vertx.httpproxy.ProxyOptions
-
Set whether WebSocket are supported.
- setSync(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether every write to the file's content and meta-data will be written synchronously to the underlying hardware.
- setSynonyms(List<ConfigSynonym>) - Method in class io.vertx.kafka.admin.ConfigEntry
-
Set all config values that may be used as the value of this config along with their source, in the order of precedence
- setSystemProps(List<String>) - Method in class io.vertx.core.spi.launcher.DefaultCommand
-
Gets system properties passed in the user command line.
- setTable(String) - Method in class io.vertx.pgclient.PgNotice
- setTag(String) - Method in class io.vertx.ext.consul.Event
-
Set regular expression to filter by tag
- setTag(String) - Method in class io.vertx.ext.consul.EventOptions
-
Set regular expression to filter by tag
- setTag(String) - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Set tag for filtering request results
- setTags(List<String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set a list of service tags to filter the query results.
- setTags(List<String>) - Method in class io.vertx.ext.consul.Service
-
Set list of service tags
- setTags(List<String>) - Method in class io.vertx.ext.consul.ServiceOptions
-
Set list of tags associated with service
- setTcp(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set TCP address to check.
- setTcpCork(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setTcpCork(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setTcpCork(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setTcpCork(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setTcpCork(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTcpCork(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setTcpCork(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setTcpCork(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setTcpCork(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Enable the
TCP_CORK
option - only with linux native transport. - setTcpCork(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Enable the
TCP_CORK
option - only with linux native transport. - setTcpCork(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setTcpCork(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setTcpCork(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTcpCork(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setTcpFastOpen(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Enable the
TCP_FASTOPEN
option - only with linux native transport. - setTcpFastOpen(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Enable the
TCP_FASTOPEN
option - only with linux native transport. - setTcpFastOpen(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setTcpFastOpen(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTcpFastOpen(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether TCP keep alive is enabled
- setTcpKeepAlive(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether TCP keep alive is enabled
- setTcpKeepAlive(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setTcpKeepAlive(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTcpKeepAlive(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set whether TCP no delay is enabled
- setTcpNoDelay(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether TCP no delay is enabled
- setTcpNoDelay(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setTcpNoDelay(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTcpNoDelay(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setTcpQuickAck(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Enable the
TCP_QUICKACK
option - only with linux native transport. - setTcpQuickAck(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Enable the
TCP_QUICKACK
option - only with linux native transport. - setTcpQuickAck(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setTcpQuickAck(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTcpQuickAck(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setTcpUserTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
- setTcpUserTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
- setTcpUserTimeout(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTcpUserTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
- setTcpUserTimeout(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
Sets the
TCP_USER_TIMEOUT
option - only with linux native transport. - setTelnetOptions(TelnetTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
-
Set the Telnet options, if the option is null, Telnet will not be started.
- setTemplateExpandOptions(ExpandOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTemplateParam(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Set a request URI template string parameter to the request, expanded when the request URI is a
UriTemplate
. - setTemplateParam(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Set a request URI template string parameter to the request, expanded when the request URI is a .
- setTemplateParam(String, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Set a request URI template string parameter to the request, expanded when the request URI is a .
- setTemplateParam(String, List<String>) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Set a request URI template list parameter to the request, expanded when the request URI is a
UriTemplate
. - setTemplateParam(String, List<String>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Set a request URI template list parameter to the request, expanded when the request URI is a .
- setTemplateParam(String, List<String>) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Set a request URI template list parameter to the request, expanded when the request URI is a .
- setTemplateParam(String, Map<String, String>) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Set a request URI template map parameter to the request, expanded when the request URI is a
UriTemplate
. - setTemplateParam(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Set a request URI template map parameter to the request, expanded when the request URI is a .
- setTemplateParam(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Set a request URI template map parameter to the request, expanded when the request URI is a .
- setTemplateRegexp(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set regular expression which is used to extract fields from the entire name, once this template is selected.
- setTemplateType(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
The template type, which must be
name_prefix_match
. - setTenant(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Sets an optional tenant.
- setTermJsResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
Set
term.js
resource to use. - setText(String) - Method in class io.vertx.ext.mail.MailMessage
-
set the plain text of this mail
- setThreadingModel(ThreadingModel) - Method in class io.vertx.core.DeploymentOptions
-
Set the verticle(s) verticle(s) threading model, e.g. a worker or a virtual thread verticle
- setTimeFactor(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the time factor.
- setTimeField(String) - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- setTimeout(int) - Method in class io.vertx.camel.InboundMapping
-
Sets the timeout in milliseconds.
- setTimeout(int) - Method in class io.vertx.core.net.ConnectOptions
-
Override the client connect timeout in millis when
timeout >= 0
or use the client defined connect timeoutClientOptionsBase.getConnectTimeout()
whentimeout == -1
. - setTimeout(int) - Method in class io.vertx.grpc.client.GrpcClientOptions
-
Set the default timeout set when sending gRPC requests, this value should be set along with
GrpcClientOptions.setTimeoutUnit(TimeUnit)
. - setTimeout(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Sets the timeout in milliseconds.
- setTimeout(long) - Method in class io.vertx.core.http.RequestOptions
-
Sets both connect and idle timeouts for the request connect timeout: if the request is not obtained from the client within the timeout period, the
Future<HttpClientRequest>
obtained from the client is failed with aTimeoutException
. idle timeout: if the request does not return any data within the timeout period, the request/response is closed and the related futures are failed with aTimeoutException
, e.g. - setTimeout(long) - Method in class io.vertx.core.http.WebSocketConnectOptions
-
Sets the amount of time after which if the WebSocket handshake does not happen within the timeout period an
WebSocketHandshakeException
will be passed to the exception handler and the connection will be closed. - setTimeout(long) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Sets the amount of time (in milliseconds) after which if the request does not return any data within the timeout period an failure will be passed to the handler and the request will be closed.
- setTimeout(long) - Method in class io.vertx.ext.shell.command.base.BusSend
- setTimeout(long) - Method in class io.vertx.ext.unit.TestOptions
-
Set the test timeout.
- setTimeout(long) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
- setTimeout(long) - Method in class io.vertx.ext.web.sstore.AbstractSession
- setTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
- setTimeout(long) - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
-
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
- setTimeoutInMilliseconds(Long) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setTimeoutOnConnect(int) - Method in class io.vertx.mqtt.MqttServerOptions
-
Set the timeout on CONNECT packet
- setTimeoutSeconds(long) - Method in class io.vertx.serviceproxy.ServiceBinder
-
Set the default timeout in seconds while waiting for a reply.
- setTimeoutUnit(TimeUnit) - Method in class io.vertx.grpc.client.GrpcClientOptions
-
Set the unit of time of the default timeout value.
- setTimer(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
-
Set a one-shot timer to fire after
delay
milliseconds, at which pointhandler
will be called with the id of the timer. - setTimer(long, Handler<Long>) - Method in class io.vertx.reactivex.core.Vertx
-
Set a one-shot timer to fire after
delay
milliseconds, at which pointhandler
will be called with the id of the timer. - setTimer(long, Handler<Long>) - Method in class io.vertx.rxjava3.core.Vertx
-
Set a one-shot timer to fire after
delay
milliseconds, at which pointhandler
will be called with the id of the timer. - setTimeSeriesOptions(TimeSeriesOptions) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- setTimestamp(long) - Method in class io.vertx.httpproxy.spi.cache.Resource
- setTimestamp(long) - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
-
Set the timestamp
- setTimestamp(long) - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
Set the timestamp
- setTimestamp(long) - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
Set the timestamp of the record in the topic/partition
- settingQueryParam(String, String) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Add a query parameter to the request.
- settingQueryParam(String, String) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Add a query parameter to the request.
- settings() - Method in interface io.vertx.core.http.HttpConnection
- settings() - Method in class io.vertx.reactivex.core.http.HttpConnection
- settings() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- setTlsSkipVerify(boolean) - Method in class io.vertx.ext.consul.CheckOptions
-
Specifies if the certificate for an HTTPS check should not be verified.
- setTnsAdmin(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
-
Set the path of the directory that contains the
tnsnames.ora
file. - setTnsAlias(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
-
Set the name of an alias configured in the
tnsnames.ora
file. - setTo(String) - Method in class io.vertx.ext.mail.MailMessage
-
helper method for single recipient
- setTo(String) - Method in class io.vertx.ext.unit.report.ReportOptions
-
Set the current reporter name.
- setTo(List<String>) - Method in class io.vertx.ext.mail.MailMessage
-
set list of to addresses
- setToken(String) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Sets the token.
- setToken(String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- setToken(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Set the ACL token to use each time the query is executed.
- setToken(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Authentication token for the InfluxDB API.
- setToken(String) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
-
Set a JWT token to be used on proxy calls.
- setTokenPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setTopic(String) - Method in class io.vertx.kafka.client.common.PartitionInfo
-
Set the topic name
- setTopic(String) - Method in class io.vertx.kafka.client.common.TopicPartition
-
Set the topic name
- setTopic(String) - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
Set the topic the record was appended to
- setTopicId(Uuid) - Method in class io.vertx.kafka.admin.TopicDescription
-
Set the id of the topic.
- setTopicPartitions(Set<TopicPartition>) - Method in class io.vertx.kafka.admin.MemberAssignment
-
Set the list of topic partitions
- setTopLevel(boolean) - Method in class io.vertx.serviceproxy.ServiceBinder
-
Set if the services to create are a top level services.
- setTopology(RedisTopology) - Method in class io.vertx.redis.client.RedisOptions
-
Set how the topology should be obtained.
- setTopology(RedisTopology) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Set how the topology should be obtained.
- setTotalCount(int) - Method in class io.vertx.kafka.admin.NewPartitions
-
Set the number of partitions for the topic
- setTraceContext(TraceContext) - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
-
Set active
TraceContext
. - setTraceOperation(String) - Method in class io.vertx.core.http.RequestOptions
-
Override the operation the tracer use for this request.
- setTraceOperation(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setTracePeerAddress(String) - Method in class io.vertx.kafka.client.common.KafkaClientOptions
-
Set the Kafka address to show in trace tags.
- setTracingOptions(TracingOptions) - Method in class io.vertx.core.VertxOptions
-
Set the tracing options
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.cassandra.CassandraClientOptions
-
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Set the tracing policy when Vert.x has tracing enabled.
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.core.http.HttpClientOptions
-
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the tracing policy for the server behavior when Vert.x has tracing enabled.
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.db2client.DB2ConnectOptions
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
-
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.kafka.client.common.KafkaClientOptions
-
Set the Kafka tracing policy.
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.pgclient.PgConnectOptions
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.redis.client.RedisOptions
-
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
- setTrafficClass(int) - Method in class io.vertx.amqp.AmqpClientOptions
- setTrafficClass(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
- setTrafficClass(int) - Method in class io.vertx.core.eventbus.EventBusOptions
- setTrafficClass(int) - Method in class io.vertx.core.http.HttpClientOptions
- setTrafficClass(int) - Method in class io.vertx.core.http.HttpServerOptions
- setTrafficClass(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTrafficClass(int) - Method in class io.vertx.core.net.ClientOptionsBase
- setTrafficClass(int) - Method in class io.vertx.core.net.NetClientOptions
- setTrafficClass(int) - Method in class io.vertx.core.net.NetServerOptions
- setTrafficClass(int) - Method in class io.vertx.core.net.NetworkOptions
-
Set the value of traffic class
- setTrafficClass(int) - Method in class io.vertx.core.net.TCPSSLOptions
- setTrafficClass(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the value of traffic class
- setTrafficClass(int) - Method in class io.vertx.ext.mail.MailConfig
- setTrafficClass(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
- setTrafficClass(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
- setTrafficClass(int) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setTrafficClass(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTrafficClass(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.core.http.HttpServerOptions
- setTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.core.net.NetServerOptions
-
Set traffic shaping options.
- setTrailingLine(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets whether or not an empty line should be appended to the written STOMP frame.
- setTrailingLine(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets whether or not an empty line should be appended to the written STOMP frame.
- setTransaction(String) - Method in class io.vertx.ext.stomp.Frame
- setTransactionChunkSize(int) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the chunk size when replaying a transaction.
- setTransactionIsolation(int) - Method in interface io.vertx.jdbcclient.JDBCConnection
- setTransactionIsolation(int) - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- setTransactionIsolation(int) - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- setTransactionIsolation(TransactionIsolation) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setTransactionIsolation(TransactionIsolation) - Method in class io.vertx.jdbcclient.SqlOptions
- setTransports(List<AuthenticatorTransport>) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setTruncateExisting(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file should be truncated to zero length on opening if it exists and is opened for write
- setTrustAll(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
- setTrustAll(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
-
Set whether all server certificates should be trusted.
- setTrustAll(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setTrustAll(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTrustAll(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
-
Set whether all server certificates should be trusted
- setTrustAll(boolean) - Method in class io.vertx.core.net.ClientSSLOptions
-
Set whether all server certificates should be trusted
- setTrustAll(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setTrustAll(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether all server certificates should be trusted
- setTrustAll(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setTrustAll(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setTrustAll(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTrustAll(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
- setTrustAll(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setTrustAll(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
When using ssl, trust ALL certificates.
- setTrustAll(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.amqp.AmqpClientOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.http.HttpClientOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.http.HttpServerOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.http.WebSocketClientOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.ClientOptionsBase
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.ClientSSLOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.NetClientOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.NetServerOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.ServerSSLOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.SSLOptions
-
Set the trust options.
- setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the trust options.
- setTrustOptions(TrustOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the trust options.
- setTrustOptions(TrustOptions) - Method in class io.vertx.ext.mail.MailConfig
- setTrustOptions(TrustOptions) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.mqtt.MqttClientOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.mqtt.MqttServerOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setTrustOptions(TrustOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setTrustStoreFilePath(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksTrustOptions.path instead. It will be removed in vert.x 4.1
- setTrustStorePassword(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksTrustOptions.password instead. It will be removed in vert.x 4.1
- setTrustStoreType(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Deprecated.Use vert.x jksTrustOptions instead. It will be removed in vert.x 4.1
- setTryUsePerFrameCompression(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set whether the client will offer the WebSocket per-frame deflate compression extension.
- setTryUsePerMessageCompression(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set whether the client will offer the WebSocket per-message deflate compression extension.
- setTtl(long) - Method in class io.vertx.config.vault.client.Lookup
- setTtl(long) - Method in class io.vertx.ext.consul.SessionOptions
-
Set the TTL interval.
- setTtl(String) - Method in class io.vertx.ext.consul.CheckOptions
-
Set Time to Live of check.
- setTTL(String) - Method in class io.vertx.config.vault.client.TokenRequest
- setTty(Tty) - Method in interface io.vertx.ext.shell.system.Job
-
Set a tty on the job.
- setTty(Tty) - Method in interface io.vertx.ext.shell.system.Process
-
Set the process tty.
- setType(ProxyType) - Method in class io.vertx.core.net.ProxyOptions
-
Set proxy type.
- setType(TxnKVVerb) - Method in class io.vertx.ext.consul.TxnKVOperation
-
Set the type of operation to perform
- setType(TxnServiceVerb) - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Set the type of operation to perform
- setType(MatchType) - Method in class io.vertx.ext.dropwizard.Match
-
Set the type of matching to apply.
- setType(BulkOperationType) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the operation type
- setType(ObjectType) - Method in class io.vertx.ext.shell.command.base.BusPublish
- setType(MatchType) - Method in class io.vertx.micrometer.Match
-
Set the type of matching to apply.
- setType(RedisClientType) - Method in class io.vertx.redis.client.RedisOptions
-
Set the desired client type to be created.
- setType(Class<T>) - Method in class io.vertx.core.cli.TypedArgument
-
Sets the argument type.
- setType(Class<T>) - Method in class io.vertx.core.cli.TypedOption
- setType(String) - Method in class io.vertx.config.ConfigStoreOptions
-
Sets the configuration type
- setType(String) - Method in class io.vertx.core.net.KeyStoreOptions
-
Set the store type.
- setType(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
- setType(String) - Method in class io.vertx.ext.auth.KeyStoreOptions
- setType(String) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setType(String) - Method in class io.vertx.servicediscovery.Record
-
Sets the type of service.
- setType(String) - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Sets the discovery implementation type.
- setType(ConfigResource.Type) - Method in class io.vertx.kafka.client.common.ConfigResource
-
Set the resource type
- setUnsignedByte(int, short) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the unsigned
byte
at positionpos
in the Buffer to the valueb
. - setUnsignedInt(int, long) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the unsigned
int
at positionpos
in the Buffer to the valuei
. - setUnsignedIntLE(int, long) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the unsigned
int
at positionpos
in the Buffer to the valuei
in the Little Endian Byte Order. - setUnsignedShort(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the unsigned
short
at positionpos
in the Buffer to the values
. - setUnsignedShortLE(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Sets the unsigned
short
at positionpos
in the Buffer to the values
in the Little Endian Byte Order. - setUp(ExecutionContext) - Method in interface io.vertx.core.spi.launcher.Command
-
Set up the command execution environment.
- setUp(ExecutionContext) - Method in class io.vertx.core.spi.launcher.DefaultCommand
- setupBackend(MicrometerMetricsOptions, MeterRegistry) - Static method in class io.vertx.micrometer.backends.BackendRegistries
-
Create a new backend registry, containing a micrometer registry, initialized with the provided options.
- setupCallback(Route) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
add the callback handler to a given route.
- setupCallback(Route) - Method in interface io.vertx.ext.web.handler.OtpAuthHandler
-
Setup the required route where authenticators to submit the challenge response.
- setupCallback(Route) - Method in interface io.vertx.ext.web.handler.WebAuthn4JHandler
-
The callback route to verify attestations and assertions.
- setupCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
add the callback handler to a given route.
- setupCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
-
Setup the required route where authenticators to submit the challenge response.
- setupCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
-
The callback route to verify attestations and assertions.
- setupCallback(Route) - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
add the callback handler to a given route.
- setupCallback(Route) - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
-
Setup the required route where authenticators to submit the challenge response.
- setupCallback(Route) - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
-
The callback route to verify attestations and assertions.
- setupCredentialsCreateCallback(Route) - Method in interface io.vertx.ext.web.handler.WebAuthn4JHandler
-
The callback route to create registration attestations.
- setupCredentialsCreateCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
-
The callback route to create registration attestations.
- setupCredentialsCreateCallback(Route) - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
-
The callback route to create registration attestations.
- setupCredentialsGetCallback(Route) - Method in interface io.vertx.ext.web.handler.WebAuthn4JHandler
-
The callback route to create login attestations.
- setupCredentialsGetCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
-
The callback route to create login attestations.
- setupCredentialsGetCallback(Route) - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
-
The callback route to create login attestations.
- setUploadsDirectory(String) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set the uploads directory to use.
- setUploadsDirectory(String) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Set the uploads directory to use.
- setUploadsDirectory(String) - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
-
Set the uploads directory to use.
- setUpperRightCorner(Point) - Method in class io.vertx.pgclient.data.Box
- setupRegisterCallback(Route) - Method in interface io.vertx.ext.web.handler.OtpAuthHandler
-
Setup the optional route where authenticators are allowed to register.
- setupRegisterCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
-
Setup the optional route where authenticators are allowed to register.
- setupRegisterCallback(Route) - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
-
Setup the optional route where authenticators are allowed to register.
- setUpsert(boolean) - Method in class io.vertx.ext.mongo.BulkOperation
-
Sets the upsert flag, used by update and replace operations
- setUpsert(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set whether upsert is enabled
- setUpstreams(List<UpstreamOptions>) - Method in class io.vertx.ext.consul.connect.ProxyOptions
- setUri(String) - Method in class io.vertx.camel.CamelMapping
-
Sets the Camel endpoint URI.
- setUri(String) - Method in class io.vertx.camel.InboundMapping
- setUri(String) - Method in class io.vertx.camel.OutboundMapping
- setUri(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setUri(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
URI of the InfluxDB server.
- setUri(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
- setURI(String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Set the request uri.
- setURI(String) - Method in class io.vertx.core.http.RequestOptions
-
Set the request relative URI.
- setURI(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
- setURI(String) - Method in interface io.vertx.httpproxy.ProxyRequest
-
Set the request URI to be sent to the origin server.
- setURI(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Set the request uri.
- setURI(String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Set the request uri.
- setURI(String) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
-
Set the request URI to be sent to the origin server.
- setUrl(String) - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
-
Set the url to the LDAP server.
- setUsageAddress(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Sets the usage address: the event bus address on which are sent the service usage events (bind / release).
- setUsagePrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
- setUseAffectedRows(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Sets how affected rows are calculated on update/delete/insert, if set to
true
an update that effectively does not change any data returns zero affected rows. - setUseAlpn(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
- setUseAlpn(boolean) - Method in class io.vertx.core.http.HttpClientOptions
- setUseAlpn(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setUseAlpn(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
- setUseAlpn(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
- setUseAlpn(boolean) - Method in class io.vertx.core.net.ClientSSLOptions
- setUseAlpn(boolean) - Method in class io.vertx.core.net.NetClientOptions
- setUseAlpn(boolean) - Method in class io.vertx.core.net.NetServerOptions
- setUseAlpn(boolean) - Method in class io.vertx.core.net.ServerSSLOptions
- setUseAlpn(boolean) - Method in class io.vertx.core.net.SSLOptions
-
Set the ALPN usage.
- setUseAlpn(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the ALPN usage.
- setUseAlpn(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set the ALPN usage.
- setUseAlpn(boolean) - Method in class io.vertx.ext.mail.MailConfig
- setUseAlpn(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setUseAlpn(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setUseAlpn(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setUseBasicAuthorization(boolean) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setUseDaemonThread(Boolean) - Method in class io.vertx.core.VertxOptions
-
Mark the vertx thread as daemon thread or user thread.
- setUseEventLoop(Boolean) - Method in class io.vertx.ext.unit.TestOptions
-
Configure the execution to use an event loop when there is no one existing.
- setUseLayer7Proxy(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
-
Set the client to use a layer 7 (application) proxy compatible protocol, set to
true
when the client interacts with a layer 7 proxy like PgBouncer instead of a server. - setUseMetadata(boolean) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setUseNio(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Enables or disables usage of NIO Sockets.
- setUseProxyProtocol(boolean) - Method in class io.vertx.core.http.HttpServerOptions
- setUseProxyProtocol(boolean) - Method in class io.vertx.core.net.NetServerOptions
-
Set whether the server uses the HA Proxy protocol
- setUseProxyProtocol(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
- setUser(JsonObject) - Method in class io.vertx.ext.web.api.service.ServiceRequest
- setUser(RoutingContext, User) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the user for the session
- setUser(RoutingContext, User) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Set the user for the session
- setUser(RoutingContext, User) - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
-
Set the user for the session
- setUser(String) - Method in class io.vertx.db2client.DB2ConnectOptions
- setUser(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- setUser(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- setUser(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Specify the user account to be used for the authentication.
- setUser(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- setUser(String) - Method in class io.vertx.oracleclient.OracleConnectOptions
- setUser(String) - Method in class io.vertx.pgclient.PgConnectOptions
- setUser(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the AMQP user name to use when connecting to the broker.
- setUser(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setUser(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Set the default username for Redis connections.
- setUser(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the default username for Redis connections.
- setUser(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setUser(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setUser(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setUser(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Specify the user account to be used for the authentication.
- setUserAgent(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set a custom user agent to use when communicating to a provider
- setUserAgent(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Sets the Web Client user agent header.
- setUserAgent(String) - Method in class io.vertx.ext.mail.MailConfig
-
Sets the Mail User Agent(MUA) name.
- setUserAgent(String) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setUserAgent(String) - Method in class io.vertx.ext.web.client.WebClientOptions
-
Sets the Web Client user agent header.
- setUserAgentEnabled(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Sets whether the Web Client should send a user agent header.
- setUserAgentEnabled(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setUserAgentEnabled(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
-
Sets whether the Web Client should send a user agent header.
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Set whether to use replica nodes for read only queries.
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisOptions
-
Set whether to use replica nodes for read only queries.
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Set whether to use replica nodes for read only queries.
- setUserInfoParameters(JsonObject) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set custom parameters to be sent during the userInfo resource request
- setUserInfoPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
Set the provider userInfo resource path
- setUsername(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
Sets the username.
- setUsername(String) - Method in class io.vertx.cassandra.CassandraClientOptions
-
Set the username for plaintext authentication.
- setUsername(String) - Method in class io.vertx.core.net.ProxyOptions
-
Set proxy username.
- setUsername(String) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- setUsername(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- setUsername(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- setUsername(String) - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- setUsername(String) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- setUsername(String) - Method in class io.vertx.ext.mail.MailConfig
-
Set the username for the login.
- setUsername(String) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set the username
- setUserName(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Username used for authenticated connections
- setUsernameCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
The property name to be used to set the name of the field, where the username for the credentials is stored inside.
- setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
The property name to be used to set the name of the field, where the username is stored inside.
- setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
The property name to be used to set the name of the field, where the username is stored inside.
- setUsernameParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the username
- setUsernameParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the username
- setUsernameParam(String) - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the username
- setUserPresenceRequired(boolean) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setUserVerification(UserVerification) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- setUseStompFrame(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets whether or not the connection is made using the
STOMP
command instead of theCONNECT
command. - setUseWebSocket(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
-
enable mqtt over websocket
- setUseWorkerThread(boolean) - Method in class io.vertx.core.net.JdkSSLEngineOptions
- setUseWorkerThread(boolean) - Method in class io.vertx.core.net.OpenSSLEngineOptions
- setUseWorkerThread(boolean) - Method in class io.vertx.core.net.SSLEngineOptions
-
Set the thread pool to use for SSL blocking operations.
- setValid(Boolean) - Method in class io.vertx.json.schema.OutputUnit
- setValidateIssuer(boolean) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- setValidationAction(ValidationAction) - Method in class io.vertx.ext.mongo.ValidationOptions
-
Optional.
- setValidationLevel(ValidationLevel) - Method in class io.vertx.ext.mongo.ValidationOptions
-
Optional.
- setValidationOptions(ValidationOptions) - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- setValidator(JsonObject) - Method in class io.vertx.ext.mongo.ValidationOptions
-
Optional.
- setValue(Buffer) - Method in class io.vertx.core.net.JksOptions
-
Set the key store as a buffer
- setValue(Buffer) - Method in class io.vertx.core.net.KeyStoreOptions
- setValue(Buffer) - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Set the key store as a buffer
- setValue(Buffer) - Method in class io.vertx.core.net.PfxOptions
-
Set the key store as a buffer
- setValue(String) - Method in interface io.vertx.core.http.Cookie
-
Sets the value of this cookie
- setValue(String) - Method in class io.vertx.ext.consul.KeyValue
-
Set the value
- setValue(String) - Method in class io.vertx.ext.consul.TxnKVOperation
-
Set the value
- setValue(String) - Method in class io.vertx.ext.dropwizard.Match
-
Set the matched value.
- setValue(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
- setValue(String) - Method in class io.vertx.kafka.admin.ConfigEntry
-
Set the value or null.
- setValue(String) - Method in class io.vertx.kafka.admin.ConfigSynonym
-
Set the value of this configuration, which may be null if the configuration is sensitive
- setValue(String) - Method in class io.vertx.micrometer.Match
-
Set the matched value.
- setVariables(JsonObject) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Initial value of the variables area in the GraphiQL user interface.
- setVec(List<Float>) - Method in class io.vertx.ext.consul.Coordinate
-
Set vector
- setVerbose(boolean) - Method in class io.vertx.ext.shell.command.base.BusPublish
- setVerbose(boolean) - Method in class io.vertx.ext.shell.command.base.BusTail
- setVerifyHost(boolean) - Method in class io.vertx.core.http.HttpClientOptions
-
Set whether hostname verification is enabled
- setVerifyHost(boolean) - Method in class io.vertx.core.http.WebSocketClientOptions
-
Set whether hostname verification is enabled
- setVerifyHost(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Set whether hostname verification is enabled
- setVerifyHost(boolean) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
- setVerifyHost(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
- setVerifyHost(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
- setVersion(int) - Method in class io.vertx.ext.consul.Event
-
Set version
- setVersion(int) - Method in class io.vertx.ext.web.sstore.AbstractSession
- setVersion(WebSocketVersion) - Method in class io.vertx.core.http.WebSocketConnectOptions
-
Set the WebSocket version.
- setVertsShellJsResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
Set
vertxshell.js
resource to use. - setVirtualHost(String) - Method in class io.vertx.amqp.AmqpClientOptions
- setVirtualHost(String) - Method in class io.vertx.ext.stomp.StompClientOptions
-
Sets the virtual host that will be used as "host" header value in the `CONNECT` frame.
- setVirtualHost(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the virtual host to use when connecting to the broker.
- setWait(String) - Method in class io.vertx.ext.consul.BlockingQueryOptions
-
Specifying a maximum duration for the blocking request.
- setWanAddress(String) - Method in class io.vertx.ext.consul.Node
-
Set node wan address
- setWarningExceptionTime(long) - Method in class io.vertx.core.VertxOptions
-
Set the threshold value above this, the blocked warning contains a stack trace. in
warningExceptionTimeUnit
. - setWarningExceptionTimeUnit(TimeUnit) - Method in class io.vertx.core.VertxOptions
-
Set the time unit of
warningExceptionTime
. - setWebauthn(JsonObject) - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- setWebSocketAllowServerNoContext(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Set whether the WebSocket server will accept the
server_no_context_takeover
parameter of the per-message deflate compression extension offered by the client. - setWebSocketAllowServerNoContext(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
-
Set whether the WebSocket server will accept the
server_no_context_takeover
parameter of the per-message deflate compression extension offered by the client. - setWebsocketBridge(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Enables or disables the web socket bridge.
- setWebSocketClientOptions(WebSocketClientOptions) - Method in class io.vertx.serviceresolver.kube.KubeResolverOptions
- setWebSocketClosingTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the amount of time a server WebSocket will wait until it closes the TCP connection after sending a close frame.
- setWebSocketCompressionLevel(int) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the WebSocket compression level.
- setWebSocketCompressionLevel(int) - Method in class io.vertx.mqtt.MqttServerOptions
-
Set the WebSocket compression level.
- setWebSocketMaxFrameSize(int) - Method in class io.vertx.mqtt.MqttServerOptions
-
Set the WebSocket max frame size.
- setWebsocketPath(String) - Method in class io.vertx.ext.stomp.StompServerOptions
-
Sets the websocket path.
- setWebSocketPreferredClientNoContext(boolean) - Method in class io.vertx.core.http.HttpServerOptions
-
Set whether the WebSocket server will accept the
client_no_context_takeover
parameter of the per-message deflate compression extension offered by the client. - setWebSocketPreferredClientNoContext(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
-
Set whether the WebSocket server will accept the
client_no_context_takeover
parameter of the per-message deflate compression extension offered by the client. - setWebSocketSubProtocols(List<String>) - Method in class io.vertx.core.http.HttpServerOptions
-
Set the WebSocket list of sub-protocol supported by the server.
- setWeight(short) - Method in class io.vertx.core.http.StreamPriority
-
Set the priority weight.
- setWelcomeMessage(String) - Method in class io.vertx.ext.shell.ShellServerOptions
-
Set the shell welcome message, i.e the message displayed in the user console when he connects to the shell.
- setWelcomeMessage(String) - Method in class io.vertx.ext.shell.ShellServiceOptions
- setWhat(String) - Method in class io.vertx.ext.consul.TxnError
-
Set error message about why that operation failed.
- setWhere(String) - Method in class io.vertx.pgclient.PgNotice
- setWidth(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
- setWillFlag(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set if will information are provided on connection
- setWillMessageBytes(Buffer) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set the content of the will message
- setWillQoS(int) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set the QoS level for the will message
- setWillRetain(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set if the will message must be retained
- setWillTopic(String) - Method in class io.vertx.mqtt.MqttClientOptions
-
Set the topic on which the will message will be published
- setWindowSize(int) - Method in interface io.vertx.core.http.HttpConnection
-
Update the current connection wide window size to a new size.
- setWindowSize(int) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Update the current connection wide window size to a new size.
- setWindowSize(int) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Update the current connection wide window size to a new size.
- setWorkerExecutor(WorkerExecutor) - Method in class io.vertx.camel.OutboundMapping
-
Sets the worker thread worker used to execute the blocking processing.
- setWorkerPoolName(String) - Method in class io.vertx.core.DeploymentOptions
-
Set the worker pool name to use for this verticle.
- setWorkerPoolSize(int) - Method in class io.vertx.core.DeploymentOptions
-
Set the maximum number of worker threads to be used by the Vert.x instance.
- setWorkerPoolSize(int) - Method in class io.vertx.core.VertxOptions
-
Set the maximum number of worker threads to be used by the Vert.x instance.
- setWorkstation(String) - Method in class io.vertx.ext.mail.MailConfig
-
Sets the workstation used on NTLM authentication
- setWrite(boolean) - Method in class io.vertx.core.file.OpenOptions
-
Set whether the file is to be opened for writing
- setWriteIdleTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
- setWriteIdleTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
- setWriteIdleTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
- setWriteIdleTimeout(int) - Method in class io.vertx.core.http.WebSocketClientOptions
- setWriteIdleTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
- setWriteIdleTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
- setWriteIdleTimeout(int) - Method in class io.vertx.core.net.NetServerOptions
- setWriteIdleTimeout(int) - Method in class io.vertx.core.net.TCPSSLOptions
-
Set the write idle timeout, default time unit is seconds.
- setWriteIdleTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
- setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.BulkWriteOptions
-
Set the write option
- setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.UpdateOptions
-
Set the write option
- setWritePos(long) - Method in interface io.vertx.core.file.AsyncFile
-
Sets the position from which data will be written when using the file as a
WriteStream
. - setWritePos(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Sets the position from which data will be written when using the file as a
WriteStream
. - setWritePos(long) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Sets the position from which data will be written when using the file as a
WriteStream
. - setWriteQueueMaxSize(int) - Method in interface io.vertx.amqp.AmqpSender
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.file.AsyncFile
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.ClientWebSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpClientRequest
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpServerResponse
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.ServerWebSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocketBase
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.net.NetSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.WriteStream
-
Set the maximum size of the write queue to
maxSize
. - setWriteQueueMaxSize(int) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
- setWriteQueueMaxSize(int) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.grpc.client.GrpcClientRequest
- setWriteQueueMaxSize(int) - Method in interface io.vertx.grpc.common.GrpcWriteStream
- setWriteQueueMaxSize(int) - Method in interface io.vertx.grpc.server.GrpcServerResponse
- setWriteQueueMaxSize(int) - Method in class io.vertx.grpc.stub.GrpcWriteStream
- setWriteQueueMaxSize(int) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
- setWriteQueueMaxSize(int) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.amqp.AmqpSender
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.file.AsyncFile
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.WebSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.net.NetSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Set the maximum size of the write queue to
maxSize
. - setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.amqp.AmqpSender
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.core.file.AsyncFile
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.core.http.WebSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.core.net.NetSocket
- setWriteQueueMaxSize(int) - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Set the maximum size of the write queue to
maxSize
. - setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- setWriteSynchronizationMode(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Sets write synchronization mode.
- setWsConnectionParams(JsonObject) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Initial GraphQLWS connection params.
- setX(double) - Method in class io.vertx.mysqlclient.data.spatial.Point
- setX(double) - Method in class io.vertx.pgclient.data.Point
- setX5c(JsonArray) - Method in class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- setX5c(List<String>) - Method in class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- setY(double) - Method in class io.vertx.mysqlclient.data.spatial.Point
- setY(double) - Method in class io.vertx.pgclient.data.Point
- setYears(int) - Method in class io.vertx.pgclient.data.Interval
- severity() - Method in exception io.vertx.mssqlclient.MSSQLException
- SHA256_PASSWORD - io.vertx.mysqlclient.MySQLAuthenticationPlugin
-
Authentication plugin which uses SHA-256 hash function to scramble the password and send it to the server.
- SHARE - io.vertx.redis.client.RedisReplicas
-
Queries can be randomly run on both MASTER and REPLICA nodes.
- Shareable - Interface in io.vertx.core.shareddata
-
An interface which allows you to put arbitrary objects into a
LocalMap
. - SHARED - io.vertx.oracleclient.ServerMode
- SHARED_SUBSCRIPTIONS_NOT_SUPPORTED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- SHARED_SUBSCRIPTIONS_NOT_SUPPORTED - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- sharedData() - Method in interface io.vertx.core.Vertx
-
Get the shared data object.
- sharedData() - Method in class io.vertx.reactivex.core.Vertx
-
Get the shared data object.
- sharedData() - Method in class io.vertx.rxjava3.core.Vertx
-
Get the shared data object.
- SharedData - Class in io.vertx.reactivex.core.shareddata
-
Shared data allows you to share data safely between different parts of your application in a safe way.
- SharedData - Class in io.vertx.rxjava3.core.shareddata
-
Shared data allows you to share data safely between different parts of your application in a safe way.
- SharedData - Interface in io.vertx.core.shareddata
-
Shared data allows you to share data safely between different parts of your application in a safe way.
- SharedData(SharedData) - Constructor for class io.vertx.reactivex.core.shareddata.SharedData
- SharedData(SharedData) - Constructor for class io.vertx.rxjava3.core.shareddata.SharedData
- SharedData(Object) - Constructor for class io.vertx.reactivex.core.shareddata.SharedData
- SharedData(Object) - Constructor for class io.vertx.rxjava3.core.shareddata.SharedData
- sharedDataStore(Vertx) - Static method in interface io.vertx.ext.web.client.spi.CacheStore
-
Builds a cache store that uses an
AsyncMap
fromSharedData
. - sharedRandomPort(int, String) - Static method in interface io.vertx.core.net.SocketAddress
-
Create an inet socket address that binds to a shared random port identified by
id
. - Shell - Interface in io.vertx.ext.shell
-
An interactive session between a consumer and a shell.
- shellHandler(Handler<Shell>) - Method in interface io.vertx.ext.shell.ShellServer
-
Called when a new shell is created.
- ShellServer - Interface in io.vertx.ext.shell
-
The shell server.
- ShellServerOptions - Class in io.vertx.ext.shell
-
The configurations options for the shell server.
- ShellServerOptions() - Constructor for class io.vertx.ext.shell.ShellServerOptions
- ShellServerOptions(JsonObject) - Constructor for class io.vertx.ext.shell.ShellServerOptions
- ShellServerOptions(ShellServerOptions) - Constructor for class io.vertx.ext.shell.ShellServerOptions
- ShellServerOptionsConverter - Class in io.vertx.ext.shell
-
Converter and mapper for
ShellServerOptions
. - ShellServerOptionsConverter() - Constructor for class io.vertx.ext.shell.ShellServerOptionsConverter
- ShellService - Interface in io.vertx.ext.shell
-
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the
ShellServiceOptions
configuration. - ShellServiceOptions - Class in io.vertx.ext.shell
-
The configurations options for the shell service, the shell connectors can be configured with
TelnetTermOptions
,SSHTermOptions
andHttpTermOptions
. - ShellServiceOptions() - Constructor for class io.vertx.ext.shell.ShellServiceOptions
- ShellServiceOptions(JsonObject) - Constructor for class io.vertx.ext.shell.ShellServiceOptions
- ShellServiceOptions(ShellServiceOptions) - Constructor for class io.vertx.ext.shell.ShellServiceOptions
- ShellServiceOptionsConverter - Class in io.vertx.ext.shell
-
Converter and mapper for
ShellServiceOptions
. - ShellServiceOptionsConverter() - Constructor for class io.vertx.ext.shell.ShellServiceOptionsConverter
- ShellVerticle - Class in io.vertx.ext.shell
- ShellVerticle() - Constructor for class io.vertx.ext.shell.ShellVerticle
- ShopifyAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Shopify.
- ShopifyAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Shopify.
- ShopifyAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Shopify. - ShopifyAuth(ShopifyAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
- ShopifyAuth(ShopifyAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
- ShopifyAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
- ShopifyAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
- Short - Static variable in class io.vertx.sqlclient.data.NullValue
- SHORT - io.vertx.ext.shell.command.base.ObjectType
- SHORT - io.vertx.ext.web.handler.LoggerFormat
-
remote-client - method uri version status content-length duration ms
- shortName - Variable in class io.vertx.core.cli.Option
-
the option short name.
- shortName() - Method in annotation type io.vertx.core.cli.annotations.Option
-
The short option name (without the
-
prefix). - shortValue() - Method in class io.vertx.sqlclient.data.Numeric
- shutdown() - Method in interface io.vertx.core.http.HttpClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in interface io.vertx.core.http.HttpClientConnection
- shutdown() - Method in interface io.vertx.core.http.HttpConnection
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in interface io.vertx.core.http.HttpServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in interface io.vertx.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown(long, TimeUnit, short, String)
with a 30 seconds timeout, the status code1000
anull
reason. - shutdown() - Method in interface io.vertx.core.http.WebSocketClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in interface io.vertx.core.net.NetClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in interface io.vertx.core.net.NetServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.grpc.VertxServer
- shutdown() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- shutdown() - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- shutdown() - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.reactivex.core.http.HttpServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- shutdown() - Method in class io.vertx.reactivex.core.http.WebSocket
- shutdown() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- shutdown() - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.reactivex.core.net.NetClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.reactivex.core.net.NetServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- shutdown() - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- shutdown() - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- shutdown() - Method in class io.vertx.rxjava3.core.http.WebSocket
- shutdown() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- shutdown() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.rxjava3.core.net.NetClient
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown() - Method in class io.vertx.rxjava3.core.net.NetServer
-
Shutdown with a 30 seconds timeout (
shutdown(30, TimeUnit.SECONDS)
). - shutdown(long, TimeUnit) - Method in interface io.vertx.core.http.HttpClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in interface io.vertx.core.http.HttpClientConnection
- shutdown(long, TimeUnit) - Method in interface io.vertx.core.http.HttpConnection
-
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight requests are processed, otherwise after a
timeout
the connection will be closed. - shutdown(long, TimeUnit) - Method in interface io.vertx.core.http.HttpServer
-
Initiate the server shutdown sequence.
- shutdown(long, TimeUnit) - Method in interface io.vertx.core.http.WebSocketBase
-
Calls
WebSocketBase.shutdown(long, TimeUnit, short, String)
with the status code1000
and anull
reason. - shutdown(long, TimeUnit) - Method in interface io.vertx.core.http.WebSocketClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in interface io.vertx.core.net.NetClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in interface io.vertx.core.net.NetServer
-
Initiate the server shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- shutdown(long, TimeUnit) - Method in interface io.vertx.reactivex.core.http.HttpClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight requests are processed, otherwise after a
timeout
the connection will be closed. - shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Initiate the server shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.WebSocket
- shutdown(long, TimeUnit) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.net.NetClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.reactivex.core.net.NetServer
-
Initiate the server shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- shutdown(long, TimeUnit) - Method in interface io.vertx.rxjava3.core.http.HttpClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight requests are processed, otherwise after a
timeout
the connection will be closed. - shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Initiate the server shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.WebSocket
- shutdown(long, TimeUnit) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Initiate the client shutdown sequence.
- shutdown(long, TimeUnit) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Initiate the server shutdown sequence.
- shutdown(long, TimeUnit, short) - Method in interface io.vertx.core.http.WebSocketBase
-
Calls
WebSocketBase.shutdown(long, TimeUnit, short, String)
with anull
reason. - shutdown(long, TimeUnit, short) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - shutdown(long, TimeUnit, short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - shutdown(long, TimeUnit, short) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - shutdown(long, TimeUnit, short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Calls
WebSocketBase.shutdown()
with anull
reason. - shutdown(long, TimeUnit, short) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - shutdown(long, TimeUnit, short) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - shutdown(long, TimeUnit, short) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Calls
WebSocketBase.shutdown()
with anull
reason. - shutdown(long, TimeUnit, short) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Calls
WebSocketBase.shutdown()
with anull
reason. - shutdown(long, TimeUnit, short, String) - Method in interface io.vertx.core.http.WebSocketBase
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(long, TimeUnit, short, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(long, TimeUnit, short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(long, TimeUnit, short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(long, TimeUnit, short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(long, TimeUnit, short, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(long, TimeUnit, short, String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(long, TimeUnit, short, String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(long, TimeUnit, short, String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Initiate a graceful WebSocket shutdown, the shutdown handler is notified and shall close the WebSocket, otherwise after a
timeout
the WebSocket will be closed. - shutdown(short) - Method in interface io.vertx.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown(long, TimeUnit, short, String)
with a 30 seconds timeout and anull
reason. - shutdown(short) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - shutdown(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - shutdown(short) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - shutdown(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - shutdown(short) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - shutdown(short) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - shutdown(short) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - shutdown(short) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout and anull
reason. - shutdown(short, String) - Method in interface io.vertx.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown(long, TimeUnit, short, String)
with a 30 seconds timeout. - shutdown(short, String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - shutdown(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - shutdown(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - shutdown(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - shutdown(short, String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - shutdown(short, String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - shutdown(short, String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - shutdown(short, String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Like
WebSocketBase.shutdown()
with a 30 seconds timeout. - shutdown(Promise<Void>) - Method in class io.vertx.grpc.VertxServer
- shutdown(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Synchronously save the dataset to disk and then shut down the server.
- shutdown(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Synchronously save the dataset to disk and then shut down the server.
- shutdown(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Synchronously save the dataset to disk and then shut down the server.
- SHUTDOWN - Static variable in interface io.vertx.redis.client.Command
-
Synchronously save the dataset to disk and then shut down the server.
- shutdownHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpConnection
-
Set a
handler
notified when the HTTP connection is shutdown: the client or server will close the connection within a certain amount of time. - shutdownHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a
handler
notified when the WebSocket is shutdown: the client or server will close the connection within a certain amount of time. - shutdownHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
Set a
handler
notified when the socket is shutdown: the client or server will close the connection within a certain amount of time. - shutdownHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
- shutdownHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Set a
handler
notified when the HTTP connection is shutdown: the client or server will close the connection within a certain amount of time. - shutdownHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
- shutdownHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Set a
handler
notified when the WebSocket is shutdown: the client or server will close the connection within a certain amount of time. - shutdownHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Set a
handler
notified when the socket is shutdown: the client or server will close the connection within a certain amount of time. - shutdownHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Set a
handler
notified when the HTTP connection is shutdown: the client or server will close the connection within a certain amount of time. - shutdownHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- shutdownHandler(Handler<Void>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Set a
handler
notified when the WebSocket is shutdown: the client or server will close the connection within a certain amount of time. - shutdownHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Set a
handler
notified when the socket is shutdown: the client or server will close the connection within a certain amount of time. - shutdownNow() - Method in class io.vertx.grpc.VertxServer
- SidecarServiceOptions - Class in io.vertx.ext.consul.connect
- SidecarServiceOptions() - Constructor for class io.vertx.ext.consul.connect.SidecarServiceOptions
-
Default constructor
- SidecarServiceOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.SidecarServiceOptions
-
Constructor from JSON
- SignalHandler - Interface in io.vertx.ext.shell.term
- signatureAlgorithm() - Method in enum io.vertx.ext.mail.DKIMSignAlgorithm
-
Gets the Signature Algorithm, like: SHA256withRSA, SHA1withRSA.
- silent() - Method in annotation type io.vertx.ext.unit.junit.Repeat
- SIMPLE - io.vertx.ext.mail.CanonicalizationAlgorithm
- SIMPLE - io.vertx.openapi.contract.Style
- SIMPLE - io.vertx.redis.client.ResponseType
-
C String simple String.
- SimpleAuthenticationHandler - Class in io.vertx.reactivex.ext.web.handler
-
A user customizable authentication handler.
- SimpleAuthenticationHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A user customizable authentication handler.
- SimpleAuthenticationHandler - Interface in io.vertx.ext.web.handler
-
A user customizable authentication handler.
- SimpleAuthenticationHandler(SimpleAuthenticationHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
- SimpleAuthenticationHandler(SimpleAuthenticationHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
- SimpleAuthenticationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
- SimpleAuthenticationHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
- SimpleTransformer - Class in io.vertx.openapi.validation.transformer
-
+--------+---------+--------+-------------+-------------------------------------+--------------------------+ | style | explode | empty | string | array | object | +--------+---------+--------+-------------+-------------------------------------+--------------------------+ | simple | false | | blue | blue,black,brown | R,100,G,200,B,150 | +--------+---------+--------+-------------+-------------------------------------+--------------------------+ | simple | true | | blue | blue,black,brown | R=100,G=200,B=150 | +--------+---------+--------+-------------+-------------------------------------+--------------------------+
- SimpleTransformer() - Constructor for class io.vertx.openapi.validation.transformer.SimpleTransformer
- SINGLE_NODE - io.vertx.redis.client.RedisClusterTransactions
-
Redis transactions are supported in the cluster, but only when they target a single node.
- SingleAdapter - Class in io.vertx.rxjava3.ext.web.handler.graphql.instrumentation
-
Instrument data fetchers so that
Single
results are automatically converted toCompletionStage
. - SingleHelper - Class in io.vertx.reactivex.core
- SingleHelper - Class in io.vertx.reactivex
- SingleHelper - Class in io.vertx.rxjava3.core
- SingleHelper - Class in io.vertx.rxjava3
- SingleHelper() - Constructor for class io.vertx.reactivex.core.SingleHelper
- SingleHelper() - Constructor for class io.vertx.reactivex.SingleHelper
- SingleHelper() - Constructor for class io.vertx.rxjava3.core.SingleHelper
- SingleHelper() - Constructor for class io.vertx.rxjava3.SingleHelper
- singleValued - Variable in class io.vertx.core.cli.Option
-
whether or not the option receives a single value.
- sinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sets.
- sinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets.
- sinter(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sets.
- SINTER - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets.
- sintercard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sets and return the cardinality of the result.
- sintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets and return the cardinality of the result.
- sintercard(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sets and return the cardinality of the result.
- SINTERCARD - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets and return the cardinality of the result.
- sinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sets and store the resulting set in a key.
- SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets and store the resulting set in a key.
- sismember(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine if a given value is a member of a set.
- sismember(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine if a given value is a member of a set.
- sismember(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine if a given value is a member of a set.
- SISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Determine if a given value is a member of a set.
- size() - Method in interface io.vertx.core.CompositeFuture
- size() - Method in interface io.vertx.core.file.AsyncFile
- size() - Method in interface io.vertx.core.file.AsyncFileLock
- size() - Method in interface io.vertx.core.file.FileProps
-
The size of the file, in bytes
- size() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
The size of the upload may not be available until it is all read.
- size() - Method in class io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool
- size() - Method in class io.vertx.core.json.JsonArray
-
Get the number of values in this JSON array
- size() - Method in class io.vertx.core.json.JsonObject
-
Get the number of entries in the JSON object
- size() - Method in interface io.vertx.core.MultiMap
-
Return the number of keys.
- size() - Method in interface io.vertx.core.shareddata.AsyncMap
-
Provide the number of entries in the map
- size() - Method in interface io.vertx.core.shareddata.LocalMap
-
Get the size of the map
- size() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
- size() - Method in interface io.vertx.ext.web.FileUpload
- size() - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Get the number of sessions in the store.
- size() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecords
- size() - Method in interface io.vertx.openapi.contract.SecurityRequirement
-
How many requirements are present
- size() - Method in class io.vertx.reactivex.core.file.AsyncFile
- size() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
- size() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
The size of the upload may not be available until it is all read.
- size() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Provide the number of entries in the map
- size() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Get the size of the map
- size() - Method in class io.vertx.reactivex.ext.web.FileUpload
- size() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Get the number of sessions in the store.
- size() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- size() - Method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
-
How many requirements are present
- size() - Method in class io.vertx.reactivex.sqlclient.Pool
- size() - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
Get the number of rows retrieved in the SqlResult.
- size() - Method in class io.vertx.reactivex.sqlclient.Tuple
- size() - Method in interface io.vertx.redis.client.Response
-
Get this size of this multi response.
- size() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- size() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
- size() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
-
The size of the upload may not be available until it is all read.
- size() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Provide the number of entries in the map
- size() - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
-
Get the size of the map
- size() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- size() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
-
Get the number of sessions in the store.
- size() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- size() - Method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
-
How many requirements are present
- size() - Method in class io.vertx.rxjava3.sqlclient.Pool
- size() - Method in class io.vertx.rxjava3.sqlclient.SqlResult
-
Get the number of rows retrieved in the SqlResult.
- size() - Method in class io.vertx.rxjava3.sqlclient.Tuple
- size() - Method in interface io.vertx.sqlclient.Pool
- size() - Method in interface io.vertx.sqlclient.SqlResult
-
Get the number of rows retrieved in the SqlResult.
- size() - Method in interface io.vertx.sqlclient.Tuple
- sizeBlocking() - Method in interface io.vertx.core.file.AsyncFile
-
Like
AsyncFile.size()
but blocking. - sizeBlocking() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Like
AsyncFile.size()
but blocking. - sizeBlocking() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Like
AsyncFile.size()
but blocking. - skipCompressionForMediaTypes(Set<String>) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Skip compression if the media type of the file to send is in the provided
mediaTypes
set. - skipCompressionForMediaTypes(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Skip compression if the media type of the file to send is in the provided
mediaTypes
set. - skipCompressionForMediaTypes(Set<String>) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Skip compression if the media type of the file to send is in the provided
mediaTypes
set. - skipCompressionForSuffixes(Set<String>) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Skip compression if the suffix of the file to send is in the provided
fileSuffixes
set. - skipCompressionForSuffixes(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Skip compression if the suffix of the file to send is in the provided
fileSuffixes
set. - skipCompressionForSuffixes(Set<String>) - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
-
Skip compression if the suffix of the file to send is in the provided
fileSuffixes
set. - slave() - Method in interface io.vertx.ext.shell.term.Pty
- slaveof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- slaveof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 5.0.0, replaced by:
REPLICAOF
- slaveof(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- SLAVEOF - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 5.0.0, replaced by:
REPLICAOF
- Sleep - Class in io.vertx.ext.shell.command.base
- Sleep() - Constructor for class io.vertx.ext.shell.command.base.Sleep
- slice() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a slice of this buffer.
- slice(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a slice of this buffer.
- SlimVaultClient - Class in io.vertx.config.vault.client
-
A very simple Vault client - does not intend to be complete.
- SlimVaultClient(Vertx, JsonObject) - Constructor for class io.vertx.config.vault.client.SlimVaultClient
-
Creates an instance of
SlimVaultClient
. - slowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for slow log commands.
- slowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for slow log commands.
- slowlog(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for slow log commands.
- SLOWLOG - Static variable in interface io.vertx.redis.client.Command
-
A container for slow log commands.
- smembers(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get all the members in a set.
- smembers(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the members in a set.
- smembers(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get all the members in a set.
- SMEMBERS - Static variable in interface io.vertx.redis.client.Command
-
Get all the members in a set.
- smismember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Returns the membership associated with the given elements for a set.
- smismember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the membership associated with the given elements for a set.
- smismember(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Returns the membership associated with the given elements for a set.
- SMISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Returns the membership associated with the given elements for a set.
- smove(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Move a member from one set to another.
- smove(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Move a member from one set to another.
- smove(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Move a member from one set to another.
- SMOVE - Static variable in interface io.vertx.redis.client.Command
-
Move a member from one set to another.
- SMTPException - Exception in io.vertx.ext.mail
-
This represents an Exception during communication with SMTP server.
- SMTPException(String, int, List<String>, boolean) - Constructor for exception io.vertx.ext.mail.SMTPException
-
Constructor of SMTPException.
- SMTPException.EnhancedStatus - Enum in io.vertx.ext.mail
-
The Enhanced Status codes.
- socket() - Method in interface io.vertx.ext.eventbus.bridge.tcp.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- socket() - Method in interface io.vertx.ext.web.handler.graphql.ws.Message
- socket() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- socket() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- socket() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- socket() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- socket() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- socket() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- socket() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- SOCKET_CLOSED - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a SockJS socket is closed.
- SOCKET_CREATED - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a new SockJS socket is created.
- SOCKET_ERROR - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when an underlying transport errors.
- SOCKET_IDLE - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when SockJS socket is on idle for longer period of time than configured.
- SOCKET_PING - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when the last ping timestamp is updated for the SockJS socket.
- SocketAddress - Interface in io.vertx.core.net
-
The address of a socket, an inet socket address or a domain socket address.
- socketHandler(Handler<SockJSSocket>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Set a SockJS socket handler.
- socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
Set a SockJS socket handler.
- socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
-
Set a SockJS socket handler.
- SockJSBridgeOptions - Class in io.vertx.ext.web.handler.sockjs
-
Options for configuring the event bus bridge.
- SockJSBridgeOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Default constructor
- SockJSBridgeOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Constructor from JSON
- SockJSBridgeOptions(SockJSBridgeOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Copy constructor
- SockJSBridgeOptionsConverter - Class in io.vertx.ext.web.handler.sockjs
-
Converter and mapper for
SockJSBridgeOptions
. - SockJSBridgeOptionsConverter() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptionsConverter
- SockJSHandler - Class in io.vertx.reactivex.ext.web.handler.sockjs
-
A handler that allows you to handle SockJS connections from clients.
- SockJSHandler - Class in io.vertx.rxjava3.ext.web.handler.sockjs
-
A handler that allows you to handle SockJS connections from clients.
- SockJSHandler - Interface in io.vertx.ext.web.handler.sockjs
-
A handler that allows you to handle SockJS connections from clients.
- SockJSHandler(SockJSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
- SockJSHandler(SockJSHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
- SockJSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
- SockJSHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
- SockJSHandlerOptions - Class in io.vertx.ext.web.handler.sockjs
-
Options for configuring a SockJS handler
- SockJSHandlerOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Default constructor.
- SockJSHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Constructor to create options from JSON.
- SockJSHandlerOptions(SockJSHandlerOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
Copy constructor.
- SockjsServiceProxyGeneratorLoader - Class in io.vertx.serviceproxy.sockjs.generator
- SockjsServiceProxyGeneratorLoader() - Constructor for class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyGeneratorLoader
- SockjsServiceProxyJSGenerator - Class in io.vertx.serviceproxy.sockjs.generator
- SockjsServiceProxyTSGenerator - Class in io.vertx.serviceproxy.sockjs.generator
- SockjsServiceProxyTSGenerator() - Constructor for class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyTSGenerator
- SockJSSocket - Class in io.vertx.reactivex.ext.web.handler.sockjs
-
You interact with SockJS clients through instances of SockJS socket.
- SockJSSocket - Class in io.vertx.rxjava3.ext.web.handler.sockjs
-
You interact with SockJS clients through instances of SockJS socket.
- SockJSSocket - Interface in io.vertx.ext.web.handler.sockjs
-
You interact with SockJS clients through instances of SockJS socket.
- SockJSSocket(SockJSSocket) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- SockJSSocket(SockJSSocket) - Constructor for class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- SockJSSocket(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- SockJSSocket(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- SockJSTermHandler - Interface in io.vertx.ext.shell.term
- SOCKS4 - io.vertx.core.net.ProxyType
-
SOCKS4/4a tcp proxy
- SOCKS5 - io.vertx.core.net.ProxyType
-
SOCSK5 tcp proxy
- SOFTWARE - Static variable in class io.vertx.launcher.application.ExitCodes
- sort(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- sort(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- sort(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- SORT - Static variable in interface io.vertx.redis.client.Command
-
Sort the elements in a list, set or sorted set.
- SORT_RO - Static variable in interface io.vertx.redis.client.Command
-
Sort the elements in a list, set or sorted set.
- sortRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- sortRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- sortRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- SoundcloudAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for SoundCloud.
- SoundcloudAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for SoundCloud.
- SoundcloudAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for SoundCloud. - SoundcloudAuth(SoundcloudAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
- SoundcloudAuth(SoundcloudAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
- SoundcloudAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
- SoundcloudAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
- source(SocketAddress) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- source(SocketAddress) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- source(SocketAddress) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- SPACE_DELIMITED - io.vertx.openapi.contract.Style
- span() - Method in class io.vertx.tracing.opentelemetry.Operation
- SpanKind - Enum in io.vertx.core.spi.tracing
- sparse(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
-
Should the index only references documents with the specified field
- specificDurationUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Use specific
TimeUnit
s for the duration of the metrics with these names. - specificRateUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Use specific
TimeUnit
s for the rate of the metrics with these names. - specifySchema(String) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a INIT_DB command to change the default schema of the connection.
- specifySchema(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a INIT_DB command to change the default schema of the connection.
- specifySchema(String) - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
-
Send a INIT_DB command to change the default schema of the connection.
- sphereVersion(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the 2dsphere index version number.
- spop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return one or multiple random members from a set.
- spop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return one or multiple random members from a set.
- spop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return one or multiple random members from a set.
- SPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return one or multiple random members from a set.
- SpringConfigServerStoreFactory - Class in io.vertx.config.spring
-
Factory to create instance of
SpringConfigServerStore
. - SpringConfigServerStoreFactory() - Constructor for class io.vertx.config.spring.SpringConfigServerStoreFactory
- spublish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Post a message to a shard channel.
- spublish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Post a message to a shard channel.
- spublish(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Post a message to a shard channel.
- SPUBLISH - Static variable in interface io.vertx.redis.client.Command
-
Post a message to a shard channel.
- SqlAuthentication - Class in io.vertx.reactivex.ext.auth.sqlclient
-
Factory interface for creating
AuthenticationProvider
instances that use the Vert.x SQL client. - SqlAuthentication - Class in io.vertx.rxjava3.ext.auth.sqlclient
-
Factory interface for creating
AuthenticationProvider
instances that use the Vert.x SQL client. - SqlAuthentication - Interface in io.vertx.ext.auth.sqlclient
-
Factory interface for creating
AuthenticationProvider
instances that use the Vert.x SQL client. - SqlAuthentication(SqlAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- SqlAuthentication(SqlAuthentication) - Constructor for class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
- SqlAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- SqlAuthentication(Object) - Constructor for class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
- SqlAuthenticationOptions - Class in io.vertx.ext.auth.sqlclient
-
Options configuring JDBC authentication.
- SqlAuthenticationOptions() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
- SqlAuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
- SqlAuthenticationOptionsConverter - Class in io.vertx.ext.auth.sqlclient
-
Converter and mapper for
SqlAuthenticationOptions
. - SqlAuthenticationOptionsConverter() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptionsConverter
- SqlAuthorization - Class in io.vertx.reactivex.ext.auth.sqlclient
-
Factory interface for creating instances that use the Vert.x SQL client.
- SqlAuthorization - Class in io.vertx.rxjava3.ext.auth.sqlclient
-
Factory interface for creating instances that use the Vert.x SQL client.
- SqlAuthorization - Interface in io.vertx.ext.auth.sqlclient
-
Factory interface for creating
AuthorizationProvider
instances that use the Vert.x SQL client. - SqlAuthorization(SqlAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
- SqlAuthorization(SqlAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
- SqlAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
- SqlAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
- SqlAuthorizationOptions - Class in io.vertx.ext.auth.sqlclient
-
Options configuring JDBC authentication.
- SqlAuthorizationOptions() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
- SqlAuthorizationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
- SqlAuthorizationOptionsConverter - Class in io.vertx.ext.auth.sqlclient
-
Converter and mapper for
SqlAuthorizationOptions
. - SqlAuthorizationOptionsConverter() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptionsConverter
- SqlClient - Class in io.vertx.reactivex.sqlclient
-
Defines common SQL client operations with a database server.
- SqlClient - Class in io.vertx.rxjava3.sqlclient
-
Defines common SQL client operations with a database server.
- SqlClient - Interface in io.vertx.sqlclient
-
Defines common SQL client operations with a database server.
- SqlClient(SqlClient) - Constructor for class io.vertx.reactivex.sqlclient.SqlClient
- SqlClient(SqlClient) - Constructor for class io.vertx.rxjava3.sqlclient.SqlClient
- SqlClient(Object) - Constructor for class io.vertx.reactivex.sqlclient.SqlClient
- SqlClient(Object) - Constructor for class io.vertx.rxjava3.sqlclient.SqlClient
- SqlConnection - Class in io.vertx.reactivex.sqlclient
-
A connection to the database server.
- SqlConnection - Class in io.vertx.rxjava3.sqlclient
-
A connection to the database server.
- SqlConnection - Interface in io.vertx.sqlclient
-
A connection to the database server.
- SqlConnection(SqlConnection) - Constructor for class io.vertx.reactivex.sqlclient.SqlConnection
- SqlConnection(SqlConnection) - Constructor for class io.vertx.rxjava3.sqlclient.SqlConnection
- SqlConnection(Object) - Constructor for class io.vertx.reactivex.sqlclient.SqlConnection
- SqlConnection(Object) - Constructor for class io.vertx.rxjava3.sqlclient.SqlConnection
- SqlConnectOptions - Class in io.vertx.sqlclient
-
Connect options for configuring
SqlConnection
orPool
. - SqlConnectOptions() - Constructor for class io.vertx.sqlclient.SqlConnectOptions
- SqlConnectOptions(JsonObject) - Constructor for class io.vertx.sqlclient.SqlConnectOptions
- SqlConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.sqlclient.SqlConnectOptions
- SqlConnectOptionsConverter - Class in io.vertx.sqlclient
-
Converter and mapper for
SqlConnectOptions
. - SqlConnectOptionsConverter() - Constructor for class io.vertx.sqlclient.SqlConnectOptionsConverter
- SqlOptions - Class in io.vertx.jdbcclient
-
Represents the options one can use to customize the unwrapped connection/statement/resultset types
- SqlOptions() - Constructor for class io.vertx.jdbcclient.SqlOptions
-
Default constructor
- SqlOptions(SqlOptions) - Constructor for class io.vertx.jdbcclient.SqlOptions
-
Copy constructor
- SqlOutParam - Class in io.vertx.reactivex.jdbcclient
-
Tag if a parameter is of type OUT or INOUT.
- SqlOutParam - Class in io.vertx.rxjava3.jdbcclient
-
Tag if a parameter is of type OUT or INOUT.
- SqlOutParam - Interface in io.vertx.jdbcclient
-
Tag if a parameter is of type OUT or INOUT.
- SqlOutParam(SqlOutParam) - Constructor for class io.vertx.reactivex.jdbcclient.SqlOutParam
- SqlOutParam(SqlOutParam) - Constructor for class io.vertx.rxjava3.jdbcclient.SqlOutParam
- SqlOutParam(Object) - Constructor for class io.vertx.reactivex.jdbcclient.SqlOutParam
- SqlOutParam(Object) - Constructor for class io.vertx.rxjava3.jdbcclient.SqlOutParam
- SqlResult<T> - Class in io.vertx.reactivex.sqlclient
-
An interface that represents the execution result of an operation on the database server.
- SqlResult<T> - Class in io.vertx.rxjava3.sqlclient
-
An interface that represents the execution result of an operation on the database server.
- SqlResult<T> - Interface in io.vertx.sqlclient
-
An interface that represents the execution result of an operation on the database server.
- SqlResult(SqlResult) - Constructor for class io.vertx.reactivex.sqlclient.SqlResult
- SqlResult(SqlResult) - Constructor for class io.vertx.rxjava3.sqlclient.SqlResult
- SqlResult(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.SqlResult
- SqlResult(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.sqlclient.SqlResult
- SqlTemplate<I,R> - Class in io.vertx.reactivex.sqlclient.templates
-
An SQL template.
- SqlTemplate<I,R> - Class in io.vertx.rxjava3.sqlclient.templates
-
An SQL template.
- SqlTemplate<I,R> - Interface in io.vertx.sqlclient.templates
-
An SQL template.
- SqlTemplate(SqlTemplate) - Constructor for class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- SqlTemplate(SqlTemplate) - Constructor for class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- SqlTemplate(Object, TypeArg<I>, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- SqlTemplate(Object, TypeArg<I>, TypeArg<R>) - Constructor for class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- SqlUserUtil - Class in io.vertx.reactivex.ext.auth.sqlclient
-
Utility to create users/roles/permissions.
- SqlUserUtil - Class in io.vertx.rxjava3.ext.auth.sqlclient
-
Utility to create users/roles/permissions.
- SqlUserUtil - Interface in io.vertx.ext.auth.sqlclient
-
Utility to create users/roles/permissions.
- SqlUserUtil(SqlUserUtil) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
- SqlUserUtil(SqlUserUtil) - Constructor for class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
- SqlUserUtil(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
- SqlUserUtil(Object) - Constructor for class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
- srandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get one or multiple random members from a set.
- srandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random members from a set.
- srandmember(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get one or multiple random members from a set.
- SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random members from a set.
- srem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove one or more members from a set.
- srem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove one or more members from a set.
- srem(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove one or more members from a set.
- SREM - Static variable in interface io.vertx.redis.client.Command
-
Remove one or more members from a set.
- SrvRecord - Interface in io.vertx.core.dns
-
Represent a Service-Record (SRV) which was resolved for a domain.
- SrvResolver - Interface in io.vertx.serviceresolver.srv
-
DNS Srv resolver.
- SrvResolverOptions - Class in io.vertx.serviceresolver.srv
- SrvResolverOptions() - Constructor for class io.vertx.serviceresolver.srv.SrvResolverOptions
- SrvResolverOptions(JsonObject) - Constructor for class io.vertx.serviceresolver.srv.SrvResolverOptions
- SrvResolverOptions(SrvResolverOptions) - Constructor for class io.vertx.serviceresolver.srv.SrvResolverOptions
- SrvResolverOptionsConverter - Class in io.vertx.serviceresolver.srv
-
Converter and mapper for
SrvResolverOptions
. - SrvResolverOptionsConverter() - Constructor for class io.vertx.serviceresolver.srv.SrvResolverOptionsConverter
- sscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Incrementally iterate Set elements.
- sscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate Set elements.
- sscan(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Incrementally iterate Set elements.
- SSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate Set elements.
- SSHTermOptions - Class in io.vertx.ext.shell.term
-
The SSH term configuration options.
- SSHTermOptions() - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
- SSHTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
- SSHTermOptions(SSHTermOptions) - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
- SSHTermOptionsConverter - Class in io.vertx.ext.shell.term
-
Converter and mapper for
SSHTermOptions
. - SSHTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.SSHTermOptionsConverter
- ssl() - Method in interface io.vertx.ext.web.client.HttpRequest
- ssl() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- ssl() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- ssl(Boolean) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request whether to use SSL.
- ssl(Boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request whether to use SSL.
- ssl(Boolean) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request whether to use SSL.
- sslContextFactory() - Method in class io.vertx.core.net.JdkSSLEngineOptions
- sslContextFactory() - Method in class io.vertx.core.net.OpenSSLEngineOptions
- sslContextFactory() - Method in class io.vertx.core.net.SSLEngineOptions
- SslContextFactory - Interface in io.vertx.core.spi.tls
-
A factory for a Netty
SslContext
, the factory is configured with the fluent setters untilSslContextFactory.create()
to obtain a properly configuredSslContext
. - SSLEngineOptions - Class in io.vertx.core.net
-
The SSL engine implementation to use in a Vert.x server or client.
- SSLEngineOptions() - Constructor for class io.vertx.core.net.SSLEngineOptions
- SSLEngineOptions(JsonObject) - Constructor for class io.vertx.core.net.SSLEngineOptions
- SSLEngineOptions(SSLEngineOptions) - Constructor for class io.vertx.core.net.SSLEngineOptions
- SslMode - Enum in io.vertx.mysqlclient
-
This parameter specifies the desired security state of the connection to the server.
- SslMode - Enum in io.vertx.pgclient
-
The different values for the sslmode parameter provide different levels of protection.
- SSLOptions - Class in io.vertx.core.net
-
Client/Server SSL options.
- SSLOptions() - Constructor for class io.vertx.core.net.SSLOptions
-
Default constructor
- SSLOptions(JsonObject) - Constructor for class io.vertx.core.net.SSLOptions
-
Create options from JSON
- SSLOptions(SSLOptions) - Constructor for class io.vertx.core.net.SSLOptions
-
Copy constructor
- SSLOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
SSLOptions
. - SSLOptionsConverter() - Constructor for class io.vertx.core.net.SSLOptionsConverter
- sslSession() - Method in interface io.vertx.core.http.HttpConnection
- sslSession() - Method in interface io.vertx.core.http.HttpServerRequest
- sslSession() - Method in interface io.vertx.core.http.ServerWebSocket
- sslSession() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- sslSession() - Method in interface io.vertx.core.http.WebSocketBase
- sslSession() - Method in interface io.vertx.core.net.NetSocket
- sslSession() - Method in interface io.vertx.ext.stomp.StompServerConnection
- sslSession() - Method in interface io.vertx.mqtt.MqttEndpoint
- sslSession() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- sslSession() - Method in class io.vertx.reactivex.core.http.HttpConnection
- sslSession() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- sslSession() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- sslSession() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- sslSession() - Method in class io.vertx.reactivex.core.http.WebSocket
- sslSession() - Method in class io.vertx.reactivex.core.net.NetSocket
- sslSession() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
- sslSession() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- sslSession() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- sslSession() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- sslSession() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- sslSession() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- sslSession() - Method in class io.vertx.rxjava3.core.http.WebSocket
- sslSession() - Method in class io.vertx.rxjava3.core.net.NetSocket
- sslSession() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- ssubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Listen for messages published to the given shard channels.
- ssubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to the given shard channels.
- ssubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Listen for messages published to the given shard channels.
- SSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to the given shard channels.
- stackStats() - Method in class io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool
- stackTrace() - Method in interface io.vertx.ext.unit.report.Failure
- stackTrace() - Method in class io.vertx.reactivex.ext.unit.report.Failure
- stackTrace() - Method in class io.vertx.rxjava3.ext.unit.report.Failure
- STANDALONE - io.vertx.redis.client.RedisClientType
-
The client should work in single server mode (the default).
- start() - Method in interface io.vertx.camel.CamelBridge
-
Starts the bridge.
- start() - Method in class io.vertx.core.AbstractVerticle
-
If your verticle does a simple, synchronous start-up then override this method and put your start-up code in here.
- start() - Method in class io.vertx.core.VerticleBase
-
Start the verticle.
- start() - Method in interface io.vertx.ext.consul.Watch
-
Start this
Watch
- start() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
-
Starts the reporter.
- start() - Method in interface io.vertx.ext.shell.ShellService
-
Start the shell service, this is an asynchronous start.
- start() - Method in class io.vertx.grpc.VertxServer
- start() - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Start the rabbitMQ client.
- start() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
-
Start the rabbitMQ publisher.
- start() - Method in class io.vertx.reactivex.ext.consul.Watch
-
Start this
Watch
- start() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Start the rabbitMQ client.
- start() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Start the rabbitMQ publisher.
- start() - Method in class io.vertx.rxjava3.ext.consul.Watch
-
Start this
Watch
- start() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Start the rabbitMQ client.
- start() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Start the rabbitMQ publisher.
- start(long, TimeUnit, BiConsumer<String, Object>) - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
- start(Completable<Void>) - Method in class io.vertx.grpc.VertxServer
- start(Promise<Void>) - Method in class io.vertx.core.AbstractVerticle
-
Start the verticle.
- start(Promise<Void>) - Method in interface io.vertx.core.Verticle
-
Start the verticle instance.
- start(Promise<Void>) - Method in class io.vertx.ext.shell.ShellVerticle
- start(Promise<Void>) - Method in class io.vertx.lang.groovy.ScriptVerticle
-
Start the verticle instance.
- start(Promise<Void>) - Method in class io.vertx.reactivex.core.AbstractVerticle
- start(Promise<Void>) - Method in class io.vertx.rxjava3.core.AbstractVerticle
- start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.servicediscovery.consul.ConsulServiceImporter
- start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
- start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
- start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceImporter
-
Starts the importer.
- start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.servicediscovery.zookeeper.ZookeeperServiceImporter
- start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
-
Starts the importer.
- start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
-
Starts the importer.
- START_ARRAY - io.vertx.core.parsetools.JsonEventType
-
Signals the start of a JSON array.
- START_OBJECT - io.vertx.core.parsetools.JsonEventType
-
Signals the start of a JSON object.
- StartTLSOptions - Enum in io.vertx.ext.mail
-
possible options for a secure connection using TLS
either DISABLED, OPTIONAL or REQUIRED - state() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
- state() - Method in exception io.vertx.mssqlclient.MSSQLException
- state() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- state() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- stateChanged(LifecycleEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
- STATIC - io.vertx.redis.client.RedisTopology
-
Redis topology is configured statically.
- StaticHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler for serving static resources from the file system or classpath.
- StaticHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler for serving static resources from the file system or classpath.
- StaticHandler - Interface in io.vertx.ext.web.handler
-
A handler for serving static resources from the file system or classpath.
- StaticHandler(StaticHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.StaticHandler
- StaticHandler(StaticHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.StaticHandler
- StaticHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.StaticHandler
- StaticHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.StaticHandler
- status - Variable in enum io.vertx.grpc.common.GrpcError
- status() - Method in interface io.vertx.ext.shell.system.Job
- status() - Method in interface io.vertx.ext.shell.system.Process
- status() - Method in interface io.vertx.grpc.client.GrpcClientResponse
- status() - Method in exception io.vertx.grpc.common.GrpcErrorException
- status() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- status() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- status(int) - Static method in interface io.vertx.core.http.HttpResponseExpectation
-
Creates an expectation asserting that the status response code is equal to
statusCode
. - status(int) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- status(int) - Static method in class io.vertx.reactivex.core.http.HttpResponseExpectation
-
Creates an expectation asserting that the status response code is equal to
statusCode
. - status(int) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- status(int) - Static method in class io.vertx.rxjava3.core.http.HttpResponseExpectation
-
Creates an expectation asserting that the status response code is equal to
statusCode
. - status(int) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- status(int, int) - Static method in interface io.vertx.core.http.HttpResponseExpectation
- status(int, int) - Static method in class io.vertx.reactivex.core.http.HttpResponseExpectation
-
Creates an expectation asserting that the status response code is between to
min
(inclusive) andmax
(exclusive). - status(int, int) - Static method in class io.vertx.rxjava3.core.http.HttpResponseExpectation
-
Creates an expectation asserting that the status response code is between to
min
(inclusive) andmax
(exclusive). - status(GrpcStatus) - Method in interface io.vertx.grpc.server.GrpcServerResponse
-
Set the grpc status response
- status(GrpcStatus) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
Set the grpc status response
- status(GrpcStatus) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
Set the grpc status response
- Status - Class in io.vertx.ext.healthchecks
-
Represents the outcome of a health check procedure.
- Status - Enum in io.vertx.servicediscovery
-
Service publication status.
- Status() - Constructor for class io.vertx.ext.healthchecks.Status
-
Creates a new instance of
Status
with default values. - Status(JsonObject) - Constructor for class io.vertx.ext.healthchecks.Status
-
Creates a new instance of
Status
from the given JSON structure. - Status(Status) - Constructor for class io.vertx.ext.healthchecks.Status
- statusCode() - Method in interface io.vertx.core.http.HttpResponseHead
- statusCode() - Method in interface io.vertx.core.spi.observability.HttpResponse
- statusCode() - Method in interface io.vertx.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int)
then this will return that status code. - statusCode() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- statusCode() - Method in interface io.vertx.reactivex.core.http.HttpResponseHead
- statusCode() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- statusCode() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int)
then this will return that status code. - statusCode() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- statusCode() - Method in interface io.vertx.rxjava3.core.http.HttpResponseHead
- statusCode() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- statusCode() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int)
then this will return that status code. - StatusConverter - Class in io.vertx.ext.healthchecks
-
Converter and mapper for
Status
. - StatusConverter() - Constructor for class io.vertx.ext.healthchecks.StatusConverter
- statusMessage() - Method in interface io.vertx.core.http.HttpResponseHead
- statusMessage() - Method in interface io.vertx.grpc.client.GrpcClientResponse
- statusMessage() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- statusMessage() - Method in interface io.vertx.reactivex.core.http.HttpResponseHead
- statusMessage() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- statusMessage() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- statusMessage() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- statusMessage() - Method in interface io.vertx.rxjava3.core.http.HttpResponseHead
- statusMessage() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- statusMessage() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- statusMessage(String) - Method in interface io.vertx.grpc.server.GrpcServerResponse
-
Set the grpc status response message
- statusMessage(String) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
Set the grpc status response message
- statusMessage(String) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
Set the grpc status response message
- statusUpdateHandler(Handler<ExecStatus>) - Method in interface io.vertx.ext.shell.system.Job
-
Set an handler called when the job terminates.
- stdinHandler(Handler<String>) - Method in interface io.vertx.ext.shell.command.CommandProcess
- stdinHandler(Handler<String>) - Method in interface io.vertx.ext.shell.term.Term
- stdinHandler(Handler<String>) - Method in interface io.vertx.ext.shell.term.Tty
-
Set a stream handler on the standard input to read the data.
- stdoutHandler(Handler<String>) - Method in interface io.vertx.ext.shell.term.Pty
-
Set the standard out handler of the pseudo terminal.
- STOMP - io.vertx.ext.stomp.Command
- STOMP_FRAME_COMMAND - Static variable in class io.vertx.ext.stomp.Frame
-
Header used when a frame using an unknown command is received.
- StompClient - Class in io.vertx.reactivex.ext.stomp
-
Defines a STOMP client.
- StompClient - Class in io.vertx.rxjava3.ext.stomp
-
Defines a STOMP client.
- StompClient - Interface in io.vertx.ext.stomp
-
Defines a STOMP client.
- StompClient(StompClient) - Constructor for class io.vertx.reactivex.ext.stomp.StompClient
- StompClient(StompClient) - Constructor for class io.vertx.rxjava3.ext.stomp.StompClient
- StompClient(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompClient
- StompClient(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.StompClient
- StompClientConnection - Class in io.vertx.reactivex.ext.stomp
-
Once a connection to the STOMP server has been made, client receives a
StompClientConnection
, that let send and receive STOMP frames. - StompClientConnection - Class in io.vertx.rxjava3.ext.stomp
-
Once a connection to the STOMP server has been made, client receives a
StompClientConnection
, that let send and receive STOMP frames. - StompClientConnection - Interface in io.vertx.ext.stomp
-
Once a connection to the STOMP server has been made, client receives a
StompClientConnection
, that let send and receive STOMP frames. - StompClientConnection(StompClientConnection) - Constructor for class io.vertx.reactivex.ext.stomp.StompClientConnection
- StompClientConnection(StompClientConnection) - Constructor for class io.vertx.rxjava3.ext.stomp.StompClientConnection
- StompClientConnection(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompClientConnection
- StompClientConnection(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.StompClientConnection
- StompClientOptions - Class in io.vertx.ext.stomp
-
Options used to configure a STOMP client.
- StompClientOptions() - Constructor for class io.vertx.ext.stomp.StompClientOptions
-
Default constructor.
- StompClientOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.StompClientOptions
-
Creates an instance from a
JsonObject
. - StompClientOptions(StompClientOptions) - Constructor for class io.vertx.ext.stomp.StompClientOptions
-
Copy constructor.
- StompClientOptionsConverter - Class in io.vertx.ext.stomp
-
Converter and mapper for
StompClientOptions
. - StompClientOptionsConverter() - Constructor for class io.vertx.ext.stomp.StompClientOptionsConverter
- stompHandler() - Method in interface io.vertx.ext.stomp.StompServer
- stompHandler() - Method in class io.vertx.reactivex.ext.stomp.StompServer
- stompHandler() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
- stompHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a
STOMP
frame is received. - stompHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a
STOMP
frame is received. - stompHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
STOMP
frame is received. - StompOptions - Interface in io.vertx.ext.stomp
-
Defines a couples of constants shared by client and server options.
- StompServer - Class in io.vertx.reactivex.ext.stomp
-
Defines a STOMP server.
- StompServer - Class in io.vertx.rxjava3.ext.stomp
-
Defines a STOMP server.
- StompServer - Interface in io.vertx.ext.stomp
-
Defines a STOMP server.
- StompServer(StompServer) - Constructor for class io.vertx.reactivex.ext.stomp.StompServer
- StompServer(StompServer) - Constructor for class io.vertx.rxjava3.ext.stomp.StompServer
- StompServer(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServer
- StompServer(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.StompServer
- StompServerConnection - Class in io.vertx.reactivex.ext.stomp
-
Class representing a connection between a STOMP client a the server.
- StompServerConnection - Class in io.vertx.rxjava3.ext.stomp
-
Class representing a connection between a STOMP client a the server.
- StompServerConnection - Interface in io.vertx.ext.stomp
-
Class representing a connection between a STOMP client a the server.
- StompServerConnection(StompServerConnection) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerConnection
- StompServerConnection(StompServerConnection) - Constructor for class io.vertx.rxjava3.ext.stomp.StompServerConnection
- StompServerConnection(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerConnection
- StompServerConnection(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.StompServerConnection
- StompServerHandler - Class in io.vertx.reactivex.ext.stomp
-
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
- StompServerHandler - Class in io.vertx.rxjava3.ext.stomp
-
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
- StompServerHandler - Interface in io.vertx.ext.stomp
-
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
- StompServerHandler(StompServerHandler) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerHandler
- StompServerHandler(StompServerHandler) - Constructor for class io.vertx.rxjava3.ext.stomp.StompServerHandler
- StompServerHandler(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerHandler
- StompServerHandler(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.StompServerHandler
- StompServerOptions - Class in io.vertx.ext.stomp
-
STOMP Server options.
- StompServerOptions() - Constructor for class io.vertx.ext.stomp.StompServerOptions
-
Default constructor.
- StompServerOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.StompServerOptions
-
Create an instance from a
JsonObject
. - StompServerOptions(StompServerOptions) - Constructor for class io.vertx.ext.stomp.StompServerOptions
-
Copy constructor.
- StompServerOptionsConverter - Class in io.vertx.ext.stomp
-
Converter and mapper for
StompServerOptions
. - StompServerOptionsConverter() - Constructor for class io.vertx.ext.stomp.StompServerOptionsConverter
- stop() - Method in interface io.vertx.camel.CamelBridge
-
Stops the bridge.
- stop() - Method in class io.vertx.core.AbstractVerticle
-
If your verticle has simple synchronous clean-up tasks to complete then override this method and put your clean-up code in here.
- stop() - Method in class io.vertx.core.VerticleBase
-
Stop the verticle.
- stop() - Method in interface io.vertx.ext.consul.Watch
-
Stop the watch and release its resources
- stop() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
-
Stops the reporter.
- stop() - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
- stop() - Method in interface io.vertx.ext.shell.ShellService
-
Stop the shell service, this is an asynchronous stop.
- stop() - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Stop the rabbitMQ client.
- stop() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
-
Stop the rabbitMQ publisher.
- stop() - Method in class io.vertx.reactivex.ext.consul.Watch
-
Stop the watch and release its resources
- stop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Stop the rabbitMQ client.
- stop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
-
Stop the rabbitMQ publisher.
- stop() - Method in class io.vertx.rxjava3.ext.consul.Watch
-
Stop the watch and release its resources
- stop() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Stop the rabbitMQ client.
- stop() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
-
Stop the rabbitMQ publisher.
- stop(Promise<Void>) - Method in class io.vertx.core.AbstractVerticle
-
Stop the verticle.
- stop(Promise<Void>) - Method in interface io.vertx.core.Verticle
-
Stop the verticle instance.
- stop(Promise<Void>) - Method in class io.vertx.lang.groovy.ScriptVerticle
-
Stop the verticle instance.
- stop(Promise<Void>) - Method in class io.vertx.reactivex.core.AbstractVerticle
- stop(Promise<Void>) - Method in class io.vertx.rxjava3.core.AbstractVerticle
- stop(String) - Static method in class io.vertx.micrometer.backends.BackendRegistries
-
Stop (unregister) the backend registry of the given name.
- STOPPED - io.vertx.ext.shell.system.ExecStatus
-
The job is stopped, it can be running or terminated.
- storageEngine(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the storage engine options document for this index.
- store(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
- store(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Stores a record.
- storeCredential(Authenticator) - Method in interface io.vertx.ext.auth.webauthn4j.CredentialStorage
-
Persists a new credential, bound by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - storeCredential(Authenticator) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
-
Persists a new credential, bound by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - storeCredential(Authenticator) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
-
Persists a new credential, bound by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - stream() - Method in class io.vertx.core.json.JsonArray
-
Get a Stream over the entries in the JSON array.
- stream() - Method in class io.vertx.core.json.JsonObject
-
Get a Stream over the entries in the JSON object.
- stream() - Method in interface io.vertx.ext.web.codec.BodyCodec
-
Create the
BodyStream
. - stream() - Method in interface io.vertx.httpproxy.Body
-
Get stream of the
Body
. - stream() - Method in interface io.vertx.redis.client.Response
-
Return a stream of responses based on the iterable of this object.
- stream() - Method in class io.vertx.rxjava3.httpproxy.Body
-
Get stream of the
Body
. - stream(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. - stream(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. - stream(Function<Buffer, T>) - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
-
Create a codec that buffers the entire body and then apply the
decode
function and returns the result. - StreamBase - Interface in io.vertx.core.streams
-
Base interface for a stream.
- StreamBase - Interface in io.vertx.reactivex.core.streams
-
Base interface for a stream.
- StreamBase - Interface in io.vertx.rxjava3.core.streams
-
Base interface for a stream.
- streamId() - Method in interface io.vertx.core.http.HttpClientRequest
- streamId() - Method in interface io.vertx.core.http.HttpServerRequest
- streamId() - Method in interface io.vertx.core.http.HttpServerResponse
- streamId() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- streamId() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- streamId() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- streamId() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- streamId() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- streamId() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- streamObserver() - Method in class io.vertx.grpc.stub.GrpcWriteStream
-
Low level control of the observer for advanced use cases.
- streamPriority() - Method in interface io.vertx.core.http.HttpServerRequest
- streamPriority() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- streamPriority() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- StreamPriority - Class in io.vertx.core.http
-
This class represents HTTP/2 stream priority defined in RFC 7540 clause 5.3
- StreamPriority() - Constructor for class io.vertx.core.http.StreamPriority
- StreamPriority(StreamPriority) - Constructor for class io.vertx.core.http.StreamPriority
- StreamPriority(JsonObject) - Constructor for class io.vertx.core.http.StreamPriority
- streamPriorityHandler(Handler<StreamPriority>) - Method in interface io.vertx.core.http.HttpClientResponse
-
Set an handler for stream priority changes.
- streamPriorityHandler(Handler<StreamPriority>) - Method in interface io.vertx.core.http.HttpServerRequest
-
Set an handler for stream priority changes
- streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Set an handler for stream priority changes.
- streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Set an handler for stream priority changes
- streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
-
Set an handler for stream priority changes.
- streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Set an handler for stream priority changes
- StreamResetException - Exception in io.vertx.core.http
-
This exception signals a stream reset, it is used only for HTTP/2.
- StreamResetException(long) - Constructor for exception io.vertx.core.http.StreamResetException
- StreamResetException(long, Throwable) - Constructor for exception io.vertx.core.http.StreamResetException
- streamToBuffer(InputStream, Class<?>) - Method in class io.vertx.jdbcclient.spi.JDBCDecoderImpl
- streamToFileSystem(String) - Method in interface io.vertx.core.http.HttpServerFileUpload
-
Stream the content of this upload to the given file on storage.
- streamToFileSystem(String) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
Stream the content of this upload to the given file on storage.
- streamToFileSystem(String) - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
-
Stream the content of this upload to the given file on storage.
- STRICT - io.vertx.core.http.CookieSameSite
-
The browser will only send cookies for same-site requests (requests originating from the site that set the cookie).
- strictAsync(int) - Method in interface io.vertx.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- strictAsync(int) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- strictAsync(int) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- strictCountingCheckpoint(Consumer<Checkpoint>, Consumer<Throwable>, int) - Static method in class io.vertx.junit5.CountingCheckpoint
- string() - Static method in interface io.vertx.ext.web.codec.BodyCodec
- string() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- string() - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- string(String) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A codec for strings using a specific
encoding
. - string(String) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
-
A codec for strings using a specific
encoding
. - string(String) - Static method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
-
A codec for strings using a specific
encoding
. - String - Static variable in class io.vertx.sqlclient.data.NullValue
- STRING - io.vertx.ext.shell.command.base.ObjectType
- STRING - io.vertx.json.schema.common.dsl.SchemaType
- StringFormat - Enum in io.vertx.json.schema.common.dsl
- StringKeyword - Class in io.vertx.json.schema.common.dsl
- StringKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.StringKeyword
- stringSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- StringSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- StringSchemaBuilder() - Constructor for class io.vertx.json.schema.common.dsl.StringSchemaBuilder
- stringValue() - Method in interface io.vertx.core.parsetools.JsonEvent
- StripeAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Stripe.
- StripeAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Stripe.
- StripeAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Stripe. - StripeAuth(StripeAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
- StripeAuth(StripeAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
- StripeAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
- StripeAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
- StripedLockFreePool(int) - Constructor for class io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool
- strlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the length of the value stored in a key.
- strlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of the value stored in a key.
- strlen(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the length of the value stored in a key.
- STRLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the length of the value stored in a key.
- Style - Enum in io.vertx.openapi.contract
- StyledParameterProcessorFactory - Class in io.vertx.reactivex.ext.web.validation.builder
-
This interface is used to build complex parameter processors supported only in cookie & query.
- StyledParameterProcessorFactory - Class in io.vertx.rxjava3.ext.web.validation.builder
-
This interface is used to build complex parameter processors supported only in cookie & query.
- StyledParameterProcessorFactory - Interface in io.vertx.ext.web.validation.builder
-
This interface is used to build complex parameter processors supported only in cookie & query.
- StyledParameterProcessorFactory(StyledParameterProcessorFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- StyledParameterProcessorFactory(StyledParameterProcessorFactory) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- StyledParameterProcessorFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- StyledParameterProcessorFactory(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- subComponent() - Method in interface io.vertx.ext.web.MIMEHeader
-
Gets the parsed subcomponent part of the MIME.
- subComponent() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Gets the parsed subcomponent part of the MIME.
- subComponent() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
Gets the parsed subcomponent part of the MIME.
- subject() - Method in interface io.vertx.amqp.AmqpMessage
- subject() - Method in interface io.vertx.ext.auth.User
-
The user subject.
- subject() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- subject() - Method in class io.vertx.reactivex.ext.auth.User
-
The user subject.
- subject() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- subject() - Method in class io.vertx.rxjava3.ext.auth.User
-
The user subject.
- subject(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- subject(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- subject(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- subProtocol() - Method in interface io.vertx.core.http.WebSocketBase
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subProtocol() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subProtocol() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subProtocol() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subProtocol() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subProtocol() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subProtocol() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subProtocol() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subProtocol() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Returns the WebSocket sub protocol selected by the WebSocket handshake.
- subRouter(Router) - Method in interface io.vertx.ext.web.Route
-
Use a (sub)
Router
as a handler. - subRouter(Router) - Method in class io.vertx.reactivex.ext.web.Route
-
Use a (sub)
Router
as a handler. - subRouter(Router) - Method in class io.vertx.rxjava3.ext.web.Route
-
Use a (sub)
Router
as a handler. - subscribe(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Handles a subscription request to the current
Destination
. - subscribe(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Handles a subscription request to the current
Destination
. - subscribe(StompServerConnection, Frame) - Method in class io.vertx.rxjava3.ext.stomp.Destination
-
Handles a subscription request to the current
Destination
. - subscribe(String) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given topic to get dynamically assigned partitions.
- subscribe(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given topic to get dynamically assigned partitions.
- subscribe(String) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given topic to get dynamically assigned partitions.
- subscribe(String, int) - Method in interface io.vertx.mqtt.MqttClient
-
Subscribes to the topic with a specified QoS level
- subscribe(String, int) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Subscribes to the topic with a specified QoS level
- subscribe(String, int) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Subscribes to the topic with a specified QoS level
- subscribe(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Subscribes to the given destination.
- subscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Listen for messages published to the given channels.
- subscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to the given channels.
- subscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Listen for messages published to the given channels.
- subscribe(Map<String, Integer>) - Method in interface io.vertx.mqtt.MqttClient
-
Subscribes to the topics with related QoS levels
- subscribe(Map<String, Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Subscribes to the topics with related QoS levels
- subscribe(Map<String, Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Subscribes to the topics with related QoS levels
- subscribe(Pattern) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
- subscribe(Pattern) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
- subscribe(Pattern) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
- subscribe(Pattern) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
- subscribe(Set<String>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given list of topics to get dynamically assigned partitions.
- subscribe(Set<String>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Subscribe to the given list of topics to get dynamically assigned partitions.
- subscribe(Set<String>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given list of topics to get dynamically assigned partitions.
- subscribe(Set<String>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Subscribe to the given list of topics to get dynamically assigned partitions.
- SUBSCRIBE - io.vertx.ext.stomp.Command
- SUBSCRIBE - io.vertx.ext.web.handler.graphql.ws.MessageType
- SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to the given channels.
- subscribeAcknowledge(int, List<MqttQoS>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the SUBACK message to the remote MQTT client
- subscribeAcknowledge(int, List<MqttQoS>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the SUBACK message to the remote MQTT client
- subscribeAcknowledge(int, List<MqttQoS>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the SUBACK message to the remote MQTT client
- subscribeAcknowledge(int, List<MqttSubAckReasonCode>, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the SUBACK message to the remote MQTT client
- subscribeAcknowledge(int, List<MqttSubAckReasonCode>, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the SUBACK message to the remote MQTT client
- subscribeAcknowledge(int, List<MqttSubAckReasonCode>, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the SUBACK message to the remote MQTT client
- subscribeCompletionHandler(Handler<MqttSubAckMessage>) - Method in interface io.vertx.mqtt.MqttClient
-
Sets handler which will be called after SUBACK packet receiving
- subscribeCompletionHandler(Handler<MqttSubAckMessage>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sets handler which will be called after SUBACK packet receiving
- subscribeCompletionHandler(Handler<MqttSubAckMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sets handler which will be called after SUBACK packet receiving
- subscribeHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a
SUBSCRIBE
frame is received. - subscribeHandler(Handler<MqttSubscribeMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set a subscribe handler on the MQTT endpoint.
- subscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a
SUBSCRIBE
frame is received. - subscribeHandler(Handler<MqttSubscribeMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set a subscribe handler on the MQTT endpoint.
- subscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
SUBSCRIBE
frame is received. - subscribeHandler(Handler<MqttSubscribeMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set a subscribe handler on the MQTT endpoint.
- subscribeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
-
Set an handler called when the the channel get subscribed.
- subscribeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
Set an handler called when the the channel get subscribed.
- subscribeHandler(Handler<Void>) - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
-
Set an handler called when the the channel get subscribed.
- subscriber(Vertx, PgConnectOptions) - Static method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Create a subscriber.
- subscriber(Vertx, PgConnectOptions) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Create a subscriber.
- subscriber(Vertx, PgConnectOptions) - Static method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
-
Create a subscriber.
- subscription() - Method in interface io.vertx.ext.stomp.Acknowledgement
- subscription() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the current subscription.
- subscription() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the current subscription.
- subscription() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
- subscription() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the current subscription.
- subscription() - Method in class io.vertx.rxjava3.ext.stomp.Acknowledgement
- subscription() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Get the current subscription.
- SUBSCRIPTION - Static variable in class io.vertx.ext.stomp.Frame
- SUBSCRIPTION_IDENTIFIERS_NOT_SUPPORTED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- SUBSCRIPTION_IDENTIFIERS_NOT_SUPPORTED - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- subscriptionAutoAck(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Enable/disable subscription/unsubscription requests auto acknowledge
- subscriptionAutoAck(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Enable/disable subscription/unsubscription requests auto acknowledge
- subscriptionAutoAck(boolean) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Enable/disable subscription/unsubscription requests auto acknowledge
- subscriptionOption() - Method in interface io.vertx.mqtt.MqttTopicSubscription
-
Subscription option
- subscriptionOption() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
-
Subscription option
- subscriptionOption() - Method in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
-
Subscription option
- substr(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- substr(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 2.0.0, replaced by:
GETRANGE
- substr(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- SUBSTR - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 2.0.0, replaced by:
GETRANGE
- subtag() - Method in interface io.vertx.ext.web.LanguageHeader
- subtag() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
The subtag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to - subtag() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
The subtag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to - subtag(int) - Method in interface io.vertx.ext.web.LanguageHeader
-
A subtag of this language header.
+ info: rfc7231#section-3.1.3.1 - subtag(int) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
A subtag of this language header.
+ info: rfc7231#section-3.1.3.1 - subtag(int) - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
A subtag of this language header.
+ info: rfc7231#section-3.1.3.1 - subtagCount() - Method in interface io.vertx.ext.web.LanguageHeader
- subtagCount() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
- subtagCount() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
- succeed() - Method in interface io.vertx.core.Completable
-
Shortcut for
succeed(null)
- succeed() - Method in interface io.vertx.core.Promise
- succeed() - Method in class io.vertx.reactivex.core.Promise
- succeed() - Method in class io.vertx.rxjava3.core.Promise
- succeed(Boolean) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- succeed(Boolean) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- succeed(Boolean) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- succeed(Boolean) - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- succeed(Boolean) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- succeed(Boolean) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- succeed(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- succeed(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- succeed(T) - Method in interface io.vertx.core.Completable
-
Set the result.
- succeed(T) - Method in interface io.vertx.core.Promise
- succeed(T) - Method in class io.vertx.reactivex.core.Promise
- succeed(T) - Method in class io.vertx.rxjava3.core.Promise
- succeeded() - Method in interface io.vertx.core.AsyncResult
-
Did it succeed?
- succeeded() - Method in interface io.vertx.core.Future
-
Did it succeed?
- succeeded() - Method in interface io.vertx.ext.consul.WatchResult
-
Did it succeed?
- succeeded() - Method in interface io.vertx.ext.unit.report.TestResult
-
Did it succeed?
- succeeded() - Method in interface io.vertx.ext.web.validation.RequestPredicateResult
-
Predicate succeeded
- succeeded() - Method in class io.vertx.reactivex.ext.consul.WatchResult
-
Did it succeed?
- succeeded() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
-
Did it succeed?
- succeeded() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
-
Predicate succeeded
- succeeded() - Method in class io.vertx.rxjava3.ext.consul.WatchResult
-
Did it succeed?
- succeeded() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
-
Did it succeed?
- succeeded() - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
-
Predicate succeeded
- succeeded(int) - Method in interface io.vertx.core.CompositeFuture
-
Returns true if a wrapped future is succeeded
- succeededFuture() - Static method in interface io.vertx.core.Future
-
Create a succeeded future with a null result
- succeededFuture(T) - Static method in interface io.vertx.core.Future
-
Created a succeeded future with the specified result.
- succeeding(Handler<T>) - Method in class io.vertx.junit5.VertxTestContext
-
Create an asynchronous result handler that expects a success, and passes the value to another handler.
- succeedingThenComplete() - Method in class io.vertx.junit5.VertxTestContext
-
Create an asynchronous result handler that expects a success to then complete the test context.
- success() - Static method in interface io.vertx.ext.web.validation.RequestPredicateResult
- success() - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- success() - Static method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- SUCCESS - io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode
- SUCCESS - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- SUCCESS - io.vertx.mqtt.messages.codes.MqttPubCompReasonCode
- SUCCESS - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- SUCCESS - io.vertx.mqtt.messages.codes.MqttPubRelReasonCode
- SUCCESS - io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
- Summary - Annotation Type in io.vertx.core.cli.annotations
-
Annotates a
CLI
with summary. - sunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add multiple sets.
- sunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sets.
- sunion(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add multiple sets.
- SUNION - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sets.
- sunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add multiple sets and store the resulting set in a key.
- sunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sets and store the resulting set in a key.
- sunionstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add multiple sets and store the resulting set in a key.
- SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sets and store the resulting set in a key.
- sunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Stop listening for messages posted to the given shard channels.
- sunsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Stop listening for messages posted to the given shard channels.
- sunsubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Stop listening for messages posted to the given shard channels.
- SUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Stop listening for messages posted to the given shard channels.
- SUPPORTED_MEDIA_TYPES - Static variable in interface io.vertx.openapi.contract.MediaType
- SUPPORTED_MEDIA_TYPES - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- SUPPORTED_MEDIA_TYPES - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- supportFileRegion() - Method in interface io.vertx.core.spi.transport.Transport
- supportsDomainSockets() - Method in interface io.vertx.core.spi.transport.Transport
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
- suspend() - Method in interface io.vertx.ext.shell.system.Job
-
Resume the job.
- suspend() - Method in interface io.vertx.ext.shell.system.Process
-
Resume the process.
- suspend(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
-
Resume the process.
- suspendHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
Set a suspend handler, this handler is called when the command is suspended, for instance user press
Ctrl-Z
. - suspendHandler(SignalHandler) - Method in interface io.vertx.ext.shell.term.Term
-
Set a suspend signal handler on the term.
- swapdb(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Swaps two Redis databases.
- swapdb(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Swaps two Redis databases.
- swapdb(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Swaps two Redis databases.
- SWAPDB - Static variable in interface io.vertx.redis.client.Command
-
Swaps two Redis databases.
- symlink(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Create a symbolic link on the file system from
link
toexisting
, asynchronously. - symlink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Create a symbolic link on the file system from
link
toexisting
, asynchronously. - symlink(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Create a symbolic link on the file system from
link
toexisting
, asynchronously. - symlinkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.link(String, String)
- symlinkBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.link(java.lang.String, java.lang.String)
- symlinkBlocking(String, String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.link(java.lang.String, java.lang.String)
- sync() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Internal command used for replication.
- sync() - Method in interface io.vertx.redis.client.RedisAPI
-
Internal command used for replication.
- sync() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Internal command used for replication.
- SYNC - Static variable in interface io.vertx.redis.client.Command
-
Internal command used for replication.
- SYSTEM_PROPERTY_NAME - Static variable in interface io.vertx.ext.web.common.WebEnvironment
- SYSTEM_PROPERTY_NAME - Static variable in class io.vertx.reactivex.ext.web.common.WebEnvironment
- SYSTEM_PROPERTY_NAME - Static variable in class io.vertx.rxjava3.ext.web.common.WebEnvironment
- systemCodecID() - Method in interface io.vertx.core.eventbus.MessageCodec
-
Used to identify system codecs.
- systemCodecID() - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
- systemProperties - Variable in class io.vertx.core.spi.launcher.DefaultCommand
T
- tag() - Method in interface io.vertx.ext.web.LanguageHeader
- tag() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
The tag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to - tag() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
The tag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to - TagExtractor<T> - Interface in io.vertx.core.spi.tracing
-
This provides an utility for extracting request/response tags, potentially allocation-free.
- target() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the name of the host for the service.
- TcpEventBusBridge - Class in io.vertx.reactivex.ext.eventbus.bridge.tcp
-
TCP EventBus bridge for Vert.x
- TcpEventBusBridge - Class in io.vertx.rxjava3.ext.eventbus.bridge.tcp
-
TCP EventBus bridge for Vert.x
- TcpEventBusBridge - Interface in io.vertx.ext.eventbus.bridge.tcp
-
TCP EventBus bridge for Vert.x
- TcpEventBusBridge(TcpEventBusBridge) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
- TcpEventBusBridge(TcpEventBusBridge) - Constructor for class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- TcpEventBusBridge(Object) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
- TcpEventBusBridge(Object) - Constructor for class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- TCPMetrics<S> - Interface in io.vertx.core.spi.metrics
-
An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for things like HttpServer and HttpClient, all of which serve TCP connections.
- TCPSSLOptions - Class in io.vertx.core.net
-
Base class.
- TCPSSLOptions() - Constructor for class io.vertx.core.net.TCPSSLOptions
-
Default constructor
- TCPSSLOptions(JsonObject) - Constructor for class io.vertx.core.net.TCPSSLOptions
-
Create options from JSON
- TCPSSLOptions(TCPSSLOptions) - Constructor for class io.vertx.core.net.TCPSSLOptions
-
Copy constructor
- TCPSSLOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
TCPSSLOptions
. - TCPSSLOptionsConverter() - Constructor for class io.vertx.core.net.TCPSSLOptionsConverter
- TDIGEST_ADD - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_BYRANK - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_BYREVRANK - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_CDF - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_CREATE - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_INFO - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_MAX - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_MERGE - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_MIN - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_QUANTILE - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_RANK - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_RESET - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_REVRANK - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_TRIMMED_MEAN - Static variable in interface io.vertx.redis.client.Command
- tdigestAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.ADD.
- tdigestAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.ADD.
- tdigestAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.ADD.
- tdigestByrank(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.BYRANK.
- tdigestByrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.BYRANK.
- tdigestByrank(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.BYRANK.
- tdigestByrevrank(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.BYREVRANK.
- tdigestByrevrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.BYREVRANK.
- tdigestByrevrank(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.BYREVRANK.
- tdigestCdf(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.CDF.
- tdigestCdf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.CDF.
- tdigestCdf(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.CDF.
- tdigestCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.CREATE.
- tdigestCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.CREATE.
- tdigestCreate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.CREATE.
- tdigestInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.INFO.
- tdigestInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.INFO.
- tdigestInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.INFO.
- tdigestMax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.MAX.
- tdigestMax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.MAX.
- tdigestMax(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.MAX.
- tdigestMerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.MERGE.
- tdigestMerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.MERGE.
- tdigestMerge(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.MERGE.
- tdigestMin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.MIN.
- tdigestMin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.MIN.
- tdigestMin(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.MIN.
- tdigestQuantile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.QUANTILE.
- tdigestQuantile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.QUANTILE.
- tdigestQuantile(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.QUANTILE.
- tdigestRank(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.RANK.
- tdigestRank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.RANK.
- tdigestRank(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.RANK.
- tdigestReset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.RESET.
- tdigestReset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.RESET.
- tdigestReset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.RESET.
- tdigestRevrank(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.REVRANK.
- tdigestRevrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.REVRANK.
- tdigestRevrank(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.REVRANK.
- tdigestTrimmedMean(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TDIGEST.TRIMMED_MEAN.
- tdigestTrimmedMean(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.TRIMMED_MEAN.
- tdigestTrimmedMean(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TDIGEST.TRIMMED_MEAN.
- tearDown() - Method in interface io.vertx.core.spi.launcher.Command
-
The command has been executed.
- tearDown() - Method in class io.vertx.core.spi.launcher.DefaultCommand
- TelnetTermOptions - Class in io.vertx.ext.shell.term
-
Telnet terminal options configuration, extends
NetServerOptions
. - TelnetTermOptions() - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
- TelnetTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
- TelnetTermOptions(TelnetTermOptions) - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
- TelnetTermOptionsConverter - Class in io.vertx.ext.shell.term
-
Converter and mapper for
TelnetTermOptions
. - TelnetTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.TelnetTermOptionsConverter
- template() - Method in class io.vertx.ext.web.common.template.CachedTemplate
- TemplateEngine - Class in io.vertx.reactivex.ext.web.common.template
-
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
- TemplateEngine - Class in io.vertx.rxjava3.ext.web.common.template
-
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
- TemplateEngine - Interface in io.vertx.ext.web.common.template
-
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
- TemplateEngine(TemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.common.template.TemplateEngine
- TemplateEngine(TemplateEngine) - Constructor for class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
- TemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.common.template.TemplateEngine
- TemplateEngine(Object) - Constructor for class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
- TemplateHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler which renders responses using a template engine and where the template name is selected from the URI path.
- TemplateHandler - Class in io.vertx.rxjava3.ext.web.handler
-
A handler which renders responses using a template engine and where the template name is selected from the URI path.
- TemplateHandler - Interface in io.vertx.ext.web.handler
-
A handler which renders responses using a template engine and where the template name is selected from the URI path.
- TemplateHandler(TemplateHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.TemplateHandler
- TemplateHandler(TemplateHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.TemplateHandler
- TemplateHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.TemplateHandler
- TemplateHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.TemplateHandler
- TemplateParameter - Annotation Type in io.vertx.sqlclient.templates.annotations
-
Annotate a Vert.x data object property for custom configuration when it is mapped to a template parameter.
- templateParams() - Method in interface io.vertx.ext.web.client.HttpRequest
-
Return the current request URI template parameters.
- templateParams() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Return the current request URI template parameters.
- templateParams() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Return the current request URI template parameters.
- Temporal - Static variable in class io.vertx.sqlclient.data.NullValue
- TENANT - Static variable in interface io.vertx.ext.web.handler.MultiTenantHandler
-
The default key used to identify a tenant in the context data.
- TENANT - Static variable in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
The default key used to identify a tenant in the context data.
- TENANT - Static variable in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
-
The default key used to identify a tenant in the context data.
- Term - Interface in io.vertx.ext.shell.term
-
The terminal.
- termHandler(Handler<Term>) - Method in interface io.vertx.ext.shell.term.SockJSTermHandler
- termHandler(Handler<Term>) - Method in interface io.vertx.ext.shell.term.TermServer
-
Set the term handler that will receive incoming client connections.
- terminate() - Method in interface io.vertx.ext.shell.system.Job
-
Terminate the job.
- terminate() - Method in interface io.vertx.ext.shell.system.Process
-
Terminate the process.
- terminate(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
-
Terminate the process.
- TERMINATED - io.vertx.ext.shell.system.ExecStatus
-
The job is terminated.
- terminatedHandler(Handler<Integer>) - Method in interface io.vertx.ext.shell.system.Process
-
Set an handler for being notified when the process terminates.
- TermServer - Interface in io.vertx.ext.shell.term
-
A server for terminal based applications.
- test(Single<T>) - Method in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
-
Invoked by the
CircuitBreaker
when an operation completes. - test(Single<T>) - Method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
-
Invoked by the
CircuitBreaker
when an operation completes. - test(Future<T>) - Method in interface io.vertx.circuitbreaker.FailurePolicy
-
Invoked by the
CircuitBreaker
when an operation completes. - test(Future<T>) - Method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
-
Invoked by the
CircuitBreaker
when an operation completes. - test(String, int, Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Add a new test case to the suite.
- test(String, int, Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Add a new test case to the suite.
- test(String, int, Handler<TestContext>) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Add a new test case to the suite.
- test(String, Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Add a new test case to the suite.
- test(String, Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Add a new test case to the suite.
- test(String, Handler<TestContext>) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
-
Add a new test case to the suite.
- test(V) - Method in interface io.vertx.core.Expectation
-
Check the
value
, this should be side effect free, the expectation should either succeed returningtrue
or fail returningfalse
. - Test - Class in io.vertx.kotlin.core
- Test() - Constructor for class io.vertx.kotlin.core.Test
- TestCase - Class in io.vertx.reactivex.ext.unit
-
A test case object can be used to create a single test.
- TestCase - Class in io.vertx.rxjava3.ext.unit
-
A test case object can be used to create a single test.
- TestCase - Interface in io.vertx.ext.unit
-
A test case object can be used to create a single test.
- TestCase(TestCase) - Constructor for class io.vertx.reactivex.ext.unit.TestCase
- TestCase(TestCase) - Constructor for class io.vertx.rxjava3.ext.unit.TestCase
- TestCase(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestCase
- TestCase(Object) - Constructor for class io.vertx.rxjava3.ext.unit.TestCase
- TestCaseReport - Class in io.vertx.reactivex.ext.unit.report
-
Report the execution of a test case.
- TestCaseReport - Class in io.vertx.rxjava3.ext.unit.report
-
Report the execution of a test case.
- TestCaseReport - Interface in io.vertx.ext.unit.report
-
Report the execution of a test case.
- TestCaseReport(TestCaseReport) - Constructor for class io.vertx.reactivex.ext.unit.report.TestCaseReport
- TestCaseReport(TestCaseReport) - Constructor for class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- TestCaseReport(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestCaseReport
- TestCaseReport(Object) - Constructor for class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- TestCompletion - Class in io.vertx.reactivex.ext.unit
-
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
- TestCompletion - Class in io.vertx.rxjava3.ext.unit
-
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
- TestCompletion - Interface in io.vertx.ext.unit
-
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
- TestCompletion(TestCompletion) - Constructor for class io.vertx.reactivex.ext.unit.TestCompletion
- TestCompletion(TestCompletion) - Constructor for class io.vertx.rxjava3.ext.unit.TestCompletion
- TestCompletion(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestCompletion
- TestCompletion(Object) - Constructor for class io.vertx.rxjava3.ext.unit.TestCompletion
- TestContext - Class in io.vertx.reactivex.ext.unit
-
The test context is used for performing test assertions and manage the completion of the test.
- TestContext - Class in io.vertx.rxjava3.ext.unit
-
The test context is used for performing test assertions and manage the completion of the test.
- TestContext - Interface in io.vertx.ext.unit
-
The test context is used for performing test assertions and manage the completion of the test.
- TestContext(TestContext) - Constructor for class io.vertx.reactivex.ext.unit.TestContext
- TestContext(TestContext) - Constructor for class io.vertx.rxjava3.ext.unit.TestContext
- TestContext(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestContext
- TestContext(Object) - Constructor for class io.vertx.rxjava3.ext.unit.TestContext
- TestOptions - Class in io.vertx.ext.unit
-
Test execution options: the
timeout
in milliseconds, the default value is 2 minutes theuseEventLoop
configures the event loop usagetrue
always runs with an event loopfalse
never runs with an event loopnull
uses an event loop if there is one (provided byVertx.currentContext()
) otherwise run without thereporters
is an array of reporter configurations - TestOptions() - Constructor for class io.vertx.ext.unit.TestOptions
-
Create a new empty options, with the default time out and no reporters.
- TestOptions(JsonObject) - Constructor for class io.vertx.ext.unit.TestOptions
-
Create a new options from the specified json.
- TestOptions(TestOptions) - Constructor for class io.vertx.ext.unit.TestOptions
-
Copy constructor.
- TestOptionsConverter - Class in io.vertx.ext.unit
-
Converter and mapper for
TestOptions
. - TestOptionsConverter() - Constructor for class io.vertx.ext.unit.TestOptionsConverter
- TestResult - Class in io.vertx.reactivex.ext.unit.report
-
The result of a test.
- TestResult - Class in io.vertx.rxjava3.ext.unit.report
-
The result of a test.
- TestResult - Interface in io.vertx.ext.unit.report
-
The result of a test.
- TestResult(TestResult) - Constructor for class io.vertx.reactivex.ext.unit.report.TestResult
- TestResult(TestResult) - Constructor for class io.vertx.rxjava3.ext.unit.report.TestResult
- TestResult(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestResult
- TestResult(Object) - Constructor for class io.vertx.rxjava3.ext.unit.report.TestResult
- TestSuite - Class in io.vertx.reactivex.ext.unit
-
A named suite of test cases that are executed altogether.
- TestSuite - Class in io.vertx.rxjava3.ext.unit
-
A named suite of test cases that are executed altogether.
- TestSuite - Interface in io.vertx.ext.unit
-
A named suite of test cases that are executed altogether.
- TestSuite(TestSuite) - Constructor for class io.vertx.reactivex.ext.unit.TestSuite
- TestSuite(TestSuite) - Constructor for class io.vertx.rxjava3.ext.unit.TestSuite
- TestSuite(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestSuite
- TestSuite(Object) - Constructor for class io.vertx.rxjava3.ext.unit.TestSuite
- TestSuiteReport - Class in io.vertx.reactivex.ext.unit.report
-
The test suite reports is basically a stream of events reporting the test suite execution.
- TestSuiteReport - Class in io.vertx.rxjava3.ext.unit.report
-
The test suite reports is basically a stream of events reporting the test suite execution.
- TestSuiteReport - Interface in io.vertx.ext.unit.report
-
The test suite reports is basically a stream of events reporting the test suite execution.
- TestSuiteReport(TestSuiteReport) - Constructor for class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- TestSuiteReport(TestSuiteReport) - Constructor for class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- TestSuiteReport(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- TestSuiteReport(Object) - Constructor for class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- TEXT - io.vertx.core.http.WebSocketFrameType
-
Text frame.
- TEXT_HTML - Static variable in interface io.vertx.core.http.HttpHeaders
-
text/html header value
- TEXT_HTML - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
text/html header value
- TEXT_HTML - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
text/html header value
- TEXT_PLAIN - Static variable in interface io.vertx.openapi.contract.MediaType
- TEXT_PLAIN - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- TEXT_PLAIN - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- TEXT_PLAIN_UTF8 - Static variable in interface io.vertx.openapi.contract.MediaType
- TEXT_PLAIN_UTF8 - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- TEXT_PLAIN_UTF8 - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- textData() - Method in interface io.vertx.core.http.WebSocketFrame
- textFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, Buffer, String) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, String, Buffer) - Method in interface io.vertx.core.http.ClientMultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, String, String) - Method in interface io.vertx.core.http.ClientMultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, String, String) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
- textFrame(String, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
-
Create a text WebSocket frame.
- textHandlerID() - Method in interface io.vertx.core.http.WebSocketBase
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textHandlerID() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textHandlerID() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textHandlerID() - Method in class io.vertx.reactivex.core.http.WebSocket
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textHandlerID() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textHandlerID() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textHandlerID() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textHandlerID() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textHandlerID() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
When a
WebSocket
is created, it may register an event handler with the eventbus, the ID of that handler is given bytextHandlerID
. - textMessageHandler(Handler<String>) - Method in interface io.vertx.core.http.ClientWebSocket
- textMessageHandler(Handler<String>) - Method in interface io.vertx.core.http.WebSocket
- textMessageHandler(Handler<String>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a text message handler on the connection.
- textMessageHandler(Handler<String>) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- textMessageHandler(Handler<String>) - Method in class io.vertx.reactivex.core.http.WebSocket
- textMessageHandler(Handler<String>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Set a text message handler on the connection.
- textMessageHandler(Handler<String>) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- textMessageHandler(Handler<String>) - Method in class io.vertx.rxjava3.core.http.WebSocket
- textMessageHandler(Handler<String>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Set a text message handler on the connection.
- textPlain(StringSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Bodies
-
Create a
text/plain
body processor - textPlain(StringSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
-
Create a
text/plain
body processor - textPlain(StringSchemaBuilder) - Static method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
-
Create a
text/plain
body processor - textVersion(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
-
Set the text index version number.
- threadingModel() - Method in interface io.vertx.core.Context
- threadingModel() - Method in class io.vertx.reactivex.core.Context
- threadingModel() - Method in class io.vertx.rxjava3.core.Context
- ThreadingModel - Enum in io.vertx.core
-
The threading model defines the scheduler to execute context tasks.
- ThroughputMeter - Class in io.vertx.ext.dropwizard
-
A throughput metric, wraps a
Meter
object to provide a one second instant throughput value returned byThroughputMeter.getValue()
. - ThroughputMeter() - Constructor for class io.vertx.ext.dropwizard.ThroughputMeter
- ThroughputTimer - Class in io.vertx.ext.dropwizard
-
A throughput metric, wraps a
Meter
object to provide a one second instant throughput value returned byThroughputTimer.getValue()
. - ThroughputTimer() - Constructor for class io.vertx.ext.dropwizard.ThroughputTimer
- ThymeleafTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.thymeleaf
-
A template engine that uses the Thymeleaf library.
- ThymeleafTemplateEngine - Class in io.vertx.rxjava3.ext.web.templ.thymeleaf
-
A template engine that uses the Thymeleaf library.
- ThymeleafTemplateEngine - Interface in io.vertx.ext.web.templ.thymeleaf
-
A template engine that uses the Thymeleaf library.
- ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- ThymeleafTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- ThymeleafTemplateEngine(Object) - Constructor for class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- time() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the current server time.
- time() - Method in interface io.vertx.redis.client.RedisAPI
-
Return the current server time.
- time() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the current server time.
- TIME - io.vertx.json.schema.common.dsl.StringFormat
- TIME - Static variable in interface io.vertx.redis.client.Command
-
Return the current server time.
- timeout() - Method in interface io.vertx.ext.web.client.HttpRequest
- timeout() - Method in interface io.vertx.ext.web.Session
- timeout() - Method in class io.vertx.ext.web.sstore.AbstractSession
- timeout() - Method in interface io.vertx.grpc.server.GrpcServerRequest
- timeout() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- timeout() - Method in class io.vertx.reactivex.ext.web.Session
- timeout() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- timeout() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- timeout() - Method in class io.vertx.rxjava3.ext.web.Session
- timeout() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- timeout(long) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configures the amount of time in milliseconds after which if the request does not return any data within the timeout period an
TimeoutException
fails the request. - timeout(long) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configures the amount of time in milliseconds after which if the request does not return any data within the timeout period an
TimeoutException
fails the request. - timeout(long) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configures the amount of time in milliseconds after which if the request does not return any data within the timeout period an
TimeoutException
fails the request. - timeout(long, TimeUnit) - Method in interface io.vertx.core.Future
-
Returns a future succeeded or failed with the outcome of this future when it happens before the timeout fires.
- timeout(long, TimeUnit) - Method in interface io.vertx.grpc.client.GrpcClientRequest
-
Set a
grpc-timeout
header to be sent to the server to indicate the client expects a response with a timeout. - timeout(long, TimeUnit) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Set a
grpc-timeout
header to be sent to the server to indicate the client expects a response with a timeout. - timeout(long, TimeUnit) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Set a
grpc-timeout
header to be sent to the server to indicate the client expects a response with a timeout. - Timeout - Class in io.vertx.ext.unit.junit
-
A rule for configuring the tests timeout.
- Timeout - Annotation Type in io.vertx.junit5
-
Specify how long
VertxTestContext.awaitCompletion(long, TimeUnit)
waits before timing out. - Timeout(long, TimeUnit) - Constructor for class io.vertx.ext.unit.junit.Timeout
- TIMEOUT - io.vertx.core.eventbus.ReplyFailure
-
The message send failed because no reply was received before the timeout time.
- TimeoutException - Exception in io.vertx.circuitbreaker
-
Exception reported when the monitored operation timed out.
- TimeoutHandler - Class in io.vertx.reactivex.ext.web.handler
-
Handler that will timeout requests if the response has not been written after a certain time.
- TimeoutHandler - Class in io.vertx.rxjava3.ext.web.handler
-
Handler that will timeout requests if the response has not been written after a certain time.
- TimeoutHandler - Interface in io.vertx.ext.web.handler
-
Handler that will timeout requests if the response has not been written after a certain time.
- TimeoutHandler(TimeoutHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.TimeoutHandler
- TimeoutHandler(TimeoutHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
- TimeoutHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.TimeoutHandler
- TimeoutHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
- timeoutOnConnect() - Method in class io.vertx.mqtt.MqttServerOptions
- timer(long) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.timer(long, TimeUnit)
with a unit in millis. - timer(long) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.timer(long)
with a unit in millis. - timer(long) - Method in class io.vertx.rxjava3.core.Vertx
-
Like
Vertx.timer(long)
with a unit in millis. - timer(long, TimeUnit) - Method in interface io.vertx.core.Vertx
-
Create a timer task configured with the specified
delay
, when the timeout fires the timer future is succeeded, when the timeout is cancelled the timer future is failed with aCancellationException
instance. - timer(long, TimeUnit) - Method in class io.vertx.reactivex.core.Vertx
-
Create a timer task configured with the specified
delay
, when the timeout fires the timer future is succeeded, when the timeout is cancelled the timer future is failed with aCancellationException
instance. - timer(long, TimeUnit) - Method in class io.vertx.rxjava3.core.Vertx
-
Create a timer task configured with the specified
delay
, when the timeout fires the timer future is succeeded, when the timeout is cancelled the timer future is failed with aCancellationException
instance. - Timer - Class in io.vertx.reactivex.core
-
A timer task that can be used as a future.
- Timer - Class in io.vertx.rxjava3.core
-
A timer task that can be used as a future.
- Timer - Interface in io.vertx.core
-
A timer task that can be used as a future.
- Timer(Timer) - Constructor for class io.vertx.reactivex.core.Timer
- Timer(Timer) - Constructor for class io.vertx.rxjava3.core.Timer
- Timer(Object) - Constructor for class io.vertx.reactivex.core.Timer
- Timer(Object) - Constructor for class io.vertx.rxjava3.core.Timer
- TIMESERIES_CLUSTERSET - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_CLUSTERSETFROMSHARD - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_HELLO - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_INFOCLUSTER - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_INNERCOMMUNICATION - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_NETWORKTEST - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_REFRESHCLUSTER - Static variable in interface io.vertx.redis.client.Command
- timeseriesClusterset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSET.
- timeseriesClusterset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSET.
- timeseriesClusterset(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSET.
- timeseriesClustersetfromshard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
- timeseriesClustersetfromshard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
- timeseriesClustersetfromshard(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
- TimeSeriesGranularity - Enum in io.vertx.ext.mongo
- timeseriesHello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.HELLO.
- timeseriesHello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.HELLO.
- timeseriesHello(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.HELLO.
- timeseriesInfocluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.INFOCLUSTER.
- timeseriesInfocluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.INFOCLUSTER.
- timeseriesInfocluster(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.INFOCLUSTER.
- timeseriesInnercommunication(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.INNERCOMMUNICATION.
- timeseriesInnercommunication(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.INNERCOMMUNICATION.
- timeseriesInnercommunication(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.INNERCOMMUNICATION.
- timeseriesNetworktest(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.NETWORKTEST.
- timeseriesNetworktest(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.NETWORKTEST.
- timeseriesNetworktest(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.NETWORKTEST.
- TimeSeriesOptions - Class in io.vertx.ext.mongo
-
Options used to configure timeseries options.
- TimeSeriesOptions() - Constructor for class io.vertx.ext.mongo.TimeSeriesOptions
- TimeSeriesOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.TimeSeriesOptions
- TimeSeriesOptions(TimeSeriesOptions) - Constructor for class io.vertx.ext.mongo.TimeSeriesOptions
-
Copy constructor.
- TimeSeriesOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
TimeSeriesOptions
. - TimeSeriesOptionsConverter() - Constructor for class io.vertx.ext.mongo.TimeSeriesOptionsConverter
- timeseriesRefreshcluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TIMESERIES.REFRESHCLUSTER.
- timeseriesRefreshcluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.REFRESHCLUSTER.
- timeseriesRefreshcluster(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TIMESERIES.REFRESHCLUSTER.
- timestamp() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- timestamp() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
- timestamp() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- timestamp() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- timestamp() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- timestamp() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- TIMESTAMP(long) - Static method in class io.vertx.kafka.admin.OffsetSpec
- timestampType() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- timestampType() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- timestampType() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- timeUnit() - Method in annotation type io.vertx.junit5.Timeout
- TINY - io.vertx.ext.web.handler.LoggerFormat
-
method uri status - content-length duration
- to(WriteStream<T>) - Method in interface io.vertx.core.streams.Pipe
-
Start to pipe the elements to the destination
WriteStream
. - to(WriteStream<T>) - Method in class io.vertx.reactivex.core.streams.Pipe
-
Start to pipe the elements to the destination
WriteStream
. - to(WriteStream<T>) - Method in class io.vertx.rxjava3.core.streams.Pipe
-
Start to pipe the elements to the destination
WriteStream
. - toBackground() - Method in interface io.vertx.ext.shell.system.Job
-
Send the job to background.
- toBackground() - Method in interface io.vertx.ext.shell.system.Process
-
Set the process in background.
- toBackground(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
-
Set the process in background.
- toBigInteger() - Method in interface io.vertx.redis.client.Response
-
Get this response as a BigInteger.
- toBoolean() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Boolean.
- toBuffer() - Method in class io.vertx.core.json.JsonArray
-
Encode this JSON object as buffer.
- toBuffer() - Method in class io.vertx.core.json.JsonObject
-
Encode this JSON object as buffer.
- toBuffer() - Method in class io.vertx.ext.stomp.Frame
-
This method does not enforce the trailing line option.
- toBuffer() - Method in interface io.vertx.redis.client.Response
-
Get this response as Buffer.
- toBuffer(boolean) - Method in class io.vertx.ext.stomp.Frame
-
Creates a buffer for the current frame.
- toBuffer(Object) - Method in interface io.vertx.core.spi.json.JsonCodec
-
Like
JsonCodec.toString(Object)
but with a jsonBuffer
- toBuffer(Object, boolean) - Method in class io.vertx.core.json.jackson.DatabindCodec
- toBuffer(Object, boolean) - Method in class io.vertx.core.json.jackson.JacksonCodec
- toBuffer(Object, boolean) - Method in interface io.vertx.core.spi.json.JsonCodec
-
Like
JsonCodec.toString(Object, boolean)
but with a jsonBuffer
- toByte() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Byte.
- toBytes() - Method in interface io.vertx.redis.client.Response
-
Get this response as a byte[].
- toCamel(String) - Method in class io.vertx.camel.OutboundMapping
-
Fluent version of
OutboundMapping.setUri(String)
. - toCamel(Endpoint) - Method in class io.vertx.camel.OutboundMapping
-
Fluent version of
OutboundMapping.setEndpoint(Endpoint)
. - toCategory() - Method in enum io.vertx.micrometer.MetricsDomain
- toCompletable(Consumer<Handler<AsyncResult<Void>>>) - Static method in class io.vertx.reactivex.CompletableHelper
-
Returns a
Completable
that, when subscribed, uses the providedhandler
to adapt a callback-based asynchronous method. - toCompletable(Consumer<Handler<AsyncResult<Void>>>) - Static method in class io.vertx.rxjava3.CompletableHelper
-
Returns a
Completable
that, when subscribed, uses the providedhandler
to adapt a callback-based asynchronous method. - toCompletionStage() - Method in interface io.vertx.core.Future
-
Bridges this Vert.x future to a
CompletionStage
instance. - toDouble() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Double.
- toDuration() - Method in class io.vertx.pgclient.data.Interval
-
Convert this interval to an instance of
Duration
. - toException(Object) - Method in class io.vertx.json.schema.OutputUnit
- toFailure(String) - Static method in exception io.vertx.config.vault.client.VaultException
- toFailure(String, int, String) - Static method in exception io.vertx.config.vault.client.VaultException
- toFailure(String, Throwable) - Static method in exception io.vertx.config.vault.client.VaultException
- toFloat() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Float.
- toFlowable() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- toFlowable() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- toFlowable() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- toFlowable() - Method in class io.vertx.reactivex.core.file.AsyncFile
- toFlowable() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- toFlowable() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- toFlowable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- toFlowable() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- toFlowable() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- toFlowable() - Method in class io.vertx.reactivex.core.http.WebSocket
- toFlowable() - Method in class io.vertx.reactivex.core.net.NetSocket
- toFlowable() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- toFlowable() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- toFlowable() - Method in interface io.vertx.reactivex.core.streams.ReadStream
- toFlowable() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- toFlowable() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- toFlowable() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- toFlowable() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- toFlowable() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- toFlowable() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- toFlowable() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- toFlowable() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- toFlowable() - Method in class io.vertx.reactivex.redis.client.RedisConnection
- toFlowable() - Method in class io.vertx.reactivex.sqlclient.RowStream
- toFlowable() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- toFlowable() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- toFlowable() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- toFlowable() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- toFlowable() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- toFlowable() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- toFlowable() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- toFlowable() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- toFlowable() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- toFlowable() - Method in class io.vertx.rxjava3.core.http.WebSocket
- toFlowable() - Method in class io.vertx.rxjava3.core.net.NetSocket
- toFlowable() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- toFlowable() - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- toFlowable() - Method in interface io.vertx.rxjava3.core.streams.ReadStream
- toFlowable() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- toFlowable() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- toFlowable() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- toFlowable() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- toFlowable() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- toFlowable() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- toFlowable() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- toFlowable() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- toFlowable() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- toFlowable() - Method in class io.vertx.rxjava3.sqlclient.RowStream
- toFlowable(ReadStream<T>) - Static method in class io.vertx.reactivex.FlowableHelper
-
Adapts a Vert.x
ReadStream
to an RxJavaFlowable
. - toFlowable(ReadStream<T>) - Static method in class io.vertx.rxjava3.FlowableHelper
-
Adapts a Vert.x
ReadStream
to an RxJavaFlowable
. - toFlowable(ReadStream<T>, long) - Static method in class io.vertx.reactivex.FlowableHelper
-
Adapts a Vert.x
ReadStream
to an RxJavaFlowable
. - toFlowable(ReadStream<T>, long) - Static method in class io.vertx.rxjava3.FlowableHelper
-
Adapts a Vert.x
ReadStream
to an RxJavaFlowable
. - toFlowable(ReadStream<T>, Function<T, U>) - Static method in class io.vertx.reactivex.FlowableHelper
-
Like
FlowableHelper.toFlowable(ReadStream)
but with amapping
function - toFlowable(ReadStream<T>, Function<T, U>) - Static method in class io.vertx.rxjava3.FlowableHelper
-
Like
FlowableHelper.toFlowable(ReadStream)
but with amapping
function - toFlowable(Supplier<Future<ReadStream<T>>>) - Static method in class io.vertx.rxjava3.FlowableHelper
-
Adapts a Vert.x
ReadStream
to an RxJavaFlowable
. - toForeground() - Method in interface io.vertx.ext.shell.system.Job
-
Send the job to foreground.
- toForeground() - Method in interface io.vertx.ext.shell.system.Process
-
Set the process in foreground.
- toForeground(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
-
Set the process in foreground.
- toFuture(Completable) - Static method in class io.vertx.reactivex.CompletableHelper
- toFuture(Maybe<T>) - Static method in class io.vertx.reactivex.MaybeHelper
-
Adapts an RxJava2
Maybe<T>
to a Vert.xFuture
. - toFuture(Maybe<T>, Function<T, U>) - Static method in class io.vertx.reactivex.MaybeHelper
-
Like
MaybeHelper.toFuture(Maybe)
but with anadapter
of the result. - toFuture(Completable) - Static method in class io.vertx.rxjava3.CompletableHelper
- toFuture(Maybe<T>) - Static method in class io.vertx.rxjava3.MaybeHelper
-
Adapts an RxJava2
Maybe<T>
to a Vert.xFuture
. - toFuture(Maybe<T>, Function<T, U>) - Static method in class io.vertx.rxjava3.MaybeHelper
-
Like
MaybeHelper.toFuture(Maybe)
but with anadapter
of the result. - toFuture(Single<T>) - Static method in class io.vertx.rxjava3.SingleHelper
-
Adapts an RxJava2
Single<T>
to a Vert.xFuture
. - toFuture(Single<T>, Function<T, U>) - Static method in class io.vertx.rxjava3.SingleHelper
-
Like
SingleHelper.toFuture(Single)
but with anadapter
of the result. - toFuture(Single<T>) - Static method in class io.vertx.reactivex.SingleHelper
-
Adapts an RxJava2
Single<T>
to a Vert.xFuture
. - toFuture(Single<T>, Function<T, U>) - Static method in class io.vertx.reactivex.SingleHelper
-
Like
SingleHelper.toFuture(Single)
but with anadapter
of the result. - toHttpAuthorization() - Method in interface io.vertx.ext.auth.authentication.Credentials
-
Encodes this credential as an HTTP Authorization https://tools.ietf.org/html/rfc7235.
- toHttpAuthorization() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- toHttpAuthorization() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- toHttpAuthorization() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- toIgniteConfig(Vertx, IgniteOptions) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
- toInt() - Method in enum io.vertx.core.eventbus.ReplyFailure
- toInteger() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Integer.
- toJson() - Method in class io.vertx.amqp.AmqpClientOptions
- toJson() - Method in class io.vertx.amqp.AmqpReceiverOptions
- toJson() - Method in class io.vertx.amqp.AmqpSenderOptions
- toJson() - Method in class io.vertx.cassandra.CassandraClientOptions
- toJson() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
- toJson() - Method in class io.vertx.config.ConfigChange
- toJson() - Method in class io.vertx.config.ConfigRetrieverOptions
- toJson() - Method in class io.vertx.config.ConfigStoreOptions
- toJson() - Method in class io.vertx.config.vault.client.Auth
- toJson() - Method in class io.vertx.config.vault.client.Lookup
- toJson() - Method in class io.vertx.config.vault.client.Secret
- toJson() - Method in interface io.vertx.core.buffer.Buffer
-
Encode the buffer bytes to their base 64 URL encoded representation.
- toJson() - Method in class io.vertx.core.cli.Argument
-
Exports this
Argument
to its corresponding JSON representation. - toJson() - Method in class io.vertx.core.cli.Option
-
Gets the json representation of this
Option
. - toJson() - Method in class io.vertx.core.DeploymentOptions
-
Convert this to JSON
- toJson() - Method in class io.vertx.core.dns.AddressResolverOptions
- toJson() - Method in class io.vertx.core.dns.DnsClientOptions
- toJson() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Convert to JSON.
- toJson() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Builds a JSON object representing the current
EventBusOptions
. - toJson() - Method in class io.vertx.core.eventbus.MessageConsumerOptions
- toJson() - Method in class io.vertx.core.file.FileSystemOptions
-
Builds a JSON object representing the current
FileSystemOptions
. - toJson() - Method in class io.vertx.core.http.GoAway
- toJson() - Method in class io.vertx.core.http.Http2Settings
- toJson() - Method in class io.vertx.core.http.HttpClientOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.http.HttpConnectOptions
- toJson() - Method in class io.vertx.core.http.HttpMethod
- toJson() - Method in class io.vertx.core.http.HttpServerOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.http.PoolOptions
- toJson() - Method in class io.vertx.core.http.RequestOptions
- toJson() - Method in class io.vertx.core.http.StreamPriority
- toJson() - Method in class io.vertx.core.http.WebSocketClientOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.http.WebSocketConnectOptions
- toJson() - Method in class io.vertx.core.metrics.MetricsOptions
- toJson() - Method in class io.vertx.core.net.ClientOptionsBase
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.ClientSSLOptions
-
Convert to JSON
- toJson() - Method in interface io.vertx.core.net.HostAndPort
- toJson() - Method in class io.vertx.core.net.JdkSSLEngineOptions
- toJson() - Method in class io.vertx.core.net.JksOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.KeyStoreOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.NetClientOptions
- toJson() - Method in class io.vertx.core.net.NetServerOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.NetworkOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.OpenSSLEngineOptions
- toJson() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.PemTrustOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.PfxOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.ProxyOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.ServerSSLOptions
-
Convert to JSON
- toJson() - Method in interface io.vertx.core.net.SocketAddress
- toJson() - Method in class io.vertx.core.net.SSLOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.TCPSSLOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.core.net.TrafficShapingOptions
- toJson() - Method in class io.vertx.core.tracing.TracingOptions
- toJson() - Method in class io.vertx.core.VertxOptions
- toJson() - Method in class io.vertx.db2client.DB2ConnectOptions
- toJson() - Method in interface io.vertx.ext.auth.authentication.Credentials
-
Simple interop to downcast back to JSON for backwards compatibility.
- toJson() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- toJson() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- toJson() - Method in interface io.vertx.ext.auth.authorization.Authorization
- toJson() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- toJson() - Method in class io.vertx.ext.auth.JWTOptions
- toJson() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
- toJson() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- toJson() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- toJson() - Method in class io.vertx.ext.auth.otp.Authenticator
- toJson() - Method in class io.vertx.ext.auth.otp.OtpCredentials
- toJson() - Method in class io.vertx.ext.auth.otp.OtpKey
- toJson() - Method in class io.vertx.ext.auth.PubSecKeyOptions
- toJson() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
- toJson() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
- toJson() - Method in class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- toJson() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- toJson() - Method in class io.vertx.ext.auth.webauthn4j.RelyingParty
- toJson() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- toJson() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- toJson() - Method in class io.vertx.ext.bridge.BridgeOptions
-
Serializes the current
BridgeOptions
to JSON. - toJson() - Method in class io.vertx.ext.bridge.PermittedOptions
-
Serializes the current instance of
PermittedOptions
to JSON. - toJson() - Method in class io.vertx.ext.consul.BlockingQueryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Check
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.CheckList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.CheckOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.ConnectOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.ExposeOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.ExposePathOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.ProxyOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.SidecarServiceOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.connect.UpstreamOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Coordinate
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.CoordinateList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.DcCoordinates
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Event
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.EventList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.EventListOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.EventOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.KeyValue
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.KeyValueList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.KeyValueOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.MaintenanceOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Node
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.NodeList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.NodeQueryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.policy.AclPolicy
- toJson() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Service
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ServiceEntry
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ServiceEntryList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ServiceList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ServiceOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.Session
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.SessionList
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.SessionOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.token.AclToken
- toJson() - Method in class io.vertx.ext.consul.token.CloneAclTokenOptions
- toJson() - Method in class io.vertx.ext.consul.token.NodeTokenApplyingOptions
- toJson() - Method in class io.vertx.ext.consul.token.PolicyLink
- toJson() - Method in class io.vertx.ext.consul.token.ServiceTokenApplyingOptions
- toJson() - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
- toJson() - Method in class io.vertx.ext.consul.TxnError
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.TxnRequest
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.TxnResponse
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.consul.TxnServiceOperation
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
- toJson() - Method in class io.vertx.ext.dropwizard.Match
- toJson() - Method in class io.vertx.ext.healthchecks.CheckResult
-
Get a JSON version of this result, it computes the overall outcome.
- toJson() - Method in class io.vertx.ext.healthchecks.Status
-
Builds the JSON representation of the current
Status
instance. - toJson() - Method in class io.vertx.ext.mail.DKIMSignOptions
-
Converts to JsonObject
- toJson() - Method in interface io.vertx.ext.mail.MailAttachment
-
convert this object to JSON representation
- toJson() - Method in class io.vertx.ext.mail.MailConfig
-
convert config object to Json representation
- toJson() - Method in class io.vertx.ext.mail.MailMessage
-
convert the mail message to Json representation
- toJson() - Method in class io.vertx.ext.mail.MailResult
- toJson() - Method in class io.vertx.ext.mongo.AggregateOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.BulkOperation
-
Generate a json from this object
- toJson() - Method in class io.vertx.ext.mongo.BulkWriteOptions
- toJson() - Method in class io.vertx.ext.mongo.CollationOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.CountOptions
- toJson() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- toJson() - Method in class io.vertx.ext.mongo.DistinctOptions
- toJson() - Method in class io.vertx.ext.mongo.FindOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.IndexModel
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.IndexOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.mongo.RenameCollectionOptions
- toJson() - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- toJson() - Method in class io.vertx.ext.mongo.UpdateOptions
- toJson() - Method in class io.vertx.ext.mongo.ValidationOptions
- toJson() - Method in class io.vertx.ext.stomp.BridgeOptions
- toJson() - Method in class io.vertx.ext.stomp.Frame
- toJson() - Method in class io.vertx.ext.stomp.StompClientOptions
- toJson() - Method in class io.vertx.ext.stomp.StompServerOptions
- toJson() - Method in class io.vertx.ext.unit.report.ReportingOptions
- toJson() - Method in class io.vertx.ext.unit.report.ReportOptions
- toJson() - Method in class io.vertx.ext.unit.TestOptions
- toJson() - Method in class io.vertx.ext.web.api.service.ServiceRequest
- toJson() - Method in class io.vertx.ext.web.api.service.ServiceResponse
- toJson() - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.web.client.OAuth2WebClientOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.web.client.WebClientOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
- toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
- toJson() - Method in class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
- toJson() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
- toJson() - Method in class io.vertx.ext.web.Http2PushMapping
- toJson() - Method in exception io.vertx.ext.web.validation.BadRequestException
-
Returns a Json representation of the exception
- toJson() - Method in exception io.vertx.ext.web.validation.BodyProcessorException
- toJson() - Method in exception io.vertx.ext.web.validation.ParameterProcessorException
- toJson() - Method in interface io.vertx.ext.web.validation.RequestParameters
-
This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist - toJson() - Method in class io.vertx.grpc.server.GrpcServerOptions
- toJson() - Method in class io.vertx.httpproxy.cache.CacheOptions
-
Convert to JSON.
- toJson() - Method in class io.vertx.httpproxy.ProxyOptions
- toJson() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
- toJson() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- toJson() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- toJson() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- toJson() - Method in class io.vertx.json.schema.JsonSchemaOptions
- toJson() - Method in class io.vertx.json.schema.OutputUnit
- toJson() - Method in class io.vertx.kafka.admin.ClusterDescription
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.Config
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.ConfigEntry
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.ConfigSynonym
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.DescribeClusterOptions
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.DescribeConsumerGroupsOptions
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.DescribeTopicsOptions
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.MemberAssignment
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.MemberDescription
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.NewPartitions
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.NewTopic
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.OffsetSpec
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.admin.TopicDescription
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.client.common.ConfigResource
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.client.common.KafkaClientOptions
- toJson() - Method in class io.vertx.kafka.client.common.Node
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.client.common.PartitionInfo
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.client.common.TopicPartition
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
Convert object to JSON representation
- toJson() - Method in class io.vertx.micrometer.MetricsNaming
- toJson() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
- toJson() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
- toJson() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
- toJson() - Method in class io.vertx.micrometer.VertxPrometheusOptions
- toJson() - Method in class io.vertx.mqtt.MqttAuth
-
Convert instance in JSON
- toJson() - Method in class io.vertx.mqtt.MqttClientOptions
- toJson() - Method in class io.vertx.mqtt.MqttServerOptions
- toJson() - Method in class io.vertx.mqtt.MqttWill
-
Convert instance in JSON
- toJson() - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
- toJson() - Method in class io.vertx.mssqlclient.MSSQLInfo
- toJson() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
- toJson() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
- toJson() - Method in class io.vertx.oracleclient.OracleConnectOptions
- toJson() - Method in class io.vertx.oracleclient.OraclePrepareOptions
- toJson() - Method in class io.vertx.pgclient.PgConnectOptions
- toJson() - Method in class io.vertx.pgclient.PgNotice
- toJson() - Method in class io.vertx.pgclient.PgNotification
- toJson() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
- toJson() - Method in class io.vertx.rabbitmq.RabbitMQOptions
- toJson() - Method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
- toJson() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- toJson() - Method in interface io.vertx.reactivex.ext.auth.authorization.Authorization
- toJson() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- toJson() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- toJson() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- toJson() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- toJson() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- toJson() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
-
convert this object to JSON representation
- toJson() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
-
This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist - toJson() - Method in class io.vertx.reactivex.sqlclient.Row
-
Return a JSON object representation of the row.
- toJson() - Method in class io.vertx.redis.client.PoolOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- toJson() - Method in interface io.vertx.rxjava3.ext.auth.authorization.Authorization
- toJson() - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- toJson() - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- toJson() - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- toJson() - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- toJson() - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- toJson() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
-
convert this object to JSON representation
- toJson() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
-
This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist - toJson() - Method in class io.vertx.rxjava3.sqlclient.Row
-
Return a JSON object representation of the row.
- toJson() - Method in class io.vertx.servicediscovery.Record
- toJson() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Builds the JSON representation for the current
ServiceDiscoveryOptions
. - toJson() - Method in class io.vertx.servicediscovery.types.HttpLocation
- toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
-
Convert to JSON
- toJson() - Method in class io.vertx.sqlclient.PoolOptions
- toJson() - Method in class io.vertx.sqlclient.PrepareOptions
- toJson() - Method in interface io.vertx.sqlclient.Row
-
Return a JSON object representation of the row.
- toJson() - Method in class io.vertx.sqlclient.SqlConnectOptions
- toJson() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
- toJson() - Method in class io.vertx.uritemplate.ExpandOptions
- toJson(WebSocketClientOptions, JsonObject) - Static method in class io.vertx.core.http.WebSocketClientOptionsConverter
- toJson(WebSocketClientOptions, Map<String, Object>) - Static method in class io.vertx.core.http.WebSocketClientOptionsConverter
- toJson(List<String>, String, boolean) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
- toJsonArray() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a
JsonArray
representation of this buffer's content. - toJsonObject() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a
JsonObject
representation of this buffer's content. - toJsonValue() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a Json value representation of this buffer's content.
- TOKEN_HEADER - Static variable in class io.vertx.config.vault.client.SlimVaultClient
- TokenApplyingOptions - Class in io.vertx.ext.consul.token
- TokenApplyingOptions() - Constructor for class io.vertx.ext.consul.token.TokenApplyingOptions
- TokenCredentials - Class in io.vertx.ext.auth.authentication
-
Credentials used by any
AuthenticationProvider
that requires Tokens, such as OAuth2 or JWT to perform its authentication - TokenCredentials() - Constructor for class io.vertx.ext.auth.authentication.TokenCredentials
- TokenCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.authentication.TokenCredentials
- TokenCredentials(String) - Constructor for class io.vertx.ext.auth.authentication.TokenCredentials
- TokenCredentialsConverter - Class in io.vertx.ext.auth.authentication
-
Converter and mapper for
TokenCredentials
. - TokenCredentialsConverter() - Constructor for class io.vertx.ext.auth.authentication.TokenCredentialsConverter
- tokenExtractor(Function<String, Single<String>>) - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
-
Transform from user's token format to the AuthenticationHandler's format.
- tokenExtractor(Function<String, Single<String>>) - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
-
Transform from user's token format to the AuthenticationHandler's format.
- tokenExtractor(Function<String, Future<String>>) - Method in interface io.vertx.ext.web.handler.APIKeyHandler
-
Transform from user's token format to the AuthenticationHandler's format.
- tokenExtractor(Function<String, Future<String>>) - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
-
Transform from user's token format to the AuthenticationHandler's format.
- tokenize(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
-
Tokenize the string argument and return a list of tokens.
- TokenRequest - Class in io.vertx.config.vault.client
-
The token request structure.
- TokenRequest() - Constructor for class io.vertx.config.vault.client.TokenRequest
- TokenRequest(JsonObject) - Constructor for class io.vertx.config.vault.client.TokenRequest
- toLong() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Long.
- toMaybe(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.reactivex.MaybeHelper
-
Returns a
Maybe
that, when subscribed, uses the providedhandler
to adapt a callback-based asynchronous method. - toMaybe(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.rxjava3.MaybeHelper
-
Returns a
Maybe
that, when subscribed, uses the providedhandler
to adapt a callback-based asynchronous method. - toMicrometerConfig() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Convert these options to a Micrometer's
InfluxConfig
object - toMicrometerConfig() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Convert these options to a Micrometer's
JmxConfig
object - toMongoDriverObject() - Method in class io.vertx.ext.mongo.CollationOptions
- toMongoDriverObject() - Method in class io.vertx.ext.mongo.CountOptions
-
Returns the mongo-java-driver specific object.
- toMongoDriverObject() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
-
Returns the mongo-java-driver specific object.
- toMongoDriverObject() - Method in class io.vertx.ext.mongo.RenameCollectionOptions
- toMongoDriverObject() - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- toMongoDriverObject() - Method in class io.vertx.ext.mongo.ValidationOptions
-
Returns the mongo-java-driver specific object.
- toNetSocket() - Method in interface io.vertx.core.http.HttpServerRequest
-
Establish a TCP tunnel with the client.
- toNetSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Establish a TCP tunnel with the client.
- toNetSocket() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Establish a TCP tunnel with the client.
- toNetty() - Method in class io.vertx.core.http.HttpMethod
- toNumber() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Number.
- toObservable() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- toObservable() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- toObservable() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- toObservable() - Method in class io.vertx.reactivex.core.file.AsyncFile
- toObservable() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- toObservable() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- toObservable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- toObservable() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- toObservable() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- toObservable() - Method in class io.vertx.reactivex.core.http.WebSocket
- toObservable() - Method in class io.vertx.reactivex.core.net.NetSocket
- toObservable() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- toObservable() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- toObservable() - Method in interface io.vertx.reactivex.core.streams.ReadStream
- toObservable() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- toObservable() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- toObservable() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- toObservable() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- toObservable() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- toObservable() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- toObservable() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- toObservable() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- toObservable() - Method in class io.vertx.reactivex.redis.client.RedisConnection
- toObservable() - Method in class io.vertx.reactivex.sqlclient.RowStream
- toObservable() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- toObservable() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- toObservable() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- toObservable() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- toObservable() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- toObservable() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- toObservable() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- toObservable() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- toObservable() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- toObservable() - Method in class io.vertx.rxjava3.core.http.WebSocket
- toObservable() - Method in class io.vertx.rxjava3.core.net.NetSocket
- toObservable() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- toObservable() - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- toObservable() - Method in interface io.vertx.rxjava3.core.streams.ReadStream
- toObservable() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- toObservable() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- toObservable() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- toObservable() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- toObservable() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- toObservable() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- toObservable() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- toObservable() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- toObservable() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- toObservable() - Method in class io.vertx.rxjava3.sqlclient.RowStream
- toObservable(ReadStream<T>) - Static method in class io.vertx.reactivex.ObservableHelper
- toObservable(ReadStream<T>) - Static method in class io.vertx.rxjava3.ObservableHelper
- toObservable(ReadStream<T>, Function<T, U>) - Static method in class io.vertx.reactivex.ObservableHelper
-
Like
ObservableHelper.toObservable(ReadStream)
but with amapping
function - toObservable(ReadStream<T>, Function<T, U>) - Static method in class io.vertx.rxjava3.ObservableHelper
-
Like
ObservableHelper.toObservable(ReadStream)
but with amapping
function - toObserver() - Method in class io.vertx.reactivex.amqp.AmqpSender
- toObserver() - Method in class io.vertx.reactivex.core.file.AsyncFile
- toObserver() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- toObserver() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- toObserver() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- toObserver() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- toObserver() - Method in class io.vertx.reactivex.core.http.WebSocket
- toObserver() - Method in class io.vertx.reactivex.core.net.NetSocket
- toObserver() - Method in interface io.vertx.reactivex.core.streams.WriteStream
- toObserver() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- toObserver() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- toObserver() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- toObserver() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- toObserver() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- toObserver() - Method in class io.vertx.rxjava3.amqp.AmqpSender
- toObserver() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- toObserver() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- toObserver() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- toObserver() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- toObserver() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- toObserver() - Method in class io.vertx.rxjava3.core.http.WebSocket
- toObserver() - Method in class io.vertx.rxjava3.core.net.NetSocket
- toObserver() - Method in interface io.vertx.rxjava3.core.streams.WriteStream
- toObserver() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- toObserver() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- toObserver() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- toObserver() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- toObserver() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.CompletableHelper
-
Adapts an Vert.x
Handler<AsyncResult<T>>
to an RxJava2SingleObserver
. - toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.MaybeHelper
-
Adapts an Vert.x
Handler<AsyncResult<T>>
to an RxJava2MaybeObserver
. - toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.SingleHelper
-
Adapts an Vert.x
Handler<AsyncResult<T>>
to an RxJava2SingleObserver
. - toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava3.CompletableHelper
-
Adapts an Vert.x
Handler<AsyncResult<T>>
to an RxJava2SingleObserver
. - toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava3.MaybeHelper
-
Adapts an Vert.x
Handler<AsyncResult<T>>
to an RxJava2MaybeObserver
. - toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava3.SingleHelper
-
Adapts an Vert.x
Handler<AsyncResult<T>>
to an RxJava2SingleObserver
. - toObserver(WriteStream<T>) - Static method in class io.vertx.reactivex.RxHelper
-
Adapts a Vert.x
WriteStream
to an RxJavaObserver
. - toObserver(WriteStream<T>) - Static method in class io.vertx.rxjava3.RxHelper
-
Adapts a Vert.x
WriteStream
to an RxJavaObserver
. - toObserver(WriteStream<T>, Function<R, T>) - Static method in class io.vertx.reactivex.RxHelper
-
Like
RxHelper.toObserver(WriteStream)
, except the providedmapping
function is applied to eachObservable
item. - toObserver(WriteStream<T>, Function<R, T>) - Static method in class io.vertx.rxjava3.RxHelper
-
Like
RxHelper.toObserver(WriteStream)
, except the providedmapping
function is applied to eachObservable
item. - toPayload() - Method in class io.vertx.config.vault.client.TokenRequest
- topic() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- topic() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
- topic() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- topic() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- topic() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- topic() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- topic(Vertx, String) - Static method in interface io.vertx.ext.stomp.Destination
- topic(Vertx, String) - Static method in class io.vertx.reactivex.ext.stomp.Destination
- topic(Vertx, String) - Static method in class io.vertx.rxjava3.ext.stomp.Destination
- TOPIC_ALIAS_INVALID - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- TOPIC_FILTER_INVALID - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- TOPIC_FILTER_INVALID - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- TOPIC_FILTER_INVALID - io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
- TOPIC_NAME_INVALID - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- TOPIC_NAME_INVALID - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- TOPIC_NAME_INVALID - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- TopicDescription - Class in io.vertx.kafka.admin
-
A detailed description of a single topic in the cluster
- TopicDescription() - Constructor for class io.vertx.kafka.admin.TopicDescription
-
Constructor
- TopicDescription(boolean, String, List<TopicPartitionInfo>, Uuid, Set<AclOperation>) - Constructor for class io.vertx.kafka.admin.TopicDescription
-
Constructor
- TopicDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.TopicDescription
-
Constructor (from JSON representation)
- TopicDescriptionConverter - Class in io.vertx.kafka.admin
-
Converter and mapper for
TopicDescription
. - TopicDescriptionConverter() - Constructor for class io.vertx.kafka.admin.TopicDescriptionConverter
- topicName() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
- topicName() - Method in interface io.vertx.mqtt.MqttTopicSubscription
- topicName() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- topicName() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
- topicName() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- topicName() - Method in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- TopicPartition - Class in io.vertx.kafka.client.common
-
Represent information related to a partition for a topic
- TopicPartition() - Constructor for class io.vertx.kafka.client.common.TopicPartition
-
Constructor
- TopicPartition(JsonObject) - Constructor for class io.vertx.kafka.client.common.TopicPartition
-
Constructor (from JSON representation)
- TopicPartition(TopicPartition) - Constructor for class io.vertx.kafka.client.common.TopicPartition
-
Constructor (copy)
- TopicPartition(String, int) - Constructor for class io.vertx.kafka.client.common.TopicPartition
-
Constructor
- TopicPartitionInfo - Class in io.vertx.kafka.client.common
-
A class containing leadership, replicas and ISR information for a topic partition.
- TopicPartitionInfo() - Constructor for class io.vertx.kafka.client.common.TopicPartitionInfo
-
Constructor
- TopicPartitionInfo(JsonObject) - Constructor for class io.vertx.kafka.client.common.TopicPartitionInfo
-
Constructor (from JSON representation)
- TopicPartitionInfo(List<Node>, Node, int, List<Node>) - Constructor for class io.vertx.kafka.client.common.TopicPartitionInfo
-
Constructor
- TopicPartitionInfoConverter - Class in io.vertx.kafka.client.common
-
Converter and mapper for
TopicPartitionInfo
. - TopicPartitionInfoConverter() - Constructor for class io.vertx.kafka.client.common.TopicPartitionInfoConverter
- topicPartitions() - Method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
-
Returns a list of topic partitions to add as part of the result.
- topicPartitions(List<TopicPartition>) - Method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
-
Set the topic partitions to list as part of the result.
- topics() - Method in interface io.vertx.mqtt.messages.MqttUnsubscribeMessage
- topics() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- topics() - Method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- topicSubscriptions() - Method in interface io.vertx.mqtt.messages.MqttSubscribeMessage
- topicSubscriptions() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- topicSubscriptions() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- TOPK_ADD - Static variable in interface io.vertx.redis.client.Command
- TOPK_COUNT - Static variable in interface io.vertx.redis.client.Command
- TOPK_INCRBY - Static variable in interface io.vertx.redis.client.Command
- TOPK_INFO - Static variable in interface io.vertx.redis.client.Command
- TOPK_LIST - Static variable in interface io.vertx.redis.client.Command
- TOPK_QUERY - Static variable in interface io.vertx.redis.client.Command
- TOPK_RESERVE - Static variable in interface io.vertx.redis.client.Command
- topkAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.ADD.
- topkAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.ADD.
- topkAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.ADD.
- topkCount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.COUNT.
- topkCount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.COUNT.
- topkCount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.COUNT.
- topkIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.INCRBY.
- topkIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.INCRBY.
- topkIncrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.INCRBY.
- topkInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.INFO.
- topkInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.INFO.
- topkInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.INFO.
- topkList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.LIST.
- topkList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.LIST.
- topkList(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.LIST.
- topkQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.QUERY.
- topkQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.QUERY.
- topkQuery(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.QUERY.
- topkReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TOPK.RESERVE.
- topkReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.RESERVE.
- topkReserve(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TOPK.RESERVE.
- toPointer() - Method in class io.vertx.json.schema.common.SchemaURNId
- toReadStream(Flowable<T>) - Static method in class io.vertx.reactivex.FlowableHelper
-
Adapts an RxJava
Flowable
to a Vert.xReadStream
. - toReadStream(Observable<T>) - Static method in class io.vertx.reactivex.ObservableHelper
-
Adapts an RxJava
Observable
to a Vert.xReadStream
. - toReadStream(Flowable<T>) - Static method in class io.vertx.rxjava3.FlowableHelper
-
Adapts an RxJava
Flowable
to a Vert.xReadStream
. - toReadStream(Observable<T>) - Static method in class io.vertx.rxjava3.ObservableHelper
-
Adapts an RxJava
Observable
to a Vert.xReadStream
. - toShort() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Short.
- toSingle(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.reactivex.SingleHelper
-
Returns a
Single
that, when subscribed, uses the providedhandler
to adapt a callback-based asynchronous method. - toSingle(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.rxjava3.SingleHelper
-
Returns a
Single
that, when subscribed, uses the providedhandler
to adapt a callback-based asynchronous method. - toSslContextFactoryConfig(Vertx, IgniteSslOptions) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
- toString() - Method in class io.vertx.config.vault.client.Auth
- toString() - Method in class io.vertx.config.vault.client.Lookup
- toString() - Method in class io.vertx.config.vault.client.Secret
- toString() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a
String
representation of the Buffer with theUTF-8
encoding - toString() - Method in enum io.vertx.core.dns.DnsResponseCode
-
Returns a formatted error message for this
DnsResponseCode
. - toString() - Method in exception io.vertx.core.eventbus.ReplyException
- toString() - Method in class io.vertx.core.file.FileSystemOptions
- toString() - Method in enum io.vertx.core.http.CookieSameSite
- toString() - Method in class io.vertx.core.http.Http2Settings
- toString() - Method in class io.vertx.core.http.HttpMethod
- toString() - Method in class io.vertx.core.http.StreamPriority
- toString() - Method in class io.vertx.core.json.JsonArray
- toString() - Method in class io.vertx.core.json.JsonObject
- toString() - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Build a string representation of the JSON Pointer
- toString() - Method in class io.vertx.core.metrics.MetricsOptions
- toString() - Method in class io.vertx.core.spi.cluster.NodeInfo
- toString() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
- toString() - Method in class io.vertx.core.spi.cluster.RegistrationUpdateEvent
- toString() - Method in class io.vertx.core.tracing.TracingOptions
- toString() - Method in class io.vertx.core.VertxOptions
- toString() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
- toString() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- toString() - Method in class io.vertx.ext.auth.hashing.HashString
- toString() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
- toString() - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
- toString() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
- toString() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- toString() - Method in class io.vertx.ext.auth.otp.Authenticator
- toString() - Method in class io.vertx.ext.auth.otp.OtpKey
- toString() - Method in enum io.vertx.ext.auth.webauthn4j.Attestation
- toString() - Method in class io.vertx.ext.auth.webauthn4j.AttestationCertificates
- toString() - Method in class io.vertx.ext.auth.webauthn4j.Authenticator
- toString() - Method in enum io.vertx.ext.auth.webauthn4j.AuthenticatorAttachment
- toString() - Method in enum io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
- toString() - Method in class io.vertx.ext.auth.webauthn4j.RelyingParty
- toString() - Method in enum io.vertx.ext.auth.webauthn4j.ResidentKey
- toString() - Method in enum io.vertx.ext.auth.webauthn4j.UserVerification
- toString() - Method in class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- toString() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
-
get a representation of the address (this is mostly for testing)
- toString() - Method in class io.vertx.ext.mail.MailResult
- toString() - Method in class io.vertx.ext.mongo.AggregateOptions
- toString() - Method in class io.vertx.ext.mongo.BulkOperation
- toString() - Method in class io.vertx.ext.mongo.BulkWriteOptions
- toString() - Method in class io.vertx.ext.mongo.CollationOptions
- toString() - Method in class io.vertx.ext.mongo.CountOptions
- toString() - Method in class io.vertx.ext.mongo.CreateCollectionOptions
- toString() - Method in class io.vertx.ext.mongo.DistinctOptions
- toString() - Method in class io.vertx.ext.mongo.FindOptions
- toString() - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
- toString() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
- toString() - Method in class io.vertx.ext.mongo.IndexModel
- toString() - Method in class io.vertx.ext.mongo.IndexOptions
- toString() - Method in class io.vertx.ext.mongo.RenameCollectionOptions
- toString() - Method in class io.vertx.ext.mongo.TimeSeriesOptions
- toString() - Method in class io.vertx.ext.mongo.UpdateOptions
- toString() - Method in class io.vertx.ext.mongo.ValidationOptions
- toString() - Method in class io.vertx.ext.stomp.Frame.Heartbeat
- toString() - Method in class io.vertx.ext.stomp.Frame
- toString() - Method in enum io.vertx.grpc.common.GrpcStatus
- toString() - Method in class io.vertx.grpc.server.GrpcServerOptions
- toString() - Method in class io.vertx.httpproxy.cache.CacheOptions
- toString() - Method in class io.vertx.httpproxy.ProxyOptions
- toString() - Method in class io.vertx.json.schema.common.SchemaURNId
- toString() - Method in class io.vertx.json.schema.JsonSchemaOptions
- toString() - Method in class io.vertx.json.schema.OutputUnit
- toString() - Method in exception io.vertx.json.schema.SchemaException
- toString() - Method in exception io.vertx.json.schema.ValidationException
- toString() - Method in class io.vertx.kafka.admin.ClusterDescription
- toString() - Method in class io.vertx.kafka.admin.Config
- toString() - Method in class io.vertx.kafka.admin.ConfigEntry
- toString() - Method in class io.vertx.kafka.admin.ConfigSynonym
- toString() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
- toString() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
- toString() - Method in class io.vertx.kafka.admin.DescribeClusterOptions
- toString() - Method in class io.vertx.kafka.admin.DescribeConsumerGroupsOptions
- toString() - Method in class io.vertx.kafka.admin.DescribeTopicsOptions
- toString() - Method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
- toString() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
- toString() - Method in class io.vertx.kafka.admin.MemberAssignment
- toString() - Method in class io.vertx.kafka.admin.MemberDescription
- toString() - Method in class io.vertx.kafka.admin.NewPartitions
- toString() - Method in class io.vertx.kafka.admin.NewTopic
- toString() - Method in class io.vertx.kafka.admin.OffsetSpec
- toString() - Method in class io.vertx.kafka.admin.TopicDescription
- toString() - Method in class io.vertx.kafka.client.common.ConfigResource
- toString() - Method in class io.vertx.kafka.client.common.Node
- toString() - Method in class io.vertx.kafka.client.common.PartitionInfo
- toString() - Method in class io.vertx.kafka.client.common.TopicPartition
- toString() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
- toString() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
- toString() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
- toString() - Method in enum io.vertx.micrometer.Label
- toString() - Method in class io.vertx.mqtt.MqttClientOptions
- toString() - Method in class io.vertx.mssqlclient.MSSQLInfo
- toString() - Method in enum io.vertx.openapi.contract.Location
- toString() - Method in enum io.vertx.openapi.contract.Style
- toString() - Method in enum io.vertx.openapi.validation.ValidationContext
- toString() - Method in class io.vertx.oracleclient.data.Blob
- toString() - Method in class io.vertx.oracleclient.OraclePrepareOptions
- toString() - Method in enum io.vertx.oracleclient.ServerMode
- toString() - Method in class io.vertx.pgclient.data.Box
- toString() - Method in class io.vertx.pgclient.data.Circle
- toString() - Method in class io.vertx.pgclient.data.Interval
- toString() - Method in class io.vertx.pgclient.data.Line
- toString() - Method in class io.vertx.pgclient.data.LineSegment
- toString() - Method in class io.vertx.pgclient.data.Money
- toString() - Method in class io.vertx.pgclient.data.Path
- toString() - Method in class io.vertx.pgclient.data.Point
- toString() - Method in class io.vertx.pgclient.data.Polygon
- toString() - Method in class io.vertx.pgclient.PgNotice
- toString() - Method in class io.vertx.reactivex.amqp.AmqpClient
- toString() - Method in class io.vertx.reactivex.amqp.AmqpConnection
- toString() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- toString() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- toString() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- toString() - Method in class io.vertx.reactivex.amqp.AmqpSender
- toString() - Method in class io.vertx.reactivex.cassandra.CassandraClient
- toString() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
- toString() - Method in class io.vertx.reactivex.cassandra.ResultSet
- toString() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- toString() - Method in class io.vertx.reactivex.circuitbreaker.FailurePolicy
- toString() - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
- toString() - Method in class io.vertx.reactivex.config.ConfigRetriever
- toString() - Method in class io.vertx.reactivex.core.Context
- toString() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
- toString() - Method in class io.vertx.reactivex.core.dns.DnsClient
- toString() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
- toString() - Method in class io.vertx.reactivex.core.eventbus.EventBus
- toString() - Method in class io.vertx.reactivex.core.eventbus.Message
- toString() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
- toString() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
- toString() - Method in class io.vertx.reactivex.core.file.AsyncFile
- toString() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
- toString() - Method in class io.vertx.reactivex.core.file.FileSystem
- toString() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- toString() - Method in class io.vertx.reactivex.core.http.HttpClientAgent
- toString() - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
- toString() - Method in class io.vertx.reactivex.core.http.HttpClientConnection
- toString() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- toString() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- toString() - Method in class io.vertx.reactivex.core.http.HttpConnection
- toString() - Method in class io.vertx.reactivex.core.http.HttpHeaders
- toString() - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- toString() - Method in class io.vertx.reactivex.core.http.HttpServer
- toString() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
- toString() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- toString() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- toString() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- toString() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- toString() - Method in class io.vertx.reactivex.core.http.WebSocket
- toString() - Method in class io.vertx.reactivex.core.http.WebSocketClient
- toString() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Build a string representation of the JSON Pointer
- toString() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- toString() - Method in class io.vertx.reactivex.core.net.endpoint.Endpoint
- toString() - Method in class io.vertx.reactivex.core.net.endpoint.EndpointResolver
- toString() - Method in class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- toString() - Method in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
- toString() - Method in class io.vertx.reactivex.core.net.NetClient
- toString() - Method in class io.vertx.reactivex.core.net.NetServer
- toString() - Method in class io.vertx.reactivex.core.net.NetSocket
- toString() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
- toString() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
- toString() - Method in class io.vertx.reactivex.core.Promise
- toString() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
- toString() - Method in class io.vertx.reactivex.core.shareddata.Counter
- toString() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
- toString() - Method in class io.vertx.reactivex.core.shareddata.Lock
- toString() - Method in class io.vertx.reactivex.core.shareddata.SharedData
- toString() - Method in class io.vertx.reactivex.core.streams.Pipe
- toString() - Method in class io.vertx.reactivex.core.Timer
- toString() - Method in class io.vertx.reactivex.core.Vertx
- toString() - Method in class io.vertx.reactivex.core.VertxBuilder
- toString() - Method in class io.vertx.reactivex.core.WorkerExecutor
- toString() - Method in class io.vertx.reactivex.db2client.DB2Builder
- toString() - Method in class io.vertx.reactivex.db2client.DB2Connection
- toString() - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- toString() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- toString() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- toString() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
- toString() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- toString() - Method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
- toString() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- toString() - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
- toString() - Method in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
- toString() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
- toString() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
- toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
- toString() - Method in class io.vertx.reactivex.ext.auth.User
- toString() - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
- toString() - Method in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
- toString() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- toString() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- toString() - Method in class io.vertx.reactivex.ext.consul.Watch
- toString() - Method in class io.vertx.reactivex.ext.consul.WatchResult
- toString() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
- toString() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- toString() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
- toString() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
- toString() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
- toString() - Method in class io.vertx.reactivex.ext.mail.MailClient
- toString() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
- toString() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- toString() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
- toString() - Method in class io.vertx.reactivex.ext.stomp.Destination
- toString() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
- toString() - Method in class io.vertx.reactivex.ext.stomp.Frames
- toString() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
- toString() - Method in class io.vertx.reactivex.ext.stomp.StompClient
- toString() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
- toString() - Method in class io.vertx.reactivex.ext.stomp.StompServer
- toString() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
- toString() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
- toString() - Method in class io.vertx.reactivex.ext.unit.Async
- toString() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
- toString() - Method in class io.vertx.reactivex.ext.unit.Completion
- toString() - Method in class io.vertx.reactivex.ext.unit.report.Failure
- toString() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
- toString() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
- toString() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- toString() - Method in class io.vertx.reactivex.ext.unit.TestCase
- toString() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
- toString() - Method in class io.vertx.reactivex.ext.unit.TestContext
- toString() - Method in class io.vertx.reactivex.ext.unit.TestSuite
- toString() - Method in class io.vertx.reactivex.ext.web.client.CachingWebClient
- toString() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- toString() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- toString() - Method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
- toString() - Method in class io.vertx.reactivex.ext.web.client.WebClient
- toString() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
- toString() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
- toString() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
- toString() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
- toString() - Method in class io.vertx.reactivex.ext.web.FileUpload
- toString() - Method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- toString() - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
- toString() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- toString() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- toString() - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
- toString() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
- toString() - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
- toString() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
- toString() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
- toString() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- toString() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- toString() - Method in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- toString() - Method in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- toString() - Method in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- toString() - Method in class io.vertx.reactivex.ext.web.openapi.router.Security
- toString() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- toString() - Method in class io.vertx.reactivex.ext.web.RequestBody
- toString() - Method in class io.vertx.reactivex.ext.web.Route
- toString() - Method in class io.vertx.reactivex.ext.web.Router
- toString() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- toString() - Method in class io.vertx.reactivex.ext.web.Session
- toString() - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
- toString() - Method in class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
- toString() - Method in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- toString() - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
- toString() - Method in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- toString() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
- toString() - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- toString() - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
- toString() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
- toString() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- toString() - Method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- toString() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
- toString() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- toString() - Method in class io.vertx.reactivex.ext.web.UserContext
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- toString() - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- toString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
- toString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
- toString() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
- toString() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- toString() - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
- toString() - Method in class io.vertx.reactivex.grpc.client.GrpcClient
- toString() - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- toString() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- toString() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- toString() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
- toString() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- toString() - Method in class io.vertx.reactivex.grpc.server.GrpcServer
- toString() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- toString() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- toString() - Method in class io.vertx.reactivex.jdbcclient.JDBCConnection
- toString() - Method in class io.vertx.reactivex.jdbcclient.JDBCPool
- toString() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
- toString() - Method in class io.vertx.reactivex.json.schema.JsonFormatValidator
- toString() - Method in class io.vertx.reactivex.json.schema.JsonSchema
- toString() - Method in class io.vertx.reactivex.json.schema.Ref
- toString() - Method in class io.vertx.reactivex.json.schema.SchemaRepository
- toString() - Method in class io.vertx.reactivex.json.schema.Validator
- toString() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
- toString() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- toString() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- toString() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- toString() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- toString() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- toString() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- toString() - Method in class io.vertx.reactivex.micrometer.MetricsService
- toString() - Method in class io.vertx.reactivex.micrometer.PrometheusRequestHandler
- toString() - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- toString() - Method in class io.vertx.reactivex.mqtt.MqttClient
- toString() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- toString() - Method in class io.vertx.reactivex.mqtt.MqttServer
- toString() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
- toString() - Method in class io.vertx.reactivex.mssqlclient.MSSQLBuilder
- toString() - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
- toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLBuilder
- toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
- toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
- toString() - Method in class io.vertx.reactivex.openapi.contract.MediaType
- toString() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlow
- toString() - Method in class io.vertx.reactivex.openapi.contract.OAuthFlows
- toString() - Method in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- toString() - Method in class io.vertx.reactivex.openapi.contract.Operation
- toString() - Method in class io.vertx.reactivex.openapi.contract.Parameter
- toString() - Method in class io.vertx.reactivex.openapi.contract.Path
- toString() - Method in class io.vertx.reactivex.openapi.contract.RequestBody
- toString() - Method in class io.vertx.reactivex.openapi.contract.Response
- toString() - Method in class io.vertx.reactivex.openapi.contract.SecurityRequirement
- toString() - Method in class io.vertx.reactivex.openapi.contract.SecurityScheme
- toString() - Method in class io.vertx.reactivex.openapi.contract.Server
- toString() - Method in class io.vertx.reactivex.openapi.validation.RequestParameter
- toString() - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
- toString() - Method in class io.vertx.reactivex.openapi.validation.ResponseParameter
- toString() - Method in class io.vertx.reactivex.openapi.validation.ValidatableRequest
- toString() - Method in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- toString() - Method in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- toString() - Method in class io.vertx.reactivex.openapi.validation.ValidatedResponse
- toString() - Method in class io.vertx.reactivex.oracleclient.OracleBuilder
- toString() - Method in class io.vertx.reactivex.oracleclient.OracleClient
- toString() - Method in class io.vertx.reactivex.oracleclient.OracleConnection
- toString() - Method in class io.vertx.reactivex.pgclient.PgBuilder
- toString() - Method in class io.vertx.reactivex.pgclient.PgConnection
- toString() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- toString() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
- toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
- toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
- toString() - Method in class io.vertx.reactivex.redis.client.Redis
- toString() - Method in class io.vertx.reactivex.redis.client.RedisAPI
- toString() - Method in class io.vertx.reactivex.redis.client.RedisCluster
- toString() - Method in class io.vertx.reactivex.redis.client.RedisConnection
- toString() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- toString() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
- toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
- toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
- toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
- toString() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
- toString() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
- toString() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
- toString() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
- toString() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
- toString() - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
- toString() - Method in class io.vertx.reactivex.sqlclient.Cursor
- toString() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- toString() - Method in class io.vertx.reactivex.sqlclient.Pool
- toString() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
- toString() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
- toString() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
- toString() - Method in class io.vertx.reactivex.sqlclient.Query
- toString() - Method in class io.vertx.reactivex.sqlclient.Row
- toString() - Method in class io.vertx.reactivex.sqlclient.RowIterator
- toString() - Method in class io.vertx.reactivex.sqlclient.RowSet
- toString() - Method in class io.vertx.reactivex.sqlclient.RowStream
- toString() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- toString() - Method in class io.vertx.reactivex.sqlclient.SqlClient
- toString() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
- toString() - Method in class io.vertx.reactivex.sqlclient.SqlResult
- toString() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
- toString() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- toString() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
- toString() - Method in class io.vertx.reactivex.sqlclient.Transaction
- toString() - Method in class io.vertx.reactivex.sqlclient.Tuple
- toString() - Method in class io.vertx.reactivex.uritemplate.UriTemplate
- toString() - Method in class io.vertx.reactivex.uritemplate.Variables
- toString() - Method in interface io.vertx.redis.client.Response
-
Get this response as a String.
- toString() - Method in class io.vertx.rxjava3.amqp.AmqpClient
- toString() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
- toString() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- toString() - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- toString() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- toString() - Method in class io.vertx.rxjava3.amqp.AmqpSender
- toString() - Method in class io.vertx.rxjava3.cassandra.CassandraClient
- toString() - Method in class io.vertx.rxjava3.cassandra.CassandraRowStream
- toString() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- toString() - Method in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- toString() - Method in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- toString() - Method in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
- toString() - Method in class io.vertx.rxjava3.config.ConfigRetriever
- toString() - Method in class io.vertx.rxjava3.core.Context
- toString() - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
- toString() - Method in class io.vertx.rxjava3.core.dns.DnsClient
- toString() - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- toString() - Method in class io.vertx.rxjava3.core.eventbus.EventBus
- toString() - Method in class io.vertx.rxjava3.core.eventbus.Message
- toString() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- toString() - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
- toString() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- toString() - Method in class io.vertx.rxjava3.core.file.AsyncFileLock
- toString() - Method in class io.vertx.rxjava3.core.file.FileSystem
- toString() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- toString() - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
- toString() - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
- toString() - Method in class io.vertx.rxjava3.core.http.HttpClientConnection
- toString() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- toString() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- toString() - Method in class io.vertx.rxjava3.core.http.HttpConnection
- toString() - Method in class io.vertx.rxjava3.core.http.HttpHeaders
- toString() - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- toString() - Method in class io.vertx.rxjava3.core.http.HttpServer
- toString() - Method in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- toString() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- toString() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- toString() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- toString() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- toString() - Method in class io.vertx.rxjava3.core.http.WebSocket
- toString() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
- toString() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Build a string representation of the JSON Pointer
- toString() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- toString() - Method in class io.vertx.rxjava3.core.net.endpoint.Endpoint
- toString() - Method in class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- toString() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- toString() - Method in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
- toString() - Method in class io.vertx.rxjava3.core.net.NetClient
- toString() - Method in class io.vertx.rxjava3.core.net.NetServer
- toString() - Method in class io.vertx.rxjava3.core.net.NetSocket
- toString() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
- toString() - Method in class io.vertx.rxjava3.core.parsetools.RecordParser
- toString() - Method in class io.vertx.rxjava3.core.Promise
- toString() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
- toString() - Method in class io.vertx.rxjava3.core.shareddata.Counter
- toString() - Method in class io.vertx.rxjava3.core.shareddata.LocalMap
- toString() - Method in class io.vertx.rxjava3.core.shareddata.Lock
- toString() - Method in class io.vertx.rxjava3.core.shareddata.SharedData
- toString() - Method in class io.vertx.rxjava3.core.streams.Pipe
- toString() - Method in class io.vertx.rxjava3.core.Timer
- toString() - Method in class io.vertx.rxjava3.core.Vertx
- toString() - Method in class io.vertx.rxjava3.core.VertxBuilder
- toString() - Method in class io.vertx.rxjava3.core.WorkerExecutor
- toString() - Method in class io.vertx.rxjava3.db2client.DB2Builder
- toString() - Method in class io.vertx.rxjava3.db2client.DB2Connection
- toString() - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- toString() - Method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
- toString() - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- toString() - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
- toString() - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.ChainAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
- toString() - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
- toString() - Method in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- toString() - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
- toString() - Method in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
- toString() - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
- toString() - Method in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
- toString() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
- toString() - Method in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
- toString() - Method in class io.vertx.rxjava3.ext.auth.User
- toString() - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
- toString() - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
- toString() - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- toString() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- toString() - Method in class io.vertx.rxjava3.ext.consul.Watch
- toString() - Method in class io.vertx.rxjava3.ext.consul.WatchResult
- toString() - Method in class io.vertx.rxjava3.ext.dropwizard.MetricsService
- toString() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- toString() - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- toString() - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
- toString() - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
- toString() - Method in class io.vertx.rxjava3.ext.mail.MailClient
- toString() - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
- toString() - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- toString() - Method in class io.vertx.rxjava3.ext.stomp.Acknowledgement
- toString() - Method in class io.vertx.rxjava3.ext.stomp.Destination
- toString() - Method in class io.vertx.rxjava3.ext.stomp.DestinationFactory
- toString() - Method in class io.vertx.rxjava3.ext.stomp.Frames
- toString() - Method in class io.vertx.rxjava3.ext.stomp.ServerFrame
- toString() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
- toString() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- toString() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
- toString() - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- toString() - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
- toString() - Method in class io.vertx.rxjava3.ext.unit.Async
- toString() - Method in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- toString() - Method in class io.vertx.rxjava3.ext.unit.Completion
- toString() - Method in class io.vertx.rxjava3.ext.unit.report.Failure
- toString() - Method in class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- toString() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
- toString() - Method in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- toString() - Method in class io.vertx.rxjava3.ext.unit.TestCase
- toString() - Method in class io.vertx.rxjava3.ext.unit.TestCompletion
- toString() - Method in class io.vertx.rxjava3.ext.unit.TestContext
- toString() - Method in class io.vertx.rxjava3.ext.unit.TestSuite
- toString() - Method in class io.vertx.rxjava3.ext.web.client.CachingWebClient
- toString() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- toString() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- toString() - Method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
- toString() - Method in class io.vertx.rxjava3.ext.web.client.WebClient
- toString() - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
- toString() - Method in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- toString() - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
- toString() - Method in class io.vertx.rxjava3.ext.web.common.WebEnvironment
- toString() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.BodyHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.SessionHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.StaticHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
- toString() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
- toString() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- toString() - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- toString() - Method in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- toString() - Method in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- toString() - Method in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- toString() - Method in class io.vertx.rxjava3.ext.web.openapi.router.Security
- toString() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- toString() - Method in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- toString() - Method in class io.vertx.rxjava3.ext.web.RequestBody
- toString() - Method in class io.vertx.rxjava3.ext.web.Route
- toString() - Method in class io.vertx.rxjava3.ext.web.Router
- toString() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- toString() - Method in class io.vertx.rxjava3.ext.web.Session
- toString() - Method in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
- toString() - Method in class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
- toString() - Method in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
- toString() - Method in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
- toString() - Method in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- toString() - Method in class io.vertx.rxjava3.ext.web.sstore.SessionStore
- toString() - Method in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- toString() - Method in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- toString() - Method in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
- toString() - Method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- toString() - Method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- toString() - Method in class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
- toString() - Method in class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- toString() - Method in class io.vertx.rxjava3.ext.web.UserContext
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ObjectParserFactory
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- toString() - Method in class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- toString() - Method in class io.vertx.rxjava3.grpc.client.GrpcClient
- toString() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- toString() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- toString() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- toString() - Method in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- toString() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- toString() - Method in class io.vertx.rxjava3.grpc.server.GrpcServer
- toString() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- toString() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- toString() - Method in class io.vertx.rxjava3.httpproxy.Body
- toString() - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
- toString() - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
- toString() - Method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- toString() - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- toString() - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- toString() - Method in class io.vertx.rxjava3.httpproxy.ProxyContext
- toString() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- toString() - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
- toString() - Method in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- toString() - Method in class io.vertx.rxjava3.jdbcclient.JDBCPool
- toString() - Method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
- toString() - Method in class io.vertx.rxjava3.json.schema.JsonFormatValidator
- toString() - Method in class io.vertx.rxjava3.json.schema.JsonSchema
- toString() - Method in class io.vertx.rxjava3.json.schema.Ref
- toString() - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
- toString() - Method in class io.vertx.rxjava3.json.schema.Validator
- toString() - Method in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
- toString() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- toString() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- toString() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- toString() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- toString() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- toString() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- toString() - Method in class io.vertx.rxjava3.micrometer.MetricsService
- toString() - Method in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
- toString() - Method in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- toString() - Method in class io.vertx.rxjava3.mqtt.MqttClient
- toString() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- toString() - Method in class io.vertx.rxjava3.mqtt.MqttServer
- toString() - Method in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- toString() - Method in class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
- toString() - Method in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- toString() - Method in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
- toString() - Method in class io.vertx.rxjava3.mysqlclient.MySQLClient
- toString() - Method in class io.vertx.rxjava3.mysqlclient.MySQLConnection
- toString() - Method in class io.vertx.rxjava3.openapi.contract.MediaType
- toString() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlow
- toString() - Method in class io.vertx.rxjava3.openapi.contract.OAuthFlows
- toString() - Method in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- toString() - Method in class io.vertx.rxjava3.openapi.contract.Operation
- toString() - Method in class io.vertx.rxjava3.openapi.contract.Parameter
- toString() - Method in class io.vertx.rxjava3.openapi.contract.Path
- toString() - Method in class io.vertx.rxjava3.openapi.contract.RequestBody
- toString() - Method in class io.vertx.rxjava3.openapi.contract.Response
- toString() - Method in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- toString() - Method in class io.vertx.rxjava3.openapi.contract.SecurityScheme
- toString() - Method in class io.vertx.rxjava3.openapi.contract.Server
- toString() - Method in class io.vertx.rxjava3.openapi.validation.RequestParameter
- toString() - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
- toString() - Method in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- toString() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- toString() - Method in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- toString() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- toString() - Method in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- toString() - Method in class io.vertx.rxjava3.oracleclient.OracleBuilder
- toString() - Method in class io.vertx.rxjava3.oracleclient.OracleClient
- toString() - Method in class io.vertx.rxjava3.oracleclient.OracleConnection
- toString() - Method in class io.vertx.rxjava3.pgclient.PgBuilder
- toString() - Method in class io.vertx.rxjava3.pgclient.PgConnection
- toString() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- toString() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- toString() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- toString() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- toString() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- toString() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
- toString() - Method in class io.vertx.rxjava3.redis.client.Redis
- toString() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
- toString() - Method in class io.vertx.rxjava3.redis.client.RedisCluster
- toString() - Method in class io.vertx.rxjava3.redis.client.RedisConnection
- toString() - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- toString() - Method in class io.vertx.rxjava3.servicediscovery.ServiceReference
- toString() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
- toString() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
- toString() - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
- toString() - Method in class io.vertx.rxjava3.servicediscovery.types.EventBusService
- toString() - Method in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- toString() - Method in class io.vertx.rxjava3.servicediscovery.types.MessageSource
- toString() - Method in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- toString() - Method in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- toString() - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
- toString() - Method in class io.vertx.rxjava3.sqlclient.Cursor
- toString() - Method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- toString() - Method in class io.vertx.rxjava3.sqlclient.Pool
- toString() - Method in class io.vertx.rxjava3.sqlclient.PreparedQuery
- toString() - Method in class io.vertx.rxjava3.sqlclient.PreparedStatement
- toString() - Method in class io.vertx.rxjava3.sqlclient.PropertyKind
- toString() - Method in class io.vertx.rxjava3.sqlclient.Query
- toString() - Method in class io.vertx.rxjava3.sqlclient.Row
- toString() - Method in class io.vertx.rxjava3.sqlclient.RowIterator
- toString() - Method in class io.vertx.rxjava3.sqlclient.RowSet
- toString() - Method in class io.vertx.rxjava3.sqlclient.RowStream
- toString() - Method in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- toString() - Method in class io.vertx.rxjava3.sqlclient.SqlClient
- toString() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
- toString() - Method in class io.vertx.rxjava3.sqlclient.SqlResult
- toString() - Method in class io.vertx.rxjava3.sqlclient.templates.RowMapper
- toString() - Method in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- toString() - Method in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- toString() - Method in class io.vertx.rxjava3.sqlclient.Transaction
- toString() - Method in class io.vertx.rxjava3.sqlclient.Tuple
- toString() - Method in class io.vertx.rxjava3.uritemplate.UriTemplate
- toString() - Method in class io.vertx.rxjava3.uritemplate.Variables
- toString() - Method in class io.vertx.servicediscovery.Record
- toString() - Method in class io.vertx.sqlclient.data.Numeric
- toString() - Method in class io.vertx.sqlclient.PrepareOptions
- toString(Object) - Method in interface io.vertx.core.spi.json.JsonCodec
-
Encode the specified
object
to a string. - toString(Object, boolean) - Method in class io.vertx.core.json.jackson.DatabindCodec
- toString(Object, boolean) - Method in class io.vertx.core.json.jackson.JacksonCodec
- toString(Object, boolean) - Method in interface io.vertx.core.spi.json.JsonCodec
-
Encode the specified
object
to a string. - toString(String) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a
String
representation of the Buffer with the encoding specified byenc
- toString(Charset) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a
String
representation of the Buffer with the encoding specified byenc
- toString(Charset) - Method in interface io.vertx.redis.client.Response
-
Get this response as a String encoded with the given charset.
- toSubscriber() - Method in class io.vertx.reactivex.amqp.AmqpSender
- toSubscriber() - Method in class io.vertx.reactivex.core.file.AsyncFile
- toSubscriber() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
- toSubscriber() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- toSubscriber() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- toSubscriber() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- toSubscriber() - Method in class io.vertx.reactivex.core.http.WebSocket
- toSubscriber() - Method in class io.vertx.reactivex.core.net.NetSocket
- toSubscriber() - Method in interface io.vertx.reactivex.core.streams.WriteStream
- toSubscriber() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- toSubscriber() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- toSubscriber() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- toSubscriber() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- toSubscriber() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- toSubscriber() - Method in class io.vertx.rxjava3.amqp.AmqpSender
- toSubscriber() - Method in class io.vertx.rxjava3.core.file.AsyncFile
- toSubscriber() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
- toSubscriber() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- toSubscriber() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- toSubscriber() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- toSubscriber() - Method in class io.vertx.rxjava3.core.http.WebSocket
- toSubscriber() - Method in class io.vertx.rxjava3.core.net.NetSocket
- toSubscriber() - Method in interface io.vertx.rxjava3.core.streams.WriteStream
- toSubscriber() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- toSubscriber() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- toSubscriber() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- toSubscriber() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- toSubscriber() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- toSubscriber(WriteStream<T>) - Static method in class io.vertx.reactivex.RxHelper
-
Adapts a Vert.x
WriteStream
to an RxJavaSubscriber
. - toSubscriber(WriteStream<T>) - Static method in class io.vertx.rxjava3.RxHelper
-
Adapts a Vert.x
WriteStream
to an RxJavaSubscriber
. - toSubscriber(WriteStream<T>, Function<R, T>) - Static method in class io.vertx.reactivex.RxHelper
-
Like
RxHelper.toSubscriber(WriteStream)
, except the providedmapping
function is applied to eachFlowable
item. - toSubscriber(WriteStream<T>, Function<R, T>) - Static method in class io.vertx.rxjava3.RxHelper
-
Like
RxHelper.toSubscriber(WriteStream)
, except the providedmapping
function is applied to eachFlowable
item. - totalSpace() - Method in interface io.vertx.core.file.FileSystemProps
- TotpAuth - Class in io.vertx.reactivex.ext.auth.otp.totp
-
An extension of AuthProvider which uses the one time passwords based on time to perform authentication.
- TotpAuth - Class in io.vertx.rxjava3.ext.auth.otp.totp
-
An extension of AuthProvider which uses the one time passwords based on time to perform authentication.
- TotpAuth - Interface in io.vertx.ext.auth.otp.totp
-
An extension of AuthProvider which uses the one time passwords based on time to perform authentication.
- TotpAuth(TotpAuth) - Constructor for class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
- TotpAuth(TotpAuth) - Constructor for class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
- TotpAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
- TotpAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
- TotpAuthOptions - Class in io.vertx.ext.auth.otp.totp
-
Options configuring TOTP authentication.
- TotpAuthOptions() - Constructor for class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- TotpAuthOptions(int, int, long) - Constructor for class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- TotpAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.otp.totp.TotpAuthOptions
- TotpAuthOptionsConverter - Class in io.vertx.ext.auth.otp.totp
-
Converter and mapper for
TotpAuthOptions
. - TotpAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.otp.totp.TotpAuthOptionsConverter
- touch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Alters the last access time of a key(s).
- touch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Alters the last access time of a key(s).
- touch(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Alters the last access time of a key(s).
- TOUCH - Static variable in interface io.vertx.redis.client.Command
-
Alters the last access time of a key(s).
- toURI() - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Build a URI representation of the JSON Pointer
- toURI() - Method in class io.vertx.json.schema.common.SchemaURNId
- toURI() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Build a URI representation of the JSON Pointer
- toURI() - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Build a URI representation of the JSON Pointer
- toUUID(String) - Static method in class io.vertx.ext.auth.webauthn4j.Authenticator
- toVertx(String) - Method in class io.vertx.camel.InboundMapping
-
Fluent version of
InboundMapping.setAddress(String)
. - toWebSocket() - Method in interface io.vertx.core.http.HttpServerRequest
-
Upgrade the connection of the current request to a WebSocket.
- toWebSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Upgrade the connection of the current request to a WebSocket.
- toWebSocket() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Upgrade the connection of the current request to a WebSocket.
- trace() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP TRACE request
- trace() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP TRACE request
- trace() - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches any HTTP TRACE request
- trace(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP TRACE request and the specified path
- trace(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP TRACE request and the specified path
- trace(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP TRACE request and the specified path
- TRACE - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2616
TRACE
method, this instance is interned and uniquely used. - tracedQuery(Object, JsonPointerIterator) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Query
objectToQuery
tracing each element walked during the query, including the first and the result (if any).
The first element of the list is objectToQuery and the last is the result, or the element before the first null was encountered - tracedQuery(Object, JsonPointerIterator) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Query
objectToQuery
tracing each element walked during the query, including the first and the result (if any).
The first element of the list is objectToQuery and the last is the result, or the element before the first null was encountered - tracedQuery(Object, JsonPointerIterator) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Query
objectToQuery
tracing each element walked during the query, including the first and the result (if any).
The first element of the list is objectToQuery and the last is the result, or the element before the first null was encountered - traceOperation() - Method in interface io.vertx.core.http.HttpClientRequest
- traceOperation() - Method in interface io.vertx.ext.web.client.HttpRequest
- traceOperation() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- traceOperation() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- traceOperation() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- traceOperation() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- traceOperation(String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Set the trace operation of this request.
- traceOperation(String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Trace operation name override.
- traceOperation(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Set the trace operation of this request.
- traceOperation(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Trace operation name override.
- traceOperation(String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Set the trace operation of this request.
- traceOperation(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Trace operation name override.
- tracer(TracingOptions) - Method in interface io.vertx.core.spi.VertxTracerFactory
-
Create a new
VertxTracer
object. - tracer(TracingOptions) - Method in class io.vertx.tracing.opentelemetry.OpenTelemetryTracingFactory
- tracer(TracingOptions) - Method in class io.vertx.tracing.opentracing.OpenTracingTracerFactory
- tracer(TracingOptions) - Method in class io.vertx.tracing.zipkin.ZipkinTracerFactory
- TraceTags - Enum in io.vertx.kafka.client.common.tracing
-
Tags for Kafka Tracing
- traceWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP TRACE request and the specified path regex
- traceWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP TRACE request and the specified path regex
- traceWithRegex(String) - Method in class io.vertx.rxjava3.ext.web.Router
-
Add a route that matches a HTTP TRACE request and the specified path regex
- TracingOptions - Class in io.vertx.core.tracing
-
Vert.x tracing base configuration, this class can be extended by provider implementations to configure those specific implementations.
- TracingOptions() - Constructor for class io.vertx.core.tracing.TracingOptions
-
Default constructor
- TracingOptions(JsonObject) - Constructor for class io.vertx.core.tracing.TracingOptions
-
Create an instance from a
JsonObject
- TracingOptions(TracingOptions) - Constructor for class io.vertx.core.tracing.TracingOptions
-
Copy constructor
- TracingOptionsConverter - Class in io.vertx.core.tracing
-
Converter and mapper for
TracingOptions
. - TracingOptionsConverter() - Constructor for class io.vertx.core.tracing.TracingOptionsConverter
- TracingPolicy - Enum in io.vertx.core.tracing
-
Policy controlling the behavior across boundaries.
- TrafficShapingOptions - Class in io.vertx.core.net
-
Options describing how
GlobalTrafficShapingHandler
will handle traffic shaping. - TrafficShapingOptions() - Constructor for class io.vertx.core.net.TrafficShapingOptions
- TrafficShapingOptions(JsonObject) - Constructor for class io.vertx.core.net.TrafficShapingOptions
- TrafficShapingOptions(TrafficShapingOptions) - Constructor for class io.vertx.core.net.TrafficShapingOptions
- TrafficShapingOptionsConverter - Class in io.vertx.core.net
-
Converter and mapper for
TrafficShapingOptions
. - TrafficShapingOptionsConverter() - Constructor for class io.vertx.core.net.TrafficShapingOptionsConverter
- trailers() - Method in interface io.vertx.core.http.HttpClientResponse
- trailers() - Method in interface io.vertx.core.http.HttpServerResponse
- trailers() - Method in interface io.vertx.ext.web.client.HttpResponse
- trailers() - Method in interface io.vertx.grpc.client.GrpcClientResponse
- trailers() - Method in interface io.vertx.grpc.server.GrpcServerResponse
- trailers() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- trailers() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- trailers() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- trailers() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- trailers() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- trailers() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- trailers() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- trailers() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- trailers() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- trailers() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- transaction() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
- transaction() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
- transaction() - Method in interface io.vertx.sqlclient.SqlConnection
- transaction(TxnRequest) - Method in interface io.vertx.ext.consul.ConsulClient
-
Manages multiple operations inside a single, atomic transaction.
- transaction(TxnRequest) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Manages multiple operations inside a single, atomic transaction.
- transaction(TxnRequest) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Manages multiple operations inside a single, atomic transaction.
- Transaction - Class in io.vertx.reactivex.sqlclient
-
A transaction.
- Transaction - Class in io.vertx.rxjava3.sqlclient
-
A transaction.
- Transaction - Interface in io.vertx.sqlclient
-
A transaction.
- Transaction(Transaction) - Constructor for class io.vertx.reactivex.sqlclient.Transaction
- Transaction(Transaction) - Constructor for class io.vertx.rxjava3.sqlclient.Transaction
- Transaction(Object) - Constructor for class io.vertx.reactivex.sqlclient.Transaction
- Transaction(Object) - Constructor for class io.vertx.rxjava3.sqlclient.Transaction
- TRANSACTION - Static variable in class io.vertx.ext.stomp.Frame
- TransactionIsolation - Enum in io.vertx.jdbcclient
-
Represents a Transaction Isolation Level
- TransactionPropagation - Enum in io.vertx.sqlclient
-
Defines how the acquired connection will be managed during the execution of the function provided in
Pool.withTransaction(TransactionPropagation, Function)
. - TransactionRollbackException - Exception in io.vertx.sqlclient
-
Failure reported to the
Transaction.completion()
future when the database server reports the current transaction is failed. - TRANSCODING - io.vertx.grpc.server.GrpcProtocol
-
gRPC transcoding HTTP/1
- TRANSFER_ENCODING - Static variable in interface io.vertx.core.http.HttpHeaders
-
Transfer-Encoding header name
- TRANSFER_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Transfer-Encoding header name
- TRANSFER_ENCODING - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Transfer-Encoding header name
- transform() - Method in class io.vertx.openapi.validation.analyser.ApplicationJsonAnalyser
- transform() - Method in class io.vertx.openapi.validation.analyser.ContentAnalyser
-
Transforms the content into a format that can be validated by the
RequestValidator
, orResponseValidator
. - transform() - Method in class io.vertx.openapi.validation.analyser.MultipartFormAnalyser
- transform(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.LabelTransformer
- transform(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.MatrixTransformer
- transform(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.ParameterTransformer
-
Transforms the raw value from its
String
representation into JSON. - transform(ServiceException) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
- transform(BiFunction<? super T, ? super Throwable, Future<U>>) - Method in interface io.vertx.core.Future
-
Transform this future with a
mapper
function. - transform(Function<AsyncResult<T>, Future<U>>) - Method in interface io.vertx.core.Future
-
Transform this future with a
mapper
function. - transform(S) - Method in interface io.vertx.core.eventbus.MessageCodec
-
If a message is sent locally across the event bus, this method is called to transform the message from the sent type S to the received type R
- transformArray(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.ParameterTransformer
-
Like
ParameterTransformer.transform(Parameter, String)
, but only for values considered to be an array. - transformJson(Function<Object, Object>) - Static method in interface io.vertx.httpproxy.interceptors.BodyTransformer
-
Create a callback for transform json with unknown shape.
- transformJson(Function<Object, Object>) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
-
Create a callback for transform json with unknown shape.
- transformJsonArray(Function<JsonArray, JsonArray>) - Static method in interface io.vertx.httpproxy.interceptors.BodyTransformer
-
Create a callback for transform JsonArray.
- transformJsonArray(Function<JsonArray, JsonArray>) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
-
Create a callback for transform JsonArray.
- transformJsonObject(Function<JsonObject, JsonObject>) - Static method in interface io.vertx.httpproxy.interceptors.BodyTransformer
-
Create a callback for transform JsonObject.
- transformJsonObject(Function<JsonObject, JsonObject>) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
-
Create a callback for transform JsonObject.
- transformObject(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.ParameterTransformer
-
Like
ParameterTransformer.transform(Parameter, String)
, but only for values considered to be an object. - transformPrimitive(Parameter, String) - Method in class io.vertx.openapi.validation.transformer.ParameterTransformer
-
Like
ParameterTransformer.transform(Parameter, String)
, but only for values considered to be primitive. - transformText(Function<String, String>, String) - Static method in interface io.vertx.httpproxy.interceptors.BodyTransformer
-
Create a callback for transform texts.
- transformText(Function<String, String>, String) - Static method in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
-
Create a callback for transform texts.
- Transport - Enum in io.vertx.ext.web.handler.sockjs
-
The available SockJS transports
- Transport - Interface in io.vertx.core.spi.transport
-
The transport used by a
Vertx
instance. - Transport - Interface in io.vertx.core.transport
-
The transport used by a
Vertx
instance. - traverse(File) - Static method in class io.vertx.config.spi.utils.FileSet
-
List all the files from a directory (recursive)
- truncate(String, long) - Method in interface io.vertx.core.file.FileSystem
-
Truncate the file represented by
path
to lengthlen
in bytes, asynchronously. - truncate(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Truncate the file represented by
path
to lengthlen
in bytes, asynchronously. - truncate(String, long) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Truncate the file represented by
path
to lengthlen
in bytes, asynchronously. - truncateBlocking(String, long) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.truncate(String, long)
- truncateBlocking(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.truncate(java.lang.String, long)
- truncateBlocking(String, long) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.truncate(java.lang.String, long)
- trustManagerFactory(TrustManagerFactory) - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
- trustManagerFactory(TrustManagerFactory) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Set the trust manager factory to use.
- trustManagerMapper(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
- trustManagerMapper(Vertx) - Method in class io.vertx.core.net.PemTrustOptions
- trustManagerMapper(Vertx) - Method in interface io.vertx.core.net.TrustOptions
-
Returns a function that maps SNI server names to a
TrustManagerFactory
instance. - trustOptions() - Method in interface io.vertx.core.net.SelfSignedCertificate
-
Provides the
TrustOptions
X.509 certificate file in PEM format corresponding to theSelfSignedCertificate.certificatePath()
- TrustOptions - Interface in io.vertx.core.net
-
Certification authority configuration options.
- tryCast(Address) - Method in interface io.vertx.core.spi.endpoint.EndpointResolver
-
Try to cast the
address
to an address instance that can be resolved by this resolver instance. - tryComplete() - Method in interface io.vertx.core.Promise
-
Calls
tryComplete(null)
. - tryComplete() - Method in class io.vertx.reactivex.core.Promise
-
Calls
tryComplete(null)
. - tryComplete() - Method in class io.vertx.rxjava3.core.Promise
-
Calls
tryComplete(null)
. - tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(Boolean) - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(Boolean) - Method in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(Boolean) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(Object) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(T) - Method in interface io.vertx.core.Promise
-
Like
Promise.complete(Object)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(T) - Method in class io.vertx.reactivex.core.Promise
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryComplete(T) - Method in class io.vertx.rxjava3.core.Promise
-
Like
Promise.complete(T, java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryFail(String) - Method in interface io.vertx.core.Promise
-
Calls
Promise.fail(Throwable)
with themessage
. - tryFail(String) - Method in class io.vertx.reactivex.core.Promise
-
Calls
Promise.fail(java.lang.Throwable)
with themessage
. - tryFail(String) - Method in class io.vertx.rxjava3.core.Promise
-
Calls
Promise.fail(java.lang.Throwable)
with themessage
. - tryFail(Throwable) - Method in interface io.vertx.core.Promise
-
Like
Promise.fail(Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryFail(Throwable) - Method in class io.vertx.reactivex.core.Promise
-
Like
Promise.fail(java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryFail(Throwable) - Method in class io.vertx.rxjava3.core.Promise
-
Like
Promise.fail(java.lang.Throwable)
but returnsfalse
when the promise is already completed instead of throwing anIllegalStateException
, it returnstrue
otherwise. - tryLock() - Method in interface io.vertx.core.file.AsyncFile
-
Try to acquire a non-shared lock on the entire file.
- tryLock() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Try to acquire a non-shared lock on the entire file.
- tryLock() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Try to acquire a non-shared lock on the entire file.
- tryLock(long, long, boolean) - Method in interface io.vertx.core.file.AsyncFile
-
Try to acquire a lock on a portion of this file.
- tryLock(long, long, boolean) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Try to acquire a lock on a portion of this file.
- tryLock(long, long, boolean) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Try to acquire a lock on a portion of this file.
- TS_ADD - Static variable in interface io.vertx.redis.client.Command
- TS_ALTER - Static variable in interface io.vertx.redis.client.Command
- TS_CREATE - Static variable in interface io.vertx.redis.client.Command
- TS_CREATERULE - Static variable in interface io.vertx.redis.client.Command
- TS_DECRBY - Static variable in interface io.vertx.redis.client.Command
- TS_DEL - Static variable in interface io.vertx.redis.client.Command
- TS_DELETERULE - Static variable in interface io.vertx.redis.client.Command
- TS_GET - Static variable in interface io.vertx.redis.client.Command
- TS_INCRBY - Static variable in interface io.vertx.redis.client.Command
- TS_INFO - Static variable in interface io.vertx.redis.client.Command
- TS_MADD - Static variable in interface io.vertx.redis.client.Command
- TS_MGET - Static variable in interface io.vertx.redis.client.Command
- TS_MRANGE - Static variable in interface io.vertx.redis.client.Command
- TS_MREVRANGE - Static variable in interface io.vertx.redis.client.Command
- TS_QUERYINDEX - Static variable in interface io.vertx.redis.client.Command
- TS_RANGE - Static variable in interface io.vertx.redis.client.Command
- TS_REVRANGE - Static variable in interface io.vertx.redis.client.Command
- tsAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.ADD.
- tsAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.ADD.
- tsAdd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.ADD.
- tsAlter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.ALTER.
- tsAlter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.ALTER.
- tsAlter(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.ALTER.
- tsCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.CREATE.
- tsCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.CREATE.
- tsCreate(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.CREATE.
- tsCreaterule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.CREATERULE.
- tsCreaterule(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.CREATERULE.
- tsCreaterule(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.CREATERULE.
- tsDecrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.DECRBY.
- tsDecrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.DECRBY.
- tsDecrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.DECRBY.
- tsDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.DEL.
- tsDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.DEL.
- tsDel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.DEL.
- tsDeleterule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.DELETERULE.
- tsDeleterule(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.DELETERULE.
- tsDeleterule(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.DELETERULE.
- tsGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.GET.
- tsGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.GET.
- tsGet(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.GET.
- tsIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.INCRBY.
- tsIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.INCRBY.
- tsIncrby(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.INCRBY.
- tsInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.INFO.
- tsInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.INFO.
- tsInfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.INFO.
- tsMadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.MADD.
- tsMadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.MADD.
- tsMadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.MADD.
- tsMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.MGET.
- tsMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.MGET.
- tsMget(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.MGET.
- tsMrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.MRANGE.
- tsMrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.MRANGE.
- tsMrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.MRANGE.
- tsMrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.MREVRANGE.
- tsMrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.MREVRANGE.
- tsMrevrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.MREVRANGE.
- tsQueryindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.QUERYINDEX.
- tsQueryindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.QUERYINDEX.
- tsQueryindex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.QUERYINDEX.
- tsRange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.RANGE.
- tsRange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.RANGE.
- tsRange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.RANGE.
- tsRevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Redis command TS.REVRANGE.
- tsRevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.REVRANGE.
- tsRevrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Redis command TS.REVRANGE.
- ttl() - Method in interface io.vertx.amqp.AmqpMessage
- ttl() - Method in interface io.vertx.core.dns.MxRecord
-
The record time to live
- ttl() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the record time to live
- ttl() - Method in class io.vertx.reactivex.amqp.AmqpMessage
- ttl() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
- ttl(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- ttl(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- ttl(long) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- ttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the time to live for a key in seconds.
- ttl(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the time to live for a key in seconds.
- ttl(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the time to live for a key in seconds.
- TTL - Static variable in interface io.vertx.redis.client.Command
-
Get the time to live for a key in seconds.
- Tty - Interface in io.vertx.ext.shell.term
-
Provide interactions with the Shell TTY.
- tuple() - Static method in class io.vertx.reactivex.sqlclient.Tuple
- tuple() - Static method in class io.vertx.rxjava3.sqlclient.Tuple
- tuple() - Static method in interface io.vertx.sqlclient.Tuple
- tuple(List<Object>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Create a tuple with the provided
elements
list. - tuple(List<Object>) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Create a tuple with the provided
elements
list. - tuple(List<Object>) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple with the provided
elements
list. - Tuple - Class in io.vertx.reactivex.sqlclient
-
A general purpose tuple.
- Tuple - Class in io.vertx.rxjava3.sqlclient
-
A general purpose tuple.
- Tuple - Interface in io.vertx.sqlclient
-
A general purpose tuple.
- Tuple(Tuple) - Constructor for class io.vertx.reactivex.sqlclient.Tuple
- Tuple(Tuple) - Constructor for class io.vertx.rxjava3.sqlclient.Tuple
- Tuple(Object) - Constructor for class io.vertx.reactivex.sqlclient.Tuple
- Tuple(Object) - Constructor for class io.vertx.rxjava3.sqlclient.Tuple
- TupleMapper<T> - Class in io.vertx.reactivex.sqlclient.templates
-
Map an arbitrary
T
object to a . - TupleMapper<T> - Class in io.vertx.rxjava3.sqlclient.templates
-
Map an arbitrary
T
object to a . - TupleMapper<T> - Interface in io.vertx.sqlclient.templates
-
Map an arbitrary
T
object to aTuple
. - TupleMapper(TupleMapper) - Constructor for class io.vertx.reactivex.sqlclient.templates.TupleMapper
- TupleMapper(TupleMapper) - Constructor for class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- TupleMapper(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.templates.TupleMapper
- TupleMapper(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- TupleParserFactory - Class in io.vertx.reactivex.ext.web.validation.builder
-
This interface is used to create able to parse serialized object structures.
- TupleParserFactory - Class in io.vertx.rxjava3.ext.web.validation.builder
-
This interface is used to create able to parse serialized object structures.
- TupleParserFactory - Interface in io.vertx.ext.web.validation.builder
-
This interface is used to create
ValueParser
able to parse serialized object structures. - TupleParserFactory(TupleParserFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- TupleParserFactory(TupleParserFactory) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- TupleParserFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- TupleParserFactory(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- tupleSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- TupleSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- TwitterAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Twitter.
- TwitterAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
-
Simplified factory to create an for Twitter.
- TwitterAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Twitter. - TwitterAuth(TwitterAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
- TwitterAuth(TwitterAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
- TwitterAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
- TwitterAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
- TxnError - Class in io.vertx.ext.consul
-
Holds information describing which operations failed if the transaction was rolled back.
- TxnError() - Constructor for class io.vertx.ext.consul.TxnError
-
Default constructor
- TxnError(JsonObject) - Constructor for class io.vertx.ext.consul.TxnError
-
Constructor from JSON
- TxnErrorConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
TxnError
. - TxnErrorConverter() - Constructor for class io.vertx.ext.consul.TxnErrorConverter
- TxnKVOperation - Class in io.vertx.ext.consul
-
Holds operation to apply to the key/value store inside a transaction
- TxnKVOperation() - Constructor for class io.vertx.ext.consul.TxnKVOperation
-
Default constructor
- TxnKVOperation(JsonObject) - Constructor for class io.vertx.ext.consul.TxnKVOperation
-
Constructor from JSON
- TxnKVOperationConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
TxnKVOperation
. - TxnKVOperationConverter() - Constructor for class io.vertx.ext.consul.TxnKVOperationConverter
- TxnKVVerb - Enum in io.vertx.ext.consul
-
Holds type of KV operation in transaction
- TxnOperation - Interface in io.vertx.ext.consul
-
Represents operation in transaction.
- TxnOperationType - Enum in io.vertx.ext.consul
-
Represents the type of operation in a transaction.
- TxnRequest - Class in io.vertx.ext.consul
-
Holds list of operations in transaction
- TxnRequest() - Constructor for class io.vertx.ext.consul.TxnRequest
-
Default constructor
- TxnRequest(JsonObject) - Constructor for class io.vertx.ext.consul.TxnRequest
-
Constructor from JSON
- TxnResponse - Class in io.vertx.ext.consul
-
Holds results of transaction
- TxnResponse() - Constructor for class io.vertx.ext.consul.TxnResponse
-
Default constructor
- TxnResponse(JsonObject) - Constructor for class io.vertx.ext.consul.TxnResponse
-
Constructor from JSON
- TxnResult - Interface in io.vertx.ext.consul
-
Represents result of operation.
- TxnServiceOperation - Class in io.vertx.ext.consul
-
Holds the operation to apply to the service inside a transaction
- TxnServiceOperation() - Constructor for class io.vertx.ext.consul.TxnServiceOperation
-
Default constructor
- TxnServiceOperation(JsonObject) - Constructor for class io.vertx.ext.consul.TxnServiceOperation
-
Constructor from JSON
- TxnServiceOperationConverter - Class in io.vertx.ext.consul
-
Converter and mapper for
TxnServiceOperation
. - TxnServiceOperationConverter() - Constructor for class io.vertx.ext.consul.TxnServiceOperationConverter
- TxnServiceVerb - Enum in io.vertx.ext.consul
-
Holds the type of Service operation in transaction
- type - Variable in class io.vertx.core.cli.TypedArgument
-
The type of the argument.
- type - Variable in class io.vertx.core.cli.TypedOption
-
The type of the option.
- type - Variable in class io.vertx.ext.shell.command.base.BusPublish
- type - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
- type() - Method in interface io.vertx.core.http.HttpFrame
- type() - Method in interface io.vertx.core.http.WebSocketFrame
- type() - Method in interface io.vertx.core.parsetools.JsonEvent
- type() - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
- type() - Method in interface io.vertx.ext.shell.term.Tty
- type() - Method in interface io.vertx.ext.web.handler.graphql.ws.Message
- type() - Method in interface io.vertx.jdbcclient.SqlOutParam
-
Get the output type
- type() - Method in class io.vertx.junit5.rxjava2.VertxParameterProvider
- type() - Method in class io.vertx.junit5.rxjava3.VertxParameterProvider
- type() - Method in interface io.vertx.junit5.VertxExtensionParameterProvider
-
The parameter type.
- type() - Method in class io.vertx.junit5.VertxParameterProvider
- type() - Method in class io.vertx.junit5.VertxTestContextParameterProvider
- type() - Method in exception io.vertx.openapi.contract.OpenAPIContractException
- type() - Method in exception io.vertx.openapi.validation.ValidatorException
- type() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- type() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- type() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Get the output type
- type() - Method in interface io.vertx.redis.client.Response
-
The response return type.
- type() - Method in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- type() - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- type() - Method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Get the output type
- type() - Method in class io.vertx.sqlclient.data.NullValue
- type() - Method in interface io.vertx.sqlclient.PropertyKind
- type(SchemaType) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- type(SchemaType...) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- type(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine the type stored at key.
- type(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine the type stored at key.
- type(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine the type stored at key.
- TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Name of the type.
- TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
- TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.MessageSource
- TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
- TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
- TYPE - Static variable in interface io.vertx.redis.client.Command
-
Determine the type stored at key.
- TYPE - Static variable in class io.vertx.rxjava3.servicediscovery.types.EventBusService
-
Name of the type.
- TYPE - Static variable in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- TYPE - Static variable in class io.vertx.rxjava3.servicediscovery.types.MessageSource
- TYPE - Static variable in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- TYPE - Static variable in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- TYPE - Static variable in interface io.vertx.servicediscovery.types.EventBusService
-
Name of the type.
- TYPE - Static variable in interface io.vertx.servicediscovery.types.HttpEndpoint
- TYPE - Static variable in interface io.vertx.servicediscovery.types.MessageSource
- TYPE - Static variable in interface io.vertx.servicediscovery.types.MongoDataSource
- TYPE - Static variable in interface io.vertx.servicediscovery.types.RedisDataSource
- TypedArgument<T> - Class in io.vertx.core.cli
-
An implementation of
Argument
for java specifying the type of object received by the argument. - TypedArgument() - Constructor for class io.vertx.core.cli.TypedArgument
-
Creates an empty instance of
TypedArgument
. - TypedArgument(TypedArgument<T>) - Constructor for class io.vertx.core.cli.TypedArgument
-
Creates a new instance of
TypedArgument
by copying the state of anotherTypedArgument
. - TypedOption<T> - Class in io.vertx.core.cli
-
An implementation of
Option
for java specifying the type of object received by the option. - TypedOption() - Constructor for class io.vertx.core.cli.TypedOption
-
Creates an empty instance of
TypedOption
. - TypedOption(TypedOption<T>) - Constructor for class io.vertx.core.cli.TypedOption
-
Creates an instance of
TypedOption
by copying the state of anotherTypedOption
- typeName() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- typeName() - Method in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- typeName() - Method in interface io.vertx.sqlclient.desc.ColumnDescriptor
- types() - Method in interface io.vertx.sqlclient.Tuple
U
- UNACKNOWLEDGED - io.vertx.ext.mongo.WriteOption
- unallocatedSpace() - Method in interface io.vertx.core.file.FileSystemProps
- UNAUTHENTICATED - io.vertx.grpc.common.GrpcStatus
- unavailabilityCause() - Method in interface io.vertx.core.spi.transport.Transport
- unavailabilityCause() - Method in interface io.vertx.core.transport.Transport
- UNAVAILABLE - io.vertx.grpc.common.GrpcError
- UNAVAILABLE - io.vertx.grpc.common.GrpcStatus
- unavailableNativeTransportCause() - Method in interface io.vertx.core.Vertx
- unavailableNativeTransportCause() - Method in class io.vertx.reactivex.core.Vertx
- unavailableNativeTransportCause() - Method in class io.vertx.rxjava3.core.Vertx
- unbind(GrpcIoServer) - Method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
-
Unbind all service methods from the @{code server}.
- UNCHECKOUT - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
UNCHECKOUT
method, this instance is interned and uniquely used. - undeploy(Context) - Method in class io.vertx.core.AbstractVerticle
- undeploy(Context) - Method in interface io.vertx.core.Deployable
-
Stop the deployable.
- undeploy(Context) - Method in class io.vertx.core.VerticleBase
- undeploy(String) - Method in interface io.vertx.core.Vertx
-
Undeploy a verticle deployment.
- undeploy(String) - Method in class io.vertx.reactivex.core.Vertx
-
Undeploy a verticle deployment.
- undeploy(String) - Method in class io.vertx.rxjava3.core.Vertx
-
Undeploy a verticle deployment.
- UNIMPLEMENTED - io.vertx.grpc.common.GrpcStatus
- unique(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
-
Should the index should be unique.
- uniqueItems() - Static method in class io.vertx.json.schema.common.dsl.Keywords
- UNKNOWN - io.vertx.ext.stomp.Command
- UNKNOWN - io.vertx.grpc.common.GrpcStatus
- UNKNOWN - io.vertx.jdbcclient.FetchDirection
- UNKNOWN - io.vertx.servicediscovery.Status
-
Unknown status.
- UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.rxjava3.servicediscovery.types.EventBusService
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.rxjava3.servicediscovery.types.MessageSource
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
-
Unknown type.
- UNKNOWN - Static variable in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
-
Unknown type.
- UNKNOWN - Static variable in interface io.vertx.servicediscovery.spi.ServiceType
-
Unknown type.
- unlink(String) - Method in interface io.vertx.core.file.FileSystem
-
Unlinks the link on the file system represented by the path
link
, asynchronously. - unlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Unlinks the link on the file system represented by the path
link
, asynchronously. - unlink(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Unlinks the link on the file system represented by the path
link
, asynchronously. - unlink(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Delete a key asynchronously in another thread.
- unlink(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Delete a key asynchronously in another thread.
- unlink(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Delete a key asynchronously in another thread.
- UNLINK - Static variable in interface io.vertx.redis.client.Command
-
Delete a key asynchronously in another thread.
- unlinkBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.unlink(String)
- unlinkBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.unlink(java.lang.String)
- unlinkBlocking(String) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.unlink(java.lang.String)
- unlistenMulticastGroup(String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it.
- unlistenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it.
- unlistenMulticastGroup(String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it.
- unlistenMulticastGroup(String, String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it on the given network interface.
- unlistenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it on the given network interface.
- unlistenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
-
Leaves a multicast group and stops listening for packets send to it on the given network interface.
- UNLOCK - io.vertx.ext.consul.TxnKVVerb
-
Unlocks the Key with the given Session.
- UNLOCK - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 2518/4918
UNLOCK
method, this instance is interned and uniquely used. - unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.FlowableHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.MaybeHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.ObservableHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.SingleHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.FlowableHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.MaybeHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.ObservableHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.SingleHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.rxjava3.core.FlowableHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.rxjava3.core.MaybeHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.rxjava3.core.ObservableHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.rxjava3.core.SingleHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.rxjava3.FlowableHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.rxjava3.MaybeHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.rxjava3.ObservableHelper
- unmarshaller(TypeReference<T>) - Static method in class io.vertx.rxjava3.SingleHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.FlowableHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.MaybeHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.ObservableHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.SingleHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.FlowableHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.MaybeHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.ObservableHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.SingleHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.core.FlowableHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.core.MaybeHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.core.ObservableHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.core.SingleHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.FlowableHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.MaybeHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.ObservableHelper
- unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.SingleHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.FlowableHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.MaybeHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.ObservableHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.SingleHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.FlowableHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.MaybeHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.ObservableHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.SingleHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.rxjava3.core.FlowableHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.rxjava3.core.MaybeHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.rxjava3.core.ObservableHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.rxjava3.core.SingleHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.rxjava3.FlowableHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.rxjava3.MaybeHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.rxjava3.ObservableHelper
- unmarshaller(Class<T>) - Static method in class io.vertx.rxjava3.SingleHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.FlowableHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.MaybeHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.ObservableHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.SingleHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.FlowableHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.MaybeHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.ObservableHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.SingleHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.core.FlowableHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.core.MaybeHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.core.ObservableHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.core.SingleHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.FlowableHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.MaybeHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.ObservableHelper
- unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rxjava3.SingleHelper
- unpublish(String) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Un-publishes a record.
- unpublish(String) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
-
Un-publishes a record.
- unpublish(String) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Un-publishes a record.
- unpublish(String) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
-
Un-publishes a record.
- unpublish(String) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Un-publishes a record.
- unpublish(String) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
-
Un-publishes a record.
- unregister() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
Unregisters the handler which created this registration
- unregister() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
Unregisters the handler which created this registration
- unregister() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
-
Unregisters the handler which created this registration
- unregister(MessageConsumer<JsonObject>) - Method in class io.vertx.serviceproxy.ServiceBinder
-
Unregisters a published service.
- unregister(ServicePublisher, Promise<Void>) - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
-
Unregisters the service and completes the given future when done, if not
null
- unregister(String) - Method in interface io.vertx.ext.healthchecks.HealthChecks
-
Unregisters a procedure.
- unregister(String) - Method in interface io.vertx.ext.web.healthchecks.HealthCheckHandler
-
Unregisters a procedure.
- unregister(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Unregisters a procedure.
- unregister(String) - Method in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
-
Unregisters a procedure.
- unregister(String) - Method in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
-
Unregisters a procedure.
- unregister(String) - Method in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
-
Unregisters a procedure.
- UNREGISTER - io.vertx.ext.bridge.BridgeEventType
-
This event will occur when a client attempts to unregister a handler.
- unregisterCodec(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Unregister a message codec.
- unregisterCodec(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Unregister a message codec.
- unregisterCodec(String) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
-
Unregister a message codec.
- unregisterCommand(String) - Method in interface io.vertx.ext.shell.command.CommandRegistry
-
Unregister a command.
- unregisterDefaultCodec(Class) - Method in interface io.vertx.core.eventbus.EventBus
-
Unregister a default message codec.
- unregisterVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
-
Unregister a
VerticleFactory
- unregisterVerticleFactory(VerticleFactory) - Method in class io.vertx.reactivex.core.Vertx
-
Unregister a
VerticleFactory
- unregisterVerticleFactory(VerticleFactory) - Method in class io.vertx.rxjava3.core.Vertx
-
Unregister a
VerticleFactory
- unsatisfiedCheckpointCallSites() - Method in class io.vertx.junit5.VertxTestContext
-
Gives the call sites of all unsatisfied checkpoints.
- UNSPECIFIED_ERROR - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- UNSPECIFIED_ERROR - io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- UNSPECIFIED_ERROR - io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- UNSPECIFIED_ERROR - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- UNSPECIFIED_ERROR - io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
- unsubscribe() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Unsubscribe from topics currently subscribed with subscribe.
- unsubscribe() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Unsubscribe from topics currently subscribed with subscribe.
- unsubscribe() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Unsubscribe from topics currently subscribed with subscribe.
- unsubscribe() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
-
Unsubscribe from topics currently subscribed with subscribe.
- unsubscribe(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Handles a un-subscription request to the current
Destination
. - unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Handles a un-subscription request to the current
Destination
. - unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.rxjava3.ext.stomp.Destination
-
Handles a un-subscription request to the current
Destination
. - unsubscribe(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- unsubscribe(String) - Method in interface io.vertx.mqtt.MqttClient
-
Unsubscribe from receiving messages on given topic
- unsubscribe(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- unsubscribe(String) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Unsubscribe from receiving messages on given topic
- unsubscribe(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- unsubscribe(String) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Unsubscribe from receiving messages on given topic
- unsubscribe(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- unsubscribe(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- unsubscribe(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Un-subscribes from the given destination.
- unsubscribe(List<String>) - Method in interface io.vertx.mqtt.MqttClient
-
Unsubscribe from receiving messages on given list of topic
- unsubscribe(List<String>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Unsubscribe from receiving messages on given list of topic
- unsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Stop listening for messages posted to the given channels.
- unsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Stop listening for messages posted to the given channels.
- unsubscribe(List<String>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Unsubscribe from receiving messages on given list of topic
- unsubscribe(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Stop listening for messages posted to the given channels.
- UNSUBSCRIBE - io.vertx.ext.stomp.Command
- UNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Stop listening for messages posted to the given channels.
- unsubscribeAcknowledge(int) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the UNSUBACK message to the remote MQTT client
- unsubscribeAcknowledge(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the UNSUBACK message to the remote MQTT client
- unsubscribeAcknowledge(int) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the UNSUBACK message to the remote MQTT client
- unsubscribeAcknowledge(int, List<MqttUnsubAckReasonCode>, MqttProperties) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the UNSUBACK message to the remote MQTT client
- unsubscribeAcknowledge(int, List<MqttUnsubAckReasonCode>, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the UNSUBACK message to the remote MQTT client
- unsubscribeAcknowledge(int, List<MqttUnsubAckReasonCode>, MqttProperties) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Sends the UNSUBACK message to the remote MQTT client
- unsubscribeCompletionHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttClient
-
Sets handler which will be called after UNSUBACK packet receiving
- unsubscribeCompletionHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Sets handler which will be called after UNSUBACK packet receiving
- unsubscribeCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava3.mqtt.MqttClient
-
Sets handler which will be called after UNSUBACK packet receiving
- unsubscribeConnection(StompServerConnection) - Method in interface io.vertx.ext.stomp.Destination
-
Removes all subscriptions of the given connection
- unsubscribeConnection(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Removes all subscriptions of the given connection
- unsubscribeConnection(StompServerConnection) - Method in class io.vertx.rxjava3.ext.stomp.Destination
-
Removes all subscriptions of the given connection
- unsubscribeHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a
UNSUBSCRIBE
frame is received. - unsubscribeHandler(Handler<MqttUnsubscribeMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set a unsubscribe handler on the MQTT endpoint.
- unsubscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a
UNSUBSCRIBE
frame is received. - unsubscribeHandler(Handler<MqttUnsubscribeMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set a unsubscribe handler on the MQTT endpoint.
- unsubscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the action to execute when a
UNSUBSCRIBE
frame is received. - unsubscribeHandler(Handler<MqttUnsubscribeMessage>) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
-
Set a unsubscribe handler on the MQTT endpoint.
- UNSUPPORTED_FEATURE - io.vertx.openapi.contract.ContractErrorType
-
You are trying to use an OpenAPI feature that is not supported.
- UNSUPPORTED_SPEC - io.vertx.openapi.contract.ContractErrorType
-
You are trying to use an OpenAPI contract within a version that is not supported.
- UNSUPPORTED_VALUE_FORMAT - io.vertx.openapi.validation.ValidatorErrorType
-
The format of the related value is not yet supported.
- unwatch() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Forget about all watched keys.
- unwatch() - Method in interface io.vertx.redis.client.RedisAPI
-
Forget about all watched keys.
- unwatch() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Forget about all watched keys.
- UNWATCH - Static variable in interface io.vertx.redis.client.Command
-
Forget about all watched keys.
- unwrap() - Method in interface io.vertx.amqp.AmqpConnection
- unwrap() - Method in interface io.vertx.amqp.AmqpMessage
- unwrap() - Method in interface io.vertx.amqp.AmqpReceiver
- unwrap() - Method in interface io.vertx.amqp.AmqpSender
- unwrap() - Method in interface io.vertx.core.net.endpoint.ServerEndpoint
- unwrap() - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Returns the underlying engine, so further configurations or customizations may be applied or
null
when the engine cannot unwrap it. - unwrap() - Method in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- unwrap() - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
- unwrap() - Method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
- unwrap() - Method in interface io.vertx.ext.web.templ.pug.PugTemplateEngine
- unwrap() - Method in interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- unwrap() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
- unwrap() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
- unwrap() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
- unwrap() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
- unwrap() - Method in class io.vertx.reactivex.amqp.AmqpConnection
- unwrap() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
- unwrap() - Method in class io.vertx.reactivex.amqp.AmqpSender
- unwrap() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
-
Returns the underlying engine, so further configurations or customizations may be applied or
null
when the engine cannot unwrap it. - unwrap() - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- unwrap() - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
- unwrap() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- unwrap() - Method in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- unwrap() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- unwrap() - Method in class io.vertx.rxjava3.amqp.AmqpConnection
- unwrap() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
- unwrap() - Method in class io.vertx.rxjava3.amqp.AmqpSender
- unwrap() - Method in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
-
Returns the underlying engine, so further configurations or customizations may be applied or
null
when the engine cannot unwrap it. - unwrap() - Method in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- unwrap() - Method in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- unwrap() - Method in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- unwrap() - Method in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- unwrap() - Method in class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- unwrap(AsyncMap) - Static method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
-
Unwraps a generic
AsyncMap
to anInfinispanAsyncMap
. - unwrap(Class<?>) - Static method in class io.vertx.lang.reactivex.Helper
-
Unwrap the type used in RxJava.
- unwrap(Class<?>) - Static method in class io.vertx.lang.rxjava3.Helper
-
Unwrap the type used in RxJava.
- UP - io.vertx.servicediscovery.Status
-
The service is published and is accessible.
- UPDATABLE - io.vertx.jdbcclient.ResultSetConcurrency
- update(long, TimeUnit) - Method in class io.vertx.ext.dropwizard.ThroughputTimer
- update(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Updates the given record.
- update(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
-
Updates an existing record.
- update(Record) - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
-
Updates the given record.
- update(Record) - Method in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
-
Updates an existing record.
- update(Record) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Updates the given record.
- update(Record) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
-
Updates an existing record.
- update(Record, Handler<AsyncResult<Void>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
- update(Record, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Updates a record
- UPDATE - io.vertx.ext.mongo.BulkOperationType
- UPDATE - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
UPDATE
method, this instance is interned and uniquely used. - updateAclToken(String, AclToken) - Method in interface io.vertx.ext.consul.ConsulClient
-
Update an existing Acl token
- updateAclToken(String, AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Update an existing Acl token
- updateAclToken(String, AclToken) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Update an existing Acl token
- updateCheck(String, CheckStatus) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to given status.
- updateCheck(String, CheckStatus) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to given status.
- updateCheck(String, CheckStatus) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to given status.
- updateCheckWithNote(String, CheckStatus, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to given status.
- updateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to given status.
- updateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to given status.
- updateCollection(String, JsonObject, JsonArray) - Method in interface io.vertx.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection and return the handler with
MongoClientUpdateResult
result - updateCollection(String, JsonObject, JsonArray) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection and return the handler with
MongoClientUpdateResult
result - updateCollection(String, JsonObject, JsonArray) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection and return the handler with
MongoClientUpdateResult
result - updateCollection(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Update matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - updateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Update matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - updateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Update matching documents in the specified collection and return the handler with
MongoClientUpdateResult
result - updateCollectionWithOptions(String, JsonObject, JsonArray, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - updateCollectionWithOptions(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - updateCollectionWithOptions(String, JsonObject, JsonArray, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Update matching documents in the specified collection, specifying options and return the handler with
MongoClientUpdateResult
result - updateCounter(Authenticator) - Method in interface io.vertx.ext.auth.webauthn4j.CredentialStorage
-
Updates a previously stored credential counter, as identified by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - updateCounter(Authenticator) - Method in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
-
Updates a previously stored credential counter, as identified by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - updateCounter(Authenticator) - Method in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
-
Updates a previously stored credential counter, as identified by its user name (may be
null
) and credential ID (cannot benull
, must be unique). - UpdateOptions - Class in io.vertx.ext.mongo
-
Options for configuring updates.
- UpdateOptions() - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Default constructor
- UpdateOptions(boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Constructor specify upsert
- UpdateOptions(boolean, boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Constructor specify upsert and multi
- UpdateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Constructor from JSON
- UpdateOptions(UpdateOptions) - Constructor for class io.vertx.ext.mongo.UpdateOptions
-
Copy constructor
- updatePolicy(String, AclPolicy) - Method in interface io.vertx.ext.consul.ConsulClient
-
This endpoint updates an existing ACL policy
- updatePolicy(String, AclPolicy) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
This endpoint updates an existing ACL policy
- updatePolicy(String, AclPolicy) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
This endpoint updates an existing ACL policy
- updatePreparedQuery(PreparedQueryDefinition) - Method in interface io.vertx.ext.consul.ConsulClient
- updatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
- updatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
- updateSettings(Http2Settings) - Method in interface io.vertx.core.http.HttpConnection
-
Send to the remote endpoint an update of this endpoint settings
- updateSettings(Http2Settings) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Send to the remote endpoint an update of this endpoint settings
- updateSettings(Http2Settings) - Method in class io.vertx.rxjava3.core.http.HttpConnection
-
Send to the remote endpoint an update of this endpoint settings
- updateSSLOptions(ClientSSLOptions) - Method in interface io.vertx.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in interface io.vertx.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in interface io.vertx.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in interface io.vertx.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in class io.vertx.reactivex.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in interface io.vertx.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in interface io.vertx.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in interface io.vertx.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in interface io.vertx.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.reactivex.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.reactivex.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.http.HttpClientAgent
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.net.NetClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ClientSSLOptions, boolean) - Method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Update the client with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions) - Method in interface io.vertx.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions) - Method in interface io.vertx.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions) - Method in class io.vertx.reactivex.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions, boolean) - Method in interface io.vertx.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions, boolean) - Method in interface io.vertx.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions, boolean) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions, boolean) - Method in class io.vertx.reactivex.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateSSLOptions(ServerSSLOptions, boolean) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Update the server with new SSL
options
, the update happens if the options object is valid and different from the existing options object. - updateTrafficShapingOptions(TrafficShapingOptions) - Method in interface io.vertx.core.http.HttpServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - updateTrafficShapingOptions(TrafficShapingOptions) - Method in interface io.vertx.core.net.NetServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - updateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - updateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.reactivex.core.net.NetServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - updateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - updateTrafficShapingOptions(TrafficShapingOptions) - Method in class io.vertx.rxjava3.core.net.NetServer
-
Update the server with new traffic
options
, the update happens if the options object is valid and different from the existing options object. - updatingPath(Function<String, String>) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Apply a callback to change the request URI when the proxy receives it.
- updatingPath(Function<String, String>) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Apply a callback to change the request URI when the proxy receives it.
- updatingQueryParams(Handler<MultiMap>) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Apply modifications to the query parameters.
- updatingQueryParams(Handler<MultiMap>) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Apply modifications to the query parameters.
- updatingRequestHeaders(Handler<MultiMap>) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Apply callbacks to change the request headers when the proxy receives them.
- updatingRequestHeaders(Handler<MultiMap>) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Apply callbacks to change the request headers when the proxy receives them.
- updatingResponseHeaders(Handler<MultiMap>) - Method in interface io.vertx.httpproxy.interceptors.HeadInterceptorBuilder
-
Apply callbacks to change the response headers when the proxy receives them.
- updatingResponseHeaders(Handler<MultiMap>) - Method in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
-
Apply callbacks to change the response headers when the proxy receives them.
- UPGRADE - Static variable in interface io.vertx.core.http.HttpHeaders
-
Upgrade header value
- UPGRADE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Upgrade header value
- UPGRADE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Upgrade header value
- UpgradeRejectedException - Exception in io.vertx.core.http
- UpgradeRejectedException(String, int, MultiMap, Buffer) - Constructor for exception io.vertx.core.http.UpgradeRejectedException
- upgradeToSsl() - Method in interface io.vertx.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl(SSLOptions, String, Buffer)
with the default SSL options, without indicating a server name, without an upgrade message. - upgradeToSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options, without indicating a server name, without an upgrade message. - upgradeToSsl() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options, without indicating a server name, without an upgrade message. - upgradeToSsl(Buffer) - Method in interface io.vertx.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl(SSLOptions, String, Buffer)
with the default SSL options and without indicating a server name. - upgradeToSsl(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options and without indicating a server name. - upgradeToSsl(Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options and without indicating a server name. - upgradeToSsl(SSLOptions) - Method in interface io.vertx.core.net.NetSocket
-
Upgrade channel to use SSL/TLS.
- upgradeToSsl(SSLOptions) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Upgrade channel to use SSL/TLS.
- upgradeToSsl(SSLOptions) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Upgrade channel to use SSL/TLS.
- upgradeToSsl(SSLOptions, Buffer) - Method in interface io.vertx.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl(SSLOptions, String, Buffer)
without indicating a server name - upgradeToSsl(SSLOptions, Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
without indicating a server name - upgradeToSsl(SSLOptions, Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
without indicating a server name - upgradeToSsl(SSLOptions, String) - Method in interface io.vertx.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl(SSLOptions, String, Buffer)
without an upgrade message. - upgradeToSsl(SSLOptions, String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
without an upgrade message. - upgradeToSsl(SSLOptions, String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
without an upgrade message. - upgradeToSsl(SSLOptions, String, Buffer) - Method in interface io.vertx.core.net.NetSocket
-
Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.
- upgradeToSsl(SSLOptions, String, Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.
- upgradeToSsl(SSLOptions, String, Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.
- upgradeToSsl(String) - Method in interface io.vertx.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl(SSLOptions, String, Buffer)
with the default SSL options and without an update message. - upgradeToSsl(String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options and without an update message. - upgradeToSsl(String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options and without an update message. - upgradeToSsl(String, Buffer) - Method in interface io.vertx.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl(SSLOptions, String, Buffer)
with the default SSL options. - upgradeToSsl(String, Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options. - upgradeToSsl(String, Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Like
NetSocket.upgradeToSsl()
with the default SSL options. - uploadByFileName(Flowable<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- uploadByFileName(Flowable<Buffer>, String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- uploadByFileName(ReadStream<Buffer>, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
- uploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
- uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- uploadedFileName() - Method in interface io.vertx.ext.web.FileUpload
- uploadedFileName() - Method in class io.vertx.reactivex.ext.web.FileUpload
- uploadedFileName() - Method in class io.vertx.rxjava3.ext.web.FileUpload
- uploadFile(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs
- uploadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs
- uploadFile(String) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs
- uploadFileWithOptions(String, GridFsUploadOptions) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs with options
- uploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs with options
- uploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
-
Upload a file to gridfs with options
- uploadHandler(Handler<HttpServerFileUpload>) - Method in interface io.vertx.core.http.HttpServerRequest
-
Set an upload handler.
- uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Set an upload handler.
- uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
Set an upload handler.
- UploadScalar - Class in io.vertx.reactivex.ext.web.handler.graphql
- UploadScalar - Class in io.vertx.rxjava3.ext.web.handler.graphql
- UploadScalar - Interface in io.vertx.ext.web.handler.graphql
- UploadScalar(UploadScalar) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- UploadScalar(UploadScalar) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- UploadScalar(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- UploadScalar(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- UPSERTED_ID - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constant to be used when storing and retrieving Json for documents upserted id.
- UPSERTS - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for upsert information.
- UpstreamOptions - Class in io.vertx.ext.consul.connect
- UpstreamOptions() - Constructor for class io.vertx.ext.consul.connect.UpstreamOptions
-
Default constructor
- UpstreamOptions(JsonObject) - Constructor for class io.vertx.ext.consul.connect.UpstreamOptions
-
Constructor from JSON
- uri() - Method in interface io.vertx.core.http.HttpRequestHead
- uri() - Method in interface io.vertx.core.http.ServerWebSocket
- uri() - Method in interface io.vertx.core.http.ServerWebSocketHandshake
- uri() - Method in interface io.vertx.core.spi.observability.HttpRequest
- uri() - Method in interface io.vertx.ext.web.client.HttpRequest
- uri() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Return the URI corresponding to the last request for this socket or the websocket handshake
- uri() - Method in class io.vertx.reactivex.core.http.HttpRequestHead
- uri() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
- uri() - Method in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- uri() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- uri() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Return the URI corresponding to the last request for this socket or the websocket handshake
- uri() - Method in class io.vertx.rxjava3.core.http.HttpRequestHead
- uri() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
- uri() - Method in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- uri() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- uri() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Return the URI corresponding to the last request for this socket or the websocket handshake
- uri(String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to use a new request URI
value
. - uri(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to use a new request URI
value
. - uri(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to use a new request URI
value
. - URI - io.vertx.json.schema.common.dsl.StringFormat
- URI_REFERENCE - io.vertx.json.schema.common.dsl.StringFormat
- URI_TEMPLATE - io.vertx.json.schema.common.dsl.StringFormat
- UriTemplate - Class in io.vertx.reactivex.uritemplate
-
A URI template that follows the rfc6570 level 4.
- UriTemplate - Class in io.vertx.rxjava3.uritemplate
-
A URI template that follows the rfc6570 level 4.
- UriTemplate - Interface in io.vertx.uritemplate
-
A URI template that follows the rfc6570 level 4.
- UriTemplate(UriTemplate) - Constructor for class io.vertx.reactivex.uritemplate.UriTemplate
- UriTemplate(UriTemplate) - Constructor for class io.vertx.rxjava3.uritemplate.UriTemplate
- UriTemplate(Object) - Constructor for class io.vertx.reactivex.uritemplate.UriTemplate
- UriTemplate(Object) - Constructor for class io.vertx.rxjava3.uritemplate.UriTemplate
- usableSpace() - Method in interface io.vertx.core.file.FileSystemProps
- usage(StringBuilder) - Method in interface io.vertx.core.cli.CLI
-
Generates the usage / help of the current
CLI
. - usage(StringBuilder, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Computes the usage of the given
CLI
. - usage(StringBuilder, String) - Method in interface io.vertx.core.cli.CLI
-
Generates the usage / help of the current
CLI
. - usage(StringBuilder, String, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Computes the usage of the given
CLI
. - USAGE - Static variable in class io.vertx.launcher.application.ExitCodes
- UsageMessageFormatter - Class in io.vertx.core.cli
-
Usage message formatter.
- UsageMessageFormatter() - Constructor for class io.vertx.core.cli.UsageMessageFormatter
- USB - io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
- USE_ANOTHER_SERVER - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- useAlpn(boolean) - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
- useAlpn(boolean) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Set whether to use ALPN.
- useNormalizedPath(boolean) - Method in interface io.vertx.ext.web.Route
-
If true then the normalized request path will be used when routing (e.g. removing duplicate /) Default is true
- useNormalizedPath(boolean) - Method in class io.vertx.reactivex.ext.web.Route
-
If true then the normalized request path will be used when routing (e.g. removing duplicate /) Default is true
- useNormalizedPath(boolean) - Method in class io.vertx.rxjava3.ext.web.Route
-
If true then the normalized request path will be used when routing (e.g. removing duplicate /) Default is true
- usePlaintext() - Method in class io.vertx.grpc.VertxChannelBuilder
- usePublish() - Method in class io.vertx.camel.InboundMapping
-
Sets whether or not
publish
is used instead ofsend
, when a message is sent on the event bus. - user() - Method in interface io.vertx.ext.auth.authorization.AuthorizationContext
-
Get the authenticated user
- user() - Method in interface io.vertx.ext.web.RoutingContext
-
Get the authenticated user (if any).
- user() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
-
Get the authenticated user
- user() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Get the authenticated user (if any).
- user() - Method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
-
Get the authenticated user
- user() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Get the authenticated user (if any).
- user(User) - Method in interface io.vertx.ext.auth.audit.SecurityAudit
- user(User) - Method in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- user(User) - Method in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- User - Class in io.vertx.reactivex.ext.auth
-
Represents an authenticates User and contains operations to authorise the user.
- User - Class in io.vertx.rxjava3.ext.auth
-
Represents an authenticates User and contains operations to authorise the user.
- User - Interface in io.vertx.ext.auth
-
Represents an authenticates User and contains operations to authorise the user.
- User(User) - Constructor for class io.vertx.reactivex.ext.auth.User
- User(User) - Constructor for class io.vertx.rxjava3.ext.auth.User
- User(Object) - Constructor for class io.vertx.reactivex.ext.auth.User
- User(Object) - Constructor for class io.vertx.rxjava3.ext.auth.User
- USER_AGENT - Static variable in interface io.vertx.core.http.HttpHeaders
-
User-Agent header name
- USER_AGENT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
User-Agent header name
- USER_AGENT - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
User-Agent header name
- userAgent(String) - Method in class io.vertx.grpc.VertxChannelBuilder
- userContext() - Method in interface io.vertx.ext.web.RoutingContext
-
Control the user associated with this request.
- userContext() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Control the user associated with this request.
- userContext() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
-
Control the user associated with this request.
- UserContext - Class in io.vertx.reactivex.ext.web
-
A web user is extended user coupled to the context and is used to perform verifications and actions on behalf of the user.
- UserContext - Class in io.vertx.rxjava3.ext.web
-
A web user is extended user coupled to the context and is used to perform verifications and actions on behalf of the user.
- UserContext - Interface in io.vertx.ext.web
-
A web user is extended user coupled to the context and is used to perform verifications and actions on behalf of the user.
- UserContext(UserContext) - Constructor for class io.vertx.reactivex.ext.web.UserContext
- UserContext(UserContext) - Constructor for class io.vertx.rxjava3.ext.web.UserContext
- UserContext(Object) - Constructor for class io.vertx.reactivex.ext.web.UserContext
- UserContext(Object) - Constructor for class io.vertx.rxjava3.ext.web.UserContext
- userInfo(User) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Retrieve profile information and other attributes for a logged-in end-user.
- userInfo(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Retrieve profile information and other attributes for a logged-in end-user.
- userInfo(User) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
-
Retrieve profile information and other attributes for a logged-in end-user.
- UsernamePasswordCredentials - Class in io.vertx.ext.auth.authentication
-
Credentials used by any
AuthenticationProvider
that requires tokens, for example JWT, Oauth2, OpenId Connect - UsernamePasswordCredentials() - Constructor for class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- UsernamePasswordCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- UsernamePasswordCredentials(String, String) - Constructor for class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
- UsernamePasswordCredentialsConverter - Class in io.vertx.ext.auth.authentication
-
Converter and mapper for
UsernamePasswordCredentials
. - UsernamePasswordCredentialsConverter() - Constructor for class io.vertx.ext.auth.authentication.UsernamePasswordCredentialsConverter
- UserVerification - Enum in io.vertx.ext.auth.webauthn4j
-
UserVerificationRequirement https://www.w3.org/TR/webauthn/#enumdef-userverificationrequirement
- useSsl(Handler<HttpServerOptions>) - Method in class io.vertx.grpc.VertxServerBuilder
- useSsl(Handler<ClientOptionsBase>) - Method in class io.vertx.grpc.VertxChannelBuilder
- useTransportSecurity() - Method in class io.vertx.grpc.VertxChannelBuilder
- useTransportSecurity(File, File) - Method in class io.vertx.grpc.VertxServerBuilder
- useTransportSecurity(InputStream, InputStream) - Method in class io.vertx.grpc.VertxServerBuilder
- using(Vertx) - Method in interface io.vertx.sqlclient.ClientBuilder
-
Sets the vertx instance to use.
- using(Vertx) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Sets the vertx instance to use.
- using(Vertx) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Sets the vertx instance to use.
- UTF_8 - Static variable in interface io.vertx.ext.stomp.StompOptions
-
UTF-8 encoding name.
- utils - Variable in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
- Utils - Class in io.vertx.ext.mail.mailencoder
- UUID - Static variable in class io.vertx.sqlclient.data.NullValue
V
- V00 - io.vertx.core.http.WebSocketVersion
- V07 - io.vertx.core.http.WebSocketVersion
- V08 - io.vertx.core.http.WebSocketVersion
- V13 - io.vertx.core.http.WebSocketVersion
- V3_0 - io.vertx.openapi.contract.OpenAPIVersion
- V3_1 - io.vertx.openapi.contract.OpenAPIVersion
- v3Names() - Static method in class io.vertx.micrometer.MetricsNaming
- v4Names() - Static method in class io.vertx.micrometer.MetricsNaming
- ValidatableRequest - Class in io.vertx.reactivex.openapi.validation
- ValidatableRequest - Class in io.vertx.rxjava3.openapi.validation
- ValidatableRequest - Interface in io.vertx.openapi.validation
- ValidatableRequest(ValidatableRequest) - Constructor for class io.vertx.reactivex.openapi.validation.ValidatableRequest
- ValidatableRequest(ValidatableRequest) - Constructor for class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- ValidatableRequest(Object) - Constructor for class io.vertx.reactivex.openapi.validation.ValidatableRequest
- ValidatableRequest(Object) - Constructor for class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- ValidatableResponse - Class in io.vertx.reactivex.openapi.validation
- ValidatableResponse - Class in io.vertx.rxjava3.openapi.validation
- ValidatableResponse - Interface in io.vertx.openapi.validation
- ValidatableResponse(ValidatableResponse) - Constructor for class io.vertx.reactivex.openapi.validation.ValidatableResponse
- ValidatableResponse(ValidatableResponse) - Constructor for class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- ValidatableResponse(Object) - Constructor for class io.vertx.reactivex.openapi.validation.ValidatableResponse
- ValidatableResponse(Object) - Constructor for class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- validate() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
- validate() - Method in class io.vertx.ext.stomp.Frame
-
Checks the validity of the frame.
- validate(HttpServerRequest) - Method in interface io.vertx.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(ValidatableRequest, String)
, but the operationId andValidatableRequest
are determined from the passed request. - validate(HttpServerRequest, String) - Method in interface io.vertx.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(ValidatableRequest, String)
, butValidatableRequest
are directly extracted from the passed request. - validate(ValidatableRequest, String) - Method in interface io.vertx.openapi.validation.RequestValidator
-
Validates the passed request parameters against the operation defined in the related OpenAPI contract.
- validate(ValidatableResponse, String) - Method in interface io.vertx.openapi.validation.ResponseValidator
-
Validates the passed response parameters against the operation defined in the related OpenAPI contract.
- validate(HttpServerRequest) - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(io.vertx.reactivex.core.http.HttpServerRequest)
, but the operationId andValidatableRequest
are determined from the passed request. - validate(HttpServerRequest, String) - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(io.vertx.reactivex.core.http.HttpServerRequest)
, butValidatableRequest
are directly extracted from the passed request. - validate(ValidatableRequest, String) - Method in class io.vertx.reactivex.openapi.validation.RequestValidator
-
Validates the passed request parameters against the operation defined in the related OpenAPI contract.
- validate(HttpServerRequest) - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(io.vertx.rxjava3.core.http.HttpServerRequest)
, but the operationId andValidatableRequest
are determined from the passed request. - validate(HttpServerRequest, String) - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
-
Like
RequestValidator.validate(io.vertx.rxjava3.core.http.HttpServerRequest)
, butValidatableRequest
are directly extracted from the passed request. - validate(ValidatableRequest, String) - Method in class io.vertx.rxjava3.openapi.validation.RequestValidator
-
Validates the passed request parameters against the operation defined in the related OpenAPI contract.
- validate(Object) - Method in interface io.vertx.json.schema.Validator
-
Validate a given input against the initial schema.
- validate(Object) - Method in class io.vertx.reactivex.json.schema.Validator
-
Validate a given input against the initial schema.
- validate(Object) - Method in class io.vertx.rxjava3.json.schema.Validator
-
Validate a given input against the initial schema.
- validateAdditionalContractFile(Vertx, SchemaRepository, JsonObject) - Method in enum io.vertx.openapi.contract.OpenAPIVersion
-
Validates additional contract files against the openapi schema.
- validateConstructor(List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
- validateContract(Vertx, SchemaRepository, JsonObject) - Method in enum io.vertx.openapi.contract.OpenAPIVersion
- ValidatedRequest - Class in io.vertx.reactivex.openapi.validation
- ValidatedRequest - Class in io.vertx.rxjava3.openapi.validation
- ValidatedRequest - Interface in io.vertx.openapi.validation
- ValidatedRequest(ValidatedRequest) - Constructor for class io.vertx.reactivex.openapi.validation.ValidatedRequest
- ValidatedRequest(ValidatedRequest) - Constructor for class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- ValidatedRequest(Object) - Constructor for class io.vertx.reactivex.openapi.validation.ValidatedRequest
- ValidatedRequest(Object) - Constructor for class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- ValidatedResponse - Class in io.vertx.reactivex.openapi.validation
- ValidatedResponse - Class in io.vertx.rxjava3.openapi.validation
- ValidatedResponse - Interface in io.vertx.openapi.validation
- ValidatedResponse(ValidatedResponse) - Constructor for class io.vertx.reactivex.openapi.validation.ValidatedResponse
- ValidatedResponse(ValidatedResponse) - Constructor for class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- ValidatedResponse(Object) - Constructor for class io.vertx.reactivex.openapi.validation.ValidatedResponse
- ValidatedResponse(Object) - Constructor for class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- validateFields(List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
- validateFormat(String, String, Object) - Method in interface io.vertx.json.schema.JsonFormatValidator
- validateFormat(String, String, Object) - Method in class io.vertx.reactivex.json.schema.JsonFormatValidator
- validateFormat(String, String, Object) - Method in class io.vertx.rxjava3.json.schema.JsonFormatValidator
- validatePublicVoidNoArgMethods(Class<? extends Annotation>, boolean, List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- validateTestMethod(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- VALIDATION_ERROR - io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
-
Error during validation
- VALIDATION_ERROR - io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
-
Error during validation
- ValidationContext - Enum in io.vertx.openapi.validation
- ValidationException - Exception in io.vertx.json.schema
-
This is the main class for every Validation flow related errors
- ValidationException(String, String, Object) - Constructor for exception io.vertx.json.schema.ValidationException
- ValidationException(String, String, Object, boolean) - Constructor for exception io.vertx.json.schema.ValidationException
- ValidationException(String, Throwable, String, Object) - Constructor for exception io.vertx.json.schema.ValidationException
- ValidationException(String, Throwable, String, Object, boolean) - Constructor for exception io.vertx.json.schema.ValidationException
- ValidationExceptionImpl - Exception in io.vertx.json.schema.common
- ValidationExceptionImpl(String, String, Object) - Constructor for exception io.vertx.json.schema.common.ValidationExceptionImpl
- ValidationExceptionImpl(String, Throwable, String, Object) - Constructor for exception io.vertx.json.schema.common.ValidationExceptionImpl
- ValidationExceptionImpl(String, Collection<Throwable>, String, Object) - Constructor for exception io.vertx.json.schema.common.ValidationExceptionImpl
- ValidationHandler - Class in io.vertx.reactivex.ext.web.validation
- ValidationHandler - Class in io.vertx.rxjava3.ext.web.validation
- ValidationHandler - Interface in io.vertx.ext.web.validation
- ValidationHandler(ValidationHandler) - Constructor for class io.vertx.reactivex.ext.web.validation.ValidationHandler
- ValidationHandler(ValidationHandler) - Constructor for class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- ValidationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.ValidationHandler
- ValidationHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- ValidationHandlerBuilder - Class in io.vertx.reactivex.ext.web.validation.builder
-
Builder for a .
- ValidationHandlerBuilder - Class in io.vertx.rxjava3.ext.web.validation.builder
-
Builder for a .
- ValidationHandlerBuilder - Interface in io.vertx.ext.web.validation.builder
-
Builder for a
ValidationHandler
. - ValidationHandlerBuilder(ValidationHandlerBuilder) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- ValidationHandlerBuilder(ValidationHandlerBuilder) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- ValidationHandlerBuilder(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- ValidationHandlerBuilder(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- ValidationOptions - Class in io.vertx.ext.mongo
- ValidationOptions() - Constructor for class io.vertx.ext.mongo.ValidationOptions
- ValidationOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.ValidationOptions
- ValidationOptions(ValidationOptions) - Constructor for class io.vertx.ext.mongo.ValidationOptions
- ValidationOptionsConverter - Class in io.vertx.ext.mongo
-
Converter and mapper for
ValidationOptions
. - ValidationOptionsConverter() - Constructor for class io.vertx.ext.mongo.ValidationOptionsConverter
- validator(JsonSchema) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance using this repository options.
- validator(JsonSchema, JsonSchemaOptions) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(JsonSchema, JsonSchemaOptions, boolean) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(JsonSchema) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
A new validator instance using this repository options.
- validator(JsonSchema, JsonSchemaOptions) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(JsonSchema, JsonSchemaOptions, boolean) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(JsonSchema) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
A new validator instance using this repository options.
- validator(JsonSchema, JsonSchemaOptions) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(JsonSchema, JsonSchemaOptions, boolean) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(String) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance using this repository options.
- validator(String) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
A new validator instance using this repository options.
- validator(String) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
A new validator instance using this repository options.
- validator(String, JsonSchemaOptions) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(String, JsonSchemaOptions) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(String, JsonSchemaOptions) - Method in class io.vertx.rxjava3.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- Validator - Class in io.vertx.reactivex.json.schema
-
A validator, validates some input object using a well known schema.
- Validator - Class in io.vertx.rxjava3.json.schema
-
A validator, validates some input object using a well known schema.
- Validator - Interface in io.vertx.json.schema
-
A validator, validates some input object using a well known schema.
- Validator(Validator) - Constructor for class io.vertx.reactivex.json.schema.Validator
- Validator(Validator) - Constructor for class io.vertx.rxjava3.json.schema.Validator
- Validator(Object) - Constructor for class io.vertx.reactivex.json.schema.Validator
- Validator(Object) - Constructor for class io.vertx.rxjava3.json.schema.Validator
- ValidatorErrorType - Enum in io.vertx.openapi.validation
- ValidatorException - Exception in io.vertx.openapi.validation
-
A ValidatorException is thrown, if the validation of a request or response fails.
- ValidatorException(String, ValidatorErrorType) - Constructor for exception io.vertx.openapi.validation.ValidatorException
- ValidatorException(String, ValidatorErrorType, Throwable) - Constructor for exception io.vertx.openapi.validation.ValidatorException
- value - Variable in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
- value - Variable in enum io.vertx.mysqlclient.SslMode
- value - Variable in enum io.vertx.pgclient.SslMode
- value() - Method in annotation type io.vertx.core.cli.annotations.ConvertedBy
-
The converter class used to transform the value as String to the target type.
- value() - Method in annotation type io.vertx.core.cli.annotations.DefaultValue
-
The (optional) default value of the option.
- value() - Method in annotation type io.vertx.core.cli.annotations.Description
-
The documentation.
- value() - Method in annotation type io.vertx.core.cli.annotations.Name
-
The command name.
- value() - Method in annotation type io.vertx.core.cli.annotations.Summary
-
The summary.
- value() - Method in interface io.vertx.core.parsetools.JsonEvent
- value() - Method in interface io.vertx.ext.shell.cli.CliToken
- value() - Method in annotation type io.vertx.ext.unit.junit.Repeat
- value() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- value() - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";") - value() - Method in interface io.vertx.ext.web.Session
-
The short representation of the session to be added to the session cookie.
- value() - Method in interface io.vertx.jdbcclient.SqlOutParam
-
Get the input value
- value() - Method in annotation type io.vertx.junit5.Timeout
- value() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
- value() - Method in interface io.vertx.kafka.client.producer.KafkaHeader
- value() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
- value() - Method in enum io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode
- value() - Method in enum io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- value() - Method in enum io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
- value() - Method in enum io.vertx.mqtt.messages.codes.MqttPubCompReasonCode
- value() - Method in enum io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
- value() - Method in enum io.vertx.mqtt.messages.codes.MqttPubRelReasonCode
- value() - Method in interface io.vertx.mqtt.messages.codes.MqttReasonCode
- value() - Method in enum io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- value() - Method in enum io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
- value() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";") - value() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";") - value() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- value() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";") - value() - Method in class io.vertx.reactivex.ext.web.Session
-
The short representation of the session to be added to the session cookie.
- value() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
-
Get the input value
- value() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- value() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- value() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- value() - Method in class io.vertx.reactivex.sqlclient.RowSet
- value() - Method in class io.vertx.reactivex.sqlclient.SqlResult
- value() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";") - value() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";") - value() - Method in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- value() - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
-
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";") - value() - Method in class io.vertx.rxjava3.ext.web.Session
-
The short representation of the session to be added to the session cookie.
- value() - Method in class io.vertx.rxjava3.jdbcclient.SqlOutParam
-
Get the input value
- value() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- value() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- value() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- value() - Method in class io.vertx.rxjava3.sqlclient.RowSet
- value() - Method in class io.vertx.rxjava3.sqlclient.SqlResult
- value() - Method in interface io.vertx.sqlclient.SqlResult
- value(T, int) - Method in interface io.vertx.core.spi.tracing.TagExtractor
-
Returns the value of the tag extracted from
obj
at the specifiedindex
. - VALUE - io.vertx.core.parsetools.JsonEventType
-
Signals a JSON value.
- VALUE_OF - Static variable in class io.vertx.core.cli.converters.ValueOfBasedConverter
- valueOf(byte) - Static method in enum io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.vertx.mqtt.messages.codes.MqttPubCompReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.vertx.mqtt.messages.codes.MqttPubRelReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.vertx.core.dns.DnsResponseCode
-
Returns the
DnsResponseCode
that corresponds with the givenresponseCode
. - valueOf(int) - Static method in enum io.vertx.ext.auth.webauthn4j.COSEAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.vertx.grpc.common.GrpcStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.circuitbreaker.CircuitBreakerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.dns.DnsResponseCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.eventbus.ReplyFailure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.http.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.http.CookieSameSite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.vertx.core.http.HttpMethod
-
Lookup the
HttpMethod
value for the specifiedvalue
. - valueOf(String) - Static method in enum io.vertx.core.http.HttpVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.http.WebSocketFrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.http.WebSocketVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.net.ProxyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.parsetools.JsonEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.spi.tracing.SpanKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.ThreadingModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.core.tracing.TracingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.auth.audit.Marker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn4j.Attestation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn4j.AuthenticatorAttachment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn4j.COSEAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn4j.ResidentKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn4j.UserVerification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.bridge.BridgeEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.consul.AclTokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.consul.CheckStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.consul.HealthState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.consul.SessionBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.consul.TxnKVVerb
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.consul.TxnOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.consul.TxnServiceVerb
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.dropwizard.MatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.mail.CanonicalizationAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.mail.DKIMSignAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.mail.LoginOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.mail.SMTPException.EnhancedStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.mail.StartTLSOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.mongo.BulkOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.mongo.TimeSeriesGranularity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.mongo.WriteOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.shell.command.base.ObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.shell.system.ExecStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.stomp.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.web.AllowForwardHeaders
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.web.handler.FileSystemAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.web.handler.graphql.ws.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.web.handler.LoggerFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.web.handler.sockjs.Transport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.grpc.common.GrpcError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.grpc.common.GrpcStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.grpc.common.WireFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.grpc.server.GrpcProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.jdbcclient.FetchDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.jdbcclient.ResultSetConcurrency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.jdbcclient.ResultSetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.jdbcclient.TransactionIsolation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.common.dsl.SchemaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.common.dsl.StringFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.Draft
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.OutputErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.kafka.client.common.tracing.TraceTags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.micrometer.backends.NoopBackendRegistry
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.micrometer.Label
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.micrometer.MatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.micrometer.MetricsDomain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mqtt.messages.codes.MqttPubCompReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mqtt.messages.codes.MqttPubRelReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mysqlclient.MySQLSetOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.mysqlclient.SslMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.openapi.contract.ContractErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.openapi.contract.Location
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.openapi.contract.OpenAPIVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.openapi.contract.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.openapi.validation.ValidationContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.openapi.validation.ValidatorErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.oracleclient.ServerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.pgclient.SslMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.ProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisClientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisClusterTransactions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisReplicas
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisTopology
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.servicediscovery.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.sqlclient.TransactionPropagation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.tracing.opentelemetry.VertxContextStorageProvider.VertxContextStorage
-
Returns the enum constant of this type with the specified name.
- ValueOfBasedConverter<T> - Class in io.vertx.core.cli.converters
-
This 'default' converter tries to create objects using a static 'valueOf' method taking a single String argument.
- values() - Static method in enum io.vertx.circuitbreaker.CircuitBreakerState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.dns.DnsResponseCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.eventbus.ReplyFailure
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.http.ClientAuth
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.http.CookieSameSite
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class io.vertx.core.http.HttpMethod
- values() - Static method in enum io.vertx.core.http.HttpVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.http.WebSocketFrameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.http.WebSocketVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.net.ProxyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.parsetools.JsonEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface io.vertx.core.shareddata.AsyncMap
-
Get the values of the map, asynchronously.
- values() - Method in interface io.vertx.core.shareddata.LocalMap
- values() - Static method in enum io.vertx.core.spi.tracing.SpanKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.ThreadingModel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.core.tracing.TracingPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.auth.audit.Marker
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.auth.webauthn4j.Attestation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.auth.webauthn4j.AuthenticatorAttachment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.auth.webauthn4j.COSEAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.auth.webauthn4j.ResidentKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.auth.webauthn4j.UserVerification
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.bridge.BridgeEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.consul.AclTokenType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.consul.CheckStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.consul.HealthState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.consul.SessionBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.consul.TxnKVVerb
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.consul.TxnOperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.consul.TxnServiceVerb
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.dropwizard.MatchType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
- values() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
- values() - Static method in enum io.vertx.ext.mail.CanonicalizationAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.mail.DKIMSignAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.mail.LoginOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.mail.SMTPException.EnhancedStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.mail.StartTLSOptions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.mongo.BulkOperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.mongo.TimeSeriesGranularity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.mongo.WriteOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.shell.command.base.ObjectType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.shell.system.ExecStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.stomp.Command
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.web.AllowForwardHeaders
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.web.handler.FileSystemAccess
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.web.handler.graphql.ws.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.web.handler.LoggerFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.web.handler.sockjs.Transport
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.grpc.common.GrpcError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.grpc.common.GrpcStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.grpc.common.WireFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.grpc.server.GrpcProtocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.jdbcclient.FetchDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.jdbcclient.ResultSetConcurrency
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.jdbcclient.ResultSetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.jdbcclient.TransactionIsolation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.common.dsl.SchemaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.common.dsl.StringFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.Draft
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.OutputErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.OutputFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.kafka.client.common.tracing.TraceTags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.micrometer.backends.NoopBackendRegistry
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.micrometer.Label
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.micrometer.MatchType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.micrometer.MetricsDomain
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mqtt.messages.codes.MqttPubAckReasonCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mqtt.messages.codes.MqttPubCompReasonCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mqtt.messages.codes.MqttPubRelReasonCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mysqlclient.MySQLSetOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.mysqlclient.SslMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.openapi.contract.ContractErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.openapi.contract.Location
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.openapi.contract.OpenAPIVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.openapi.contract.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.openapi.validation.ValidationContext
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.openapi.validation.ValidatorErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.oracleclient.ServerMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.pgclient.SslMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Get the values of the map, asynchronously.
- values() - Static method in enum io.vertx.redis.client.ProtocolVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisClientType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisClusterTransactions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisReplicas
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisTopology
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.ResponseType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class io.vertx.rxjava3.core.shareddata.AsyncMap
-
Get the values of the map, asynchronously.
- values() - Static method in enum io.vertx.servicediscovery.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.sqlclient.TransactionPropagation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.tracing.opentelemetry.VertxContextStorageProvider.VertxContextStorage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Static variable in enum io.vertx.mysqlclient.SslMode
- VALUES - Static variable in enum io.vertx.pgclient.SslMode
- valueStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
-
Get the values of the map as a
ReadStream
. - variableConsumer(BiConsumer<RoutingContext, AuthorizationContext>) - Method in interface io.vertx.ext.web.handler.AuthorizationHandler
-
Provide a simple handler to extract needed variables.
- variables() - Method in interface io.vertx.ext.auth.authorization.AuthorizationContext
- variables() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- variables() - Static method in class io.vertx.reactivex.uritemplate.Variables
- variables() - Method in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- variables() - Static method in class io.vertx.rxjava3.uritemplate.Variables
- variables() - Static method in interface io.vertx.uritemplate.Variables
- variables(JsonObject) - Static method in class io.vertx.reactivex.uritemplate.Variables
-
Create an instance populated from a JSON object:
null
are conservedJsonArray
is converted toList
JsonObject
is converted toMap
any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}". - variables(JsonObject) - Static method in class io.vertx.rxjava3.uritemplate.Variables
-
Create an instance populated from a JSON object:
null
are conservedJsonArray
is converted toList
JsonObject
is converted toMap
any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}". - variables(JsonObject) - Static method in interface io.vertx.uritemplate.Variables
-
Create an instance populated from a JSON object:
null
are conservedJsonArray
is converted toList<String>
JsonObject
is converted toMap<String, String>
any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}". - Variables - Class in io.vertx.reactivex.uritemplate
-
Holds a set of name/value pairs where each value can be a
String
or aList
or aMap
. - Variables - Class in io.vertx.rxjava3.uritemplate
-
Holds a set of name/value pairs where each value can be a
String
or aList
or aMap
. - Variables - Interface in io.vertx.uritemplate
-
Holds a set of name/value pairs where each value can be a
String
or aList<String>
or aMap<String, String>
. - Variables(Variables) - Constructor for class io.vertx.reactivex.uritemplate.Variables
- Variables(Variables) - Constructor for class io.vertx.rxjava3.uritemplate.Variables
- Variables(Object) - Constructor for class io.vertx.reactivex.uritemplate.Variables
- Variables(Object) - Constructor for class io.vertx.rxjava3.uritemplate.Variables
- VARY - Static variable in interface io.vertx.core.http.HttpHeaders
-
Vary header name
- VARY - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Vary header name
- VARY - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Vary header name
- VaultConfigStore - Class in io.vertx.config.vault
-
An implementation of
ConfigStore
for Vault (https://www.vaultproject.io/). - VaultConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.vault.VaultConfigStore
-
Creates an instance of
VaultConfigStore
. - VaultConfigStoreFactory - Class in io.vertx.config.vault
-
Implementation of
ConfigStoreFactory
to createVaultConfigStore
. - VaultConfigStoreFactory() - Constructor for class io.vertx.config.vault.VaultConfigStoreFactory
- VaultException - Exception in io.vertx.config.vault.client
-
Exception used when an interaction with Vault failed.
- VaultException(String) - Constructor for exception io.vertx.config.vault.client.VaultException
- VaultException(String, int) - Constructor for exception io.vertx.config.vault.client.VaultException
- VaultException(String, Throwable) - Constructor for exception io.vertx.config.vault.client.VaultException
- verbose - Variable in class io.vertx.ext.shell.command.base.BusPublish
- verify(Handler<Void>) - Method in interface io.vertx.ext.unit.TestContext
-
Execute the provided handler, which may contain assertions, possibly from any third-party assertion framework.
- verify(Handler<Void>) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Execute the provided handler, which may contain assertions, possibly from any third-party assertion framework.
- verify(Handler<Void>) - Method in class io.vertx.rxjava3.ext.unit.TestContext
-
Execute the provided handler, which may contain assertions, possibly from any third-party assertion framework.
- verify(Authorization) - Method in interface io.vertx.ext.auth.authorization.Authorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in interface io.vertx.ext.auth.authorization.Authorizations
-
Verifies that the given authorization is present in the authorizations.
- verify(VertxTestContext.ExecutionBlock) - Method in class io.vertx.junit5.VertxTestContext
-
Allow verifications and assertions to be made.
- verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in interface io.vertx.reactivex.ext.auth.authorization.Authorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
-
Verifies that the given authorization is present in the authorizations.
- verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in interface io.vertx.rxjava3.ext.auth.authorization.Authorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
-
Verifies that the given authorization is present in the authorizations.
- verify(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
-
this method verifies whether or not the authorization implies the specified authorization.
- verify(String, String) - Method in interface io.vertx.ext.auth.hashing.HashingStrategy
-
Time constant password check.
- verify(String, String) - Method in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
-
Time constant password check.
- verify(String, String) - Method in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
-
Time constant password check.
- VERIFY_CA - io.vertx.mysqlclient.SslMode
-
Like REQUIRED, but additionally verify the server Certificate Authority (CA) certificate against the configured CA certificates.
- VERIFY_CA - io.vertx.pgclient.SslMode
-
only try an SSL connection, and verify that the server certificate is issued by a trusted certificate authority (CA).
- VERIFY_FULL - io.vertx.pgclient.SslMode
-
only try an SSL connection, verify that the server certificate is issued by a trusted CA and that the requested server host name matches that in the certificate.
- VERIFY_IDENTITY - io.vertx.mysqlclient.SslMode
-
Like VERIFY_CA, but additionally perform host name identity verification by checking the host name the client uses for connecting to the server against the identity in the certificate that the server sends to the client.
- verifyUrl(String) - Method in interface io.vertx.ext.web.handler.OtpAuthHandler
-
Specify the URL where requests are to be redirected when a user is already known in the request.
- verifyUrl(String) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
-
Specify the URL where requests are to be redirected when a user is already known in the request.
- verifyUrl(String) - Method in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
-
Specify the URL where requests are to be redirected when a user is already known in the request.
- version() - Method in interface io.vertx.core.http.HttpClientRequest
- version() - Method in interface io.vertx.core.http.HttpResponseHead
- version() - Method in interface io.vertx.core.http.HttpServerRequest
- version() - Method in interface io.vertx.ext.stomp.StompClientConnection
- version() - Method in class io.vertx.ext.web.sstore.AbstractSession
- version() - Method in interface io.vertx.httpproxy.ProxyRequest
- version() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- version() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
- version() - Method in interface io.vertx.reactivex.core.http.HttpResponseHead
- version() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
- version() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
- version() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
- version() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- version() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
- version() - Method in interface io.vertx.rxjava3.core.http.HttpResponseHead
- version() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
- version() - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- version() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
- version() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
- version(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the index version number.
- VERSION - Static variable in class io.vertx.ext.stomp.Frame
- VERSION_CONTROL - Static variable in class io.vertx.core.http.HttpMethod
-
The RFC 3253
VERSION_CONTROL
method, this instance is interned and uniquely used. - Verticle - Interface in io.vertx.core
-
WARNING : this class is not deprecated, however we encourage instead to use
VerticleBase
A verticle is a piece of code that can be deployed by Vert.x. - VerticleBase - Class in io.vertx.core
-
An abstract base class that you can extend to write your own Verticle classes.
- VerticleBase() - Constructor for class io.vertx.core.VerticleBase
- VerticleDeploy - Class in io.vertx.ext.shell.command.base
- VerticleDeploy() - Constructor for class io.vertx.ext.shell.command.base.VerticleDeploy
- verticleFactories() - Method in interface io.vertx.core.Vertx
-
Return the Set of currently registered verticle factories.
- verticleFactories() - Method in class io.vertx.reactivex.core.Vertx
-
Return the Set of currently registered verticle factories.
- verticleFactories() - Method in class io.vertx.rxjava3.core.Vertx
-
Return the Set of currently registered verticle factories.
- VerticleFactories - Class in io.vertx.ext.shell.command.base
- VerticleFactories() - Constructor for class io.vertx.ext.shell.command.base.VerticleFactories
- VerticleFactory - Interface in io.vertx.core.spi
-
Has responsibility for creating verticle instances.
- VerticleLs - Class in io.vertx.ext.shell.command.base
- VerticleLs() - Constructor for class io.vertx.ext.shell.command.base.VerticleLs
- VERTICLES - io.vertx.micrometer.MetricsDomain
-
Verticle metrics.
- verticleSupplier() - Method in interface io.vertx.launcher.application.VertxApplicationHooks
-
Invoked before deploying the main verticle or
Deployable
. - VerticleUndeploy - Class in io.vertx.ext.shell.command.base
- VerticleUndeploy() - Constructor for class io.vertx.ext.shell.command.base.VerticleUndeploy
- vertx - Variable in class io.vertx.core.AbstractVerticle
-
Reference to the Vert.x instance that deployed this verticle
- vertx - Variable in class io.vertx.core.VerticleBase
-
Reference to the Vert.x instance that deployed this verticle
- vertx - Variable in class io.vertx.reactivex.core.AbstractVerticle
- vertx - Variable in class io.vertx.rxjava3.core.AbstractVerticle
- vertx - Variable in class io.vertx.servicediscovery.types.AbstractServiceReference
- vertx() - Static method in interface io.vertx.core.Vertx
-
Creates a non clustered instance using default options.
- vertx() - Method in interface io.vertx.ext.shell.cli.Completion
- vertx() - Method in interface io.vertx.ext.shell.command.CommandProcess
- vertx() - Method in interface io.vertx.ext.stomp.StompClient
- vertx() - Method in interface io.vertx.ext.stomp.StompServer
- vertx() - Method in class io.vertx.ext.unit.junit.RunTestOnContext
-
Retrieves the current Vert.x instance, this value varies according to the test life cycle.
- vertx() - Method in interface io.vertx.ext.web.RoutingContext
- vertx() - Method in class io.vertx.junit5.RunTestOnContext
- vertx() - Method in interface io.vertx.launcher.application.HookContext
-
The Vert.x instance, after it has started.
- vertx() - Static method in class io.vertx.reactivex.core.Vertx
-
Creates a non clustered instance using default options.
- vertx() - Method in class io.vertx.reactivex.ext.stomp.StompClient
- vertx() - Method in class io.vertx.reactivex.ext.stomp.StompServer
- vertx() - Method in class io.vertx.reactivex.ext.web.RoutingContext
- vertx() - Static method in class io.vertx.rxjava3.core.Vertx
-
Creates a non clustered instance using default options.
- vertx() - Method in class io.vertx.rxjava3.ext.stomp.StompClient
- vertx() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
- vertx() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
- vertx(VertxOptions) - Static method in interface io.vertx.core.Vertx
-
Creates a non clustered instance using the specified options
- vertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
-
Creates a non clustered instance using the specified options
- vertx(VertxOptions) - Static method in class io.vertx.rxjava3.core.Vertx
-
Creates a non clustered instance using the specified options
- Vertx - Class in io.vertx.reactivex.core
-
The entry point into the Vert.x Core API.
- Vertx - Class in io.vertx.rxjava3.core
-
The entry point into the Vert.x Core API.
- Vertx - Interface in io.vertx.core
-
The entry point into the Vert.x Core API.
- Vertx(Vertx) - Constructor for class io.vertx.reactivex.core.Vertx
- Vertx(Vertx) - Constructor for class io.vertx.rxjava3.core.Vertx
- Vertx(Object) - Constructor for class io.vertx.reactivex.core.Vertx
- Vertx(Object) - Constructor for class io.vertx.rxjava3.core.Vertx
- VERTX_DEPLOYMENT - Static variable in class io.vertx.launcher.application.ExitCodes
- VERTX_INITIALIZATION - Static variable in class io.vertx.launcher.application.ExitCodes
- VERTX_INSTANCE_KEY - Static variable in class io.vertx.junit5.VertxExtension
-
Key for all
Vertx
instances, including what shims like RxJava should use. - VERTX_PARAMETER_FILENAME - Static variable in class io.vertx.junit5.VertxParameterProvider
- VERTX_PARAMETER_FILENAME_ENV_VAR - Static variable in class io.vertx.junit5.VertxParameterProvider
- VERTX_PARAMETER_FILENAME_SYS_PROP - Static variable in class io.vertx.junit5.VertxParameterProvider
- VertxApplication - Class in io.vertx.launcher.application
-
A
main()
class that can be used to create the Vert.x instance and deploy a verticle. - VertxApplication(String[]) - Constructor for class io.vertx.launcher.application.VertxApplication
-
Create a new instance with the given program arguments and default behavior (print usage and exit on failure).
- VertxApplication(String[], VertxApplicationHooks) - Constructor for class io.vertx.launcher.application.VertxApplication
-
Like
VertxApplication(String[])
, with the providedhooks
. - VertxApplication(String[], VertxApplicationHooks, boolean, boolean) - Constructor for class io.vertx.launcher.application.VertxApplication
-
May be invoked by subclasses to customize behavior.
- VertxApplicationHooks - Interface in io.vertx.launcher.application
-
Methods invoked by the
VertxApplication
at different stages of the launch process. - VertxBuilder - Class in io.vertx.reactivex.core
-
A builder for creating Vert.x instances, allowing to configure Vert.x plugins: metrics tracing cluster manager Example usage:
- VertxBuilder - Class in io.vertx.rxjava3.core
-
A builder for creating Vert.x instances, allowing to configure Vert.x plugins: metrics tracing cluster manager Example usage:
- VertxBuilder - Interface in io.vertx.core
-
A builder for creating Vert.x instances, allowing to configure Vert.x plugins: metrics tracing cluster manager Example usage:
- VertxBuilder(VertxBuilder) - Constructor for class io.vertx.reactivex.core.VertxBuilder
- VertxBuilder(VertxBuilder) - Constructor for class io.vertx.rxjava3.core.VertxBuilder
- VertxBuilder(Object) - Constructor for class io.vertx.reactivex.core.VertxBuilder
- VertxBuilder(Object) - Constructor for class io.vertx.rxjava3.core.VertxBuilder
- VertxChannelBuilder - Class in io.vertx.grpc
- VertxContextPRNG - Class in io.vertx.reactivex.ext.auth.prng
-
A secure non blocking random number generator isolated to the current context.
- VertxContextPRNG - Class in io.vertx.rxjava3.ext.auth.prng
-
A secure non blocking random number generator isolated to the current context.
- VertxContextPRNG - Interface in io.vertx.ext.auth.prng
-
A secure non blocking random number generator isolated to the current context.
- VertxContextPRNG(VertxContextPRNG) - Constructor for class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
- VertxContextPRNG(VertxContextPRNG) - Constructor for class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
- VertxContextPRNG(Object) - Constructor for class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
- VertxContextPRNG(Object) - Constructor for class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
- VertxContextStorageProvider - Class in io.vertx.tracing.opentelemetry
- VertxContextStorageProvider() - Constructor for class io.vertx.tracing.opentelemetry.VertxContextStorageProvider
- VertxContextStorageProvider.VertxContextStorage - Enum in io.vertx.tracing.opentelemetry
- vertxCreated(Vertx) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Callback to signal when the Vertx instance is fully initialized.
- VertxException - Exception in io.vertx.core
- VertxException(String) - Constructor for exception io.vertx.core.VertxException
-
Create an instance given a message
- VertxException(String, boolean) - Constructor for exception io.vertx.core.VertxException
-
Create an instance given a message
- VertxException(String, Throwable) - Constructor for exception io.vertx.core.VertxException
-
Create an instance given a message and a cause
- VertxException(String, Throwable, boolean) - Constructor for exception io.vertx.core.VertxException
-
Create an instance given a message
- VertxException(Throwable) - Constructor for exception io.vertx.core.VertxException
-
Create an instance given a cause
- VertxException(Throwable, boolean) - Constructor for exception io.vertx.core.VertxException
-
Create an instance given a message
- VertxExtension - Class in io.vertx.junit5
-
JUnit 5 Vert.x extension that allows parameter injection as well as an automatic lifecycle on the
VertxTestContext
instance. - VertxExtension() - Constructor for class io.vertx.junit5.VertxExtension
- VertxExtensionModule - Class in io.vertx.lang.groovy
-
Extension module for integrating Vert.x common types with Groovy.
- VertxExtensionModule() - Constructor for class io.vertx.lang.groovy.VertxExtensionModule
- VertxExtensionParameterProvider<T> - Interface in io.vertx.junit5
-
A
VertxExtension
test method parameter provider service provider interface. - VertxFutureAdapter - Class in io.vertx.ext.web.handler.graphql.instrumentation
-
Instrument data fetchers so that
Future
results are automatically converted toCompletionStage
. - VertxInfluxDbOptions - Class in io.vertx.micrometer
-
Vert.x InfluxDb micrometer configuration.
- VertxInfluxDbOptions() - Constructor for class io.vertx.micrometer.VertxInfluxDbOptions
-
Create default options for InfluxDB reporting.
- VertxInfluxDbOptions(JsonObject) - Constructor for class io.vertx.micrometer.VertxInfluxDbOptions
-
Creates new options object for InfluxDB reporting from
json
input. - VertxInfluxDbOptions(VertxInfluxDbOptions) - Constructor for class io.vertx.micrometer.VertxInfluxDbOptions
-
Creates new options object for InfluxDB reporting, which is a copy of
other
. - VertxInfluxDbOptionsConverter - Class in io.vertx.micrometer
-
Converter and mapper for
VertxInfluxDbOptions
. - VertxInfluxDbOptionsConverter() - Constructor for class io.vertx.micrometer.VertxInfluxDbOptionsConverter
- VertxJmxMetricsOptions - Class in io.vertx.micrometer
-
Options for Prometheus metrics backend.
- VertxJmxMetricsOptions() - Constructor for class io.vertx.micrometer.VertxJmxMetricsOptions
-
Default constructor
- VertxJmxMetricsOptions(JsonObject) - Constructor for class io.vertx.micrometer.VertxJmxMetricsOptions
-
Create an instance from a
JsonObject
- VertxJmxMetricsOptions(VertxJmxMetricsOptions) - Constructor for class io.vertx.micrometer.VertxJmxMetricsOptions
-
Copy constructor
- VertxJmxMetricsOptionsConverter - Class in io.vertx.micrometer
-
Converter and mapper for
VertxJmxMetricsOptions
. - VertxJmxMetricsOptionsConverter() - Constructor for class io.vertx.micrometer.VertxJmxMetricsOptionsConverter
- VertxMetrics - Interface in io.vertx.core.spi.metrics
-
The main Vert.x metrics SPI which Vert.x will use internally.
- VertxMetricsFactory - Interface in io.vertx.core.spi
-
A factory for the plugable metrics SPI.
- VertxModule - Class in io.vertx.core.json.jackson
-
A Jackson
Module
to provide following VertX Serializers and Deserializers that can be reused for building custom mappers :JsonObjectSerializer
ofJsonObject
JsonArraySerializer
ofJsonArray
JsonArrayDeserializer
ofJsonArray
JsonObjectDeserializer
ofJsonObject
InstantSerializer
andInstantDeserializer
ofInstant
ByteArraySerializer
andByteArraySerializer
ofbyte[]
BufferSerializer
andBufferSerializer
ofBuffer
- VertxModule() - Constructor for class io.vertx.core.json.jackson.VertxModule
- vertxOptions() - Method in interface io.vertx.launcher.application.HookContext
-
The Vert.x options, which can be modified before Vert.x is started.
- VertxOptions - Class in io.vertx.core
-
Instances of this class are used to configure
Vertx
instances. - VertxOptions() - Constructor for class io.vertx.core.VertxOptions
-
Default constructor
- VertxOptions(JsonObject) - Constructor for class io.vertx.core.VertxOptions
-
Create an instance from a
JsonObject
- VertxOptions(VertxOptions) - Constructor for class io.vertx.core.VertxOptions
-
Copy constructor
- VertxOptionsConverter - Class in io.vertx.core
-
Converter and mapper for
VertxOptions
. - VertxOptionsConverter() - Constructor for class io.vertx.core.VertxOptionsConverter
- VertxParameterProvider - Class in io.vertx.junit5.rxjava2
-
RxJava 2 Vertx parameter provider.
- VertxParameterProvider - Class in io.vertx.junit5.rxjava3
-
RxJava 3 Vertx parameter provider.
- VertxParameterProvider - Class in io.vertx.junit5
- VertxParameterProvider() - Constructor for class io.vertx.junit5.rxjava2.VertxParameterProvider
- VertxParameterProvider() - Constructor for class io.vertx.junit5.rxjava3.VertxParameterProvider
- VertxParameterProvider() - Constructor for class io.vertx.junit5.VertxParameterProvider
- VertxPrometheusOptions - Class in io.vertx.micrometer
-
Options for Prometheus metrics backend.
- VertxPrometheusOptions() - Constructor for class io.vertx.micrometer.VertxPrometheusOptions
-
Default constructor
- VertxPrometheusOptions(JsonObject) - Constructor for class io.vertx.micrometer.VertxPrometheusOptions
-
Create an instance from a
JsonObject
- VertxPrometheusOptions(VertxPrometheusOptions) - Constructor for class io.vertx.micrometer.VertxPrometheusOptions
-
Copy constructor
- VertxPrometheusOptionsConverter - Class in io.vertx.micrometer
-
Converter and mapper for
VertxPrometheusOptions
. - VertxPrometheusOptionsConverter() - Constructor for class io.vertx.micrometer.VertxPrometheusOptionsConverter
- VertxSender - Class in io.vertx.tracing.zipkin
-
An HTTP sender using Vert.x HttpClient, only JSON encoding is supported.
- VertxSender(HttpSenderOptions) - Constructor for class io.vertx.tracing.zipkin.VertxSender
- VertxSerdes - Class in io.vertx.kafka.client.serialization
- VertxSerdes() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes
- VertxSerdes.BufferSerde - Class in io.vertx.kafka.client.serialization
- VertxSerdes.JsonArraySerde - Class in io.vertx.kafka.client.serialization
- VertxSerdes.JsonObjectSerde - Class in io.vertx.kafka.client.serialization
- VertxServer - Class in io.vertx.grpc
- VertxServerBuilder - Class in io.vertx.grpc
- VertxServiceProvider - Interface in io.vertx.core.spi
-
Entry point for loading Vert.x SPI implementations.
- VertxTestContext - Class in io.vertx.junit5
-
A test context to wait on the outcomes of asynchronous operations.
- VertxTestContext() - Constructor for class io.vertx.junit5.VertxTestContext
- VertxTestContext.ExecutionBlock - Interface in io.vertx.junit5
-
Interface for an executable block of assertion code.
- VertxTestContextParameterProvider - Class in io.vertx.junit5
-
Vert.x test context parameter provider holder class.
- VertxTestContextParameterProvider() - Constructor for class io.vertx.junit5.VertxTestContextParameterProvider
- VertxThreadFactory - Interface in io.vertx.core.spi
- VertxTracer<I,O> - Interface in io.vertx.core.spi.tracing
-
The tracer SPI used by Vert.x components to report activities.
- VertxTracerFactory - Interface in io.vertx.core.spi
-
A factory for the plug-able tracing SPI.
- VertxUnitRunner - Class in io.vertx.ext.unit.junit
-
A JUnit runner for writing asynchronous tests.
- VertxUnitRunner(Class<?>) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunner
- VertxUnitRunnerWithParameters - Class in io.vertx.ext.unit.junit
- VertxUnitRunnerWithParameters(TestWithParameters) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
- VertxUnitRunnerWithParametersFactory - Class in io.vertx.ext.unit.junit
-
A
ParametersRunnerFactory
for aVertxUnitRunner
for enabling Vert.x Unit parameterized tests. - VertxUnitRunnerWithParametersFactory() - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
- VIRTUAL_THREAD - io.vertx.core.ThreadingModel
-
Tasks are scheduled on a virtual thread, no assumption on whether virtual threads are pooled.
- virtualHost() - Method in interface io.vertx.ext.web.client.HttpRequest
- virtualHost() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
- virtualHost() - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
- virtualHost(String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to use a virtual host
value
. - virtualHost(String) - Method in interface io.vertx.ext.web.Route
-
Add a virtual host filter for this route.
- virtualHost(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to use a virtual host
value
. - virtualHost(String) - Method in class io.vertx.reactivex.ext.web.Route
-
Add a virtual host filter for this route.
- virtualHost(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
-
Configure the request to use a virtual host
value
. - virtualHost(String) - Method in class io.vertx.rxjava3.ext.web.Route
-
Add a virtual host filter for this route.
W
- wait(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- wait(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- wait(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- WAIT - Static variable in interface io.vertx.redis.client.Command
-
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- waitForConfirms() - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
- waitForConfirms() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
- waitForConfirms() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
- waitForConfirms(long) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
- waitForConfirms(long) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
- waitForConfirms(long) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
-
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
- wantsUpdatesFor(String) - Method in interface io.vertx.core.spi.cluster.RegistrationListener
-
Invoked by the
ClusterManager
to determine if the node selector wants updates for the givenaddress
. - warnCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "warning".
- warnCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "warning".
- warnCheck(String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "warning".
- warnCheckWithNote(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
-
Set status of the check to "warning".
- warnCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Set status of the check to "warning".
- warnCheckWithNote(String, String) - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
-
Set status of the check to "warning".
- WARNING - io.vertx.ext.consul.CheckStatus
- WARNING - io.vertx.ext.consul.HealthState
- wasApplied() - Method in interface io.vertx.cassandra.ResultSet
- wasApplied() - Method in class io.vertx.reactivex.cassandra.ResultSet
- wasApplied() - Method in class io.vertx.rxjava3.cassandra.ResultSet
- watch(String, JsonArray, boolean, int) - Method in interface io.vertx.ext.mongo.MongoClient
-
Watch the collection change.
- watch(String, JsonArray, boolean, int) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Watch the collection change.
- watch(String, JsonArray, boolean, int) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
Watch the collection change.
- watch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Watch the given keys to determine execution of the MULTI/EXEC block.
- watch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Watch the given keys to determine execution of the MULTI/EXEC block.
- watch(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Watch the given keys to determine execution of the MULTI/EXEC block.
- Watch<T> - Class in io.vertx.reactivex.ext.consul
-
Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates.
- Watch<T> - Class in io.vertx.rxjava3.ext.consul
-
Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates.
- Watch<T> - Interface in io.vertx.ext.consul
-
Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates.
- Watch(Watch) - Constructor for class io.vertx.reactivex.ext.consul.Watch
- Watch(Watch) - Constructor for class io.vertx.rxjava3.ext.consul.Watch
- Watch(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.consul.Watch
- Watch(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.ext.consul.Watch
- WATCH - Static variable in interface io.vertx.redis.client.Command
-
Watch the given keys to determine execution of the MULTI/EXEC block.
- WatchResult<T> - Class in io.vertx.reactivex.ext.consul
- WatchResult<T> - Class in io.vertx.rxjava3.ext.consul
- WatchResult<T> - Interface in io.vertx.ext.consul
- WatchResult(WatchResult) - Constructor for class io.vertx.reactivex.ext.consul.WatchResult
- WatchResult(WatchResult) - Constructor for class io.vertx.rxjava3.ext.consul.WatchResult
- WatchResult(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.consul.WatchResult
- WatchResult(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.ext.consul.WatchResult
- WEB - io.vertx.grpc.server.GrpcProtocol
-
gRPC Web
- WEB_TEXT - io.vertx.grpc.server.GrpcProtocol
-
gRPC Web text
- WebApiProxyGenLoader - Class in io.vertx.ext.web.api.service.generator
- WebApiProxyGenLoader() - Constructor for class io.vertx.ext.web.api.service.generator.WebApiProxyGenLoader
- WebApiProxyHandlerGen - Class in io.vertx.ext.web.api.service.generator
- WebApiProxyHandlerGen(GeneratorUtils) - Constructor for class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
- WebApiProxyMethodInfo - Class in io.vertx.ext.web.api.service.generator.model
- WebApiProxyMethodInfo(ProxyMethodInfo) - Constructor for class io.vertx.ext.web.api.service.generator.model.WebApiProxyMethodInfo
- WebApiProxyMethodInfo(Set<ClassTypeInfo>, String, TypeInfo, Text, boolean, boolean, List<ParamInfo>, String, Doc, boolean, boolean, List<TypeParamInfo.Method>, boolean, boolean, boolean, Text, boolean) - Constructor for class io.vertx.ext.web.api.service.generator.model.WebApiProxyMethodInfo
- WebApiProxyModel - Class in io.vertx.ext.web.api.service.generator.model
- WebApiProxyModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Constructor for class io.vertx.ext.web.api.service.generator.model.WebApiProxyModel
- WebApiProxyModelProvider - Class in io.vertx.ext.web.api.service.generator.model
- WebApiProxyModelProvider() - Constructor for class io.vertx.ext.web.api.service.generator.model.WebApiProxyModelProvider
- WebApiServiceGen - Annotation Type in io.vertx.ext.web.api.service
-
Declares a Java interface type to be processed for generating a Java web api service that can be connected to the original API via Vert.x event bus.
- WebAuthn4J - Class in io.vertx.reactivex.ext.auth.webauthn4j
-
Factory interface for creating WebAuthN based
AuthenticationProvider
instances. - WebAuthn4J - Class in io.vertx.rxjava3.ext.auth.webauthn4j
-
Factory interface for creating WebAuthN based
AuthenticationProvider
instances. - WebAuthn4J - Interface in io.vertx.ext.auth.webauthn4j
-
Factory interface for creating WebAuthN based
AuthenticationProvider
instances. - WebAuthn4J(WebAuthn4J) - Constructor for class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
- WebAuthn4J(WebAuthn4J) - Constructor for class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
- WebAuthn4J(Object) - Constructor for class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
- WebAuthn4J(Object) - Constructor for class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
- WebAuthn4JCredentials - Class in io.vertx.ext.auth.webauthn4j
- WebAuthn4JCredentials() - Constructor for class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- WebAuthn4JCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentials
- WebAuthn4JCredentialsConverter - Class in io.vertx.ext.auth.webauthn4j
-
Converter and mapper for
WebAuthn4JCredentials
. - WebAuthn4JCredentialsConverter() - Constructor for class io.vertx.ext.auth.webauthn4j.WebAuthn4JCredentialsConverter
- WebAuthn4JException - Exception in io.vertx.ext.auth.webauthn4j
- WebAuthn4JException(String) - Constructor for exception io.vertx.ext.auth.webauthn4j.WebAuthn4JException
- WebAuthn4JException(String, Throwable) - Constructor for exception io.vertx.ext.auth.webauthn4j.WebAuthn4JException
- WebAuthn4JException(Throwable) - Constructor for exception io.vertx.ext.auth.webauthn4j.WebAuthn4JException
- WebAuthn4JHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that provides FIDO2 WebAuthN Relay Party support.
- WebAuthn4JHandler - Class in io.vertx.rxjava3.ext.web.handler
-
An auth handler that provides FIDO2 WebAuthN Relay Party support.
- WebAuthn4JHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that provides FIDO2 WebAuthN Relay Party support.
- WebAuthn4JHandler(WebAuthn4JHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
- WebAuthn4JHandler(WebAuthn4JHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
- WebAuthn4JHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
- WebAuthn4JHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
- WebAuthn4JOptions - Class in io.vertx.ext.auth.webauthn4j
-
Configuration for the webauthn object
- WebAuthn4JOptions() - Constructor for class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- WebAuthn4JOptions(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptions
- WebAuthn4JOptionsConverter - Class in io.vertx.ext.auth.webauthn4j
-
Converter and mapper for
WebAuthn4JOptions
. - WebAuthn4JOptionsConverter() - Constructor for class io.vertx.ext.auth.webauthn4j.WebAuthn4JOptionsConverter
- WebClient - Class in io.vertx.reactivex.ext.web.client
-
An asynchronous HTTP / HTTP/2 client called
WebClient
. - WebClient - Class in io.vertx.rxjava3.ext.web.client
-
An asynchronous HTTP / HTTP/2 client called
WebClient
. - WebClient - Interface in io.vertx.ext.web.client
-
An asynchronous HTTP / HTTP/2 client called
WebClient
. - WebClient(WebClient) - Constructor for class io.vertx.reactivex.ext.web.client.WebClient
- WebClient(WebClient) - Constructor for class io.vertx.rxjava3.ext.web.client.WebClient
- WebClient(Object) - Constructor for class io.vertx.reactivex.ext.web.client.WebClient
- WebClient(Object) - Constructor for class io.vertx.rxjava3.ext.web.client.WebClient
- WebClientOptions - Class in io.vertx.ext.web.client
- WebClientOptions() - Constructor for class io.vertx.ext.web.client.WebClientOptions
- WebClientOptions(HttpClientOptions) - Constructor for class io.vertx.ext.web.client.WebClientOptions
-
Copy constructor using
HttpClientOptions
. - WebClientOptions(JsonObject) - Constructor for class io.vertx.ext.web.client.WebClientOptions
-
Creates a new instance from JSON.
- WebClientOptions(WebClientOptions) - Constructor for class io.vertx.ext.web.client.WebClientOptions
-
Copy constructor.
- WebClientOptionsConverter - Class in io.vertx.ext.web.client
-
Converter and mapper for
WebClientOptions
. - WebClientOptionsConverter() - Constructor for class io.vertx.ext.web.client.WebClientOptionsConverter
- WebClientSession - Class in io.vertx.reactivex.ext.web.client
-
An asynchronous sessions aware HTTP / HTTP/2 client called
WebClientSession
. - WebClientSession - Class in io.vertx.rxjava3.ext.web.client
-
An asynchronous sessions aware HTTP / HTTP/2 client called
WebClientSession
. - WebClientSession - Interface in io.vertx.ext.web.client
-
An asynchronous sessions aware HTTP / HTTP/2 client called
WebClientSession
. - WebClientSession(WebClientSession) - Constructor for class io.vertx.reactivex.ext.web.client.WebClientSession
- WebClientSession(WebClientSession) - Constructor for class io.vertx.rxjava3.ext.web.client.WebClientSession
- WebClientSession(Object) - Constructor for class io.vertx.reactivex.ext.web.client.WebClientSession
- WebClientSession(Object) - Constructor for class io.vertx.rxjava3.ext.web.client.WebClientSession
- WebEnvironment - Class in io.vertx.reactivex.ext.web.common
-
Utility API to verify which environment is the web application running.
- WebEnvironment - Class in io.vertx.rxjava3.ext.web.common
-
Utility API to verify which environment is the web application running.
- WebEnvironment - Interface in io.vertx.ext.web.common
-
Utility API to verify which environment is the web application running.
- WebEnvironment(WebEnvironment) - Constructor for class io.vertx.reactivex.ext.web.common.WebEnvironment
- WebEnvironment(WebEnvironment) - Constructor for class io.vertx.rxjava3.ext.web.common.WebEnvironment
- WebEnvironment(Object) - Constructor for class io.vertx.reactivex.ext.web.common.WebEnvironment
- WebEnvironment(Object) - Constructor for class io.vertx.rxjava3.ext.web.common.WebEnvironment
- WebServerRequest - Interface in io.vertx.ext.web
-
Extends to access the routing context associated with the request.
- webSession() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- webSession() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- webSession() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- webSocket() - Method in interface io.vertx.core.http.WebSocketClient
-
Create a WebSocket that is not yet connected to the server.
- webSocket() - Method in class io.vertx.reactivex.core.http.WebSocketClient
-
Create a WebSocket that is not yet connected to the server.
- webSocket() - Method in class io.vertx.rxjava3.core.http.WebSocketClient
-
Create a WebSocket that is not yet connected to the server.
- WebSocket - Class in io.vertx.reactivex.core.http
-
Common WebSocket implementation.
- WebSocket - Class in io.vertx.rxjava3.core.http
-
Common WebSocket implementation.
- WebSocket - Interface in io.vertx.core.http
-
Common WebSocket implementation.
- WebSocket(WebSocket) - Constructor for class io.vertx.reactivex.core.http.WebSocket
- WebSocket(WebSocket) - Constructor for class io.vertx.rxjava3.core.http.WebSocket
- WebSocket(Object) - Constructor for class io.vertx.reactivex.core.http.WebSocket
- WebSocket(Object) - Constructor for class io.vertx.rxjava3.core.http.WebSocket
- WEBSOCKET - io.vertx.ext.web.handler.sockjs.Transport
- WEBSOCKET - Static variable in interface io.vertx.core.http.HttpHeaders
-
WebSocket header value
- WEBSOCKET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
WebSocket header value
- WEBSOCKET - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
WebSocket header value
- WebSocketBase - Interface in io.vertx.core.http
-
Base WebSocket implementation.
- WebSocketBase - Interface in io.vertx.reactivex.core.http
-
Base WebSocket implementation.
- WebSocketBase - Interface in io.vertx.rxjava3.core.http
-
Base WebSocket implementation.
- WebSocketClient - Class in io.vertx.reactivex.core.http
-
An asynchronous WebSocket client.
- WebSocketClient - Class in io.vertx.rxjava3.core.http
-
An asynchronous WebSocket client.
- WebSocketClient - Interface in io.vertx.core.http
-
An asynchronous WebSocket client.
- WebSocketClient(WebSocketClient) - Constructor for class io.vertx.reactivex.core.http.WebSocketClient
- WebSocketClient(WebSocketClient) - Constructor for class io.vertx.rxjava3.core.http.WebSocketClient
- WebSocketClient(Object) - Constructor for class io.vertx.reactivex.core.http.WebSocketClient
- WebSocketClient(Object) - Constructor for class io.vertx.rxjava3.core.http.WebSocketClient
- WebSocketClientOptions - Class in io.vertx.core.http
- WebSocketClientOptions() - Constructor for class io.vertx.core.http.WebSocketClientOptions
-
Default constructor
- WebSocketClientOptions(WebSocketClientOptions) - Constructor for class io.vertx.core.http.WebSocketClientOptions
-
Copy constructor
- WebSocketClientOptions(JsonObject) - Constructor for class io.vertx.core.http.WebSocketClientOptions
-
Constructor to create an options from JSON
- WebSocketClientOptionsConverter - Class in io.vertx.core.http
-
Converter and mapper for
WebSocketClientOptions
. - WebSocketClientOptionsConverter() - Constructor for class io.vertx.core.http.WebSocketClientOptionsConverter
- WebSocketConnectOptions - Class in io.vertx.core.http
-
Options describing how an
HttpClient
connect aWebSocket
. - WebSocketConnectOptions() - Constructor for class io.vertx.core.http.WebSocketConnectOptions
- WebSocketConnectOptions(WebSocketConnectOptions) - Constructor for class io.vertx.core.http.WebSocketConnectOptions
- WebSocketConnectOptions(JsonObject) - Constructor for class io.vertx.core.http.WebSocketConnectOptions
- WebSocketConnectOptionsConverter - Class in io.vertx.core.http
-
Converter and mapper for
WebSocketConnectOptions
. - WebSocketConnectOptionsConverter() - Constructor for class io.vertx.core.http.WebSocketConnectOptionsConverter
- WebSocketFrame - Interface in io.vertx.core.http
-
A WebSocket frame that represents either text or binary data.
- WebSocketFrameType - Enum in io.vertx.core.http
-
List of all frame types.
- webSocketHandler() - Method in interface io.vertx.core.http.HttpServer
- webSocketHandler() - Method in interface io.vertx.ext.stomp.StompServer
-
Gets the
Handler
able to manage web socket connections. - webSocketHandler() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Gets the able to manage web socket connections.
- webSocketHandler() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Gets the able to manage web socket connections.
- webSocketHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.core.http.HttpServer
-
Set the WebSocket handler for the server to
wsHandler
. - webSocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Set the WebSocket handler for the server to
wsHandler
. - webSocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Set the WebSocket handler for the server to
wsHandler
. - webSocketHandshakeHandler() - Method in interface io.vertx.ext.stomp.StompServer
-
Gets the
Handler
able to manage web socket connection handshakes. - webSocketHandshakeHandler() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Gets the able to manage web socket connection handshakes.
- webSocketHandshakeHandler() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Gets the able to manage web socket connection handshakes.
- webSocketHandshakeHandler(Handler<ServerWebSocketHandshake>) - Method in interface io.vertx.core.http.HttpServer
-
Set a handler for WebSocket handshake.
- webSocketHandshakeHandler(Handler<ServerWebSocketHandshake>) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Set a handler for WebSocket handshake.
- webSocketHandshakeHandler(Handler<ServerWebSocketHandshake>) - Method in class io.vertx.rxjava3.core.http.HttpServer
-
Set a handler for WebSocket handshake.
- WebSocketVersion - Enum in io.vertx.core.http
-
Represents the WebSocket version
- webUser() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- webUser() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- webUser() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- weight() - Method in interface io.vertx.core.dns.SrvRecord
-
Returns the weight of this service record.
- weight() - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231 - weight() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231 - weight() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231 - weight() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231 - weight() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231 - weight() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231 - weight() - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
-
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231 - weightedOrder() - Method in interface io.vertx.ext.web.ParsedHeaderValue
-
An integer that represents the absolute order position of this header
- weightedOrder() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
An integer that represents the absolute order position of this header
- weightedOrder() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
An integer that represents the absolute order position of this header
- weightedOrder() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
An integer that represents the absolute order position of this header
- weightedOrder() - Method in class io.vertx.rxjava3.ext.web.LanguageHeader
-
An integer that represents the absolute order position of this header
- weightedOrder() - Method in class io.vertx.rxjava3.ext.web.MIMEHeader
-
An integer that represents the absolute order position of this header
- weightedOrder() - Method in interface io.vertx.rxjava3.ext.web.ParsedHeaderValue
-
An integer that represents the absolute order position of this header
- weights(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the weighting object for use with a text index.
- width() - Method in interface io.vertx.ext.shell.term.Tty
- WILDCARD_SUBSCRIPTIONS_NOT_SUPPORTED - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- WILDCARD_SUBSCRIPTIONS_NOT_SUPPORTED - io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
- WildcardPermissionBasedAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
-
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.)
- WildcardPermissionBasedAuthorization - Class in io.vertx.rxjava3.ext.auth.authorization
-
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.)
- WildcardPermissionBasedAuthorization - Interface in io.vertx.ext.auth.authorization
-
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.)
- WildcardPermissionBasedAuthorization(WildcardPermissionBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- WildcardPermissionBasedAuthorization(WildcardPermissionBasedAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- WildcardPermissionBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- WildcardPermissionBasedAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- will() - Method in interface io.vertx.mqtt.MqttEndpoint
- will() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
- will() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
- WireFormat - Enum in io.vertx.grpc.common
-
The serialization format as an enum.
- with(HttpClientOptions) - Method in interface io.vertx.core.http.HttpClientBuilder
-
Configure the client options.
- with(HttpClientOptions) - Method in interface io.vertx.grpc.client.GrpcClientBuilder
-
Configure the client HTTP transport options.
- with(HttpClientOptions) - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
-
Configure the client options.
- with(HttpClientOptions) - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
-
Configure the client HTTP transport options.
- with(HttpClientOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
-
Configure the client options.
- with(HttpClientOptions) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
-
Configure the client HTTP transport options.
- with(PoolOptions) - Method in interface io.vertx.core.http.HttpClientBuilder
-
Configure the client with the given pool
options
. - with(PoolOptions) - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
-
Configure the client with the given pool
options
. - with(PoolOptions) - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
-
Configure the client with the given pool
options
. - with(NetClientOptions) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Configure the client pool with the given transport
options
. - with(NetClientOptions) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Configure the client pool with the given transport
options
. - with(NetClientOptions) - Method in interface io.vertx.sqlclient.ClientBuilder
-
Configure the client pool with the given transport
options
. - with(VertxOptions) - Method in interface io.vertx.core.VertxBuilder
-
Configure the Vert.x options.
- with(VertxOptions) - Method in class io.vertx.reactivex.core.VertxBuilder
-
Configure the Vert.x options.
- with(VertxOptions) - Method in class io.vertx.rxjava3.core.VertxBuilder
-
Configure the Vert.x options.
- with(GraphiQLHandlerOptions) - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Change the
GraphiQLHandlerOptions
to use. - with(GraphiQLHandlerOptions) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Change the
GraphiQLHandlerOptions
to use. - with(GraphiQLHandlerOptions) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Change the
GraphiQLHandlerOptions
to use. - with(GraphQLHandlerOptions) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Change the
GraphQLHandlerOptions
to use. - with(GraphQLHandlerOptions) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Change the
GraphQLHandlerOptions
to use. - with(GraphQLHandlerOptions) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Change the
GraphQLHandlerOptions
to use. - with(GraphQLWSOptions) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Change the
GraphQLWSOptions
to use. - with(GraphQLWSOptions) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Change the
GraphQLWSOptions
to use. - with(GraphQLWSOptions) - Method in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Change the
GraphQLWSOptions
to use. - with(GrpcClientOptions) - Method in interface io.vertx.grpc.client.GrpcClientBuilder
-
Configure the client options.
- with(GrpcClientOptions) - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
-
Configure the client options.
- with(GrpcClientOptions) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
-
Configure the client options.
- with(PoolOptions) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Configure the client with the given pool
options
- with(PoolOptions) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Configure the client with the given pool
options
- with(PoolOptions) - Method in interface io.vertx.sqlclient.ClientBuilder
-
Configure the client with the given pool
options
- with(K) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- with(K...) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- WITH_WILL_MESSAGE - io.vertx.mqtt.messages.codes.MqttDisconnectReasonCode
- withAddressResolver(AddressResolver) - Method in interface io.vertx.grpc.client.GrpcClientBuilder
-
Configure the client to use a specific address resolver.
- withAddressResolver(AddressResolver) - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
-
Configure the client to use a specific address resolver.
- withAddressResolver(AddressResolver) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
-
Configure the client to use a specific address resolver.
- withAddressResolver(AddressResolver<?>) - Method in interface io.vertx.core.http.HttpClientBuilder
-
Configure the client to use a specific address resolver.
- withAfterClasses(Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- withAfters(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- withBaseName(String) - Method in class io.vertx.micrometer.MetricsNaming
- withBeforeClasses(Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- withBefores(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- withBody(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withBody(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withBody(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withBodyHandler() - Static method in interface io.vertx.ext.web.openapi.router.RequestExtractor
- withBodyHandler() - Static method in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- withBodyHandler() - Static method in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- withBodyType(Class) - Method in class io.vertx.camel.InboundMapping
-
Sets the type of the body of the event bus message.
- withBooleanAsBody(boolean) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withBooleanAsBody(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withBooleanAsBody(boolean) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withBufferAsBody(Buffer) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withBufferAsBody(Buffer) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withBufferAsBody(Buffer) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withByteAsBody(byte) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withByteAsBody(byte) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withByteAsBody(byte) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withCharAsBody(char) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withCharAsBody(char) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withCharAsBody(char) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withClusterManager(ClusterManager) - Method in interface io.vertx.core.VertxBuilder
-
Programmatically set the cluster manager to be used when clustering.
- withClusterManager(ClusterManager) - Method in class io.vertx.reactivex.core.VertxBuilder
-
Programmatically set the cluster manager to be used when clustering.
- withClusterManager(ClusterManager) - Method in class io.vertx.rxjava3.core.VertxBuilder
-
Programmatically set the cluster manager to be used when clustering.
- withConnectHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpClientBuilder
-
Set a connection handler for the client.
- withConnectHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
-
Set a connection handler for the client.
- withConnectHandler(Handler<SqlConnection>) - Method in class io.vertx.reactivex.sqlclient.ClientBuilder
-
Set a handler called when the pool has established a connection to the database.
- withConnectHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
-
Set a connection handler for the client.
- withConnectHandler(Handler<SqlConnection>) - Method in class io.vertx.rxjava3.sqlclient.ClientBuilder
-
Set a handler called when the pool has established a connection to the database.
- withConnectHandler(Handler<SqlConnection>) - Method in interface io.vertx.sqlclient.ClientBuilder
-
Set a handler called when the pool has established a connection to the database.
- withConnection(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Get a connection from the pool and execute the given
function
. - withConnection(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Get a connection from the pool and execute the given
function
. - withConnection(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.rxjava3.sqlclient.Pool
-
Get a connection from the pool and execute the given
function
. - withConnection(Function<SqlConnection, Future<T>>) - Method in interface io.vertx.sqlclient.Pool
-
Get a connection from the pool and execute the given
function
. - withCredentials(Credentials) - Method in interface io.vertx.ext.web.client.OAuth2WebClient
-
Mark that request should be dispatched with authentication obtained from passed
OAuth2Auth
provider - withCredentials(Credentials) - Method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
-
Mark that request should be dispatched with authentication obtained from passed
OAuth2Auth
provider - withCredentials(Credentials) - Method in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
-
Mark that request should be dispatched with authentication obtained from passed
OAuth2Auth
provider - withDoubleAsBody(double) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withDoubleAsBody(double) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withDoubleAsBody(double) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withFloatAsBody(float) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withFloatAsBody(float) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withFloatAsBody(float) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withInstantAsBody(Instant) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withInstantAsBody(Instant) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withInstantAsBody(Instant) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withIntegerAsBody(int) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withIntegerAsBody(int) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withIntegerAsBody(int) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withJsonArrayAsBody(JsonArray) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withJsonArrayAsBody(JsonArray) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withJsonArrayAsBody(JsonArray) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withJsonObjectAsBody(JsonObject) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withJsonObjectAsBody(JsonObject) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withJsonObjectAsBody(JsonObject) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withKeyword(String, Object) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- withListAsBody(List) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withLoadBalancer(LoadBalancer) - Method in interface io.vertx.core.http.HttpClientBuilder
-
Configure the client to use a load balancer.
- withLoadBalancer(LoadBalancer) - Method in interface io.vertx.grpc.client.GrpcClientBuilder
-
Configure the client to use a load balancer.
- withLoadBalancer(LoadBalancer) - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
-
Configure the client to use a load balancer.
- withLoadBalancer(LoadBalancer) - Method in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
-
Configure the client to use a load balancer.
- withLoadBalancer(LoadBalancer) - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
-
Configure the client to use a load balancer.
- withLoadBalancer(LoadBalancer) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
-
Configure the client to use a load balancer.
- withLocalLock(String, long, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Like
SharedData.withLocalLock(java.lang.String, java.util.function.Supplier<io.reactivex.rxjava3.core.Single<T>>)
but specifying a timeout. - withLocalLock(String, long, Supplier<Future<T>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Like
SharedData.withLocalLock(String, Supplier)
but specifying a timeout. - withLocalLock(String, long, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Like
SharedData.withLocalLock(java.lang.String, java.util.function.Supplier<io.vertx.core.Future<T>>)
but specifying a timeout. - withLocalLock(String, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- withLocalLock(String, Supplier<Future<T>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- withLocalLock(String, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- withLock(long, long, boolean, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- withLock(long, long, boolean, Supplier<Future<T>>) - Method in interface io.vertx.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- withLock(long, long, boolean, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Acquire a lock on a portion of this file.
- withLock(String, long, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Like
SharedData.withLock(java.lang.String, java.util.function.Supplier<io.reactivex.rxjava3.core.Single<T>>)
but specifying a timeout. - withLock(String, long, Supplier<Future<T>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Like
SharedData.withLock(String, Supplier)
but specifying a timeout. - withLock(String, long, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Like
SharedData.withLock(java.lang.String, java.util.function.Supplier<io.vertx.core.Future<T>>)
but specifying a timeout. - withLock(String, Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- withLock(String, Supplier<Future<T>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- withLock(String, Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- withLock(Supplier<Single<T>>) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- withLock(Supplier<Future<T>>) - Method in interface io.vertx.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- withLock(Supplier<Future<T>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Acquire a non-shared lock on the entire file.
- withLongAsBody(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withLongAsBody(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withLongAsBody(long) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withMapAsBody(Map) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withMetrics(VertxMetricsFactory) - Method in interface io.vertx.core.VertxBuilder
-
Programmatically set the metrics factory to be used when metrics are enabled.
- withMetrics(VertxMetricsFactory) - Method in class io.vertx.reactivex.core.VertxBuilder
-
Programmatically set the metrics factory to be used when metrics are enabled.
- withMetrics(VertxMetricsFactory) - Method in class io.vertx.rxjava3.core.VertxBuilder
-
Programmatically set the metrics factory to be used when metrics are enabled.
- withoutHeadersCopy() - Method in class io.vertx.camel.InboundMapping
-
Fluent version of
InboundMapping.setHeadersCopy(boolean)
to disable the headers copy (so the parameter isfalse
). - withoutHeadersCopy() - Method in class io.vertx.camel.OutboundMapping
-
Fluent version of
OutboundMapping.setHeadersCopy(boolean)
to disable the headers copy. - withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
- withRedirectHandler(Function<HttpClientResponse, Single<RequestOptions>>) - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
-
Set a redirect handler for the http client.
- withRedirectHandler(Function<HttpClientResponse, Future<RequestOptions>>) - Method in interface io.vertx.core.http.HttpClientBuilder
-
Set a redirect handler for the http client.
- withRedirectHandler(Function<HttpClientResponse, Future<RequestOptions>>) - Method in class io.vertx.reactivex.core.http.HttpClientBuilder
-
Set a redirect handler for the http client.
- withRedirectHandler(Function<HttpClientResponse, Single<RequestOptions>>) - Method in class io.vertx.rxjava3.core.http.HttpClientBuilder
-
Set a redirect handler for the http client.
- withScope(String) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScope(String) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScope(String) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScope(String) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScope(String) - Method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScope(String) - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScopes(List<String>) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScopes(List<String>) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScopes(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScopes(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScopes(List<String>) - Method in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withScopes(List<String>) - Method in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
-
Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.
- withShortAsBody(short) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withShortAsBody(short) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withShortAsBody(short) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withSymbolAsBody(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withSymbolAsBody(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withSymbolAsBody(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- withTracer(VertxTracerFactory) - Method in interface io.vertx.core.VertxBuilder
-
Programmatically set the tracer factory to be used when tracing are enabled.
- withTracer(VertxTracerFactory) - Method in class io.vertx.reactivex.core.VertxBuilder
-
Programmatically set the tracer factory to be used when tracing are enabled.
- withTracer(VertxTracerFactory) - Method in class io.vertx.rxjava3.core.VertxBuilder
-
Programmatically set the tracer factory to be used when tracing are enabled.
- withTransaction(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Execute the given
function
within a transaction. - withTransaction(TransactionPropagation, Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Like
Pool.withTransaction(java.util.function.Function<io.vertx.reactivex.sqlclient.SqlConnection, io.vertx.core.Future<T>>)
but allows for setting the mode, defining how the acquired connection is managed during the execution of the function. - withTransaction(TransactionPropagation, Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Like
Pool.withTransaction(java.util.function.Function<io.vertx.reactivex.sqlclient.SqlConnection, io.vertx.core.Future<T>>)
but allows for setting the mode, defining how the acquired connection is managed during the execution of the function. - withTransaction(TransactionPropagation, Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.rxjava3.sqlclient.Pool
-
Like
Pool.withTransaction(java.util.function.Function<io.vertx.rxjava3.sqlclient.SqlConnection, io.reactivex.rxjava3.core.Maybe<T>>)
but allows for setting the mode, defining how the acquired connection is managed during the execution of the function. - withTransaction(TransactionPropagation, Function<SqlConnection, Future<T>>) - Method in interface io.vertx.sqlclient.Pool
-
Like
Pool.withTransaction(Function)
but allows for setting the mode, defining how the acquired connection is managed during the execution of the function. - withTransaction(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Execute the given
function
within a transaction. - withTransaction(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.rxjava3.sqlclient.Pool
-
Execute the given
function
within a transaction. - withTransaction(Function<SqlConnection, Future<T>>) - Method in interface io.vertx.sqlclient.Pool
-
Execute the given
function
within a transaction. - withTransport(Transport) - Method in interface io.vertx.core.VertxBuilder
-
Programmatically set the transport, this overrides
VertxOptions.setPreferNativeTransport(boolean)
- withTransport(Transport) - Method in class io.vertx.reactivex.core.VertxBuilder
-
Programmatically set the transport, this overrides
VertxOptions
- withTransport(Transport) - Method in class io.vertx.rxjava3.core.VertxBuilder
-
Programmatically set the transport, this overrides
VertxOptions
- withUuidAsBody(UUID) - Method in interface io.vertx.amqp.AmqpMessageBuilder
- withUuidAsBody(UUID) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- withUuidAsBody(UUID) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- WORKER - io.vertx.core.ThreadingModel
-
Tasks are scheduled on a worker pool of platform threads managed by the vertx instance.
- WorkerExecutor - Class in io.vertx.reactivex.core
-
An executor for executing blocking code in Vert.x .
- WorkerExecutor - Class in io.vertx.rxjava3.core
-
An executor for executing blocking code in Vert.x .
- WorkerExecutor - Interface in io.vertx.core
-
An executor for executing blocking code in Vert.x .
- WorkerExecutor(WorkerExecutor) - Constructor for class io.vertx.reactivex.core.WorkerExecutor
- WorkerExecutor(WorkerExecutor) - Constructor for class io.vertx.rxjava3.core.WorkerExecutor
- WorkerExecutor(Object) - Constructor for class io.vertx.reactivex.core.WorkerExecutor
- WorkerExecutor(Object) - Constructor for class io.vertx.rxjava3.core.WorkerExecutor
- wrap(byte[]) - Static method in class io.vertx.oracleclient.data.Blob
- wrap(HttpClient) - Static method in interface io.vertx.ext.web.client.WebClient
-
Wrap an
httpClient
with a web client and default options. - wrap(HttpClient, WebClientOptions) - Static method in interface io.vertx.ext.web.client.WebClient
-
Wrap an
httpClient
with a web client and default options. - wrap(Vertx, ServerInterceptor) - Static method in class io.vertx.grpc.BlockingServerInterceptor
- wrap(HttpClient) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
-
Wrap an
httpClient
with a web client and default options. - wrap(HttpClient, WebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
-
Wrap an
httpClient
with a web client and default options. - wrap(HttpClient) - Static method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Wrap an
httpClient
with a web client and default options. - wrap(HttpClient, WebClientOptions) - Static method in class io.vertx.rxjava3.ext.web.client.WebClient
-
Wrap an
httpClient
with a web client and default options. - wrap(SqlConnectOptions) - Static method in class io.vertx.db2client.DB2ConnectOptions
- wrap(SqlConnectOptions) - Static method in class io.vertx.mssqlclient.MSSQLConnectOptions
- wrap(SqlConnectOptions) - Static method in class io.vertx.mysqlclient.MySQLConnectOptions
- wrap(SqlConnectOptions) - Static method in class io.vertx.oracleclient.OracleConnectOptions
- wrap(SqlConnectOptions) - Static method in class io.vertx.pgclient.PgConnectOptions
- wrap(Object[]) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Wrap the provided
array
with a tuple. - wrap(Object[]) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Wrap the provided
array
with a tuple. - wrap(Object[]) - Static method in interface io.vertx.sqlclient.Tuple
-
Wrap the provided
array
with a tuple. - wrap(List<T>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
-
Wrap the provided
list
with a tuple. - wrap(List<T>) - Static method in class io.vertx.rxjava3.sqlclient.Tuple
-
Wrap the provided
list
with a tuple. - wrap(List<T>) - Static method in interface io.vertx.sqlclient.Tuple
-
Wrap the provided
list
with a tuple. - wrap(KeyManagerFactory) - Static method in interface io.vertx.core.net.KeyCertOptions
-
Returns a
KeyCertOptions
from the providedKeyManagerFactory
- wrap(TrustManager) - Static method in interface io.vertx.core.net.TrustOptions
-
Returns a
TrustOptions
from the providedTrustManager
- wrap(TrustManagerFactory) - Static method in interface io.vertx.core.net.TrustOptions
-
Returns a
TrustOptions
from the providedTrustManagerFactory
- wrap(X509KeyManager) - Static method in interface io.vertx.core.net.KeyCertOptions
-
Returns a
KeyCertOptions
from the providedX509KeyManager
- wrapConnection(ContextInternal, ConnectionFactory<C>, Connection) - Method in interface io.vertx.sqlclient.spi.Driver
- wrapConnection(ContextInternal, ConnectionFactory<DB2ConnectOptions>, Connection) - Method in class io.vertx.db2client.spi.DB2Driver
- wrapConnection(ContextInternal, ConnectionFactory<MSSQLConnectOptions>, Connection) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
- wrapConnection(ContextInternal, ConnectionFactory<MySQLConnectOptions>, Connection) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
- wrapConnection(ContextInternal, ConnectionFactory<OracleConnectOptions>, Connection) - Method in class io.vertx.oracleclient.spi.OracleDriver
- wrapConnection(ContextInternal, ConnectionFactory<PgConnectOptions>, Connection) - Method in class io.vertx.pgclient.spi.PgDriver
- wrappingFailure(BiFunction<V, Throwable, Throwable>) - Method in interface io.vertx.core.Expectation
-
Returns a new expectation with the same predicate and a customized error
descriptor
. - write(Buffer) - Method in interface io.vertx.core.parsetools.JsonParser
-
Handle a
Buffer
, pretty much like callingHandler.handle(Object)
. - write(Buffer) - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Writes the given buffer to the socket.
- write(Buffer) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
- write(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Write some data to the stream.
- write(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Handle a
Buffer
, pretty much like callingHandler
. - write(Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
-
Writes the given buffer to the socket.
- write(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- write(Buffer) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Write some data to the stream.
- write(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Write some data to the stream.
- write(Buffer) - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
-
Handle a
Buffer
, pretty much like callingHandler
. - write(Buffer) - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
-
Writes the given buffer to the socket.
- write(Buffer) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- write(Buffer, long) - Method in interface io.vertx.core.file.AsyncFile
-
Write a
Buffer
to the file at positionposition
in the file, asynchronously. - write(Buffer, long) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Write a
Buffer
to the file at positionposition
in the file, asynchronously. - write(Buffer, long) - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
Write a
Buffer
to the file at positionposition
in the file, asynchronously. - write(Frame) - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Writes the given frame to the socket.
- write(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
-
Writes the given frame to the socket.
- write(Frame) - Method in class io.vertx.rxjava3.ext.stomp.StompServerConnection
-
Writes the given frame to the socket.
- write(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Write some data to the stream.
- write(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Write some data to the stream.
- write(AmqpMessage) - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
Write some data to the stream.
- write(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
Write some data to the stream.
- write(Object, JsonPointerIterator, Object, boolean) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Write
newElement
inobjectToWrite
using this pointer. - write(Object, JsonPointerIterator, Object, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Write
newElement
inobjectToWrite
using this pointer. - write(Object, JsonPointerIterator, Object, boolean) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Write
newElement
inobjectToWrite
using this pointer. - write(String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded as UTF-8. - write(String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded in UTF-8. - write(String) - Method in interface io.vertx.core.net.NetSocket
-
Write a
String
to the connection, encoded in UTF-8. - write(String) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
Write some text to the standard output.
- write(String) - Method in interface io.vertx.ext.shell.term.Pty
-
Write data to the slave standard input of the pseudo terminal.
- write(String) - Method in interface io.vertx.ext.shell.term.Term
- write(String) - Method in interface io.vertx.ext.shell.term.Tty
-
Write data to the standard output.
- write(String) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Write a
String
to the socket, encoded in UTF-8. - write(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded as UTF-8. - write(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded in UTF-8. - write(String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Write a
String
to the connection, encoded in UTF-8. - write(String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Write a
String
to the socket, encoded in UTF-8. - write(String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded as UTF-8. - write(String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded in UTF-8. - write(String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Write a
String
to the connection, encoded in UTF-8. - write(String) - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
Write a
String
to the socket, encoded in UTF-8. - write(String, JsonObject) - Method in class io.vertx.config.vault.client.SlimVaultClient
- write(String, JsonObject, Completable<Secret>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Write a secret to `path`.
- write(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded using the encodingenc
. - write(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded using the encodingenc
. - write(String, String) - Method in interface io.vertx.core.net.NetSocket
-
Write a
String
to the connection, encoded using the encodingenc
. - write(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded using the encodingenc
. - write(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded using the encodingenc
. - write(String, String) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Write a
String
to the connection, encoded using the encodingenc
. - write(String, String) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Write a
String
to the request body, encoded using the encodingenc
. - write(String, String) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Write a
String
to the response body, encoded using the encodingenc
. - write(String, String) - Method in class io.vertx.rxjava3.core.net.NetSocket
-
Write a
String
to the connection, encoded using the encodingenc
. - write(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
Write some data to the stream.
- write(Req) - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
Write some data to the stream.
- write(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
Write some data to the stream.
- write(Resp) - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
Write some data to the stream.
- write(T) - Method in interface io.vertx.core.eventbus.MessageProducer
-
Write a message to the event-bus, either sending or publishing.
- write(T) - Method in interface io.vertx.core.streams.WriteStream
-
Write some data to the stream.
- write(T) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
- write(T) - Method in class io.vertx.grpc.stub.GrpcWriteStream
- write(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
-
Write a message to the event-bus, either sending or publishing.
- write(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Write some data to the stream.
- write(T) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Write some data to the stream.
- write(T) - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
-
Write a message to the event-bus, either sending or publishing.
- write(T) - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
Write some data to the stream.
- write(T) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Write some data to the stream.
- WRITE_OPTION - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
-
Field name for the writeOption value in json representation
- writeArrayElement(Object, int, Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
-
Write array element at specified index
- writeArrayElement(Object, int, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
-
Write array element at specified index
- writeArrayElement(Object, int, Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
-
Write array element at specified index
- writeBinaryMessage(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Writes a (potentially large) piece of binary data to the connection.
- writeBinaryMessage(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Writes a (potentially large) piece of binary data to the connection.
- writeContinue() - Method in interface io.vertx.core.http.HttpServerResponse
-
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
- writeContinue() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
- writeContinue() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
- writeCustomFrame(int, int, Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
-
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
- writeCustomFrame(int, int, Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
-
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
- writeCustomFrame(int, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
- writeCustomFrame(int, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
- writeCustomFrame(int, int, Buffer) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
- writeCustomFrame(int, int, Buffer) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
- writeCustomFrame(HttpFrame) - Method in interface io.vertx.core.http.HttpClientRequest
-
Like
HttpClientRequest.writeCustomFrame(int, int, Buffer)
but with anHttpFrame
. - writeCustomFrame(HttpFrame) - Method in interface io.vertx.core.http.HttpServerResponse
-
Like
HttpServerResponse.writeCustomFrame(int, int, Buffer)
but with anHttpFrame
. - writeCustomFrame(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
- writeCustomFrame(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
- writeCustomFrame(HttpFrame) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
- writeCustomFrame(HttpFrame) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
- writeDataToBuffer(Buffer) - Method in class io.vertx.ext.web.sstore.AbstractSession
- writeEarlyHints(MultiMap) - Method in interface io.vertx.core.http.HttpServerResponse
-
Used to write an interim 103 Early Hints response to return some HTTP headers before the final HTTP message.
- writeEarlyHints(MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Used to write an interim 103 Early Hints response to return some HTTP headers before the final HTTP message.
- writeEarlyHints(MultiMap) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
Used to write an interim 103 Early Hints response to return some HTTP headers before the final HTTP message.
- writeFile(String, Buffer) - Method in interface io.vertx.core.file.FileSystem
-
Creates the file, and writes the specified
Buffer data
to the file represented by the pathpath
, asynchronously. - writeFile(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates the file, and writes the specified
Buffer data
to the file represented by the pathpath
, asynchronously. - writeFile(String, Buffer) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Creates the file, and writes the specified
Buffer data
to the file represented by the pathpath
, asynchronously. - writeFileBlocking(String, Buffer) - Method in interface io.vertx.core.file.FileSystem
-
Blocking version of
FileSystem.writeFile(String, Buffer)
- writeFileBlocking(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
FileSystem.writeFile(java.lang.String, io.vertx.core.buffer.Buffer)
- writeFileBlocking(String, Buffer) - Method in class io.vertx.rxjava3.core.file.FileSystem
-
Blocking version of
FileSystem.writeFile(java.lang.String, io.vertx.core.buffer.Buffer)
- writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Write a final WebSocket binary frame to the connection
- writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Write a final WebSocket binary frame to the connection
- writeFinalTextFrame(String) - Method in interface io.vertx.core.http.WebSocketBase
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Write a final WebSocket text frame to the connection
- writeFinalTextFrame(String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Write a final WebSocket text frame to the connection
- writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocketBase
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Write a WebSocket frame to the connection
- writeFrame(WebSocketFrame) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Write a WebSocket frame to the connection
- writeHandlerID() - Method in interface io.vertx.core.net.NetSocket
-
When a
NetSocket
is created, it may register an event handler with the event bus, the ID of that handler is given bywriteHandlerID
. - writeHandlerID() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
When a
SockJSSocket
is created it can register an event handler with the event bus, the ID of that handler is given bywriteHandlerID
. - writeHandlerID() - Method in class io.vertx.reactivex.core.net.NetSocket
-
When a
NetSocket
is created, it may register an event handler with the event bus, the ID of that handler is given bywriteHandlerID
. - writeHandlerID() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
When a
SockJSSocket
is created it can register an event handler with the event bus, the ID of that handler is given bywriteHandlerID
. - writeHandlerID() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
When a
NetSocket
is created, it may register an event handler with the event bus, the ID of that handler is given bywriteHandlerID
. - writeHandlerID() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
When a
SockJSSocket
is created it can register an event handler with the event bus, the ID of that handler is given bywriteHandlerID
. - writeImport(PrintWriter, String) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
- writeJson(Object, Object) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Write
newElement
injsonElement
using this pointer. - writeJson(Object, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Write
newElement
injsonElement
using this pointer. - writeJson(Object, Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Write
newElement
injsonElement
using this pointer. - writeJson(Object, Object, boolean) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Write
newElement
injsonElement
using this pointer. - writeJson(Object, Object, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Write
newElement
injsonElement
using this pointer. - writeJson(Object, Object, boolean) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
-
Write
newElement
injsonElement
using this pointer. - writeMessage(GrpcMessage) - Method in interface io.vertx.grpc.common.GrpcWriteStream
-
Write an encoded gRPC message.
- writeMessage(GrpcMessage) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
Write an encoded gRPC message.
- writeMessage(GrpcMessage) - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
Write an encoded gRPC message.
- writeObjectParameter(Object, String, Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
-
Write object parameter at specified key
- writeObjectParameter(Object, String, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
-
Write object parameter at specified key
- writeObjectParameter(Object, String, Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
-
Write object parameter at specified key
- WriteOption - Enum in io.vertx.ext.mongo
-
Enum representing the mongoDB Java Driver's
WriteConcern
- writePing(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
Writes a ping frame to the connection.
- writePing(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Writes a ping frame to the connection.
- writePing(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Writes a ping frame to the connection.
- writePing(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Writes a ping frame to the connection.
- writePing(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Writes a ping frame to the connection.
- writePing(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Writes a ping frame to the connection.
- writePing(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Writes a ping frame to the connection.
- writePing(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Writes a ping frame to the connection.
- writePing(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Writes a ping frame to the connection.
- writePong(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
-
Writes a pong frame to the connection.
- writePong(Buffer) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Writes a pong frame to the connection.
- writePong(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Writes a pong frame to the connection.
- writePong(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Writes a pong frame to the connection.
- writePong(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Writes a pong frame to the connection.
- writePong(Buffer) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Writes a pong frame to the connection.
- writePong(Buffer) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Writes a pong frame to the connection.
- writePong(Buffer) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Writes a pong frame to the connection.
- writePong(Buffer) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Writes a pong frame to the connection.
- writeQueueFull() - Method in interface io.vertx.core.streams.WriteStream
-
This will return
true
if there are more bytes in the write queue than the value set usingWriteStream.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.grpc.stub.GrpcWriteStream
- writeQueueFull() - Method in class io.vertx.reactivex.amqp.AmqpSender
-
This will return
true
if there are more bytes in the write queue than the value set usingAmqpSender.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
This will return
true
if there are more bytes in the write queue than the value set usingAsyncFile.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingClientWebSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
This will return
true
if there are more bytes in the write queue than the value set usingHttpClientRequest.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
This will return
true
if there are more bytes in the write queue than the value set usingHttpServerResponse.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingServerWebSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.core.http.WebSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingWebSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
This will return
true
if there are more bytes in the write queue than the value set usingWebSocketBase.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.core.net.NetSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingNetSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
This will return
true
if there are more bytes in the write queue than the value set usingWriteStream.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingSockJSSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
-
This will return
true
if there are more bytes in the write queue than the value set usingGrpcClientRequest.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
-
This will return
true
if there are more bytes in the write queue than the value set usingGrpcWriteStream.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
-
This will return
true
if there are more bytes in the write queue than the value set usingGrpcServerResponse.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
This will return
true
if there are more bytes in the write queue than the value set usingKafkaProducer.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.amqp.AmqpSender
-
This will return
true
if there are more bytes in the write queue than the value set usingAmqpSender.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.core.file.AsyncFile
-
This will return
true
if there are more bytes in the write queue than the value set usingAsyncFile.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingClientWebSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
This will return
true
if there are more bytes in the write queue than the value set usingHttpClientRequest.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
-
This will return
true
if there are more bytes in the write queue than the value set usingHttpServerResponse.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingServerWebSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.core.http.WebSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingWebSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
This will return
true
if there are more bytes in the write queue than the value set usingWebSocketBase.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.core.net.NetSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingNetSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in interface io.vertx.rxjava3.core.streams.WriteStream
-
This will return
true
if there are more bytes in the write queue than the value set usingWriteStream.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
-
This will return
true
if there are more bytes in the write queue than the value set usingSockJSSocket.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
-
This will return
true
if there are more bytes in the write queue than the value set usingGrpcClientRequest.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
-
This will return
true
if there are more bytes in the write queue than the value set usingGrpcWriteStream.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
-
This will return
true
if there are more bytes in the write queue than the value set usingGrpcServerResponse.setWriteQueueMaxSize(int)
- writeQueueFull() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
-
This will return
true
if there are more bytes in the write queue than the value set usingKafkaProducer.setWriteQueueMaxSize(int)
- writeStream(Vertx) - Static method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
Create a reactive write stream
- WriteStream<T> - Interface in io.vertx.core.streams
-
Represents a stream of data that can be written to.
- WriteStream<T> - Interface in io.vertx.reactivex.core.streams
-
Represents a stream of data that can be written to.
- WriteStream<T> - Interface in io.vertx.rxjava3.core.streams
-
Represents a stream of data that can be written to.
- WriteStreamObserver<R> - Interface in io.vertx.reactivex
-
A
WriteStream
toObserver
adapter. - WriteStreamObserver<R> - Interface in io.vertx.rxjava3
-
A
WriteStream
toObserver
adapter. - WriteStreamSubscriber<R> - Interface in io.vertx.reactivex
-
A
WriteStream
toSubscriber
adapter. - WriteStreamSubscriber<R> - Interface in io.vertx.rxjava3
-
A
WriteStream
toSubscriber
adapter. - writeTextMessage(String) - Method in interface io.vertx.core.http.WebSocketBase
-
Writes a (potentially large) piece of text data to the connection.
- writeTextMessage(String) - Method in class io.vertx.reactivex.core.http.ClientWebSocket
-
Writes a (potentially large) piece of text data to the connection.
- writeTextMessage(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Writes a (potentially large) piece of text data to the connection.
- writeTextMessage(String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Writes a (potentially large) piece of text data to the connection.
- writeTextMessage(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Writes a (potentially large) piece of text data to the connection.
- writeTextMessage(String) - Method in class io.vertx.rxjava3.core.http.ClientWebSocket
-
Writes a (potentially large) piece of text data to the connection.
- writeTextMessage(String) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
Writes a (potentially large) piece of text data to the connection.
- writeTextMessage(String) - Method in class io.vertx.rxjava3.core.http.WebSocket
-
Writes a (potentially large) piece of text data to the connection.
- writeTextMessage(String) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
-
Writes a (potentially large) piece of text data to the connection.
- writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonArray
- writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonObject
- writeToBuffer(Buffer) - Method in interface io.vertx.core.shareddata.ClusterSerializable
-
Method invoked when serializing this instance.
- writeToBuffer(Buffer) - Method in class io.vertx.core.spi.cluster.NodeInfo
- writeToBuffer(Buffer) - Method in class io.vertx.core.spi.cluster.RegistrationInfo
- writeToBuffer(Buffer) - Method in class io.vertx.httpproxy.spi.cache.Resource
- writingFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
-
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
- writingFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Configures a handler notified when a frame is going to be written on the wire.
- writingFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
- writingFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Configures a handler notified when a frame is going to be written on the wire.
- writingFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClient
-
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
- writingFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
-
Configures a handler notified when a frame is going to be written on the wire.
- writingFrameHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServer
-
Configures the handler that is invoked every time a frame is going to be written to the "wire".
- writingFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Configures the handler that is invoked every time a frame is going to be written to the "wire".
- writingFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServer
-
Configures the handler that is invoked every time a frame is going to be written to the "wire".
X
- x - Variable in class io.vertx.pgclient.data.Point
- X_FORWARD - io.vertx.ext.web.AllowForwardHeaders
-
Only process the non standard but widely used
X-Forward-*
headers. - xack(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- xack(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- xack(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- XACK - Static variable in interface io.vertx.redis.client.Command
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- xadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Appends a new entry to a stream.
- xadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Appends a new entry to a stream.
- xadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Appends a new entry to a stream.
- XADD - Static variable in interface io.vertx.redis.client.Command
-
Appends a new entry to a stream.
- xautoclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- xautoclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- xautoclaim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- XAUTOCLAIM - Static variable in interface io.vertx.redis.client.Command
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- xclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- xclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- xclaim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- XCLAIM - Static variable in interface io.vertx.redis.client.Command
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- xdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Removes the specified entries from the stream.
- xdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Removes the specified entries from the stream.
- xdel(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Removes the specified entries from the stream.
- XDEL - Static variable in interface io.vertx.redis.client.Command
-
Removes the specified entries from the stream.
- XFrameHandler - Class in io.vertx.reactivex.ext.web.handler
-
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a
,
,
or
.
- XFrameHandler - Class in io.vertx.rxjava3.ext.web.handler
-
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a
,
,
or
.
- XFrameHandler - Interface in io.vertx.ext.web.handler
-
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a
<frame>
,<iframe>
,<embed>
or<object>
. - XFrameHandler(XFrameHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.XFrameHandler
- XFrameHandler(XFrameHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.XFrameHandler
- XFrameHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.XFrameHandler
- XFrameHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.XFrameHandler
- xgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for consumer groups commands.
- xgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for consumer groups commands.
- xgroup(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for consumer groups commands.
- XGROUP - Static variable in interface io.vertx.redis.client.Command
-
A container for consumer groups commands.
- XHR - io.vertx.ext.web.handler.sockjs.Transport
-
Long-polling using cross domain XHR
- xinfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
A container for stream introspection commands.
- xinfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for stream introspection commands.
- xinfo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
A container for stream introspection commands.
- XINFO - Static variable in interface io.vertx.redis.client.Command
-
A container for stream introspection commands.
- xlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return the number of entries in a stream.
- xlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the number of entries in a stream.
- xlen(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return the number of entries in a stream.
- XLEN - Static variable in interface io.vertx.redis.client.Command
-
Return the number of entries in a stream.
- XOAUTH2 - io.vertx.ext.mail.LoginOption
- xpending(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- xpending(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- xpending(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- XPENDING - Static variable in interface io.vertx.redis.client.Command
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- xrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- xrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- xrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- XRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- xread(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- xread(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- xread(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- XREAD - Static variable in interface io.vertx.redis.client.Command
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- xreadgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- xreadgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- xreadgroup(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- XREADGROUP - Static variable in interface io.vertx.redis.client.Command
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- xrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- xrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- xrevrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- XREVRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- xsetid(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
An internal command for replicating stream values.
- xsetid(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for replicating stream values.
- xsetid(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
An internal command for replicating stream values.
- XSETID - Static variable in interface io.vertx.redis.client.Command
-
An internal command for replicating stream values.
- xtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Trims the stream to (approximately if '~' is passed) a certain size.
- xtrim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Trims the stream to (approximately if '~' is passed) a certain size.
- xtrim(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Trims the stream to (approximately if '~' is passed) a certain size.
- XTRIM - Static variable in interface io.vertx.redis.client.Command
-
Trims the stream to (approximately if '~' is passed) a certain size.
Y
- y - Variable in class io.vertx.pgclient.data.Point
- YamlProcessor - Class in io.vertx.config.yaml
-
A processor using Jackson and SnakeYaml to read Yaml files.
- YamlProcessor() - Constructor for class io.vertx.config.yaml.YamlProcessor
- years(int) - Method in class io.vertx.pgclient.data.Interval
- YXDOMAIN - io.vertx.core.dns.DnsResponseCode
-
ID 6, domain name should not exist
- YXRRSET - io.vertx.core.dns.DnsResponseCode
-
ID 7, resource record set should not exist
Z
- zadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add one or more members to a sorted set, or update its score if it already exists.
- ZADD - Static variable in interface io.vertx.redis.client.Command
-
Add one or more members to a sorted set, or update its score if it already exists.
- zcard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the number of members in a sorted set.
- zcard(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of members in a sorted set.
- zcard(String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the number of members in a sorted set.
- ZCARD - Static variable in interface io.vertx.redis.client.Command
-
Get the number of members in a sorted set.
- zcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Count the members in a sorted set with scores within the given values.
- zcount(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Count the members in a sorted set with scores within the given values.
- zcount(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Count the members in a sorted set with scores within the given values.
- ZCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count the members in a sorted set with scores within the given values.
- zdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Subtract multiple sorted sets.
- zdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sorted sets.
- zdiff(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Subtract multiple sorted sets.
- ZDIFF - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sorted sets.
- zdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- zdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- zdiffstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- ZDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- zincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Increment the score of a member in a sorted set.
- zincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the score of a member in a sorted set.
- zincrby(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Increment the score of a member in a sorted set.
- ZINCRBY - Static variable in interface io.vertx.redis.client.Command
-
Increment the score of a member in a sorted set.
- zinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sorted sets.
- zinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets.
- zinter(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sorted sets.
- ZINTER - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets.
- zintercard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sorted sets and return the cardinality of the result.
- zintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets and return the cardinality of the result.
- zintercard(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sorted sets and return the cardinality of the result.
- ZINTERCARD - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets and return the cardinality of the result.
- zinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- ZINTERSTORE - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- ZipkinTracer - Class in io.vertx.tracing.zipkin
- ZipkinTracer(boolean, HttpTracing, VertxSender) - Constructor for class io.vertx.tracing.zipkin.ZipkinTracer
- ZipkinTracer(boolean, Tracing, VertxSender) - Constructor for class io.vertx.tracing.zipkin.ZipkinTracer
- ZipkinTracerFactory - Class in io.vertx.tracing.zipkin
- ZipkinTracerFactory() - Constructor for class io.vertx.tracing.zipkin.ZipkinTracerFactory
- ZipkinTracingOptions - Class in io.vertx.tracing.zipkin
- ZipkinTracingOptions() - Constructor for class io.vertx.tracing.zipkin.ZipkinTracingOptions
- ZipkinTracingOptions(HttpTracing) - Constructor for class io.vertx.tracing.zipkin.ZipkinTracingOptions
- ZipkinTracingOptions(Tracing) - Constructor for class io.vertx.tracing.zipkin.ZipkinTracingOptions
- ZipkinTracingOptions(JsonObject) - Constructor for class io.vertx.tracing.zipkin.ZipkinTracingOptions
- ZipkinTracingOptions(ZipkinTracingOptions) - Constructor for class io.vertx.tracing.zipkin.ZipkinTracingOptions
- ZipkinTracingOptionsConverter - Class in io.vertx.tracing.zipkin
-
Converter and mapper for
ZipkinTracingOptions
. - ZipkinTracingOptionsConverter() - Constructor for class io.vertx.tracing.zipkin.ZipkinTracingOptionsConverter
- zlexcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Count the number of members in a sorted set between a given lexicographical range.
- ZLEXCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count the number of members in a sorted set between a given lexicographical range.
- zmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set.
- zmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set.
- zmpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set.
- ZMPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with scores in a sorted set.
- zmscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the score associated with the given members in a sorted set.
- zmscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the score associated with the given members in a sorted set.
- zmscore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the score associated with the given members in a sorted set.
- ZMSCORE - Static variable in interface io.vertx.redis.client.Command
-
Get the score associated with the given members in a sorted set.
- ZookeeperClusterManager - Class in io.vertx.spi.cluster.zookeeper
-
A cluster manager that uses Zookeeper
- ZookeeperClusterManager() - Constructor for class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- ZookeeperClusterManager(JsonObject) - Constructor for class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- ZookeeperClusterManager(String) - Constructor for class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- ZookeeperClusterManager(CuratorFramework) - Constructor for class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- ZookeeperClusterManager(CuratorFramework, String) - Constructor for class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
- ZookeeperConfigStore - Class in io.vertx.config.zookeeper
- ZookeeperConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.zookeeper.ZookeeperConfigStore
- ZookeeperConfigStoreFactory - Class in io.vertx.config.zookeeper
-
Factory to create
ZookeeperConfigStore
instances. - ZookeeperConfigStoreFactory() - Constructor for class io.vertx.config.zookeeper.ZookeeperConfigStoreFactory
- ZookeeperServiceImporter - Class in io.vertx.servicediscovery.zookeeper
-
A service importer retrieving services from Zookeeper.
- ZookeeperServiceImporter() - Constructor for class io.vertx.servicediscovery.zookeeper.ZookeeperServiceImporter
- zpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return members with the highest scores in a sorted set.
- zpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with the highest scores in a sorted set.
- zpopmax(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return members with the highest scores in a sorted set.
- ZPOPMAX - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with the highest scores in a sorted set.
- zpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove and return members with the lowest scores in a sorted set.
- zpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with the lowest scores in a sorted set.
- zpopmin(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove and return members with the lowest scores in a sorted set.
- ZPOPMIN - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with the lowest scores in a sorted set.
- zrandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get one or multiple random elements from a sorted set.
- zrandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random elements from a sorted set.
- zrandmember(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get one or multiple random elements from a sorted set.
- ZRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random elements from a sorted set.
- zrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Return a range of members in a sorted set.
- zrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of members in a sorted set.
- zrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Return a range of members in a sorted set.
- ZRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of members in a sorted set.
- zrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- zrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theBYLEX
argument - zrangebylex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- ZRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theBYLEX
argument - zrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- zrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theBYSCORE
argument - zrangebyscore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- ZRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theBYSCORE
argument - zrangestore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Store a range of members from sorted set into another key.
- zrangestore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Store a range of members from sorted set into another key.
- zrangestore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Store a range of members from sorted set into another key.
- ZRANGESTORE - Static variable in interface io.vertx.redis.client.Command
-
Store a range of members from sorted set into another key.
- zrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine the index of a member in a sorted set.
- zrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine the index of a member in a sorted set.
- zrank(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine the index of a member in a sorted set.
- ZRANK - Static variable in interface io.vertx.redis.client.Command
-
Determine the index of a member in a sorted set.
- zrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove one or more members from a sorted set.
- zrem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove one or more members from a sorted set.
- zrem(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove one or more members from a sorted set.
- ZREM - Static variable in interface io.vertx.redis.client.Command
-
Remove one or more members from a sorted set.
- zremrangebylex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all members in a sorted set between the given lexicographical range.
- ZREMRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebyrank(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all members in a sorted set within the given indexes.
- ZREMRANGEBYRANK - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set within the given indexes.
- zremrangebyscore(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(String, String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Remove all members in a sorted set within the given scores.
- ZREMRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set within the given scores.
- zrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- zrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theREV
argument - zrevrange(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- ZREVRANGE - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theREV
argument - zrevrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- zrevrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theREV
andBYLEX
arguments - zrevrangebylex(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- ZREVRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theREV
andBYLEX
arguments - zrevrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Deprecated.
- zrevrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theREV
andBYSCORE
arguments - zrevrangebyscore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Deprecated.
- ZREVRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGE
with theREV
andBYSCORE
arguments - zrevrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- ZREVRANK - Static variable in interface io.vertx.redis.client.Command
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Incrementally iterate sorted sets elements and associated scores.
- ZSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate sorted sets elements and associated scores.
- zscore(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Get the score associated with the given member in a sorted set.
- zscore(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the score associated with the given member in a sorted set.
- zscore(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Get the score associated with the given member in a sorted set.
- ZSCORE - Static variable in interface io.vertx.redis.client.Command
-
Get the score associated with the given member in a sorted set.
- zunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add multiple sorted sets.
- zunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sorted sets.
- zunion(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add multiple sorted sets.
- ZUNION - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sorted sets.
- zunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- ZUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sorted sets and store the resulting sorted set in a new key.
_
- __TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpMessageBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpReceiver
- __TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpSender
- __TYPE_ARG - Static variable in class io.vertx.reactivex.cassandra.CassandraClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.cassandra.CassandraRowStream
- __TYPE_ARG - Static variable in class io.vertx.reactivex.cassandra.ResultSet
- __TYPE_ARG - Static variable in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
- __TYPE_ARG - Static variable in class io.vertx.reactivex.circuitbreaker.FailurePolicy
- __TYPE_ARG - Static variable in class io.vertx.reactivex.circuitbreaker.RetryPolicy
- __TYPE_ARG - Static variable in class io.vertx.reactivex.config.ConfigRetriever
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.Context
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.datagram.DatagramSocket
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.dns.DnsClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.eventbus.DeliveryContext
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.eventbus.EventBus
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.eventbus.Message
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.eventbus.MessageConsumer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.eventbus.MessageProducer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.file.AsyncFile
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.file.AsyncFileLock
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.file.FileSystem
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.ClientWebSocket
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpClientAgent
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpClientConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpClientRequest
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpClientResponse
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpRequestHead
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpServer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpServerFileUpload
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpServerRequest
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpServerResponse
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.ServerWebSocket
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.ServerWebSocketHandshake
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.WebSocket
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.WebSocketClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.json.pointer.JsonPointer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.endpoint.Endpoint
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.endpoint.EndpointResolver
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.endpoint.ServerEndpoint
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.endpoint.ServerInteraction
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.NetClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.NetServer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.NetSocket
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.parsetools.JsonParser
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.parsetools.RecordParser
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.Promise
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.shareddata.AsyncMap
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.shareddata.Counter
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.shareddata.LocalMap
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.shareddata.Lock
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.shareddata.SharedData
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.streams.Pipe
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.Timer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.Vertx
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.VertxBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.core.WorkerExecutor
- __TYPE_ARG - Static variable in class io.vertx.reactivex.db2client.DB2Builder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.db2client.DB2Connection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.audit.SecurityAudit
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authorization.Authorizations
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.ChainAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.hashing.HashingStrategy
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.AppleIdAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.prng.VertxContextPRNG
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.User
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.webauthn4j.CredentialStorage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.consul.ConsulClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.consul.Watch
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.consul.WatchResult
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.dropwizard.MetricsService
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.healthchecks.HealthChecks
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.mail.MailAttachment
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.mail.MailClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.Acknowledgement
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.Destination
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.DestinationFactory
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.Frames
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.ServerFrame
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.StompClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.StompClientConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.StompServer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.StompServerConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.stomp.StompServerHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.Async
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.Completion
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.report.Failure
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.report.TestCaseReport
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.report.TestResult
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.TestCase
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.TestCompletion
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.TestContext
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.unit.TestSuite
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.client.CachingWebClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.client.HttpRequest
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.client.HttpResponse
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.client.WebClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.client.WebClientSession
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.codec.BodyCodec
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.common.WebEnvironment
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.FileUpload
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.CorsHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.CSPHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.ErrorHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.FaviconHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.HSTSHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.LoggerHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.SecurityAuditLoggerHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.WebAuthn4JHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.XFrameHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.healthchecks.HealthCheckHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.LanguageHeader
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.MIMEHeader
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.multipart.FormDataPart
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.multipart.MultipartForm
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.openapi.router.RequestExtractor
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.openapi.router.Security
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.ParsedHeaderValues
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.RequestBody
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.Route
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.Router
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.RoutingContext
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.Session
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.sstore.SessionStore
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.templ.pug.PugTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.UserContext
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.Bodies
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.Parameters
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.Parsers
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.RequestParameter
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.RequestParameters
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.RequestPredicate
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
- __TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.validation.ValidationHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.client.GrpcClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.common.GrpcReadStream
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.server.GrpcServer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- __TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- __TYPE_ARG - Static variable in class io.vertx.reactivex.jdbcclient.JDBCConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.jdbcclient.JDBCPool
- __TYPE_ARG - Static variable in class io.vertx.reactivex.jdbcclient.SqlOutParam
- __TYPE_ARG - Static variable in class io.vertx.reactivex.json.schema.JsonFormatValidator
- __TYPE_ARG - Static variable in class io.vertx.reactivex.json.schema.JsonSchema
- __TYPE_ARG - Static variable in class io.vertx.reactivex.json.schema.Ref
- __TYPE_ARG - Static variable in class io.vertx.reactivex.json.schema.SchemaRepository
- __TYPE_ARG - Static variable in class io.vertx.reactivex.json.schema.Validator
- __TYPE_ARG - Static variable in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- __TYPE_ARG - Static variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- __TYPE_ARG - Static variable in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
- __TYPE_ARG - Static variable in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- __TYPE_ARG - Static variable in class io.vertx.reactivex.micrometer.MetricsService
- __TYPE_ARG - Static variable in class io.vertx.reactivex.micrometer.PrometheusRequestHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.MqttClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.MqttEndpoint
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.MqttServer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mqtt.MqttTopicSubscription
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mssqlclient.MSSQLBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mssqlclient.MSSQLConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mysqlclient.MySQLBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mysqlclient.MySQLClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.mysqlclient.MySQLConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.MediaType
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.OAuthFlow
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.OAuthFlows
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.OpenAPIContract
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.Operation
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.Parameter
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.Path
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.RequestBody
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.Response
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.SecurityRequirement
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.SecurityScheme
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.contract.Server
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.validation.RequestParameter
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.validation.RequestValidator
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.validation.ResponseParameter
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.validation.ValidatableRequest
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.validation.ValidatableResponse
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.validation.ValidatedRequest
- __TYPE_ARG - Static variable in class io.vertx.reactivex.openapi.validation.ValidatedResponse
- __TYPE_ARG - Static variable in class io.vertx.reactivex.oracleclient.OracleBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.oracleclient.OracleClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.oracleclient.OracleConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.pgclient.PgBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.pgclient.PgConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.pgclient.pubsub.PgChannel
- __TYPE_ARG - Static variable in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
- __TYPE_ARG - Static variable in class io.vertx.reactivex.rabbitmq.RabbitMQClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
- __TYPE_ARG - Static variable in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
- __TYPE_ARG - Static variable in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
- __TYPE_ARG - Static variable in class io.vertx.reactivex.redis.client.Redis
- __TYPE_ARG - Static variable in class io.vertx.reactivex.redis.client.RedisAPI
- __TYPE_ARG - Static variable in class io.vertx.reactivex.redis.client.RedisCluster
- __TYPE_ARG - Static variable in class io.vertx.reactivex.redis.client.RedisConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.ServiceReference
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.types.EventBusService
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.types.MessageSource
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
- __TYPE_ARG - Static variable in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.ClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.Cursor
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.Pool
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.PreparedQuery
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.PreparedStatement
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.PropertyKind
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.Query
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.Row
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.RowIterator
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.RowSet
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.RowStream
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.SqlClient
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.SqlConnection
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.SqlResult
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.templates.RowMapper
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.templates.TupleMapper
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.Transaction
- __TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.Tuple
- __TYPE_ARG - Static variable in class io.vertx.reactivex.uritemplate.UriTemplate
- __TYPE_ARG - Static variable in class io.vertx.reactivex.uritemplate.Variables
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.amqp.AmqpClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.amqp.AmqpConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.amqp.AmqpMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.amqp.AmqpReceiver
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.amqp.AmqpSender
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.cassandra.CassandraClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.cassandra.CassandraRowStream
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.cassandra.ResultSet
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.circuitbreaker.CircuitBreaker
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.circuitbreaker.RetryPolicy
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.config.ConfigRetriever
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.Context
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.datagram.DatagramSocket
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.dns.DnsClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.eventbus.EventBus
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.eventbus.Message
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.eventbus.MessageProducer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.file.AsyncFile
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.file.AsyncFileLock
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.file.FileSystem
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.ClientWebSocket
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpClientAgent
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpClientConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpClientRequest
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpClientResponse
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpRequestHead
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpServer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpServerFileUpload
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpServerRequest
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.HttpServerResponse
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.ServerWebSocket
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.ServerWebSocketHandshake
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.WebSocket
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.http.WebSocketClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.json.pointer.JsonPointer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.net.endpoint.Endpoint
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.net.endpoint.ServerInteraction
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.net.NetClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.net.NetServer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.net.NetSocket
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.parsetools.JsonParser
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.parsetools.RecordParser
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.Promise
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.shareddata.AsyncMap
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.shareddata.Counter
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.shareddata.LocalMap
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.shareddata.Lock
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.shareddata.SharedData
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.streams.Pipe
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.Timer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.Vertx
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.VertxBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.core.WorkerExecutor
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.db2client.DB2Builder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.db2client.DB2Connection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.audit.SecurityAudit
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authorization.NotAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authorization.PermissionBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authorization.RoleBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.ChainAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.hashing.HashingStrategy
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.jwt.authorization.JWTAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.jwt.authorization.MicroProfileAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.jwt.JWTAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.authorization.KeycloakAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.authorization.ScopeAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.AppleIdAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.BoxAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.CloudFoundryAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.DropboxAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.FacebookAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.FoursquareAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.GiteeAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.GithubAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.GitLabAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.GoogleAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.HerokuAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.IBMCloudAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.InstagramAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.KeycloakAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.LiveAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.MailchimpAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.OpenIDConnectAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.SalesforceAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.ShopifyAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.SoundcloudAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.StripeAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.oauth2.providers.TwitterAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.otp.OtpKeyGenerator
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthentication
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.properties.PropertyFileAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthentication
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.sqlclient.SqlUserUtil
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.User
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.webauthn4j.CredentialStorage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.auth.webauthn4j.WebAuthn4J
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.consul.ConsulClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.consul.Watch
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.consul.WatchResult
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.dropwizard.MetricsService
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.BridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.healthchecks.HealthChecks
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.mail.MailAttachment
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.mail.MailClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.mongo.MongoClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.mongo.MongoGridFsClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.Acknowledgement
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.Destination
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.DestinationFactory
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.Frames
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.ServerFrame
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.StompClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.StompClientConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.StompServer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.StompServerConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.stomp.StompServerHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.Async
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.collect.EventBusCollector
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.Completion
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.report.Failure
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.report.TestCaseReport
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.report.TestResult
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.report.TestSuiteReport
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.TestCase
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.TestCompletion
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.TestContext
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.unit.TestSuite
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.client.CachingWebClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.client.HttpRequest
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.client.HttpResponse
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.client.OAuth2WebClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.client.WebClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.client.WebClientSession
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.common.template.TemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.common.WebEnvironment
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.FileUpload
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.BodyHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.CorsHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.CSPHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.CSRFHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.ErrorHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.FaviconHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.FormLoginHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.UploadScalar
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.graphql.ws.Message
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.HSTSHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.LoggerFormatter
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.LoggerHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.MethodOverrideHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.OAuth2AuthHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.OtpAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.RedirectAuthHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.ResponseContentTypeHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.ResponseTimeHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.SessionHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.sockjs.BridgeEvent
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.sockjs.SockJSSocket
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.StaticHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.TemplateHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.TimeoutHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.WebAuthn4JHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.handler.XFrameHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.healthchecks.HealthCheckHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.LanguageHeader
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.MIMEHeader
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.multipart.FormDataPart
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.openapi.router.OpenAPIRoute
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.openapi.router.RequestExtractor
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.openapi.router.Security
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.proxy.handler.ProxyHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.RequestBody
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.Route
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.Router
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.RoutingContext
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.Session
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.sstore.ClusteredSessionStore
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.sstore.cookie.CookieSessionStore
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.sstore.infinispan.InfinispanSessionStore
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.sstore.LocalSessionStore
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.sstore.redis.RedisSessionStore
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.sstore.SessionStore
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.templ.freemarker.FreeMarkerTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.templ.handlebars.HandlebarsTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.templ.mvel.MVELTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.templ.pebble.PebbleTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.templ.pug.PugTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.templ.rocker.RockerTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.UserContext
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.Bodies
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.ObjectParserFactory
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.Parameters
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.Parsers
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.TupleParserFactory
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.RequestParameter
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.RequestParameters
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.RequestPredicateResult
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.ext.web.validation.ValidationHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.client.GrpcClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.server.GrpcServer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.Body
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.HttpProxy
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.interceptors.BodyInterceptor
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.interceptors.BodyTransformer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptor
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.interceptors.HeadInterceptorBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.ProxyContext
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.ProxyRequest
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.httpproxy.ProxyResponse
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.jdbcclient.JDBCConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.jdbcclient.JDBCPool
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.jdbcclient.SqlOutParam
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.json.schema.JsonFormatValidator
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.json.schema.JsonSchema
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.json.schema.Ref
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.json.schema.SchemaRepository
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.json.schema.Validator
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.kafka.admin.KafkaAdminClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.kafka.client.producer.KafkaHeader
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.micrometer.MetricsService
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.micrometer.PrometheusRequestHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.micrometer.PrometheusScrapingHandler
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttAuthenticationExchangeMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttConnAckMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttDisconnectMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttPubAckMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttPubCompMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttPubRecMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttSubAckMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttSubscribeMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.messages.MqttUnsubscribeMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.MqttClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.MqttEndpoint
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.MqttServer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mqtt.MqttTopicSubscription
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mssqlclient.MSSQLBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mssqlclient.MSSQLConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mysqlclient.MySQLBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mysqlclient.MySQLClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.mysqlclient.MySQLConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.MediaType
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.OAuthFlow
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.OAuthFlows
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.OpenAPIContract
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.Operation
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.Parameter
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.Path
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.RequestBody
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.Response
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.SecurityRequirement
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.SecurityScheme
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.contract.Server
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.validation.RequestParameter
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.validation.RequestValidator
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.validation.ResponseParameter
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.validation.ValidatableRequest
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.validation.ValidatableResponse
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.validation.ValidatedRequest
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.openapi.validation.ValidatedResponse
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.oracleclient.OracleBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.oracleclient.OracleClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.oracleclient.OracleConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.pgclient.PgBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.pgclient.PgConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.pgclient.pubsub.PgChannel
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.rabbitmq.RabbitMQConsumer
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.rabbitmq.RabbitMQPublisher
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.redis.client.Redis
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.redis.client.RedisAPI
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.redis.client.RedisCluster
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.redis.client.RedisConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.ServiceReference
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.spi.ServiceExporter
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.spi.ServiceImporter
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.spi.ServicePublisher
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.types.EventBusService
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.types.HttpEndpoint
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.types.MessageSource
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.types.MongoDataSource
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.servicediscovery.types.RedisDataSource
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.ClientBuilder
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.Cursor
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.desc.ColumnDescriptor
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.Pool
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.PreparedQuery
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.PreparedStatement
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.PropertyKind
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.Query
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.Row
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.RowIterator
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.RowSet
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.RowStream
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.spi.DatabaseMetadata
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.SqlClient
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.SqlConnection
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.SqlResult
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.templates.RowMapper
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.Transaction
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.sqlclient.Tuple
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.uritemplate.UriTemplate
- __TYPE_ARG - Static variable in class io.vertx.rxjava3.uritemplate.Variables
- __typeArg_0 - Variable in class io.vertx.reactivex.circuitbreaker.FailurePolicy
- __typeArg_0 - Variable in class io.vertx.reactivex.core.eventbus.DeliveryContext
- __typeArg_0 - Variable in class io.vertx.reactivex.core.eventbus.Message
- __typeArg_0 - Variable in class io.vertx.reactivex.core.eventbus.MessageConsumer
- __typeArg_0 - Variable in class io.vertx.reactivex.core.eventbus.MessageProducer
- __typeArg_0 - Variable in class io.vertx.reactivex.core.Promise
- __typeArg_0 - Variable in class io.vertx.reactivex.core.shareddata.AsyncMap
- __typeArg_0 - Variable in class io.vertx.reactivex.core.shareddata.LocalMap
- __typeArg_0 - Variable in class io.vertx.reactivex.core.streams.Pipe
- __typeArg_0 - Variable in class io.vertx.reactivex.ext.consul.Watch
- __typeArg_0 - Variable in class io.vertx.reactivex.ext.consul.WatchResult
- __typeArg_0 - Variable in class io.vertx.reactivex.ext.unit.Completion
- __typeArg_0 - Variable in class io.vertx.reactivex.ext.web.client.HttpRequest
- __typeArg_0 - Variable in class io.vertx.reactivex.ext.web.client.HttpResponse
- __typeArg_0 - Variable in class io.vertx.reactivex.ext.web.codec.BodyCodec
- __typeArg_0 - Variable in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- __typeArg_0 - Variable in class io.vertx.reactivex.grpc.client.GrpcClientBuilder
- __typeArg_0 - Variable in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- __typeArg_0 - Variable in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- __typeArg_0 - Variable in class io.vertx.reactivex.grpc.common.GrpcReadStream
- __typeArg_0 - Variable in class io.vertx.reactivex.grpc.common.GrpcWriteStream
- __typeArg_0 - Variable in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- __typeArg_0 - Variable in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- __typeArg_0 - Variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- __typeArg_0 - Variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- __typeArg_0 - Variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- __typeArg_0 - Variable in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- __typeArg_0 - Variable in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.ClientBuilder
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.PreparedQuery
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.PropertyKind
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.Query
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.RowIterator
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.RowSet
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.RowStream
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.SqlResult
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.templates.RowMapper
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- __typeArg_0 - Variable in class io.vertx.reactivex.sqlclient.templates.TupleMapper
- __typeArg_0 - Variable in class io.vertx.rxjava3.circuitbreaker.FailurePolicy
- __typeArg_0 - Variable in class io.vertx.rxjava3.core.eventbus.DeliveryContext
- __typeArg_0 - Variable in class io.vertx.rxjava3.core.eventbus.Message
- __typeArg_0 - Variable in class io.vertx.rxjava3.core.eventbus.MessageConsumer
- __typeArg_0 - Variable in class io.vertx.rxjava3.core.eventbus.MessageProducer
- __typeArg_0 - Variable in class io.vertx.rxjava3.core.Promise
- __typeArg_0 - Variable in class io.vertx.rxjava3.core.shareddata.AsyncMap
- __typeArg_0 - Variable in class io.vertx.rxjava3.core.shareddata.LocalMap
- __typeArg_0 - Variable in class io.vertx.rxjava3.core.streams.Pipe
- __typeArg_0 - Variable in class io.vertx.rxjava3.ext.consul.Watch
- __typeArg_0 - Variable in class io.vertx.rxjava3.ext.consul.WatchResult
- __typeArg_0 - Variable in class io.vertx.rxjava3.ext.unit.Completion
- __typeArg_0 - Variable in class io.vertx.rxjava3.ext.web.client.HttpRequest
- __typeArg_0 - Variable in class io.vertx.rxjava3.ext.web.client.HttpResponse
- __typeArg_0 - Variable in class io.vertx.rxjava3.ext.web.codec.BodyCodec
- __typeArg_0 - Variable in class io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
- __typeArg_0 - Variable in class io.vertx.rxjava3.grpc.client.GrpcClientBuilder
- __typeArg_0 - Variable in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- __typeArg_0 - Variable in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- __typeArg_0 - Variable in class io.vertx.rxjava3.grpc.common.GrpcReadStream
- __typeArg_0 - Variable in class io.vertx.rxjava3.grpc.common.GrpcWriteStream
- __typeArg_0 - Variable in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- __typeArg_0 - Variable in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- __typeArg_0 - Variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- __typeArg_0 - Variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- __typeArg_0 - Variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- __typeArg_0 - Variable in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- __typeArg_0 - Variable in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.ClientBuilder
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.PreparedQuery
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.PropertyKind
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.Query
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.RowIterator
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.RowSet
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.RowStream
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.SqlResult
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.templates.RowMapper
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
- __typeArg_0 - Variable in class io.vertx.rxjava3.sqlclient.templates.TupleMapper
- __typeArg_1 - Variable in class io.vertx.reactivex.core.shareddata.AsyncMap
- __typeArg_1 - Variable in class io.vertx.reactivex.core.shareddata.LocalMap
- __typeArg_1 - Variable in class io.vertx.reactivex.grpc.client.GrpcClientRequest
- __typeArg_1 - Variable in class io.vertx.reactivex.grpc.client.GrpcClientResponse
- __typeArg_1 - Variable in class io.vertx.reactivex.grpc.server.GrpcServerRequest
- __typeArg_1 - Variable in class io.vertx.reactivex.grpc.server.GrpcServerResponse
- __typeArg_1 - Variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
- __typeArg_1 - Variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
- __typeArg_1 - Variable in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
- __typeArg_1 - Variable in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
- __typeArg_1 - Variable in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
- __typeArg_1 - Variable in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
- __typeArg_1 - Variable in class io.vertx.rxjava3.core.shareddata.AsyncMap
- __typeArg_1 - Variable in class io.vertx.rxjava3.core.shareddata.LocalMap
- __typeArg_1 - Variable in class io.vertx.rxjava3.grpc.client.GrpcClientRequest
- __typeArg_1 - Variable in class io.vertx.rxjava3.grpc.client.GrpcClientResponse
- __typeArg_1 - Variable in class io.vertx.rxjava3.grpc.server.GrpcServerRequest
- __typeArg_1 - Variable in class io.vertx.rxjava3.grpc.server.GrpcServerResponse
- __typeArg_1 - Variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
- __typeArg_1 - Variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
- __typeArg_1 - Variable in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecords
- __typeArg_1 - Variable in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
- __typeArg_1 - Variable in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
- __typeArg_1 - Variable in class io.vertx.rxjava3.sqlclient.templates.SqlTemplate
All Classes All Packages