A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages

A

abort(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abortHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
abortTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
absoluteURI() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
absoluteURI() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
AbstractVerticle - Class in io.vertx.reactivex.core
 
AbstractVerticle() - Constructor for class io.vertx.reactivex.core.AbstractVerticle
 
accept() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
accept() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Like MqttEndpoint.accept() with no session is present.
accept(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
accept(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 - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept header name
ACCEPT_CHARSET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Charset header name
ACCEPT_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Encoding header name
ACCEPT_LANGUAGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Language header name
ACCEPT_PATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Patch header name
ACCEPT_RANGES - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Ranges header name
acceptableLanguages() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Returns the languages for the current request.
acceptCharset() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
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.
acceptEncoding() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
acceptLanguage() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
acceptMoreValues(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the given option accept more values.
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Allow-Credentials 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_METHODS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Allow-Methods 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_PRIVATE_NETWORK - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Allow-Private-Network header name
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Expose-Headers header name
ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Max-Age 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_METHOD - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Request-Method header name
ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Request-Private-Network header name
ack() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
Send the PUBACK/PUBCOMP to the broker.
ack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a ACK frame.
ack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ackHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a ACK frame is received.
Acknowledgement - Class in io.vertx.reactivex.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement(Acknowledgement) - Constructor for class io.vertx.reactivex.ext.stomp.Acknowledgement
 
Acknowledgement(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Acknowledgement
 
acl(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command acl.
acl(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command acl.
ACL - Static variable in class io.vertx.reactivex.redis.client.Command
 
actualConnection() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
actualPort() - Method in class io.vertx.reactivex.core.http.HttpServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.reactivex.core.net.NetServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Gets the port on which the server is listening.
actualPort() - Method in class io.vertx.reactivex.mqtt.MqttServer
The actual port the server is listening on.
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(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
add(String, Iterable<String>) - Method in class io.vertx.reactivex.core.MultiMap
Adds a new values under the specified name
add(String, String) - Method in class io.vertx.reactivex.core.MultiMap
Adds a new value with the specified name and value.
add(String, Set<Authorization>) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
addAll(JsonObject) - Method in class io.vertx.reactivex.uritemplate.Variables
Populates with a JSON object: null are conserved JsonArray is converted to List JsonObject is converted to Map 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...
addAll(MultiMap) - Method in class io.vertx.reactivex.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in class io.vertx.reactivex.core.MultiMap
Adds all the entries from a Map to this
addAndGet(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CLI
Adds an argument.
addArguments(List<Argument>) - Method in class io.vertx.reactivex.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.
addArrayOfBoolean(Boolean[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of Boolean 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.
addArrayOfFloat(Float[]) - Method in class io.vertx.reactivex.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.
addArrayOfJsonArray(JsonArray[]) - 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.reactivex.sqlclient.Tuple
Add an array of 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.
addArrayOfLocalDateTime(LocalDateTime[]) - 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.reactivex.sqlclient.Tuple
Add an array of 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.
addArrayOfOffsetDateTime(OffsetDateTime[]) - 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.reactivex.sqlclient.Tuple
Add an array of 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.
addArrayOfString(String[]) - Method in class io.vertx.reactivex.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.
addArrayOfUUID(UUID[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addAuthorization(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
addAuthorization(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
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.
addBigDecimal(BigDecimal) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a value at the end of the tuple.
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.
addBoolean(Boolean) - Method in class io.vertx.reactivex.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.
addConfirmListener(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int, Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addCookie(Cookie) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
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.
addDirective(String, String) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
Adds a single directive entry to the handler.
addDouble(Double) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a double value at the end of the tuple.
addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Add an end handler for the request/response context.
addExpectedContentType(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addFloat(Float) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a float value at the end of the tuple.
addFormParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addGlobalHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
addHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addHeader(KafkaHeader) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
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, Iterable<CharSequence>) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, Buffer) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
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, 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
addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaders(List<KafkaHeader>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Add a list of headers to this record.
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.
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
addInteger(Integer) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an integer value at the end of the tuple.
addJson(String, JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
addJson(URI, JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
addJsonArray(JsonArray) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a value at the end of the tuple.
addJsonBodySchema(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addJsonObject(JsonObject) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a value at the end of the tuple.
addLocalDate(LocalDate) - Method in class io.vertx.reactivex.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.
addLocalTime(LocalTime) - Method in class io.vertx.reactivex.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.
addMultipartRequiredFile(String, String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addOffsetDateTime(OffsetDateTime) - Method in class io.vertx.reactivex.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.
addOption(Option) - Method in class io.vertx.reactivex.core.cli.CLI
Adds an option.
addOptions(List<Option>) - Method in class io.vertx.reactivex.core.cli.CLI
Adds a set of options.
addOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add an origin to the list of allowed Origins.
addOrigins(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Set the list of allowed origins.
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
addPathParam(String, ParameterType) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParamWithPattern(String, String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParam(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add a query parameter to the request.
addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addRelativeOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add a relative origin to the list of allowed Origins.
addRelativeOrigins(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Set the list of allowed relative origins.
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(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
addSchema(Schema, JsonPointer[]) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
addSchemaAlias(Schema, String) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
addSecurityHandler(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addShort(Short) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a short value at the end of the tuple.
addStatement(JsonObject) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Manually feed a Meta Data Statement to the service.
addString(String) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a string value at the end of the tuple.
addTemporal(Temporal) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addTenantHandler(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Add a handler for a given tenant to this handler.
addUUID(UUID) - Method in class io.vertx.reactivex.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.
addXMLBodySchema(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
after(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed after the tests.
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.
AGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Age header name
agentInfo() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
aggregate(String, JsonArray) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run aggregate MongoDB command.
all() - Method in class io.vertx.reactivex.cassandra.ResultSet
all() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
allArguments() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
ALLOW - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Allow header name
allowCredentials(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Set whether credentials are allowed.
allowedHeader(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add an allowed header
allowedHeaders(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add a set of allowed headers
allowedMethod(HttpMethod) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add an allowed method
allowedMethods(Set<HttpMethod>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add a set of allowed methods
allowEmptyValue() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
allowForward(AllowForwardHeaders) - Method in class io.vertx.reactivex.ext.web.Router
Set whether the router should parse "forwarded"-type headers
allowPrivateNetwork(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Set whether access from public to private networks are allowed.
AmazonCognitoAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Amazon Cognito.
AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmqpClient - Class in io.vertx.reactivex.amqp
AMQP Client entry point.
AmqpClient(AmqpClient) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
 
AmqpClient(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
 
AmqpConnection - Class in io.vertx.reactivex.amqp
Once connected to the broker or router, you get a connection.
AmqpConnection(AmqpConnection) - Constructor for class io.vertx.reactivex.amqp.AmqpConnection
 
AmqpConnection(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpConnection
 
AmqpMessage - Class in io.vertx.reactivex.amqp
Represents an AMQP message.
AmqpMessage(AmqpMessage) - Constructor for class io.vertx.reactivex.amqp.AmqpMessage
 
AmqpMessage(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpMessage
 
AmqpMessageBuilder - Class in io.vertx.reactivex.amqp
Builder to create a new AmqpMessage.
AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
AmqpReceiver - Class in io.vertx.reactivex.amqp
Interface used to consume AMQP message as a stream of message.
AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.reactivex.amqp.AmqpReceiver
 
AmqpReceiver(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpReceiver
 
AmqpSender - Class in io.vertx.reactivex.amqp
AMQP Sender interface used to send messages.
AmqpSender(AmqpSender) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
 
AmqpSender(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
 
AndAuthorization - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
annotate(String, String) - Method in class io.vertx.reactivex.json.schema.JsonSchema
Annotates the schema.
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.
api(Redis) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
 
api(RedisConnection) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
 
APIKeyHandler - Class in io.vertx.reactivex.ext.web.handler
An authentication handler that provides API Key support.
APIKeyHandler(APIKeyHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.APIKeyHandler
 
APIKeyHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.APIKeyHandler
 
ApolloWSConnectionInitEvent - Class in io.vertx.reactivex.ext.web.handler.graphql
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSMessage - Class in io.vertx.reactivex.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
append(int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
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(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, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
append(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
appendArrayElement(Object, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Append array element
appendBuffer(Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendByte(byte) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendBytes(byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendDouble(double) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendFloat(float) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendLong(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLongLE(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer in the Little Endian Byte Order.
appendShort(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendString(String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendString(String, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendUnsignedByte(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedInt(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedIntLE(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
application/x-www-form-urlencoded header value
applicationLayerProtocol() - Method in class io.vertx.reactivex.core.net.NetSocket
 
applicationProperties() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
applicationProperties(JsonObject) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
apply(HttpResponse<Void>) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
apply(ResponsePredicateResult) - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
apply(RoutingContext) - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
arg(boolean) - Method in class io.vertx.reactivex.redis.client.Request
Adds a boolean encoded to string
arg(byte) - Method in class io.vertx.reactivex.redis.client.Request
Adds a byte encoded to string
arg(byte[]) - Method in class io.vertx.reactivex.redis.client.Request
Adds a byte array
arg(double) - Method in class io.vertx.reactivex.redis.client.Request
Adds a double encoded to string
arg(float) - Method in class io.vertx.reactivex.redis.client.Request
Adds a float encoded to string
arg(int) - Method in class io.vertx.reactivex.redis.client.Request
Adds a int encoded to string
arg(long) - Method in class io.vertx.reactivex.redis.client.Request
Adds a long encoded to string
arg(short) - Method in class io.vertx.reactivex.redis.client.Request
Adds a short encoded to string
arg(JsonArray) - Method in class io.vertx.reactivex.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
arg(JsonObject) - Method in class io.vertx.reactivex.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(Buffer) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String key argument
arg(String) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String using a specific character encoding argument
args() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
argsTokens() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
arrayEventMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
ArrayParserFactory - Class in io.vertx.reactivex.ext.web.validation.builder
This interface is used to create able to parse serialized array structures.
ArrayParserFactory(ArrayParserFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
 
ArrayParserFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
 
arrayValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
arrayValueMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json array.
as(BodyCodec<U>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to decode the response with the responseCodec.
asJsonArray() - Method in class io.vertx.reactivex.ext.web.RequestBody
 
asJsonArray(int) - Method in class io.vertx.reactivex.ext.web.RequestBody
Gets the current body buffer as a .
asJsonObject() - Method in class io.vertx.reactivex.ext.web.RequestBody
 
asJsonObject(int) - Method in class io.vertx.reactivex.ext.web.RequestBody
Gets the current body buffer as a .
asking() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
 
asPojo(Class<R>) - Method in class io.vertx.reactivex.ext.web.RequestBody
 
asPojo(Class<R>, int) - Method in class io.vertx.reactivex.ext.web.RequestBody
 
assertEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertFalse(boolean) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the specified condition is false.
assertInRange(double, double, double) - Method in class io.vertx.reactivex.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertNotEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotNull(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is not null.
assertNull(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is null.
assertTrue(boolean) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the specified condition is true.
assign(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assignment() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
asString() - Method in class io.vertx.reactivex.ext.web.RequestBody
 
asString(String) - Method in class io.vertx.reactivex.ext.web.RequestBody
Get the entire HTTP request body as a string, assuming the specified encoding.
async() - Method in class io.vertx.reactivex.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
async(int) - Method in class io.vertx.reactivex.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
Async - Class in io.vertx.reactivex.ext.unit
An asynchronous exit point for a test.
Async(Async) - Constructor for class io.vertx.reactivex.ext.unit.Async
 
Async(Object) - Constructor for class io.vertx.reactivex.ext.unit.Async
 
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(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.
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(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.
AsyncFile - Class in io.vertx.reactivex.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile(AsyncFile) - Constructor for class io.vertx.reactivex.core.file.AsyncFile
 
AsyncFile(Object) - Constructor for class io.vertx.reactivex.core.file.AsyncFile
 
AsyncFileLock - Class in io.vertx.reactivex.core.file
A lock on a region of an AsyncFile.
AsyncFileLock(AsyncFileLock) - Constructor for class io.vertx.reactivex.core.file.AsyncFileLock
 
AsyncFileLock(Object) - Constructor for class io.vertx.reactivex.core.file.AsyncFileLock
 
AsyncMap<K,​V> - Class in io.vertx.reactivex.core.shareddata
An asynchronous map.
AsyncMap(AsyncMap) - Constructor for class io.vertx.reactivex.core.shareddata.AsyncMap
 
AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.core.shareddata.AsyncMap
 
attachment(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set Content-Disposition get to "attachment" with optional filename mime type.
attribute(String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add an attribute form data part.
attributes() - Method in class io.vertx.reactivex.ext.auth.User
Gets extra attributes of the user.
attributes() - Method in class io.vertx.reactivex.redis.client.Response
RESP3 responses may include attributes
auth() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
auth(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
auth(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
AUTH - Static variable in class io.vertx.reactivex.redis.client.Command
 
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(JsonObject) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Deprecated.
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Deprecated.
authenticate(Credentials) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(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.
authentication(Credentials) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform HTTP Authentication.
AuthenticationHandler - Interface in io.vertx.reactivex.ext.web.handler
Base interface for auth handlers.
authenticationProvider(AuthenticationProvider) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
AuthenticationProvider - Class in io.vertx.reactivex.ext.auth.authentication
User-facing interface for authenticating users.
AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
authenticatorFetcher(Function<Authenticator, Single<List<Authenticator>>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<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<Authenticator, Future<List<Authenticator>>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<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.
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.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
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 .
authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
authority() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
authority() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
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 the authority pseudo header.
Authorization - Class in io.vertx.reactivex.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
Authorization(Authorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorization
 
Authorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorization
 
AUTHORIZATION - Static variable in class io.vertx.reactivex.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(AuthorizationContext) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
AuthorizationContext(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
AuthorizationHandler - Class in io.vertx.reactivex.ext.web.handler
Base interface for authorization handlers that provide authorization support.
AuthorizationHandler(AuthorizationHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
AuthorizationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
AuthorizationProvider - Class in io.vertx.reactivex.ext.auth.authorization
The role of an AuthorizationProvider is to return a set of Authorization.
AuthorizationProvider(AuthorizationProvider) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
AuthorizationProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
authorizations() - Method in class io.vertx.reactivex.ext.auth.User
Returns user's authorizations that have been previously loaded by the providers.
Authorizations - Class in io.vertx.reactivex.ext.auth.authorization
 
Authorizations(Authorizations) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
Authorizations(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
authorizeURL(JsonObject) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
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.
authProvider(AuthenticationProvider) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the to be used to authenticate the user.
authProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Deprecated.
AuthProvider - Class in io.vertx.reactivex.ext.auth
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
 
AuthProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
 
autoKeepAlive(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Enable/disable auto keep alive (sending ping response)
available() - Method in class io.vertx.reactivex.ext.web.RequestBody
Return true if a BodyHandler was executed before this call in the lifetime of the request.
await() - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes.
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.
awaitSuccess() - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds.
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.
AzureADAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Azure AD.
AzureADAuth(AzureADAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
AzureADAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 

B

backgroundHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
BaseBridgeEvent - Class in io.vertx.reactivex.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
baseCommands(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
basicAck(long, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAuthentication(Buffer, Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(String, String) - Method in class io.vertx.reactivex.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(BasicAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
basicConsumer(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
basicConsumer(String, QueueOptions) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicGet(String, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean, Handler<AsyncResult<RabbitMQMessage>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicNack(long, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicQos(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
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>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.reactivex.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<String>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
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.
batchWithParams(String, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
bearerTokenAuthentication(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform bearer token authentication.
before(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed before the tests.
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.
beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
Set a callback to invoke before executing a GraphQL query.
beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Set a callback to invoke before executing a GraphQL query.
begin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginningOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginTime() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
The time at which the test began in millis.
beginTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTX(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
BF_ADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_EXISTS - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_INSERT - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_LOADCHUNK - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_MADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_MEXISTS - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_RESERVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
BF_SCANDUMP - Static variable in class io.vertx.reactivex.redis.client.Command
 
bfAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfAdd.
bfAdd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfAdd.
bfDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfDebug.
bfDebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfDebug.
bfExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfExists.
bfExists(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfExists.
bfInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfInfo.
bfInfo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfInfo.
bfInsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfInsert.
bfInsert(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfInsert.
bfLoadchunk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfLoadchunk.
bfLoadchunk(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfLoadchunk.
bfMadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfMadd.
bfMadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfMadd.
bfMexists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfMexists.
bfMexists(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfMexists.
bfReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfReserve.
bfReserve(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfReserve.
bfScandump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfScandump.
bfScandump(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfScandump.
bgrewriteaof() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
BGREWRITEAOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
bgsave(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
BGSAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
binaryData() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFrame(Buffer, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a binary WebSocket frame.
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.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Return the binary value.
bind(Function<JsonObject, Single<AuthenticationHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
bind(Function<JsonObject, Future<AuthenticationHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
bindBlocking(Function<JsonObject, AuthenticationHandler>) - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
bindings() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
bitcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
BITCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
BITFIELD - Static variable in class io.vertx.reactivex.redis.client.Command
 
BITFIELD_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitfieldRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfieldRo.
bitop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
BITOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
BITPOS - Static variable in class io.vertx.reactivex.redis.client.Command
 
blmove(String, String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blmove.
blmove(String, String, String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blmove.
BLMOVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
blmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blmpop.
blmpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blmpop.
BLMPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.reactivex.ext.web.Route
Specify a blocking request handler for the route.
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.
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, 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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
BLPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
Bodies - Class in io.vertx.reactivex.ext.web.validation.builder
In this interface you can find all available BodyProcessorFactory to use in ValidationHandlerBuilder.
Bodies(Bodies) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Bodies
 
Bodies(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Bodies
 
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
body() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
body() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
body() - Method in class io.vertx.reactivex.ext.web.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(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
body(BodyProcessor) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
body(BodyProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
BODY_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.validation.RequestPredicate
Request predicate that checks if body exists or not
bodyAsBinary() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsBoolean() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsBuffer() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsByte() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsChar() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsDouble() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsFloat() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsInteger() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsJson(Class<R>) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsJsonObject() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsList() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsLong() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsShort() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsString() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsString() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsSymbol() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsTimestamp() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsUUID() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyCodec() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
BodyCodec<T> - Class in io.vertx.reactivex.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec(BodyCodec) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
 
BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
 
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.
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(BodyHandler) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Deprecated.
BodyHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which gathers the entire request body and sets it on the .
BodyHandler(BodyHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.BodyHandler
 
BodyHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.BodyHandler
 
BodyProcessorFactory - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
 
bodyStream() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
booleanValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
BoxAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for box.com.
BoxAuth(BoxAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
BoxAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
bridge(BridgeOptions) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
bridge(SockJSBridgeOptions) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
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.
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(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.reactivex.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
 
brpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpop.
brpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpop.
BRPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
brpoplpush(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpoplpush.
brpoplpush(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpoplpush.
BRPOPLPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
buffer() - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new, empty buffer.
buffer() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
buffer() - Method in class io.vertx.reactivex.ext.web.RequestBody
 
buffer(byte[]) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(int) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(ByteBuf) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Deprecated.
buffer(String) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
Buffer - Class in io.vertx.reactivex.core.buffer
Most data is shuffled around inside Vert.x using buffers.
Buffer(Buffer) - Constructor for class io.vertx.reactivex.core.buffer.Buffer
 
Buffer(Object) - Constructor for class io.vertx.reactivex.core.buffer.Buffer
 
build() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
build() - Static method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
build() - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
Build the from this builder
build(Vertx) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Build the command
builder() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
builder(SchemaParser) - Static method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
Deprecated.
bulkWrite(String, List<BulkOperation>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation.
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bytesRead() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
bytesWritten() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
bzmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzmpop.
bzmpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzmpop.
BZMPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
bzpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmax.
bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmax.
BZPOPMAX - Static variable in class io.vertx.reactivex.redis.client.Command
 
bzpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmin.
bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmin.
BZPOPMIN - Static variable in class io.vertx.reactivex.redis.client.Command
 

C

CACHE_CONTROL - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Cache-Control header name
cached() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cachedAs(Class<X>) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the service object if already retrieved.
CachingWebClient - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.web.client.CachingWebClient
 
call(SocketAddress, MethodDescriptor<Req, Resp>, Handler<GrpcClientRequest<Req, Resp>>, Function<GrpcClientResponse<Req, Resp>, Single<T>>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
Call the service gRPC service hosted by server.
call(SocketAddress, MethodDescriptor<Req, Resp>, Handler<GrpcClientRequest<Req, Resp>>, Function<GrpcClientResponse<Req, Resp>, Future<T>>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
Call the service gRPC service hosted by server.
call(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callHandler(MethodDescriptor<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 call made to the server for the service method.
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.
callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
cancel() - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
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(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancelAndCleanupFileUploads() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Cancel all unfinished file upload in progress and delete all uploaded files.
cancelRequest(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.PgConnection
Send a request cancellation message to tell the server to cancel processing request in this connection.
cancelStreamToFileSystem() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Try to cancel the file system streaming, the streamed file will be deleted.
cancelTimer(long) - Method in class io.vertx.reactivex.core.Vertx
Cancels the timer with the specified id.
caseInsensitiveMultiMap() - Static method in class io.vertx.reactivex.core.MultiMap
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
CassandraClient - Class in io.vertx.reactivex.cassandra
Eclipse Vert.x Cassandra client.
CassandraClient(CassandraClient) - Constructor for class io.vertx.reactivex.cassandra.CassandraClient
 
CassandraClient(Object) - Constructor for class io.vertx.reactivex.cassandra.CassandraClient
 
CassandraRowStream - Class in io.vertx.reactivex.cassandra
A for consumption.
CassandraRowStream(CassandraRowStream) - Constructor for class io.vertx.reactivex.cassandra.CassandraRowStream
 
CassandraRowStream(Object) - Constructor for class io.vertx.reactivex.cassandra.CassandraRowStream
 
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.
catalogDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodes(Handler<AsyncResult<NodeList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodeServices(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
catalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogServiceNodes(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServices(Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
cause() - Method in class io.vertx.reactivex.ext.consul.WatchResult
A Throwable describing failure.
certificatePath() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Filesystem path to the X.509 certificate file in PEM format .
CF_ADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_ADDNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_COMPACT - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_COUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_DEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_EXISTS - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_INSERT - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_INSERTNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_LOADCHUNK - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_MEXISTS - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_RESERVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
CF_SCANDUMP - Static variable in class io.vertx.reactivex.redis.client.Command
 
cfAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfAdd.
cfAdd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfAdd.
cfAddnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfAddnx.
cfAddnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfAddnx.
cfCompact(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfCompact.
cfCompact(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfCompact.
cfCount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfCount.
cfCount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfCount.
cfDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfDebug.
cfDebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfDebug.
cfDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfDel.
cfDel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfDel.
cfExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfExists.
cfExists(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfExists.
cfInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInfo.
cfInfo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInfo.
cfInsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInsert.
cfInsert(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInsert.
cfInsertnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInsertnx.
cfInsertnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInsertnx.
cfLoadchunk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfLoadchunk.
cfLoadchunk(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfLoadchunk.
cfMexists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfMexists.
cfMexists(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfMexists.
cfReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfReserve.
cfReserve(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfReserve.
cfScandump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfScandump.
cfScandump(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfScandump.
ChainAuth - Class in io.vertx.reactivex.ext.auth
Chain several authentication providers as if they were one.
ChainAuth(ChainAuth) - Constructor for class io.vertx.reactivex.ext.auth.ChainAuth
 
ChainAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.ChainAuth
 
ChainAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that chains to a sequence of handlers.
ChainAuthHandler(ChainAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
ChainAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
changeUser(MySQLAuthOptions) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
changeUser(MySQLAuthOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.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 class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Return a channel for the given name.
charset() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
charSet() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
checkStatus() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedures.
checkStatus(Handler<AsyncResult<CheckResult>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered 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, Handler<AsyncResult<CheckResult>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
chmod(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmod(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
chmodRecursive(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
chown(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chown(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chownBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
CHUNKED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
chunked header value
CircuitBreaker - Class in io.vertx.reactivex.circuitbreaker
An implementation of the circuit breaker pattern for Vert.x
CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
CircuitBreaker(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
claimKey() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
Returns the configured claim key.
clear() - Method in class io.vertx.reactivex.core.MultiMap
Removes all
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
 
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.sqlclient.Tuple
 
clear() - Method in class io.vertx.reactivex.uritemplate.Variables
 
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Clear all entries in the map
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Remove all sessions from the store.
clear(String) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
clearCache() - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
clearCache() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Clears any internal caches used by this engine.
clearUser() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Clear the current user object in the context.
cli() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
cli() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
CLI - Class in io.vertx.reactivex.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
CLI(CLI) - Constructor for class io.vertx.reactivex.core.cli.CLI
 
CLI(Object) - Constructor for class io.vertx.reactivex.core.cli.CLI
 
client() - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with default options.
client(DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Create a pooled client to the DB2 database configured with the given options.
client(MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Create a client backed by a connection pool to the database configured with the given connectOptions and poolOptions.
client(PgConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Create a client backed by a connection pool to the PostgreSQL database configured with the given options.
client(Vertx) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
Create a new client
client(Vertx, HttpClientOptions) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
Create a new client
client(Vertx, DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.client(java.lang.String) with a specific instance.
client(Vertx, MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.client(java.lang.String) with a specific instance.
client(Vertx, PgConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with a specific instance.
client(Vertx, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with database retrieved from the environment variables.
client(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.client(java.lang.String) with default options.
client(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.client(java.lang.String) with a default poolOptions.
client(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with default options.
client(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.client(java.lang.String) with database build from connectionUri.
client(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.client(java.lang.String) with connectOptions build from connectionUri.
client(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with database build from connectionUri.
client(Vertx, Supplier<Future<MySQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.client(java.lang.String) with a specific instance.
client(Vertx, Supplier<Future<PgConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with a specific instance.
client(Vertx, List<DB2ConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.client(java.lang.String) with a specific instance.
client(Vertx, List<MySQLConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.client(java.lang.String) with a specific instance.
client(Vertx, List<PgConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with a specific instance.
client(PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with database retrieved from the environment variables.
client(String) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.client(java.lang.String) with default options.
client(String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.client(java.lang.String) with a default poolOptions.
client(String) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with default options.
client(String, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.client(java.lang.String) with database build from connectionUri.
client(String, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.client(java.lang.String) with connectOptions build from connectionUri.
client(String, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.client() with database retrieved from the connectionUri.
client(Supplier<Future<MySQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Create a client backed by a connection pool to the MySQL databases.
client(Supplier<Future<PgConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Create a client backed by a connection pool to the PostgreSQL databases.
client(List<DB2ConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Create a client backed by a connection pool to the DB2 databases with round-robin selection.
client(List<MySQLConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Create a client backed by a connection pool to the MySQL databases with round-robin selection.
client(List<PgConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Create a client backed by a connection pool to the PostgreSQL databases with round-robin selection.
client(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command client.
client(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command client.
CLIENT - Static variable in class io.vertx.reactivex.redis.client.Command
 
clientId() - Method in class io.vertx.reactivex.mqtt.MqttClient
 
clientIdentifier() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
CliToken - Class in io.vertx.reactivex.ext.shell.cli
A parsed token in the command line interface.
CliToken(CliToken) - Constructor for class io.vertx.reactivex.ext.shell.cli.CliToken
 
CliToken(Object) - Constructor for class io.vertx.reactivex.ext.shell.cli.CliToken
 
cloneAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
cloneAclToken(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
cloneAclToken(String, CloneAclTokenOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Clones an existing ACL token
cloneAclToken(String, CloneAclTokenOptions, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Clones an existing ACL token
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.
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
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file.
close() - Method in class io.vertx.reactivex.core.http.HttpClient
Close the client.
close() - Method in class io.vertx.reactivex.core.http.HttpConnection
Close the connection and all the currently active streams.
close() - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Deprecated.
close() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.net.NetClient
Close the client.
close() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.reactivex.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Close and release the map
close() - Method in class io.vertx.reactivex.core.streams.Pipe
Close the pipe.
close() - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
close() - Method in class io.vertx.reactivex.core.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.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.shell.Shell
Close the shell.
close() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close() - Method in class io.vertx.reactivex.ext.shell.system.JobController
Close the shell session and terminate all the underlying jobs.
close() - Method in class io.vertx.reactivex.ext.shell.term.Term
Close the connection to terminal.
close() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Close the client
close() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close() - 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 supplying an handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
close() - Method in class io.vertx.reactivex.redis.client.Redis
Closes the client and terminates any connection.
close() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
close() - Method in class io.vertx.reactivex.redis.client.RedisConnection
Closes the connection or returns to the pool.
close() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Closes the service discovery
close() - Method in class io.vertx.reactivex.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
close() - Method in class io.vertx.reactivex.sqlclient.Pool
Close the pool and release the associated resources.
close() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
close() - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
close() - Method in class io.vertx.reactivex.sqlclient.SqlClient
Close the client and release the associated resources.
close() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
close(int, String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Close it giving a status code and reason.
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Closes the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Closes the AMQP connection, i.e.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Closes the receiver.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Closes the sender.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Closes this client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Close the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Close the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Close the connection and all the currently active streams.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetClient
Close the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
Close the executor.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mail.MailClient
Close the MailClient
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Close the client and release its resources
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Close the client and release all resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Closes the connection.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Closes the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Close the consumer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Closes the connection or returns to the pool.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Close the pool and release the associated resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.SqlClient
Close the client and release the associated resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
close(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
close(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 - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
close header value
closed() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
closed() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
closeFuture() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
closeHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sets a handler notified when the STOMP connection is closed.
closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a connection with the client is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to close.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set a close handler for the response, this is called when the underlying connection is closed and the response was still using the connection.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.term.Term
Set a handler that will be called when the terminal is closed.
closeHandler(Handler<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.
closeReason() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in class io.vertx.reactivex.core.http.WebSocket
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
closeStatusCode() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in class io.vertx.reactivex.core.http.WebSocket
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
CloudFoundryAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for CloudFoundry UAA.
CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
CloudFoundryAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
cluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cluster.
cluster(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cluster.
CLUSTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
ClusteredSessionStore - Class in io.vertx.reactivex.ext.web.sstore
A session store which stores sessions in a distributed map so they are available across the cluster.
ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
ClusteredSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
clusteredVertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
Creates a clustered instance using the specified options.
clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.reactivex.core.Vertx
Creates a clustered instance using the specified options.
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.
cmd(Command) - Static method in class io.vertx.reactivex.redis.client.Request
Creates a new request command.
cmd(Command, Object[]) - Static method in class io.vertx.reactivex.redis.client.Request
Creates a new request command only with simple types: Number, Boolean, String, byte[] or .
CMS_INCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
CMS_INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
CMS_INITBYDIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
CMS_INITBYPROB - Static variable in class io.vertx.reactivex.redis.client.Command
 
CMS_MERGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
CMS_QUERY - Static variable in class io.vertx.reactivex.redis.client.Command
 
cmsIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsIncrby.
cmsIncrby(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsIncrby.
cmsInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInfo.
cmsInfo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInfo.
cmsInitbydim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInitbydim.
cmsInitbydim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInitbydim.
cmsInitbyprob(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInitbyprob.
cmsInitbyprob(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInitbyprob.
cmsMerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsMerge.
cmsMerge(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsMerge.
cmsQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsQuery.
cmsQuery(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsQuery.
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
 
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.
collecting(Collector<Req, A, R>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
collecting(Collector<Resp, A, R>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
collecting(Collector<T, A, R>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
 
column(String) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Will convert the column name to the json array index.
columnDefinitions() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
Get the provided by the backing ResultSet for this stream.
ColumnDescriptor - Class in io.vertx.reactivex.sqlclient.desc
 
ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
ColumnDescriptor(Object) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
columnDescriptors() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the column descriptors in the SqlResult.
columns() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Returns all column names available in the underlying resultset.
columnsNames() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the names of columns in the SqlResult.
command() - Method in class io.vertx.reactivex.redis.client.Request
Get the Command that is to be used by this request.
command(CLI) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Create a new commmand with its CLI descriptor.
command(String) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Create a new commmand builder, the command is responsible for managing the options and arguments via the #args() arguments.
command(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command command.
command(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command command.
Command - Class in io.vertx.reactivex.ext.shell.command
A Vert.x Shell command, it can be created from any language using the CommandBuilder.command(java.lang.String) or from a Java class using io.vertx.reactivex.ext.shell.command.Command#create
Command - Class in io.vertx.reactivex.redis.client
Auto generated API Commands to interact with REDIS.
Command(Command) - Constructor for class io.vertx.reactivex.ext.shell.command.Command
 
Command(Command) - Constructor for class io.vertx.reactivex.redis.client.Command
 
Command(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.Command
 
Command(Object) - Constructor for class io.vertx.reactivex.redis.client.Command
 
COMMAND - Static variable in class io.vertx.reactivex.redis.client.Command
 
CommandBuilder - Class in io.vertx.reactivex.ext.shell.command
A build for Vert.x Shell command.
CommandBuilder(CommandBuilder) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
CommandBuilder(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
commandLine() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
CommandLine - Class in io.vertx.reactivex.core.cli
The parser transforms a CLI (a model) into an CommandLine.
CommandLine(CommandLine) - Constructor for class io.vertx.reactivex.core.cli.CommandLine
 
CommandLine(Object) - Constructor for class io.vertx.reactivex.core.cli.CommandLine
 
CommandProcess - Class in io.vertx.reactivex.ext.shell.command
The command process provides interaction with the process of the command provided by Vert.x Shell.
CommandProcess(CommandProcess) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandProcess
 
CommandProcess(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandProcess
 
CommandRegistry - Class in io.vertx.reactivex.ext.shell.command
A registry that contains the commands known by a shell.
CommandRegistry(CommandRegistry) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
CommandRegistry(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
CommandResolver - Class in io.vertx.reactivex.ext.shell.command
A resolver for commands, so the shell can discover commands.
CommandResolver(CommandResolver) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandResolver
 
CommandResolver(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandResolver
 
commands() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
commaSeparatedArrayParser() - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
 
commaSeparatedObjectParser() - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
 
commaSeparatedTupleParser() - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
 
commit() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit() - Method in class io.vertx.reactivex.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
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
commit(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commitHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a COMMIT frame is received.
committed(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
commitTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
commitTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
compareAndSet(long, long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
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 an IllegalStateException to signal the error.
complete(Completion) - Method in class io.vertx.reactivex.ext.shell.command.Command
Perform command completion, when the command is done completing it should call or )} method to signal completion is done.
complete(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(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Deprecated.
complete(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
Set the result.
complete(String, boolean) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
End the completion with a value that will be inserted to complete the line.
complete(List<String>) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
complete(T) - Method in class io.vertx.reactivex.core.Promise
Set the result.
completion() - Method in class io.vertx.reactivex.sqlclient.Transaction
completion(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Completion - Class in io.vertx.reactivex.ext.shell.cli
The completion object
Completion<T> - Class in io.vertx.reactivex.ext.unit
A completion object that emits completion notifications either succeeded or failed.
Completion(Completion) - Constructor for class io.vertx.reactivex.ext.shell.cli.Completion
 
Completion(Completion) - Constructor for class io.vertx.reactivex.ext.unit.Completion
 
Completion(Object) - Constructor for class io.vertx.reactivex.ext.shell.cli.Completion
 
Completion(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.unit.Completion
 
completionHandler() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler(Handler<Completion>) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.
component() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Gets the parsed component part of the MIME.
computeHash(String, User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
computeHash(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
computeHash(String, String, int) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
computeHash(String, String, int) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.reactivex.ext.web.Session
Put some data in a session if absent.
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(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command config.
config(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command config.
CONFIG - Static variable in class io.vertx.reactivex.redis.client.Command
 
ConfigRetriever - Class in io.vertx.reactivex.config
Defines a configuration retriever that read configuration from and tracks changes periodically.
ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.reactivex.config.ConfigRetriever
 
ConfigRetriever(Object) - Constructor for class io.vertx.reactivex.config.ConfigRetriever
 
configStream() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Configures the heartbeat.
confirmSelect() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
confirmSelect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
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(int, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String) - 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, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(int, String, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(Handler<AsyncResult<AmqpConnection>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Connects to the AMQP broker or router.
connect(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Create an HTTP tunnel to the server.
connect(Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect(Handler<AsyncResult<RedisConnection>>) - Method in class io.vertx.reactivex.redis.client.Redis
Connects to the redis server.
connect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
connect(NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(Vertx) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.reactivex.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
connect(Vertx, DB2ConnectOptions, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.reactivex.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
connect(Vertx, MSSQLConnectOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
Create a connection to SQL Server with the given connectOptions.
connect(Vertx, MSSQLConnectOptions, Handler<AsyncResult<MSSQLConnection>>) - 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, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
connect(Vertx, OracleConnectOptions) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
Create a connection to Oracle with the given connectOptions.
connect(Vertx, OracleConnectOptions, Handler<AsyncResult<OracleConnection>>) - 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, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
connect(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Connection
connect(Vertx, String) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
connect(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
connect(Vertx, String) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
connect(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Vertx, String, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.reactivex.db2client.DB2Connection
connect(Vertx, String, Handler<AsyncResult<MSSQLConnection>>) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
connect(Vertx, String, Handler<AsyncResult<OracleConnection>>) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path
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<SqlConnection>) - Method in class io.vertx.reactivex.db2client.DB2Pool
 
connectHandler(Handler<SqlConnection>) - Method in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
connectHandler(Handler<SqlConnection>) - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
connectHandler(Handler<SqlConnection>) - Method in class io.vertx.reactivex.oracleclient.OraclePool
 
connectHandler(Handler<SqlConnection>) - Method in class io.vertx.reactivex.pgclient.PgPool
 
connectHandler(Handler<SqlConnection>) - Method in class io.vertx.reactivex.sqlclient.Pool
Set an handler called when the pool has established a connection to the database.
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 - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Connection header name
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.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpClient
Set a connection handler for the client.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set a connection handler for the server.
connectionHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
ConnectionInitEvent - Class in io.vertx.reactivex.ext.web.handler.graphql.ws
 
ConnectionInitEvent(ConnectionInitEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
 
ConnectionInitEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
 
connectionInitHandler(Handler<ApolloWSConnectionInitEvent>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
connectionInitHandler(Handler<ConnectionInitEvent>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
Customize the connection init .
connectionParams() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
Deprecated.
connectionParams() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
 
connectionProvider(Function<Context, Single<SqlConnection>>) - Method in class io.vertx.reactivex.db2client.DB2Pool
 
connectionProvider(Function<Context, Single<SqlConnection>>) - Method in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
connectionProvider(Function<Context, Single<SqlConnection>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
connectionProvider(Function<Context, Single<SqlConnection>>) - Method in class io.vertx.reactivex.oracleclient.OraclePool
 
connectionProvider(Function<Context, Single<SqlConnection>>) - Method in class io.vertx.reactivex.pgclient.PgPool
 
connectionProvider(Function<Context, Single<SqlConnection>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Replace the default pool connection provider, the new provider returns a future connection for a given .
connectionProvider(Function<Context, Future<SqlConnection>>) - Method in class io.vertx.reactivex.db2client.DB2Pool
 
connectionProvider(Function<Context, Future<SqlConnection>>) - Method in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
connectionProvider(Function<Context, Future<SqlConnection>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
connectionProvider(Function<Context, Future<SqlConnection>>) - Method in class io.vertx.reactivex.oracleclient.OraclePool
 
connectionProvider(Function<Context, Future<SqlConnection>>) - Method in class io.vertx.reactivex.pgclient.PgPool
 
connectionProvider(Function<Context, Future<SqlConnection>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Replace the default pool connection provider, the new provider returns a future connection for a given .
connectProperties() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
connectStream() - Method in class io.vertx.reactivex.core.net.NetServer
Deprecated.
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
constantDelay(long) - Static method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
Create a constant delay retry policy.
ConsulClient - Class in io.vertx.reactivex.ext.consul
A Vert.x service used to interact with Consul.
ConsulClient(ConsulClient) - Constructor for class io.vertx.reactivex.ext.consul.ConsulClient
 
ConsulClient(Object) - Constructor for class io.vertx.reactivex.ext.consul.ConsulClient
 
consumer(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Create a message consumer against the specified address.
consumer(String, Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Create a consumer and register it against the specified address.
consumerTag() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
consumerTag() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
consumes(String) - Method in class io.vertx.reactivex.ext.web.Route
Add a content type consumed by this route.
ContainerDeserializer - Class in io.vertx.reactivex.ext.web.api.validation
Interface that define methods for deserialization of array and objects
ContainerDeserializer(ContainerDeserializer) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
ContainerDeserializer(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
contains(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting a CharSequence as a parameter
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting CharSequence parameters.
contains(String) - Method in class io.vertx.reactivex.core.MultiMap
Checks to see if there is a value with the specified name
contains(String, String, boolean) - Method in class io.vertx.reactivex.core.MultiMap
Check if there is a header with the specified name and value.
containsKey(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class io.vertx.reactivex.ext.auth.User
Checks if a value exists on the user object.
containsKey(String) - Method in class io.vertx.reactivex.json.schema.JsonSchema
Checks if the given key is present in the schema object.
containsKey(String) - Method in class io.vertx.reactivex.redis.client.Response
Does this multi response contains a string key.
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.
content() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
Deprecated.
content() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
CONTENT_BASE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Base header name
CONTENT_DISPOSITION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Disposition header name
CONTENT_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Encoding header name
CONTENT_LANGUAGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Language header name
CONTENT_LENGTH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Length header name
CONTENT_LOCATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Location header name
CONTENT_MD5 - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-MD5 header name
CONTENT_RANGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Rage header name
CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Transfer-Encoding header name
CONTENT_TYPE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Type header name
contentEncoding() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
contentEncoding(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
contentTransferEncoding() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
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(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
contentType(String) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching the mimeType.
contentType(List<String>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
context() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
Context - Class in io.vertx.reactivex.core
The execution context of a Handler execution.
Context(Context) - Constructor for class io.vertx.reactivex.core.Context
 
Context(Object) - Constructor for class io.vertx.reactivex.core.Context
 
continuationFrame(Buffer, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a continuation frame
CONTINUE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
100-continue header value
continueHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
If you send an HTTP request with the header Expect set to the value 100-continue and the server responds with an interim HTTP response with a status code of 100 and a Continue handler has been set using this method, then the handler will be called.
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, String) - Static method in class io.vertx.reactivex.core.http.Cookie
Create a new cookie
Cookie - Class in io.vertx.reactivex.core.http
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.reactivex.core.http.Cookie
 
Cookie(Object) - Constructor for class io.vertx.reactivex.core.http.Cookie
 
COOKIE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Cookie header name
cookieCount() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
cookieCount() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
cookieMap() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Deprecated.
cookieMap() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
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(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
cookieParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get cookie parameter by name
cookieParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
cookieParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get list of all parameter names inside cookie
cookies() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
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(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.
CookieSessionStore - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
 
cookieStore() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
Returns this client's CookieStore
coordinateDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
coordinateNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
copy() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of the entire Buffer.
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(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command copy.
copy(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command copy.
COPY - Static variable in class io.vertx.reactivex.redis.client.Command
 
copyBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
copyRecursive(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
correlationId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
correlationId(String) - Method in class io.vertx.reactivex.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(CorsHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CorsHandler
 
CorsHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CorsHandler
 
count() - Method in class io.vertx.reactivex.ext.unit.Async
 
count(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
countDown() - Method in class io.vertx.reactivex.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(Counter) - Constructor for class io.vertx.reactivex.core.shareddata.Counter
 
Counter(Object) - Constructor for class io.vertx.reactivex.core.shareddata.Counter
 
countWithOptions(String, JsonObject, CountOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
countWithOptions(String, JsonObject, CountOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
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.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance.
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.ChainAuth
Deprecated.
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.shell.session.Session
Create a new empty session.
create() - Static method in class io.vertx.reactivex.ext.shell.term.Pty
Create a new pseudo terminal with no terminal type.
create() - Static method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
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.ChainAuthHandler
Deprecated.
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.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
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.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.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
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, LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(int, MqttQoS, boolean, boolean, String, ByteBuf, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
Create a concrete instance of a Vert.x publish 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, MqttPubCompReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
Create a concrete instance of a Vert.x pubcomp 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, MqttPubRelReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
Create a concrete instance of a Vert.x pubrel 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<String>, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
Create a concrete instance of a Vert.x unsubscribe message
create(long) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Create a handler
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, int) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Create a handler
create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
Create a new GraphQLWSHandler that will use the provided graphQL object to execute requests.
create(GraphQL, ApolloWSOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
create(GraphQL, GraphQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(GraphQL, GraphQLWSOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
Create a new GraphQLWSHandler that will use the provided graphQL object to execute requests.
create(PrometheusMeterRegistry) - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
Create a concrete instance of a Vert.x connack message
create(MqttConnectReturnCode, boolean, MqttProperties) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
Create a concrete instance of a Vert.x connack message
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(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, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.User
Factory for user instances that are free form.
create(HotpAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
Creates an instance of HotpAuth.
create(TotpAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
Creates an instance of TotpAuth.
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(GraphiQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(ParameterLocation, SchemaParser) - Method in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
 
create(ParameterLocation, SchemaParser) - Method in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
 
create(JsonSchemaOptions) - Static method in class io.vertx.reactivex.json.schema.SchemaRepository
Create a repository with some initial configuration.
create(MqttDisconnectReasonCode, MqttProperties) - Static method in class io.vertx.reactivex.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(CLI) - Static method in class io.vertx.reactivex.core.cli.CommandLine
Creates a command line object from the CLI.
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
create(Vertx) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Creates the handler, using the default notification address and listening to local messages only.
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.webauthn.WebAuthn
Create a WebAuthN auth provider
create(Vertx) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
Create a Consul client with default options.
create(Vertx) - 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.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Creates a new instance of the default implementation of HealthChecks.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Create a new registry.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell server with specific options.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.ShellService
create(Vertx) - 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.sockjs.SockJSHandler
Create a SockJS handler
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.jade.JadeTemplateEngine
Deprecated.
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.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.
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.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
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
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, ShiroAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
Deprecated.
create(Vertx, WebAuthnOptions) - Static method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
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, ShellServerOptions) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell server with default options.
create(Vertx, ShellServiceOptions) - Static method in class io.vertx.reactivex.ext.shell.ShellService
Create a new shell service.
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.
create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SchemaRouterOptions) - Static method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
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, HttpClient, FileSystem, SchemaRouterOptions) - Static method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
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.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.
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, JDBCClient) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
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.circuitbreaker.HystrixMetricHandler
Creates the handler, listening only to local messages.
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) - Static method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
create(Vertx, String) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
Creates a destination for the given address.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.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.openapi.RouterBuilder
Like
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.cookie.CookieSessionStore
Creates a CookieSessionStore.
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.jade.JadeTemplateEngine
Deprecated.
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, boolean) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Creates the handler.
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.
create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String, Handler<AsyncResult<RouterBuilder>>) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
create(Vertx, String, OpenAPILoaderOptions) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
create(Vertx, String, OpenAPILoaderOptions, Handler<AsyncResult<RouterBuilder>>) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
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, 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, 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.AmazonCognitoAuth
Create a OAuth2Auth provider for Amazon Cognito
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.AmazonCognitoAuth
Create a OAuth2Auth provider for Amazon Cognito
create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for IBM Cloud
create(Vertx, String, List<JsonObject>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, 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(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 the handler that will check the specified authorization Note that to check several authorizations, you can specify a sub-interface such as AndAuthorization or OrAuthorization
create(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(WebAuthn) - Static method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
Create a WebAuthN auth handler.
create(JDBCClient) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
create(JDBCClient, JDBCAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
Deprecated.
create(JDBCClient, JDBCHashStrategy, JDBCAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
Deprecated.
create(JDBCClient, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
create(MailAttachment) - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
create a copy of a MailAttachment object
create(MongoClient) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Create an instance of the user helper.
create(MongoClient, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
create(MongoClient, MongoAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
Creates an instance of MongoAuth by using the given and configuration object.
create(MongoClient, MongoAuthenticationOptions, MongoAuthorizationOptions) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Create an instance of the user helper with custom queries.
create(MongoClient, HashStrategy, MongoAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
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(SchemaParser) - Method in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
 
create(SchemaParser) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
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(Object) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
create(Object) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
create(String) - Static method in class io.vertx.reactivex.core.cli.CLI
Creates an instance of CLI using the default implementation.
create(String) - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
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.shell.term.Pty
Create a new pseudo terminal.
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.CorsHandler
Deprecated.
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
Deprecated.
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.grpc.common.ServiceName
Create a service name from its fully qualified name, e.g com.examples.MyService
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 class io.vertx.reactivex.redis.client.Command
Generic command generator for extensions.
create(String, int) - Static method in class io.vertx.reactivex.core.net.HostAndPort
Create an instance.
create(String, Handler<TestContext>) - Static method in class io.vertx.reactivex.ext.unit.TestCase
Create a test case.
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, JDBCClient, JDBCAuthorizationOptions) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
Deprecated.
create(String, MongoClient, MongoAuthorizationOptions) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
Creates an instance of MongoAuthorization by using the given and configuration object.
create(String, Class<T>) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
 
create(String, Object) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
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.reactivex.grpc.common.ServiceName
Create a service name from its package name and name
create(String, Set<Authorization>) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
create an authorization provider with the specified id and authorizations
create(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, 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, V) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(Function<Buffer, T>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
Create a codec that buffers the entire body and then apply the decode function and returns the result.
create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate.
create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate, using a custom errorConverter.
create(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
create(Function<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.
createAclPolicy(AclPolicy) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Creates a new ACL policy
createAclPolicy(AclPolicy, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Creates a new ACL policy
createAcls(List<AclBinding>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Create the ACL rules.
createAcls(List<AclBinding>, Handler<AsyncResult<List<AclBinding>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Create the ACL rules.
createAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
createAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Create an Acl token
createAclToken(AclToken, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Create an Acl token
createAnonymousSender() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates an anonymous sender.
createAnonymousSender(Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates an anonymous sender.
createArrayTypeValidator(ParameterTypeValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
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.
createBlank(String) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
Create a new blank token.
createBooleanTypeValidator(Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createClient(Vertx) - Static method in class io.vertx.reactivex.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, 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.
createCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a new collection
createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a new collection
createCollectionWithOptions(String, CreateCollectionOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a new collection with options
createCollectionWithOptions(String, CreateCollectionOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a new collection with options
createCredentialsOptions(JsonObject) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
createCredentialsOptions(JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
createDatagramSocket() - Method in class io.vertx.reactivex.core.Vertx
Create a datagram socket using default options
createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a datagram socket using the specified options
createDefaultGridFsBucketService() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createDefaultGridFsBucketService(Handler<AsyncResult<MongoGridFsClient>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createDnsClient() - Method in class io.vertx.reactivex.core.Vertx
Create a DNS client to connect to the DNS server configured by VertxOptions
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(DnsClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a DNS client to connect to a DNS server
createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDoubleTypeValidator(Double) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDoubleTypeValidator(Double, Double, Double, Double) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDraft201909SchemaParser(SchemaRouter) - Static method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
createDraft7SchemaParser(SchemaRouter) - Static method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
createDynamicReceiver() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a dynamic receiver.
createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a dynamic receiver.
createEnumTypeValidatorWithInnerValidator(List<Object>, ParameterTypeValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
createFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFileBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
createFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFloatTypeValidator(Double, Double, Double, Float) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFloatTypeValidator(Float) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFullBody(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
createGridFsBucketService(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createGridFsBucketService(String, Handler<AsyncResult<MongoGridFsClient>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
createHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createHashedUser(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createHttpClient() - Method in class io.vertx.reactivex.core.Vertx
Create a HTTP/HTTPS client using default options
createHttpClient(HttpClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a HTTP/HTTPS client using the specified options
createHttpServer() - Method in class io.vertx.reactivex.core.Vertx
Create an HTTP/HTTPS server using default options
createHttpServer(HttpServerOptions) - Method in class io.vertx.reactivex.core.Vertx
Create an HTTP/HTTPS server using the specified options
createHttpTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, HttpTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, Router) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndexes(String, List<IndexModel>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
creates an indexes
createIndexes(String, List<IndexModel>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
creates an indexes
createIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createIntegerTypeValidator(Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createJob(Process, String) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Create a job wrapping a process.
createJob(String) - Method in class io.vertx.reactivex.ext.shell.Shell
createJob(List<CliToken>) - Method in class io.vertx.reactivex.ext.shell.Shell
Create a job, the created job should then be executed with the Job.run() method.
createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createLongTypeValidator(Double, Double, Double, Long) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createLongTypeValidator(Long) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createNetClient() - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL client using default options
createNetClient(NetClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL client using the specified options
createNetServer() - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL server using default options
createNetServer(NetServerOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL server using the specified options
createOpenAPI3SchemaParser(SchemaRouter) - Static method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
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.
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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Creates a batch of new partitions in the Kafka topic
createPBKDF2(Vertx) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
createPreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
createProcess() - Method in class io.vertx.reactivex.ext.shell.command.Command
Create a new process with empty arguments.
createProcess(List<CliToken>) - Method in class io.vertx.reactivex.ext.shell.command.Command
Create a new process with the passed arguments.
createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
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, 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, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method to create a record for a Mongo data source.
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method to create a record for a Redis data source.
createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
createRecord(String, String, int, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
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, 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
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.
createRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
createRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
createRouter() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Construct a new router based on spec.
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, 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, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSession() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSession(long) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a new session using the default min length.
createSession(long, int) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a new session.
createSession(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSessionWithOptions(SessionOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSHA512(Vertx) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
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
createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject, 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
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
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
createSharedWorkerExecutor(String) - Method in class io.vertx.reactivex.core.Vertx
createSharedWorkerExecutor(String, int) - Method in class io.vertx.reactivex.core.Vertx
createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.reactivex.core.Vertx
createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.reactivex.core.Vertx
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.
createShell() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell(Term) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createSSHTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx, SSHTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createStream(int) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Like PreparedStatement.createStream(int) but with empty arguments.
createStream(int, Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Execute the prepared query with a cursor and createStream the result.
createStringEnumTypeValidator(List<String>) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(String, Integer, Integer, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(String, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createTelnetTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String) - 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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
createTempDirectoryBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempDirectoryBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String) - 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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempFileBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempFileBlocking(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createText(String) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
Create a text token.
createTopics(List<NewTopic>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
createTopics(List<NewTopic>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
createUser(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
createUser(String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createUser(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
createUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
createUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
createUserRolesAndPermissions(String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
createUserRolesAndPermissions(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
createWithHealthChecks(HealthChecks) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks, AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
creationTime() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
creationTime() - Method in class io.vertx.reactivex.core.file.FileProps
The date the file was created
creationTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
CSPHandler - Class in io.vertx.reactivex.ext.web.handler
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
CSPHandler(CSPHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CSPHandler
 
CSPHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CSPHandler
 
CSRFHandler - Class in io.vertx.reactivex.ext.web.handler
This handler adds a CSRF token to requests which mutate state.
CSRFHandler(CSRFHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
CSRFHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
current() - Static method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x context.
current(Vertx) - Static method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x instance.
currentContext() - Static method in class io.vertx.reactivex.core.Vertx
Gets the current context
currentPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
currentRoute() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
cursor() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Like PreparedStatement.cursor() but with empty arguments.
cursor(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Create a cursor with the provided arguments.
Cursor - Class in io.vertx.reactivex.sqlclient
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
Cursor(Cursor) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
 
Cursor(Object) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
 
customFormatter(LoggerFormatter) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Set the custom formatter to be used by the handler.
customFormatter(Function<HttpServerRequest, String>) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Deprecated.
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.
CustomValidator - Class in io.vertx.reactivex.ext.web.api.validation
This interface is used to add custom synchronous functions inside validation process.
CustomValidator(CustomValidator) - Constructor for class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
CustomValidator(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 

D

data() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
data() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
data() - Method in class io.vertx.reactivex.ext.web.Session
 
databaseMetadata() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
DatabaseMetadata - Class in io.vertx.reactivex.sqlclient.spi
Contains static metadata about the backend database server
DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
DatabaseMetadata(Object) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
DatagramPacket - Class in io.vertx.reactivex.core.datagram
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
DatagramPacket(DatagramPacket) - Constructor for class io.vertx.reactivex.core.datagram.DatagramPacket
 
DatagramPacket(Object) - Constructor for class io.vertx.reactivex.core.datagram.DatagramPacket
 
DatagramSocket - Class in io.vertx.reactivex.core.datagram
A datagram socket can be used to send DatagramPacket's to remote datagram servers and receive DatagramPackets .
DatagramSocket(DatagramSocket) - Constructor for class io.vertx.reactivex.core.datagram.DatagramSocket
 
DatagramSocket(Object) - Constructor for class io.vertx.reactivex.core.datagram.DatagramSocket
 
dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Deprecated.
DATE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Date header name
DB2Connection - Class in io.vertx.reactivex.db2client
A connection to DB2 server.
DB2Connection(DB2Connection) - Constructor for class io.vertx.reactivex.db2client.DB2Connection
 
DB2Connection(Object) - Constructor for class io.vertx.reactivex.db2client.DB2Connection
 
DB2Pool - Class in io.vertx.reactivex.db2client
A pool of DB2 connections.
DB2Pool(DB2Pool) - Constructor for class io.vertx.reactivex.db2client.DB2Pool
 
DB2Pool(Object) - Constructor for class io.vertx.reactivex.db2client.DB2Pool
 
dbsize() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dbsize.
dbsize(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dbsize.
DBSIZE - Static variable in class io.vertx.reactivex.redis.client.Command
 
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(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
debug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command debug.
debug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command debug.
DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
decode(GrpcMessage) - Method in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
decr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decr.
decr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decr.
DECR - Static variable in class io.vertx.reactivex.redis.client.Command
 
decrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decrby.
decrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decrby.
DECRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
decrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Decrement the counter atomically and return the new count
deepObjectParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a required deep object parameter.
deepToString() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
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_AUTHENTICATE_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default query to be used for authentication
DEFAULT_BODY_LIMIT - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
Default max size for a request body = -1 means unlimited
DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default cache entry timeout, when caching
DEFAULT_CACHING_ENABLED - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether cache header handling is enabled
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
The default name of the collection to be used
DEFAULT_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_CONVERTER - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
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_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_PATH - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
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_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
DEFAULT_DB_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
The name of the default database
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_DIRECTORY_LISTING - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether directory listing is enabled
DEFAULT_DIRECTORY_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default template file to use for directory listing
DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
DEFAULT_DS_NAME - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
The name of the default data source
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_ERROR_HANDLER_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.ErrorHandler
The default template to use for rendering
DEFAULT_ERRORCODE - Static variable in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
The default error code
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_FORMAT - Static variable in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
DEFAULT_HEADER_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
DEFAULT_INCLUDE_HIDDEN - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether hidden files can be served
DEFAULT_INDEX_PAGE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
The default index page
DEFAULT_INDEX_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
The default index page
DEFAULT_LAZY_SESSION - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default of whether the session should be created lazily.
DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Default path the user will be redirected to
DEFAULT_MAX_AGE - Static variable in class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
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_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_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
The default max cache size
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_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_NONCE_EXPIRE_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
The default nonce expire timeout to use in milliseconds.
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_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_PERMISSION_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSIONS_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default query to retrieve all permissions for the role
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_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_PROVIDER_CLASS - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
The default data source provider is C3P0
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_REALM - Static variable in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
The default realm to use
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_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_MS - Static variable in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
 
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_ROLE_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default role prefix
DEFAULT_ROLES_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default query to retrieve all roles for the user
DEFAULT_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_SALT_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the salt field
DEFAULT_SALT_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
The default name of the property for the salt field
DEFAULT_SEND_VARY_HEADER - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether vary header should be sent.
DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default name 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_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_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_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_MIN_LENGTH - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default min length for a session id.
DEFAULT_SHARED_CLIENT_NAME - Static variable in class io.vertx.reactivex.cassandra.CassandraClient
The default shared client name.
DEFAULT_TEMPLATE_DIRECTORY - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
The default directory where templates will be looked for
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_MODE - Static variable in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
DEFAULT_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
The default timeout, in ms
DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
Default uploads directory on server for file uploads
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_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_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_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.
DEFLATE_GZIP - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
deflate,gzip header value
DEFLATE_GZIP_BR - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
deflate,gzip,br header value
del(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command del.
del(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command del.
DEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
delay(Throwable, int) - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
Compute a delay in milliseconds before retry is executed.
delete() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Delete the private key and certificate files.
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(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, 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(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(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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Delete the session with the specified ID.
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, 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.
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(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
deleteAcls(List<AclBindingFilter>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete the ACL rules.
deleteAcls(List<AclBindingFilter>, Handler<AsyncResult<List<AclBinding>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete the ACL rules.
deleteAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an ACL token
deleteAclToken(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an ACL token
deleteBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
deleteConsumerGroupOffsets(String, Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
deleteConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
deleteConsumerGroups(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
deletePolicy(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint deletes an ACL policy
deletePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an existing prepared query
deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an existing prepared query
deleteRecursive(String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
deleteTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
deleteTopics(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
deleteValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
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
delimitedMode(Buffer) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
delimitedMode(String) - Method in class io.vertx.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 .
deliver(int) - Method in class io.vertx.reactivex.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(DeliveryContext) - Constructor for class io.vertx.reactivex.core.eventbus.DeliveryContext
 
DeliveryContext(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.DeliveryContext
 
deliveryCount() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
deliveryCount(int) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
deliveryOptions(DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Update the delivery options of this producer.
demand() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Returns the current demand.
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.
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.
deploymentIDs() - Method in class io.vertx.reactivex.core.Vertx
Return a Set of deployment IDs for the currently deployed deploymentIDs.
deployVerticle(Verticle) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Vertx, Verticle) - Static method in class io.vertx.reactivex.core.RxHelper
Deploy a verticle you have created yourself, using an RxJava vertx instance.
deployVerticle(Vertx, Verticle, DeploymentOptions) - Static method in class io.vertx.reactivex.core.RxHelper
Like RxHelper.deployVerticle(Vertx, Verticle), but DeploymentOptions are provided to configure the deployment.
deployVerticle(String) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
dereference(JsonSchema) - Method in class io.vertx.reactivex.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.
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deregister entities from the node or deregister the node itself.
deregisterCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterService(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a service from the local agent.
deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a service from the local agent.
describeAcls(AclBindingFilter) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the ACL rules.
describeAcls(AclBindingFilter, Handler<AsyncResult<List<AclBinding>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the ACL rules.
describeCluster() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
describeCluster(DescribeClusterOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
describeCluster(DescribeClusterOptions, Handler<AsyncResult<ClusterDescription>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
describeConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
describeConsumerGroups(List<String>, Handler<AsyncResult<Map<String, ConsumerGroupDescription>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
describeConsumerGroups(List<String>, DescribeConsumerGroupsOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
describeConsumerGroups(List<String>, DescribeConsumerGroupsOptions, Handler<AsyncResult<Map<String, ConsumerGroupDescription>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
describeTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
describeTopics(List<String>, Handler<AsyncResult<Map<String, TopicDescription>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
describeTopics(List<String>, DescribeTopicsOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
describeTopics(List<String>, DescribeTopicsOptions, Handler<AsyncResult<Map<String, TopicDescription>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
deserializeArray(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
Deprecated.
deserializeObject(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
Deprecated.
destination() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
Destination - Class in io.vertx.reactivex.ext.stomp
Represents a STOMP destination.
Destination(Destination) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
 
Destination(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
 
destinationFactory(DestinationFactory) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the DestinationFactory used to create Destination objects.
DestinationFactory - Class in io.vertx.reactivex.ext.stomp
Interface implemented to customize the destination creation.
DestinationFactory(DestinationFactory) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
 
DestinationFactory(Object) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
 
destroy() - Method in class io.vertx.reactivex.ext.web.Session
Destroy the session
destroyAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
destroySession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroys the given session
destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroys the given session
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"
DigestAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
DigestAuthHandler(DigestAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
DigestAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
disable() - Method in class io.vertx.reactivex.ext.web.Route
Disable this route.
DISABLE_HTTP_HEADERS_VALIDATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code.
DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
JVM system property that disables HTTP headers validation, don't use this in production.
discard() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command discard.
discard(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command discard.
DISCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
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 calling disconnectHandler after disconnection
disconnect(Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
disconnect(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(MqttDisconnectReasonCode, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the DISCONNECT message to the remote MQTT client
disconnectHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a DISCONNECT frame is received.
disconnectHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set a disconnect handler on the MQTT endpoint.
disconnectMessageHandler(Handler<MqttDisconnectMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set a disconnect handler on the MQTT endpoint.
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, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
dispatch(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Dispatches the given frame.
distinct(String, String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.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, Handler<AsyncResult<JsonArray>>) - 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.reactivex.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.
distinctBatchWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject, 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, 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) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.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, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
DnsClient - Class in io.vertx.reactivex.core.dns
Provides a way to asynchronously lookup information from DNS servers.
DnsClient(DnsClient) - Constructor for class io.vertx.reactivex.core.dns.DnsClient
 
DnsClient(Object) - Constructor for class io.vertx.reactivex.core.dns.DnsClient
 
domainSocketAddress(String) - Static method in class io.vertx.reactivex.core.net.SocketAddress
Create a domain socket address from a path.
doubleValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
downloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadByFileName(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadById(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadById(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file.
downloadFile(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file.
downloadFileAs(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
downloadFileAs(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
downloadFileByID(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
downloadFileByID(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.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
 
drop() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
drop(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.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(DropboxAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
DropboxAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
dropCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drop a collection
dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drop a collection
dropIndex(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drops the index given its name.
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drops the index given its name.
dump(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dump.
dump(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dump.
DUMP - Static variable in class io.vertx.reactivex.redis.client.Command
 
durable(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
durationTime() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
How long the test lasted in millis.

E

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 the handler will be called.
echo(String) - Method in class io.vertx.reactivex.ext.shell.term.Term
Echo some text in the terminal, escaped if necessary.
echo(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command echo.
echo(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command echo.
ECHO - Static variable in class io.vertx.reactivex.redis.client.Command
 
enable() - Method in class io.vertx.reactivex.ext.web.Route
Enable this route.
encode() - Method in class io.vertx.reactivex.core.http.Cookie
Encode the cookie to a string.
encode(List<String>) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
Returns a String with the given scopes concatenated with the given separator.
encode(T) - Method in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
encoding() - Method in class io.vertx.reactivex.grpc.common.GrpcMessage
 
encoding() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
 
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 identity or gzip.
encoding(String) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
 
end() - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
end() - Method in class io.vertx.reactivex.core.http.WebSocket
end() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
end() - Method in class io.vertx.reactivex.core.net.NetSocket
end() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
End the stream, this must be called after all the json stream has been processed.
end() - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
End the process with the exit status
end() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.ext.web.RoutingContext
end() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
 
end() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(int) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
End the process.
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
end(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
end(KafkaProducerRecord<K, V>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
end(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as but with an handler called when the operation completes
end(Req, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as but with an handler called when the operation completes
end(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as but with an handler called when the operation completes
end(Resp, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as but with an handler called when the operation completes
end(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
end(T) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as but with an handler called when the operation completes
end(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
end(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as but with an handler called when the operation completes
ended() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
endHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
endHandler(Handler<TestResult>) - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Deprecated.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set an end handler for the response.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
This handler might be called after the close handler when the socket is paused and there are still buffers to deliver.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
endHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set an end handler, this handler is called when the command is ended, for instance the command is running and the shell closes.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
endHandler(Handler<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
 
endMessage(GrpcMessage) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
End the stream with an encoded gRPC message.
endOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
endOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
endOnComplete(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream completes, false otherwise.
endOnFailure(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream fails, false otherwise.
endOnSuccess(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream succeeds, false otherwise.
endpointHandler(Handler<MqttEndpoint>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Set the endpoint handler for the server.
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.
entries() - Method in class io.vertx.reactivex.core.MultiMap
Returns all entries in the multi-map.
ENV_VARIABLE_NAME - Static variable in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
envelope() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpClient
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
equals(Object) - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
equals(Object) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
equals(Object) - Method in class io.vertx.reactivex.cassandra.ResultSet
 
equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
 
equals(Object) - Method in class io.vertx.reactivex.config.ConfigRetriever
 
equals(Object) - Method in class io.vertx.reactivex.core.buffer.Buffer
 
equals(Object) - Method in class io.vertx.reactivex.core.cli.CLI
 
equals(Object) - Method in class io.vertx.reactivex.core.cli.CommandLine
 
equals(Object) - Method in class io.vertx.reactivex.core.Context
 
equals(Object) - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
equals(Object) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.DnsClient
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.MxRecord
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
equals(Object) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
equals(Object) - Method in class io.vertx.reactivex.core.file.AsyncFileLock
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileProps
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileSystem
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
equals(Object) - Method in class io.vertx.reactivex.core.http.Cookie
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClient
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpConnection
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpFrame
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpHeaders
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServer
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
equals(Object) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.http.WebSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
equals(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
equals(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
equals(Object) - Method in class io.vertx.reactivex.core.MultiMap
 
equals(Object) - Method in class io.vertx.reactivex.core.net.HostAndPort
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetClient
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetServer
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
equals(Object) - Method in class io.vertx.reactivex.core.net.SocketAddress
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
equals(Object) - Method in class io.vertx.reactivex.core.Promise
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.Counter
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.Lock
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
equals(Object) - Method in class io.vertx.reactivex.core.streams.Pipe
 
equals(Object) - Method in class io.vertx.reactivex.core.streams.Pump
 
equals(Object) - Method in class io.vertx.reactivex.core.TimeoutStream
 
equals(Object) - Method in class io.vertx.reactivex.core.Vertx
 
equals(Object) - Method in class io.vertx.reactivex.core.WorkerExecutor
 
equals(Object) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
equals(Object) - Method in class io.vertx.reactivex.db2client.DB2Pool
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.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.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.properties.PropertyFileAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.User
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
equals(Object) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.consul.Watch
 
equals(Object) - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
equals(Object) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
equals(Object) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
equals(Object) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
 
equals(Object) - Method in class io.vertx.reactivex.ext.mail.MailClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.Command
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.session.Session
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.Shell
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.ShellService
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.Job
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.Process
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Destination
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Frames
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.Async
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.Completion
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestCase
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.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.predicate.ErrorConverter
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.FileUpload
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.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.ApolloWSConnectionInitEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.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.GraphQLHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.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.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.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.WebAuthnHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
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.jade.JadeTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.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.GrpcClientRequest
 
equals(Object) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
equals(Object) - Method in class io.vertx.reactivex.grpc.common.GrpcMessage
 
equals(Object) - Method in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
equals(Object) - Method in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
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.common.ServiceName
 
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.JDBCPool
 
equals(Object) - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
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.Schema
 
equals(Object) - Method in class io.vertx.reactivex.json.schema.SchemaParser
 
equals(Object) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
 
equals(Object) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
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.PrometheusScrapingHandler
 
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.MSSQLConnection
 
equals(Object) - Method in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
equals(Object) - Method in class io.vertx.reactivex.oracleclient.OracleClient
 
equals(Object) - Method in class io.vertx.reactivex.oracleclient.OracleConnection
 
equals(Object) - Method in class io.vertx.reactivex.oracleclient.OraclePool
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.PgPool
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.Command
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.Redis
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.Request
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.Response
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Cursor
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Pool
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Query
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Row
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowSet
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowStream
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Transaction
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Tuple
 
equals(Object) - Method in class io.vertx.reactivex.uritemplate.UriTemplate
 
equals(Object) - Method in class io.vertx.reactivex.uritemplate.Variables
 
errorConverter() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
ErrorConverter - Class in io.vertx.reactivex.ext.web.client.predicate
Converts a ResponsePredicateResult to a Throwable describing the error.
ErrorConverter(ErrorConverter) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
ErrorConverter(Object) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
errorFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
A general error frame handler.
errorHandler(int, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Router
Specify an handler to handle an error for a particular status code.
errorHandler(Handler<Frame>) - Method in class io.vertx.reactivex.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 - Class in io.vertx.reactivex.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler(ErrorHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
ErrorHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
etag(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the ETag of a response.
ETAG - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Etag header name
eval(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command eval.
eval(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command eval.
EVAL - Static variable in class io.vertx.reactivex.redis.client.Command
 
EVAL_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
evalRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalRo.
evalRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalRo.
evalsha(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalsha.
evalsha(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalsha.
EVALSHA - Static variable in class io.vertx.reactivex.redis.client.Command
 
EVALSHA_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
evalshaRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalshaRo.
evalshaRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalshaRo.
EVENT_ID - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Constant for id field of usage events.
EVENT_RECORD - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Constant for record field of usage events.
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_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_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_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_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_TYPE - Static variable in class io.vertx.reactivex.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_RELEASE - Static variable in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Constant for event type `Release`.
eventBus() - Method in class io.vertx.reactivex.core.Vertx
Get the event bus object.
EventBus - Class in io.vertx.reactivex.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
EventBus(EventBus) - Constructor for class io.vertx.reactivex.core.eventbus.EventBus
 
EventBus(Object) - Constructor for class io.vertx.reactivex.core.eventbus.EventBus
 
EventBusCollector - Class in io.vertx.reactivex.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector(EventBusCollector) - Constructor for class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
EventBusCollector(Object) - Constructor for class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
EventBusService - Class in io.vertx.reactivex.servicediscovery.types
for event bus services (service proxies).
EventBusService(EventBusService) - Constructor for class io.vertx.reactivex.servicediscovery.types.EventBusService
 
EventBusService(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.EventBusService
 
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.
exceptionHandler() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
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
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler called when a connection error happens
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.Vertx
Set a default exception handler for Context, set on Context.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.sql.SQLRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Sets an exception handler notified for TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Configures the exception handler notified upon TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exceptionHandler(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.
exchangeBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, 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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
exchangeDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeDelete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
EXCLUDE_ANNOTATION_ENTRIES - Static variable in class io.vertx.reactivex.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.
exec() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exec.
exec(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exec.
EXEC - Static variable in class io.vertx.reactivex.redis.client.Command
 
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(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(Statement, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(I) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute the query with the parameters
execute(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
execute(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Query
Execute the query.
execute(Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
execute(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
execute(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
execute(Tuple, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
execute(I, Handler<AsyncResult<R>>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute the query with the parameters
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.reactivex.ext.sql.SQLConnection
Executes the given SQL statement
execute(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement
executeAndReport(Promise<T>, Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
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.
executeBatch(List<I>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute a batch query with the batch.
executeBatch(List<I>, Handler<AsyncResult<R>>) - Method in class io.vertx.reactivex.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>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Context
Deprecated.
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
Deprecated.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Context
Deprecated.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.WorkerExecutor
Deprecated.
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Context
Deprecated.
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
Deprecated.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Context
Deprecated.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
Deprecated.
executeBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.Context
executeBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.Vertx
executeBlocking(Callable<T>) - Method in class io.vertx.reactivex.core.WorkerExecutor
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.
executePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQuery(String, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
executeWithFullFetch(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(String, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executionInfo() - Method in class io.vertx.reactivex.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(ExecutionInputBuilderWithContext) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
ExecutionInputBuilderWithContext(Object, TypeArg<C>) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
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, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exists.
exists(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exists.
EXISTS - Static variable in class io.vertx.reactivex.redis.client.Command
 
existsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
exitCode() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
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.
expect(ResponsePredicate) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
expect(Function<HttpResponse<Void>, ResponsePredicateResult>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
EXPECT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Expect header name
expectations() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
expire(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expire.
expire(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expire.
EXPIRE - Static variable in class io.vertx.reactivex.redis.client.Command
 
expireat(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expireat.
expireat(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expireat.
EXPIREAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
expired() - Method in class io.vertx.reactivex.ext.auth.User
Flags this user object to be expired.
expired(int) - Method in class io.vertx.reactivex.ext.auth.User
Flags this user object to be expired.
EXPIRES - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Expires header name
expiretime(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expiretime.
expiretime(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expiretime.
EXPIRETIME - Static variable in class io.vertx.reactivex.redis.client.Command
 
expiryTime() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
expiryTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
explodedParam(String, ArraySchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a required exploded array parameter.
explodedParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a required exploded object parameter.
explodedParam(String, TupleSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a required exploded tuple parameter.
exponentialDelayWithJitter(long, long) - Static method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
Create an exponential delay with jitter retry policy.
exposedHeader(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add an exposed header
exposedHeaders(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add a set of exposed headers
extraParams(JsonObject) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Extra parameters needed to be passed while requesting a token.

F

FacebookAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Facebook.
FacebookAuth(FacebookAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
FacebookAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
fail() - Method in class io.vertx.reactivex.ext.unit.TestContext
Throw a failure.
fail(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Fail the context with the specified status code.
fail(int, String) - Method in class io.vertx.reactivex.core.eventbus.Message
Signal to the sender that processing of this message failed.
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(String) - Method in class io.vertx.reactivex.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
fail(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(Throwable) - Method in class io.vertx.reactivex.core.Promise
Set the failure.
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.
failCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failed() - Method in class io.vertx.reactivex.ext.consul.WatchResult
Did it fail?
failed() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
Did it fail?
failed() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
failed(String) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
failover(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command failover.
failover(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command failover.
FAILOVER - Static variable in class io.vertx.reactivex.redis.client.Command
 
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(String) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
Creates a failed result.
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(Failure) - Constructor for class io.vertx.reactivex.ext.unit.report.Failure
 
Failure(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.Failure
 
failureCount() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
Mount a failure handler for this operation
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
Append a failure handler to the route failure handlers list.
fallback(Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a default invoked when the bridge is open to handle the "request", or on failure if CircuitBreakerOptions is enabled.
FaviconHandler - Class in io.vertx.reactivex.ext.web.handler
A handler that serves favicons.
FaviconHandler(FaviconHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
FaviconHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
fcall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command fcall.
fcall(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command fcall.
FCALL - Static variable in class io.vertx.reactivex.redis.client.Command
 
FCALL_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
fcallRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command fcallRo.
fcallRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command fcallRo.
fetch(long) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
fetch(long) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
fetch(long) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Deprecated.
fetch(long) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
fetch(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
fetch(long) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
fetch(long) - Method in class io.vertx.reactivex.core.http.WebSocket
 
fetch(long) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
fetch(long) - Method in class io.vertx.reactivex.core.net.NetSocket
 
fetch(long) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
fetch(long) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
fetch(long) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
fetch(long) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
fetch(long) - Method in class io.vertx.reactivex.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
 
fetchNextPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
fetchNextPage(Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
fetchTOC() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 MDS3 TOC and process the entries to the metadata store.
fetchTOC(Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 MDS3 TOC and process the entries to the metadata store.
fetchTOC(String) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
fetchTOC(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
fieldName() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
fieldNames() - Method in class io.vertx.reactivex.json.schema.JsonSchema
Returns the field names on the underlying object.
file() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
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.reactivex.ext.web.FileUpload
 
FileProps - Class in io.vertx.reactivex.core.file
Represents properties of a file on the file system.
FileProps(FileProps) - Constructor for class io.vertx.reactivex.core.file.FileProps
 
FileProps(Object) - Constructor for class io.vertx.reactivex.core.file.FileProps
 
fileSystem() - Method in class io.vertx.reactivex.core.Vertx
Get the filesystem object.
FileSystem - Class in io.vertx.reactivex.core.file
Contains a broad set of operations for manipulating files on the file system.
FileSystem(FileSystem) - Constructor for class io.vertx.reactivex.core.file.FileSystem
 
FileSystem(Object) - Constructor for class io.vertx.reactivex.core.file.FileSystem
 
FileSystemProps - Class in io.vertx.reactivex.core.file
Represents properties of the file system.
FileSystemProps(FileSystemProps) - Constructor for class io.vertx.reactivex.core.file.FileSystemProps
 
FileSystemProps(Object) - Constructor for class io.vertx.reactivex.core.file.FileSystemProps
 
FileUpload - Class in io.vertx.reactivex.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload(FileUpload) - Constructor for class io.vertx.reactivex.ext.web.FileUpload
 
FileUpload(Object) - Constructor for class io.vertx.reactivex.ext.web.FileUpload
 
fileUploads() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
find(String) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
Look up a schema using a JSON pointer notation
find(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection
findAllIds() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
findAllIds(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
findBatch(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatchWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findIds(JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
findIds(JsonObject, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
findOne(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOneAndDelete(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
fireEvent(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
fireEvent(String, Handler<AsyncResult<Event>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions, Handler<AsyncResult<Event>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
firstAcquirer(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
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.
flags() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
floatValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
FlowableHelper - Class in io.vertx.reactivex.core
 
FlowableHelper() - Constructor for class io.vertx.reactivex.core.FlowableHelper
 
flush() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
flush() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Clears all loaded statements, both from the TOC and manually inserted.
flush() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
flush(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, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flushall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushall.
flushall(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushall.
FLUSHALL - Static variable in class io.vertx.reactivex.redis.client.Command
 
flushdb(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushdb.
flushdb(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushdb.
FLUSHDB - Static variable in class io.vertx.reactivex.redis.client.Command
 
followedRedirects() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
followRedirects() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
followRedirects(boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Set whether to follow request redirections
forEach(BiConsumer<String, String>) - Method in class io.vertx.reactivex.core.MultiMap
Allows iterating over the entries in the map
foregroundHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a foreground handler, this handler is called when the command is running and put to foreground.
foregroundJob() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
format() - Method in class io.vertx.reactivex.redis.client.Response
RESP3 Verbatim Bulk message include a 3 character format.
format(RoutingContext, long) - Method in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
Formats and returns the log statement
formAttributes() - Method in class io.vertx.reactivex.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(FormDataPart) - Constructor for class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
FormDataPart(Object) - Constructor for class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
FormLoginHandler - Class in io.vertx.reactivex.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
FormLoginHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
formParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
formParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
formUrlEncoded(ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
Create a form application/x-www-form-urlencoded processor
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 .
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.
FoursquareAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Foursquare.
FoursquareAuth(FoursquareAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
FoursquareAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
frame() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
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.
frames() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
Frames - Class in io.vertx.reactivex.ext.stomp
Utility methods to build common Frames.
Frames(Frames) - Constructor for class io.vertx.reactivex.ext.stomp.Frames
 
Frames(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Frames
 
FreeMarkerTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.
FreeMarkerTemplateEngine(FreeMarkerTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
FreeMarkerTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
from(Object[]) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the provided array with a tuple.
from(String) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string
from(List<T>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the provided list with a tuple.
FROM - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
From header name
fromName(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.reactivex.ext.auth.User
Factory for user instances that are single string.
fromURI(URI) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.
fsProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsPropsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
FT__ALIASADDIFNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT__ALIASDELIFX - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT__ALTERIFNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT__CREATEIFNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT__DROPIFX - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT__DROPINDEXIFX - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT__LIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_ADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_AGGREGATE - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_ALIASADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_ALIASDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_ALIASUPDATE - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_ALTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_CONFIG - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_CREATE - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_CURSOR - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_DEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_DICTADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_DICTDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_DICTDUMP - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_DROP - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_DROPINDEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_EXPLAIN - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_EXPLAINCLI - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_GET - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_MGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_PROFILE - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SAFEADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SEARCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SPELLCHECK - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SUGADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SUGDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SUGGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SUGLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SYNADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SYNDUMP - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_SYNUPDATE - Static variable in class io.vertx.reactivex.redis.client.Command
 
FT_TAGVALS - Static variable in class io.vertx.reactivex.redis.client.Command
 
ftAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAdd.
ftAdd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAdd.
ftAggregate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAggregate.
ftAggregate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAggregate.
ftAliasadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasadd.
ftAliasadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasadd.
ftAliasaddifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasaddifnx.
ftAliasaddifnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasaddifnx.
ftAliasdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasdel.
ftAliasdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasdel.
ftAliasdelifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasdelifx.
ftAliasdelifx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasdelifx.
ftAliasupdate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasupdate.
ftAliasupdate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasupdate.
ftAlter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAlter.
ftAlter(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAlter.
ftAlterifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAlterifnx.
ftAlterifnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAlterifnx.
ftConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftConfig.
ftConfig(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftConfig.
ftCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCreate.
ftCreate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCreate.
ftCreateifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCreateifnx.
ftCreateifnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCreateifnx.
ftCursor(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCursor.
ftCursor(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCursor.
ftDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDebug.
ftDebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDebug.
ftDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDel.
ftDel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDel.
ftDictadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictadd.
ftDictadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictadd.
ftDictdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictdel.
ftDictdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictdel.
ftDictdump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictdump.
ftDictdump(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictdump.
ftDrop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDrop.
ftDrop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDrop.
ftDropifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropifx.
ftDropifx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropifx.
ftDropindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropindex.
ftDropindex(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropindex.
ftDropindexifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropindexifx.
ftDropindexifx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropindexifx.
ftExplain(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftExplain.
ftExplain(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftExplain.
ftExplaincli(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftExplaincli.
ftExplaincli(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftExplaincli.
ftGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftGet.
ftGet(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftGet.
ftInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftInfo.
ftInfo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftInfo.
ftList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftList.
ftList(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftList.
ftMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftMget.
ftMget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftMget.
ftProfile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftProfile.
ftProfile(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftProfile.
ftSafeadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSafeadd.
ftSafeadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSafeadd.
ftSearch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSearch.
ftSearch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSearch.
ftSpellcheck(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSpellcheck.
ftSpellcheck(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSpellcheck.
ftSugadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugadd.
ftSugadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugadd.
ftSugdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugdel.
ftSugdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugdel.
ftSugget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugget.
ftSugget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugget.
ftSuglen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSuglen.
ftSuglen(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSuglen.
ftSynadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSynadd.
ftSynadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSynadd.
ftSyndump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSyndump.
ftSyndump(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSyndump.
ftSynupdate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSynupdate.
ftSynupdate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSynupdate.
ftTagvals(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftTagvals.
ftTagvals(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftTagvals.
fullMethodName() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
fullMethodName(String) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Set the full method name to call, it must follow the format package-name + '.' + service-name + '/' + method-name or an IllegalArgumentException is thrown.
fullVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
fullyQualifiedName() - Method in class io.vertx.reactivex.grpc.common.ServiceName
 
function(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command function.
function(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command function.
FUNCTION - Static variable in class io.vertx.reactivex.redis.client.Command
 
future() - Method in class io.vertx.reactivex.core.Promise
 
future() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
future() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
future() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Deprecated.
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
 

G

generate() - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
Generate key with default size;
generate(int) - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
Generate key
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
generateSalt() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
generateSalt() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
generateToken(JsonObject) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject, JWTOptions) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
Generate a new JWT token.
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, 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, 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.
geoadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geoadd.
geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geoadd.
GEOADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
geodist(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geodist.
geodist(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geodist.
GEODIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
geohash(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geohash.
geohash(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geohash.
GEOHASH - Static variable in class io.vertx.reactivex.redis.client.Command
 
geopos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geopos.
geopos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geopos.
GEOPOS - Static variable in class io.vertx.reactivex.redis.client.Command
 
georadius(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadius.
georadius(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadius.
GEORADIUS - Static variable in class io.vertx.reactivex.redis.client.Command
 
GEORADIUS_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
georadiusbymember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymember.
georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymember.
GEORADIUSBYMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
GEORADIUSBYMEMBER_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
georadiusbymemberRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusRo.
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusRo.
geosearch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geosearch.
geosearch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geosearch.
GEOSEARCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
geosearchstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geosearchstore.
geosearchstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geosearchstore.
GEOSEARCHSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
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.validation.RequestParameter
 
get() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the object to access the service.
get(int) - Method in class io.vertx.reactivex.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, 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(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Get the current value of the counter
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(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
 
get(Class<T>, int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get the the at the specified position and the specified type.
get(Class<T>, String) - Method in class io.vertx.reactivex.sqlclient.Row
Like Tuple.get(java.lang.Class<T>, int) but specifying the column instead of the position.
get(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(String) - Method in class io.vertx.reactivex.core.MultiMap
Returns the value of with the specified name.
get(String) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
get(String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Get an algorithm interface by its Id
get(String) - Method in class io.vertx.reactivex.ext.auth.User
Get a value from the user object.
get(String) - Method in class io.vertx.reactivex.ext.shell.session.Session
Get some data from the session
get(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Get some data from the context.
get(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the default host and port.
get(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
Redis command get.
get(String) - Method in class io.vertx.reactivex.redis.client.Response
Get this multi response value at a string key.
get(String) - Method in class io.vertx.reactivex.uritemplate.Variables
 
get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the session with the specified ID.
get(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command get.
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, 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, R) - Method in class io.vertx.reactivex.json.schema.JsonSchema
Get a type casted value by key.
get(String, T) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get some data from the context.
get(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(K, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
GET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
GET header value
GET - Static variable in class io.vertx.reactivex.redis.client.Command
 
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(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
getAcceptableContentType() - Method in class io.vertx.reactivex.ext.web.RoutingContext
If the route specifies produces matches, e.g.
getAclPolicies(Handler<AsyncResult<List<AclPolicy>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint lists all the ACL policies.
getAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get list of Acl token
getAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get list of Acl token
getAlgorithm() - Method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
 
getAll(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.getAll(java.lang.String) but accepting a CharSequence as a parameter
getAll(String) - Method in class io.vertx.reactivex.core.MultiMap
Returns the values with the specified name
getAllPreparedQueries() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAndAdd(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndIncrement() - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getArgument(int) - Method in class io.vertx.reactivex.core.cli.CLI
Gets an Argument based on its index.
getArgument(String) - Method in class io.vertx.reactivex.core.cli.CLI
Gets an Argument based on its name (argument name).
getArguments() - Method in class io.vertx.reactivex.core.cli.CLI
Gets the list of defined arguments.
getArgumentValue(int) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an argument with the given index.
getArgumentValue(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getArrayElement(Object, int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Move the iterator the array element at specified index
getArrayOfBigDecimals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfBigDecimals(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfBooleans(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Boolean value at pos.
getArrayOfBooleans(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Boolean value for the given column.
getArrayOfDoubles(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Double value at pos.
getArrayOfDoubles(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Double value for the given column.
getArrayOfFloats(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Float value at pos.
getArrayOfFloats(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Float value for the given column.
getArrayOfIntegers(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Integer value at pos.
getArrayOfIntegers(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Integer value for the given column.
getArrayOfJsonArrays(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfJsonArrays(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfJsonObjects(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfJsonObjects(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfJsons(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of JSON elements at pos, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfJsons(String) - Method in class io.vertx.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
getArrayOfLocalDates(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalDates(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLongs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Long value at pos.
getArrayOfLongs(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Long value for the given column.
getArrayOfNumerics(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfNumerics(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfOffsetDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfOffsetDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfOffsetTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfOffsetTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfShorts(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Short value at pos.
getArrayOfShorts(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Short value for the given column.
getArrayOfStrings(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of String value at pos.
getArrayOfStrings(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of String value for the given column.
getArrayOfTemporals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfTemporals(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfUUIDs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfUUIDs(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getAs(Class<X>) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the object to access the service.
getAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAuthorization() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
getAuthorizations() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
getAuthorizations() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
getAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
getAuthorizations(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
getBaseName() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
getBaseName(Measured) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
getBigDecimal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get value at pos.
getBigDecimal(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get value for the given column.
getbit(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getbit.
getbit(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getbit.
GETBIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
getBody() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
getBodyAsJson() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
getBodyAsJson(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
getBodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
getBodyAsJsonArray(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
getBodyAsString() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
getBodyAsString(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
getBoolean() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getBoolean() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getBoolean(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a boolean value at pos.
getBoolean(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a boolean value for the given column.
getBuffer() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getBuffer(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a buffer value at pos.
getBuffer(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getBuffer(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a buffer value for the given column.
getByte(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByteBuf() - Method in class io.vertx.reactivex.core.buffer.Buffer
Deprecated.
getBytes() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer into a byte[].
getBytes(byte[], int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer into a byte[] at the specific destination.
getBytes(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
getBytes(int, int, byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[].
getBytes(int, int, byte[], int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[] at the specific destination.
getCached(JsonPointer) - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
Get cached object using pointer
getCachedConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
Gets the last computed configuration.
getCharset() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
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, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClusterWideMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getCollectionName() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getCollections() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get a list of all collections in the database.
getColumnDefinitions() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getColumnIndex(String) - Method in class io.vertx.reactivex.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.
getCommand(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
Returns a single command by its name.
getConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
getConfig(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
getConfirmationStream() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Get the ReadStream that contains the message IDs for confirmed messages.
getConnection() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection() - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SqlConnection>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool.
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, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getContentId() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the Content-ID field
getContentType() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the Content-Type
getCookie(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Get the cookie with the specified name.
getCookie(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
getCookie(String, String, String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Get the cookie with the specified .
getCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous counter.
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous counter.
getCredentialsOptions(String) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
getCredentialsOptions(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
getData() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the data
getDefault() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
getdel(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getdel.
getdel(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getdel.
GETDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpClient
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
 
getDelegate() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
getDelegate() - Method in class io.vertx.reactivex.core.buffer.Buffer
 
getDelegate() - Method in class io.vertx.reactivex.core.cli.CLI
 
getDelegate() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
getDelegate() - Method in class io.vertx.reactivex.core.Context
 
getDelegate() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
getDelegate() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.DnsClient
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.MxRecord
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.Message
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
getDelegate() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
getDelegate() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileProps
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystem
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
getDelegate() - Method in class io.vertx.reactivex.core.http.Cookie
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClient
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpHeaders
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServer
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
getDelegate() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.http.WebSocket
 
getDelegate() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
getDelegate() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
getDelegate() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
getDelegate() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
getDelegate() - Method in interface io.vertx.reactivex.core.metrics.Measured
 
getDelegate() - Method in class io.vertx.reactivex.core.MultiMap
 
getDelegate() - Method in class io.vertx.reactivex.core.net.HostAndPort
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetClient
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetServer
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
getDelegate() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
getDelegate() - Method in class io.vertx.reactivex.core.Promise
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.Counter
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.Lock
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
getDelegate() - Method in class io.vertx.reactivex.core.streams.Pipe
 
getDelegate() - Method in class io.vertx.reactivex.core.streams.Pump
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.ReadStream
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.StreamBase
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.WriteStream
 
getDelegate() - Method in class io.vertx.reactivex.core.TimeoutStream
 
getDelegate() - Method in class io.vertx.reactivex.core.Vertx
 
getDelegate() - Method in class io.vertx.reactivex.core.WorkerExecutor
 
getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Connection
 
getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Pool
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.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.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.properties.PropertyFileAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.User
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
getDelegate() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.Watch
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
getDelegate() - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
 
getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.session.Session
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.Shell
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
getDelegate() - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Frames
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.Async
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.Completion
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestCase
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.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.predicate.ErrorConverter
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
getDelegate() - Method in 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.ApolloWSConnectionInitEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.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.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 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.WebAuthnHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
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.jade.JadeTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.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.GrpcClientRequest
 
getDelegate() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
getDelegate() - Method in class io.vertx.reactivex.grpc.common.GrpcMessage
 
getDelegate() - Method in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
getDelegate() - Method in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
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.common.ServiceName
 
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.JDBCPool
 
getDelegate() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
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.Schema
 
getDelegate() - Method in class io.vertx.reactivex.json.schema.SchemaParser
 
getDelegate() - Method in class io.vertx.reactivex.json.schema.SchemaRepository
 
getDelegate() - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
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.PrometheusScrapingHandler
 
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.MSSQLConnection
 
getDelegate() - Method in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
getDelegate() - Method in class io.vertx.reactivex.oracleclient.OracleClient
 
getDelegate() - Method in class io.vertx.reactivex.oracleclient.OracleConnection
 
getDelegate() - Method in class io.vertx.reactivex.oracleclient.OraclePool
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.PgPool
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Command
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Redis
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Request
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Response
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Cursor
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Pool
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Query
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Row
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Transaction
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
getDelegate() - Method in class io.vertx.reactivex.uritemplate.UriTemplate
 
getDelegate() - Method in class io.vertx.reactivex.uritemplate.Variables
 
getDescription() - Method in class io.vertx.reactivex.core.cli.CLI
 
getDescription() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the description field
getDestination(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Gets the destination with the given name.
getDestinations() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
getDisposition() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the disposition field
getDomain() - Method in class io.vertx.reactivex.core.http.Cookie
 
getDouble() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getDouble() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getDouble(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDouble(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a double value at pos.
getDouble(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a double value for the given column.
getErrorMessage() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
Get error of failure
getex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getex.
getex(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getex.
GETEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
getExecutionInfo() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getFloat() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getFloat() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getFloat(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFloat(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a float value at pos.
getFloat(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a float value for the given column.
getFormAttribute(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getHashedStoredPwd(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
getHashStrategy() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
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.HttpServerRequest
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
Return the first header value with the specified name
getHeaders() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Get the headers to be added for this attachment.
getHost() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Deprecated.
getHttpMethod() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getId() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
returns the id of the authorization provider
getInstanceCount() - Method in class io.vertx.reactivex.core.Context
 
getInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInteger() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getInteger() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getInteger(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an integer value at pos.
getInteger(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an integer value for the given column.
getInternalStatistics() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
getInternalStatistics(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
getIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getJDBCClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJob(int) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Returns an active job in this session by its .
getJson() - Method in class io.vertx.reactivex.json.schema.Schema
Deprecated.
getJson(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a JSON element at pos, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getJson(String) - Method in class io.vertx.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
getJsonArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getJsonArray() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getJsonArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a value at pos.
getJsonArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a value for the given column.
getJsonObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getJsonObject() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
Returns null if value is not a , otherwise it returns value
getJsonObject(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a value at pos.
getJsonObject(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a value for the given column.
getKeys() - Method in class io.vertx.reactivex.redis.client.Response
Get this multi response keys from a hash.
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, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getList(String) - Method in class io.vertx.reactivex.uritemplate.Variables
 
getLocal(Object) - Method in class io.vertx.reactivex.core.Context
Get some local data from the context.
getLocalAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getLocalAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getLocalCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalDate(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalDate value at pos.
getLocalDate(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalDate value for the given column.
getLocalDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalDateTime value at pos.
getLocalDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalDateTime value for the given column.
getLocalLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
getLocalLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
getLocalLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLocalLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLocalMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Return a LocalMap with the specific name.
getLocalTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalTime value at pos.
getLocalTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalTime value for the given column.
getLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLong() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getLong() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getLong(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a long value at pos.
getLong(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a long value for the given column.
getLongLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getMap(String) - Method in class io.vertx.reactivex.uritemplate.Variables
 
getMaxAge() - Method in class io.vertx.reactivex.core.http.Cookie
 
getMaxBufferedMessages() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
getMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getMessage(GraphQLContext) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
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.
getMethod() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
The HTTP method for the request.
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(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(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.
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, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getName() - Method in class io.vertx.reactivex.core.cli.CLI
 
getName() - Method in class io.vertx.reactivex.core.http.Cookie
 
getName() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the name
getName() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getName() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
getName() - Method in class io.vertx.reactivex.ext.web.Route
 
getNumeric(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get value at pos.
getNumeric(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get value for the given column.
getObjectKeys() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getObjectParameter(Object, String, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Returns the object parameter with specified key.
getObjectValue(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getOffsetDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get OffsetDateTime value at pos.
getOffsetDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get OffsetDateTime value for the given column.
getOffsetTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get OffsetTime value at pos.
getOffsetTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get OffsetTime value for the given column.
getOpenAPI() - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
getOpenAPI() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
getOpenAPIPath() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getOperationId() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getOperationModel() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getOption(String) - Method in class io.vertx.reactivex.core.cli.CLI
Gets an Option based on its name (short name, long name or argument name).
getOptions() - Method in class io.vertx.reactivex.core.cli.CLI
Gets the list of options.
getOptions() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getOptions() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
getOptions() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
getOptionValue(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an option with the matching name (can be the long name, short name or arg name).
getOrCreateContext() - Method in class io.vertx.reactivex.core.Vertx
Gets the current context, or creates one if there isn't one
getOrCreateDestination(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Gets a Destination object if existing, or create a new one.
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(String, T) - Method in class io.vertx.reactivex.ext.auth.User
Get a value from the user object.
getParam(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first param value with the specified name
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
getParamsCharset() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
getPasswordCredentialField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getPasswordField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getPath() - Method in class io.vertx.reactivex.core.http.Cookie
 
getPath() - Method in class io.vertx.reactivex.ext.web.Route
 
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
getPermissionField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getPort() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Deprecated.
getPreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns an existing prepared query
getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns an existing prepared query
getPriority() - Method in class io.vertx.reactivex.core.cli.CLI
 
getProviderIds() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
getrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getrange.
getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getrange.
GETRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
getRawMessage() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
getRawValueForArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the raw value of the given argument.
getRawValueForOption(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the raw value of the given option.
getRawValues(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Deprecated.
getRawValuesForArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the raw values of the given argument.
getRawValuesForOption(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the raw values of the given option.
getReadLength() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
getRecord(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.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, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Looks up for a single record by its registration id.
getRecord(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecords(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
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, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, 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>, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getReference(Record) - Method in class io.vertx.reactivex.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.
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
getRole() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
returns the role
getRoleField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getRouter() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getRouter() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
getRoutes() - Method in class io.vertx.reactivex.ext.web.Router
 
getRoutingContext(GraphQLContext) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Deprecated.
getSalt(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
getSalt(User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
getSaltField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getSaltStyle() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
getSameSite() - Method in class io.vertx.reactivex.core.http.Cookie
 
getSchemaParser() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Deprecated.
getSchemaRouter() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Deprecated.
getSchemaRouter() - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
getScope() - Method in class io.vertx.reactivex.json.schema.Schema
Deprecated.
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getSession() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
getset(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getset.
getset(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getset.
GETSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
getShared(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Get the shared registry for the Vert.x instance.
getShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getShort(int) - Method in class io.vertx.reactivex.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.
getShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getSingle(String) - Method in class io.vertx.reactivex.uritemplate.Variables
 
getSize() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Gets the size of the attachment.
getStatusCode() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
getStatusMessage() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
getStoredPwd(User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
getStream() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Gets the data stream.
getStreamPriority() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getString(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a string value at pos.
getString(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString(int, int, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a string value for the given column.
getSubscriptions(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.Destination
Gets all subscription ids for the given destination hold by the given client
getSummary() - Method in class io.vertx.reactivex.core.cli.CLI
 
getTemporal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a Temporal value at pos.
getTemporal(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a temporal value for the given column.
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
getTransactionIsolation() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTty() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
getUnsignedByte(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the unsigned byte at position pos in the Buffer, as a short.
getUnsignedInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long.
getUnsignedIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
getUnsignedMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the unsigned short at position pos in the Buffer, as an int.
getUnsignedShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getURI() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getURIWithoutFragment() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Return the underlying URI without the fragment
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 .
getUsernameCredentialField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getUsernameField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getUUID(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get UUID value at pos.
getUUID(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get UUID value for the given column.
getValidationFailureHandler() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getValidationFailureHandler() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
getValue() - Method in class io.vertx.reactivex.core.http.Cookie
 
getValue(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an object value at pos.
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, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
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, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWindowSize() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
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
getWritePos() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
GiteeAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Gitee.
GiteeAuth(GiteeAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
 
GiteeAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
 
GithubAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Github.
GithubAuth(GithubAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
GithubAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
GitLabAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for GitLab.com.
GitLabAuth(GitLabAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
GitLabAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
goAway(long) - Method in class io.vertx.reactivex.core.http.HttpConnection
Like HttpConnection.goAway(long) with a last stream id -1 which means to disallow any new stream creation.
goAway(long, int) - Method in class io.vertx.reactivex.core.http.HttpConnection
Like HttpConnection.goAway(long) with no buffer.
goAway(long, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a go away frame to the remote endpoint of the connection.
goAwayHandler(Handler<GoAway>) - Method in class io.vertx.reactivex.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(GoogleAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
GoogleAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
grantedQoSLevels() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
GRAPH_BULK - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_CONFIG - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_DELETE - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_EXPLAIN - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_LIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_PROFILE - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_QUERY - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_RO_QUERY - Static variable in class io.vertx.reactivex.redis.client.Command
 
GRAPH_SLOWLOG - Static variable in class io.vertx.reactivex.redis.client.Command
 
graphBulk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphBulk.
graphBulk(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphBulk.
graphConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphConfig.
graphConfig(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphConfig.
graphDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphDebug.
graphDebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphDebug.
graphDelete(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphDelete.
graphDelete(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphDelete.
graphExplain(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphExplain.
graphExplain(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphExplain.
GraphiQLHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
A Route handler for GraphiQL resources.
GraphiQLHandler(GraphiQLHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
GraphiQLHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
graphiQLRequestHeaders(Function<RoutingContext, MultiMap>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
graphList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphList.
graphList(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphList.
graphProfile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphProfile.
graphProfile(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphProfile.
GraphQLHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
A Route handler for GraphQL requests.
GraphQLHandler(GraphQLHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
GraphQLHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
GraphQLWSHandler - Class in io.vertx.reactivex.ext.web.handler.graphql.ws
GraphQLWSHandler(GraphQLWSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
 
GraphQLWSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
 
graphQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphQuery.
graphQuery(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphQuery.
graphRoQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphRoQuery.
graphRoQuery(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphRoQuery.
graphSlowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphSlowlog.
graphSlowlog(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphSlowlog.
groupId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
groupId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
groupSequence() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
GrpcClient - Class in io.vertx.reactivex.grpc.client
A gRPC client for Vert.x Unlike traditional gRPC clients, this client does not rely on a generated RPC interface to interact with the service.
GrpcClient(GrpcClient) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClient
 
GrpcClient(Object) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClient
 
GrpcClientRequest<Req,​Resp> - Class in io.vertx.reactivex.grpc.client
A request to a gRPC server.
GrpcClientRequest(GrpcClientRequest) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
GrpcClientRequest(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
GrpcClientResponse<Req,​Resp> - Class in io.vertx.reactivex.grpc.client
A response from a gRPC server.
GrpcClientResponse(GrpcClientResponse) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
GrpcClientResponse(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
GrpcMessage - Class in io.vertx.reactivex.grpc.common
A generic gRPC message
GrpcMessage(GrpcMessage) - Constructor for class io.vertx.reactivex.grpc.common.GrpcMessage
 
GrpcMessage(Object) - Constructor for class io.vertx.reactivex.grpc.common.GrpcMessage
 
GrpcMessageDecoder<T> - Class in io.vertx.reactivex.grpc.common
 
GrpcMessageDecoder(GrpcMessageDecoder) - Constructor for class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
GrpcMessageDecoder(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
GrpcMessageEncoder<T> - Class in io.vertx.reactivex.grpc.common
 
GrpcMessageEncoder(GrpcMessageEncoder) - Constructor for class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
GrpcMessageEncoder(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
GrpcReadStream<T> - Class in io.vertx.reactivex.grpc.common
 
GrpcReadStream(GrpcReadStream) - Constructor for class io.vertx.reactivex.grpc.common.GrpcReadStream
 
GrpcReadStream(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.grpc.common.GrpcReadStream
 
GrpcServer - Class in io.vertx.reactivex.grpc.server
A gRPC server based on Vert.x HTTP server.
GrpcServer(GrpcServer) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServer
 
GrpcServer(Object) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServer
 
GrpcServerRequest<Req,​Resp> - Class in io.vertx.reactivex.grpc.server
 
GrpcServerRequest(GrpcServerRequest) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
GrpcServerRequest(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
GrpcServerResponse<Req,​Resp> - Class in io.vertx.reactivex.grpc.server
 
GrpcServerResponse(GrpcServerResponse) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServerResponse
 
GrpcServerResponse(Object, TypeArg<Req>, TypeArg<Resp>) - Constructor for class io.vertx.reactivex.grpc.server.GrpcServerResponse
 
GrpcWriteStream<T> - Class in io.vertx.reactivex.grpc.common
 
GrpcWriteStream(GrpcWriteStream) - Constructor for class io.vertx.reactivex.grpc.common.GrpcWriteStream
 
GrpcWriteStream(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.grpc.common.GrpcWriteStream
 
GZIP - Static variable in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
GZIP - Static variable in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 

H

halfOpenHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to half-open.
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(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(SockJSSocket) - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
Deprecated.
handle(RoutingContext) - Method in 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.ApolloWSHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.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 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.sockjs.SockJSHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.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(HandlebarsTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
HandlebarsTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
handleContext(RoutingContext) - Method in class io.vertx.reactivex.ext.web.Router
Used to route a context to the router.
handleFailure(RoutingContext) - Method in class io.vertx.reactivex.ext.web.Router
Used to route a failure to the router.
handler() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
handler() - Method in class io.vertx.reactivex.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
handler() - Method in class io.vertx.reactivex.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
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<T>>) - Method in class io.vertx.reactivex.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
handler(Handler<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
 
handler(Handler<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<DatagramPacket>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
handler(Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
handler(Handler<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
handler(Handler<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
handler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
Mount an handler for this operation
handler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
Append a request handler to the route handlers list.
handler(Handler<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
handler(Handler<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<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
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<Req>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
handler(Handler<Resp>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
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(StompServerHandler) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Configures the StompServerHandler.
handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
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.
hasDefault() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
hash(String, String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
Deprecated.
hash(String, String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Hashes a password.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
Deprecated.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpClient
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
hashCode() - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
hashCode() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
hashCode() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
hashCode() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
hashCode() - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
hashCode() - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
 
hashCode() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
hashCode() - Method in class io.vertx.reactivex.core.buffer.Buffer
 
hashCode() - Method in class io.vertx.reactivex.core.cli.CLI
 
hashCode() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
hashCode() - Method in class io.vertx.reactivex.core.Context
 
hashCode() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
hashCode() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
hashCode() - Method in class io.vertx.reactivex.core.dns.DnsClient
 
hashCode() - Method in class io.vertx.reactivex.core.dns.MxRecord
 
hashCode() - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.Message
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
hashCode() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
hashCode() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
 
hashCode() - Method in class io.vertx.reactivex.core.file.FileProps
 
hashCode() - Method in class io.vertx.reactivex.core.file.FileSystem
 
hashCode() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
hashCode() - Method in class io.vertx.reactivex.core.http.Cookie
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpClient
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpHeaders
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpServer
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
hashCode() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
hashCode() - Method in class io.vertx.reactivex.core.http.WebSocket
 
hashCode() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
hashCode() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
hashCode() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
hashCode() - Method in class io.vertx.reactivex.core.MultiMap
 
hashCode() - Method in class io.vertx.reactivex.core.net.HostAndPort
 
hashCode() - Method in class io.vertx.reactivex.core.net.NetClient
 
hashCode() - Method in class io.vertx.reactivex.core.net.NetServer
 
hashCode() - Method in class io.vertx.reactivex.core.net.NetSocket
 
hashCode() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
hashCode() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
hashCode() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
hashCode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
hashCode() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
hashCode() - Method in class io.vertx.reactivex.core.Promise
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.Counter
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.Lock
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
hashCode() - Method in class io.vertx.reactivex.core.streams.Pipe
 
hashCode() - Method in class io.vertx.reactivex.core.streams.Pump
 
hashCode() - Method in class io.vertx.reactivex.core.TimeoutStream
 
hashCode() - Method in class io.vertx.reactivex.core.Vertx
 
hashCode() - Method in class io.vertx.reactivex.core.WorkerExecutor
 
hashCode() - Method in class io.vertx.reactivex.db2client.DB2Connection
 
hashCode() - Method in class io.vertx.reactivex.db2client.DB2Pool
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.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.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.properties.PropertyFileAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.User
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
hashCode() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
hashCode() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
hashCode() - Method in class io.vertx.reactivex.ext.consul.Watch
 
hashCode() - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
hashCode() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
hashCode() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
hashCode() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
hashCode() - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
hashCode() - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
hashCode() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
 
hashCode() - Method in class io.vertx.reactivex.ext.mail.MailClient
 
hashCode() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
hashCode() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.session.Session
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.Shell
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
hashCode() - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
hashCode() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
hashCode() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.Frames
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.Async
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.Completion
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.TestCase
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.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.predicate.ErrorConverter
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
hashCode() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
hashCode() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
hashCode() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.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.ApolloWSConnectionInitEvent
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.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.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.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.WebAuthnHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
hashCode() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
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.jade.JadeTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.validation.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.GrpcClientRequest
 
hashCode() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
hashCode() - Method in class io.vertx.reactivex.grpc.common.GrpcMessage
 
hashCode() - Method in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
hashCode() - Method in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
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.common.ServiceName
 
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.JDBCPool
 
hashCode() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
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.Schema
 
hashCode() - Method in class io.vertx.reactivex.json.schema.SchemaParser
 
hashCode() - Method in class io.vertx.reactivex.json.schema.SchemaRepository
 
hashCode() - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
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.PrometheusScrapingHandler
 
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.MSSQLConnection
 
hashCode() - Method in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
hashCode() - Method in class io.vertx.reactivex.oracleclient.OracleClient
 
hashCode() - Method in class io.vertx.reactivex.oracleclient.OracleConnection
 
hashCode() - Method in class io.vertx.reactivex.oracleclient.OraclePool
 
hashCode() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
hashCode() - Method in class io.vertx.reactivex.pgclient.PgPool
 
hashCode() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
hashCode() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
hashCode() - Method in class io.vertx.reactivex.redis.client.Command
 
hashCode() - Method in class io.vertx.reactivex.redis.client.Redis
 
hashCode() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
hashCode() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
hashCode() - Method in class io.vertx.reactivex.redis.client.Request
 
hashCode() - Method in class io.vertx.reactivex.redis.client.Response
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Cursor
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Pool
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Query
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Row
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Transaction
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
hashCode() - Method in class io.vertx.reactivex.uritemplate.UriTemplate
 
hashCode() - Method in class io.vertx.reactivex.uritemplate.Variables
 
HashingAlgorithm - Class in io.vertx.reactivex.ext.auth
Hashing Algorithm.
HashingAlgorithm(HashingAlgorithm) - Constructor for class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
HashingAlgorithm(Object) - Constructor for class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
HashingStrategy - Class in io.vertx.reactivex.ext.auth
Hashing Strategy manager.
HashingStrategy(HashingStrategy) - Constructor for class io.vertx.reactivex.ext.auth.HashingStrategy
 
HashingStrategy(Object) - Constructor for class io.vertx.reactivex.ext.auth.HashingStrategy
 
HashStrategy - Class in io.vertx.reactivex.ext.auth.mongo
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
HashStrategy(HashStrategy) - Constructor for class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
HashStrategy(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
hasMore() - Method in class io.vertx.reactivex.sqlclient.Cursor
Returns true when the cursor has results in progress and the Cursor.read(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.sqlclient.RowSet<io.vertx.reactivex.sqlclient.Row>>>) should be called to retrieve them.
hasMorePages() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
hasNext() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
hdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hdel.
hdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hdel.
HDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
head() - Method in class io.vertx.reactivex.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, 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(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(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, 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, 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.
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(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
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, Buffer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
header(String, String) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
headerParameter(ParameterProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
headerParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
headerParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get header parameter by name.
headerParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
headerParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get list of all parameter names inside header
headers() - Method in class io.vertx.reactivex.core.eventbus.Message
Multi-map of message headers.
headers() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
headers() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
headers() - Static method in class io.vertx.reactivex.core.http.HttpHeaders
 
headers() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
headers() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
headers() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in class io.vertx.reactivex.core.http.WebSocket
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in class io.vertx.reactivex.ext.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
 
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.
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
headWritten() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
HealthCheckHandler - Class in io.vertx.reactivex.ext.healthchecks
A Vert.x Web handler on which you register health check procedure.
HealthCheckHandler(HealthCheckHandler) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
HealthCheckHandler(Object) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
healthChecks(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecks(String, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
HealthChecks - Class in io.vertx.reactivex.ext.healthchecks
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
HealthChecks(HealthChecks) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
HealthChecks(Object) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
healthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecksWithOptions(String, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
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, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks specific to the node provided on the path.
healthServiceNodes(String, boolean) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodes(String, boolean, Handler<AsyncResult<ServiceEntryList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions, Handler<AsyncResult<ServiceEntryList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
healthState(HealthState) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
healthState(HealthState, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
healthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
healthStateWithOptions(HealthState, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
height() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
hello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hello.
hello(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hello.
HELLO - Static variable in class io.vertx.reactivex.redis.client.Command
 
HerokuAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Heroku.
HerokuAuth(HerokuAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
HerokuAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
hexists(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hexists.
hexists(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hexists.
HEXISTS - Static variable in class io.vertx.reactivex.redis.client.Command
 
hget(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hget.
hget(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hget.
HGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hgetall(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hgetall.
hgetall(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hgetall.
HGETALL - Static variable in class io.vertx.reactivex.redis.client.Command
 
hincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrby.
hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrby.
HINCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
hincrbyfloat(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrbyfloat.
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrbyfloat.
HINCRBYFLOAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
hkeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hkeys.
hkeys(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hkeys.
HKEYS - Static variable in class io.vertx.reactivex.redis.client.Command
 
hlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hlen.
hlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hlen.
HLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
hmget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmget.
hmget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmget.
HMGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hmset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmset.
hmset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmset.
HMSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
host() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Deprecated.
host() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Deprecated.
host() - Method in class io.vertx.reactivex.core.net.HostAndPort
 
host() - Method in class io.vertx.reactivex.core.net.SocketAddress
Returns the host name when available or the IP address in string representation.
host() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
host(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new host value.
HOST - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Host header name
hostAddress() - Method in class io.vertx.reactivex.core.net.SocketAddress
Returns the host IP address when available or null as a String.
HostAndPort - Class in io.vertx.reactivex.core.net
A combination of host and port.
HostAndPort(HostAndPort) - Constructor for class io.vertx.reactivex.core.net.HostAndPort
 
HostAndPort(Object) - Constructor for class io.vertx.reactivex.core.net.HostAndPort
 
hostName() - Method in class io.vertx.reactivex.core.net.SocketAddress
Returns the host name when available or null
Domain socket address returns null.
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(HotpAuth) - Constructor for class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
 
HotpAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
 
hrandfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hrandfield.
hrandfield(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hrandfield.
HRANDFIELD - Static variable in class io.vertx.reactivex.redis.client.Command
 
hscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hscan.
hscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hscan.
HSCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
hset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hset.
hset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hset.
HSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hsetnx.
hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hsetnx.
HSETNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
hstrlen(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hstrlen.
hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hstrlen.
HSTRLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
HSTSHandler - Class in io.vertx.reactivex.ext.web.handler
HTTP Strict Transport Security (HSTS) RFC6797.
HSTSHandler(HSTSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
HSTSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
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
HtdigestAuth - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
HtpasswdAuth - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
HttpClient - Class in io.vertx.reactivex.core.http
An asynchronous HTTP client.
HttpClient(HttpClient) - Constructor for class io.vertx.reactivex.core.http.HttpClient
 
HttpClient(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClient
 
HttpClientRequest - Class in io.vertx.reactivex.core.http
Represents a client-side HTTP request.
HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.reactivex.core.http.HttpClientRequest
 
HttpClientRequest(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientRequest
 
HttpClientResponse - Class in io.vertx.reactivex.core.http
Represents a client-side HTTP response.
HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.reactivex.core.http.HttpClientResponse
 
HttpClientResponse(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientResponse
 
HttpConnection - Class in io.vertx.reactivex.core.http
Represents an HTTP connection.
HttpConnection(HttpConnection) - Constructor for class io.vertx.reactivex.core.http.HttpConnection
 
HttpConnection(Object) - Constructor for class io.vertx.reactivex.core.http.HttpConnection
 
HttpEndpoint - Class in io.vertx.reactivex.servicediscovery.types
for HTTP endpoint (REST api).
HttpEndpoint(HttpEndpoint) - Constructor for class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
HttpEndpoint(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
HttpFrame - Class in io.vertx.reactivex.core.http
An HTTP/2 frame.
HttpFrame(HttpFrame) - Constructor for class io.vertx.reactivex.core.http.HttpFrame
 
HttpFrame(Object) - Constructor for class io.vertx.reactivex.core.http.HttpFrame
 
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 - 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(HttpHeaders) - Constructor for class io.vertx.reactivex.core.http.HttpHeaders
 
HttpHeaders(Object) - Constructor for class io.vertx.reactivex.core.http.HttpHeaders
 
HTTPOperationRequestValidationHandler - Interface in io.vertx.reactivex.ext.web.api.contract
Base interface for HTTP request validation with API specification
HttpRequest<T> - Class in io.vertx.reactivex.ext.web.client
A client-side HTTP request.
HttpRequest(HttpRequest) - Constructor for class io.vertx.reactivex.ext.web.client.HttpRequest
 
HttpRequest(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.client.HttpRequest
 
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
HTTPRequestValidationHandler - Class in io.vertx.reactivex.ext.web.api.validation
An interface for add HTTP Request validation.
HTTPRequestValidationHandler(HTTPRequestValidationHandler) - Constructor for class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
HTTPRequestValidationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
HttpResponse<T> - Class in io.vertx.reactivex.ext.web.client
An HTTP response.
HttpResponse(HttpResponse) - Constructor for class io.vertx.reactivex.ext.web.client.HttpResponse
 
HttpResponse(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.client.HttpResponse
 
HttpServer - Class in io.vertx.reactivex.core.http
An HTTP and WebSockets server.
HttpServer(HttpServer) - Constructor for class io.vertx.reactivex.core.http.HttpServer
 
HttpServer(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServer
 
HttpServerFileUpload - Class in io.vertx.reactivex.core.http
Represents an file upload from an HTML FORM.
HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.reactivex.core.http.HttpServerFileUpload
 
HttpServerFileUpload(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerFileUpload
 
HttpServerRequest - Class in io.vertx.reactivex.core.http
Represents a server-side HTTP request.
HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.reactivex.core.http.HttpServerRequest
 
HttpServerRequest(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerRequest
 
HttpServerResponse - Class in io.vertx.reactivex.core.http
Represents a server-side HTTP response.
HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.reactivex.core.http.HttpServerResponse
 
HttpServerResponse(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerResponse
 
hvals(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hvals.
hvals(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hvals.
HVALS - Static variable in class io.vertx.reactivex.redis.client.Command
 
HystrixMetricHandler - Class in io.vertx.reactivex.circuitbreaker
A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.
HystrixMetricHandler(HystrixMetricHandler) - Constructor for class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
HystrixMetricHandler(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 

I

IBMCloudAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for IBM Cloud.
IBMCloudAuth(IBMCloudAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
IBMCloudAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
id() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
id() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
return the symbolic name for the algorithm
id() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
id() - Method in class io.vertx.reactivex.ext.web.Session
 
id(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
IDENTITY - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
identity header value
IDENTITY - Static variable in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
IDENTITY - Static variable in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
IF_MATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
If-Match header name
IF_MODIFIED_SINCE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
If-Modified-Since header name
IF_NONE_MATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
If-None-Match header name
in() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Is this marker IN?
incr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incr.
incr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incr.
INCR - Static variable in class io.vertx.reactivex.redis.client.Command
 
incrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrby.
incrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrby.
INCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
incrbyfloat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrbyfloat.
incrbyfloat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrbyfloat.
INCRBYFLOAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
incrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the new count
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.
inetSocketAddress(int, String) - Static method in class io.vertx.reactivex.core.net.SocketAddress
Create an inet socket address, host must be non null and port must be between 0 and 65536.
inetSocketAddress(InetSocketAddress) - Static method in class io.vertx.reactivex.core.net.SocketAddress
Create a inet socket address from a Java .
InfinispanSessionStore - Class in io.vertx.reactivex.ext.web.sstore.infinispan
An implementation of that relies on the Infinispan Java Client.
InfinispanSessionStore(InfinispanSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
 
InfinispanSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
 
info(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command info.
info(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command info.
INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
infoAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
infoAclToken(String, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
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.
infoSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the requested session information
infoSession(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the requested session information
infoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
infoSessionWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
init(Vertx, Context) - Method in class io.vertx.reactivex.core.AbstractVerticle
 
init(Vertx, JsonObject) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Initialize this store.
init(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
Starts the exporter.
initTransactions() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
initTransactions(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
INOUT(Object, int) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, String) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, JDBCType) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
InputTrustHandler - Interface in io.vertx.reactivex.ext.web.handler
Base input trust interface for handlers that verify the trust of the request.
insert(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection
insertUser(String, String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
insertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.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(InstagramAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
InstagramAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
instantValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Return the Instant value.
integerValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
interrupt() - Method in class io.vertx.reactivex.ext.shell.system.Job
Attempt to interrupt the job.
interrupt() - Method in class io.vertx.reactivex.ext.shell.system.Process
Attempt to interrupt the process.
interrupt(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Attempt to interrupt the process.
interruptHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set an interrupt handler, this handler is called when the command is interrupted, for instance user press Ctrl-C.
interruptHandler(SignalHandler) - Method in class io.vertx.reactivex.ext.shell.term.Term
Set an interrupt signal handler on the term.
inTransactionCompletable(SQLClient, Function<SQLConnection, Completable>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Completable from SQLConnection operations executed inside a transaction.
inTransactionFlowable(SQLClient, Function<SQLConnection, Flowable<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Flowable from SQLConnection operations executed inside a transaction.
inTransactionMaybe(SQLClient, Function<SQLConnection, Maybe<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Maybe from SQLConnection operations executed inside a transaction.
inTransactionObservable(SQLClient, Function<SQLConnection, Observable<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Observable from SQLConnection operations executed inside a transaction.
inTransactionSingle(SQLClient, Function<SQLConnection, Single<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Single from SQLConnection operations executed inside a transaction.
invalidRequestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set a handler for handling invalid requests.
invoke(Handler<JsonObject>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedures and computes the outcome.
invoke(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
invoke(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
io.vertx.reactivex.amqp - package io.vertx.reactivex.amqp
 
io.vertx.reactivex.cassandra - package io.vertx.reactivex.cassandra
 
io.vertx.reactivex.circuitbreaker - package io.vertx.reactivex.circuitbreaker
 
io.vertx.reactivex.config - package io.vertx.reactivex.config
 
io.vertx.reactivex.core - package io.vertx.reactivex.core
 
io.vertx.reactivex.core.buffer - package io.vertx.reactivex.core.buffer
 
io.vertx.reactivex.core.cli - package io.vertx.reactivex.core.cli
 
io.vertx.reactivex.core.datagram - package io.vertx.reactivex.core.datagram
 
io.vertx.reactivex.core.dns - package io.vertx.reactivex.core.dns
 
io.vertx.reactivex.core.eventbus - package io.vertx.reactivex.core.eventbus
 
io.vertx.reactivex.core.file - package io.vertx.reactivex.core.file
 
io.vertx.reactivex.core.http - package io.vertx.reactivex.core.http
 
io.vertx.reactivex.core.json.pointer - package io.vertx.reactivex.core.json.pointer
 
io.vertx.reactivex.core.metrics - package io.vertx.reactivex.core.metrics
 
io.vertx.reactivex.core.net - package io.vertx.reactivex.core.net
 
io.vertx.reactivex.core.parsetools - package io.vertx.reactivex.core.parsetools
 
io.vertx.reactivex.core.shareddata - package io.vertx.reactivex.core.shareddata
 
io.vertx.reactivex.core.streams - package io.vertx.reactivex.core.streams
 
io.vertx.reactivex.db2client - package io.vertx.reactivex.db2client
 
io.vertx.reactivex.ext.auth - package io.vertx.reactivex.ext.auth
 
io.vertx.reactivex.ext.auth.authentication - package io.vertx.reactivex.ext.auth.authentication
 
io.vertx.reactivex.ext.auth.authorization - package io.vertx.reactivex.ext.auth.authorization
 
io.vertx.reactivex.ext.auth.htdigest - package io.vertx.reactivex.ext.auth.htdigest
 
io.vertx.reactivex.ext.auth.htpasswd - package io.vertx.reactivex.ext.auth.htpasswd
 
io.vertx.reactivex.ext.auth.jdbc - package io.vertx.reactivex.ext.auth.jdbc
 
io.vertx.reactivex.ext.auth.jwt - package io.vertx.reactivex.ext.auth.jwt
 
io.vertx.reactivex.ext.auth.jwt.authorization - package io.vertx.reactivex.ext.auth.jwt.authorization
 
io.vertx.reactivex.ext.auth.ldap - package io.vertx.reactivex.ext.auth.ldap
 
io.vertx.reactivex.ext.auth.mongo - package io.vertx.reactivex.ext.auth.mongo
 
io.vertx.reactivex.ext.auth.oauth2 - package io.vertx.reactivex.ext.auth.oauth2
 
io.vertx.reactivex.ext.auth.oauth2.authorization - package io.vertx.reactivex.ext.auth.oauth2.authorization
 
io.vertx.reactivex.ext.auth.oauth2.providers - package io.vertx.reactivex.ext.auth.oauth2.providers
 
io.vertx.reactivex.ext.auth.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.properties - package io.vertx.reactivex.ext.auth.properties
 
io.vertx.reactivex.ext.auth.shiro - package io.vertx.reactivex.ext.auth.shiro
 
io.vertx.reactivex.ext.auth.sqlclient - package io.vertx.reactivex.ext.auth.sqlclient
 
io.vertx.reactivex.ext.auth.webauthn - package io.vertx.reactivex.ext.auth.webauthn
 
io.vertx.reactivex.ext.bridge - package io.vertx.reactivex.ext.bridge
 
io.vertx.reactivex.ext.consul - package io.vertx.reactivex.ext.consul
 
io.vertx.reactivex.ext.dropwizard - package io.vertx.reactivex.ext.dropwizard
 
io.vertx.reactivex.ext.eventbus.bridge.tcp - package io.vertx.reactivex.ext.eventbus.bridge.tcp
 
io.vertx.reactivex.ext.healthchecks - package io.vertx.reactivex.ext.healthchecks
 
io.vertx.reactivex.ext.jdbc - package io.vertx.reactivex.ext.jdbc
 
io.vertx.reactivex.ext.mail - package io.vertx.reactivex.ext.mail
 
io.vertx.reactivex.ext.mongo - package io.vertx.reactivex.ext.mongo
 
io.vertx.reactivex.ext.shell - package io.vertx.reactivex.ext.shell
 
io.vertx.reactivex.ext.shell.cli - package io.vertx.reactivex.ext.shell.cli
 
io.vertx.reactivex.ext.shell.command - package io.vertx.reactivex.ext.shell.command
 
io.vertx.reactivex.ext.shell.session - package io.vertx.reactivex.ext.shell.session
 
io.vertx.reactivex.ext.shell.system - package io.vertx.reactivex.ext.shell.system
 
io.vertx.reactivex.ext.shell.term - package io.vertx.reactivex.ext.shell.term
 
io.vertx.reactivex.ext.sql - package io.vertx.reactivex.ext.sql
 
io.vertx.reactivex.ext.stomp - package io.vertx.reactivex.ext.stomp
 
io.vertx.reactivex.ext.unit - package io.vertx.reactivex.ext.unit
 
io.vertx.reactivex.ext.unit.collect - package io.vertx.reactivex.ext.unit.collect
 
io.vertx.reactivex.ext.unit.report - package io.vertx.reactivex.ext.unit.report
 
io.vertx.reactivex.ext.web - package io.vertx.reactivex.ext.web
 
io.vertx.reactivex.ext.web.api - package io.vertx.reactivex.ext.web.api
 
io.vertx.reactivex.ext.web.api.contract - package io.vertx.reactivex.ext.web.api.contract
 
io.vertx.reactivex.ext.web.api.contract.openapi3 - package io.vertx.reactivex.ext.web.api.contract.openapi3
 
io.vertx.reactivex.ext.web.api.validation - package io.vertx.reactivex.ext.web.api.validation
 
io.vertx.reactivex.ext.web.client - package io.vertx.reactivex.ext.web.client
 
io.vertx.reactivex.ext.web.client.predicate - package io.vertx.reactivex.ext.web.client.predicate
 
io.vertx.reactivex.ext.web.codec - package io.vertx.reactivex.ext.web.codec
 
io.vertx.reactivex.ext.web.common - package io.vertx.reactivex.ext.web.common
 
io.vertx.reactivex.ext.web.common.template - package io.vertx.reactivex.ext.web.common.template
 
io.vertx.reactivex.ext.web.handler - package io.vertx.reactivex.ext.web.handler
 
io.vertx.reactivex.ext.web.handler.graphql - package io.vertx.reactivex.ext.web.handler.graphql
 
io.vertx.reactivex.ext.web.handler.graphql.dataloader - package io.vertx.reactivex.ext.web.handler.graphql.dataloader
 
io.vertx.reactivex.ext.web.handler.graphql.schema - package io.vertx.reactivex.ext.web.handler.graphql.schema
 
io.vertx.reactivex.ext.web.handler.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.multipart - package io.vertx.reactivex.ext.web.multipart
 
io.vertx.reactivex.ext.web.openapi - package io.vertx.reactivex.ext.web.openapi
 
io.vertx.reactivex.ext.web.sstore - package io.vertx.reactivex.ext.web.sstore
 
io.vertx.reactivex.ext.web.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.jade - package io.vertx.reactivex.ext.web.templ.jade
 
io.vertx.reactivex.ext.web.templ.mvel - package io.vertx.reactivex.ext.web.templ.mvel
 
io.vertx.reactivex.ext.web.templ.pebble - package io.vertx.reactivex.ext.web.templ.pebble
 
io.vertx.reactivex.ext.web.templ.rocker - package io.vertx.reactivex.ext.web.templ.rocker
 
io.vertx.reactivex.ext.web.templ.thymeleaf - package io.vertx.reactivex.ext.web.templ.thymeleaf
 
io.vertx.reactivex.ext.web.validation - package io.vertx.reactivex.ext.web.validation
 
io.vertx.reactivex.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.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
 
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`.
isArgumentAssigned(Argument) - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the given argument has been assigned in the command line.
isArray() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isArray() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
isArray(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isAskingForHelp() - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the user has passed a "help" option and is asking for help.
isAttribute() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
isAuthorized(Authorization) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAuthorized(Authorization, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAuthorized(String) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAuthorized(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAutoKeepAlive() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isBinary() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isBlank() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
isBodyNull() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
isBoolean() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isBoolean() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isBoolean() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isBuffer() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isCancelled() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Return true if cancel() has been called.
isChunked() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
isChunked() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
isCleanSession() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isClose() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
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
 
isClustered() - Method in class io.vertx.reactivex.core.Vertx
Is this Vert.x instance clustered?
isCompleted() - Method in class io.vertx.reactivex.ext.unit.Completion
 
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
isContinuation() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isDestroyed() - Method in class io.vertx.reactivex.ext.web.Session
 
isDirectory() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file a directory?
isDisconnected() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
isDomainSocket() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
isDouble() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isDup() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
isDurable() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
isEmpty() - Method in class io.vertx.reactivex.core.MultiMap
Return true if empty
isEmpty() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
isEmpty() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isEmpty() - Method in class io.vertx.reactivex.ext.web.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
 
isEnded() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Has the request ended? I.e.
isEqual(String, String) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
isError() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
isEventLoopContext() - Method in class io.vertx.reactivex.core.Context
Is the current context an event loop context?
isExactPath() - Method in class io.vertx.reactivex.ext.web.Route
Returns true of the path doesn't end with a wildcard * or is null.
isExpectMultipart() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
isFailed() - Method in class io.vertx.reactivex.ext.unit.Completion
 
isFileUpload() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
isFinal() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isFirstAcquirer() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
isFlagEnabled(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an option marked as a flag.
isFloat() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isForeground() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
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.
isHidden() - Method in class io.vertx.reactivex.core.cli.CLI
Checks whether or not the current CLI instance is hidden.
isHolding(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Checks whether or not the service reference has the given service object.
isHttpOnly() - Method in class io.vertx.reactivex.core.http.Cookie
 
isInetSocket() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
isInteger() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isJsonArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isJsonArray() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isJsonObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isJsonObject() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isListening() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Checks whether or not the server is listening.
isLocalPointer() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Return true if the pointer is local (URI with only fragment)
isLong() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
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
isMetricsEnabled() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.eventbus.EventBus
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.http.HttpClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.http.HttpServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in interface io.vertx.reactivex.core.metrics.Measured
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.net.NetClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.net.NetServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.Vertx
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.WorkerExecutor
Whether the metrics are enabled for this measured object
isNativeTransportEnabled() - Method in class io.vertx.reactivex.core.Vertx
 
isNull() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isNull() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isNull() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isNull(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isNumber() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isNumber() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isObject() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isObject(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isOnEventLoopThread() - Static method in class io.vertx.reactivex.core.Context
Is the current thread an event thread?
isOnVertxThread() - Static method in class io.vertx.reactivex.core.Context
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
isOnWorkerThread() - Static method in class io.vertx.reactivex.core.Context
Is the current thread a worker thread?
isOpenChannel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Check if a channel is open
isOptional() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
isOptionAssigned(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the given option has been assigned in the command line.
isOther() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file some other type? (I.e.
isParent(JsonPointer) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Return true if this pointer is a parent pointer of child.
isPaused() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
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?
isPing() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isPublishAutoAck() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isRegenerated() - Method in class io.vertx.reactivex.ext.web.Session
 
isRegexPath() - Method in class io.vertx.reactivex.ext.web.Route
Returns true of the path is a regular expression, this includes expression paths.
isRegistered() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
isRegularFile() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file a regular file?
isRetain() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
isRootPointer() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Return true if the pointer is a root pointer
isSecure() - Method in class io.vertx.reactivex.core.http.Cookie
 
isSeenInCommandLine(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the given option has been seen in the user command line.
isSend() - Method in class io.vertx.reactivex.core.eventbus.Message
Signals if this message represents a send or publish event.
isSessionAccessed() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Whether the RoutingContext.session() has been already called or not.
isSessionPresent() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
isShared() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
 
isSizeAvailable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
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.WebSocket
 
isSsl() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
isSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
 
isSsl() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isSSL() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
isSSL() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
isString() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isSubscriptionAutoAck() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isSucceeded() - Method in class io.vertx.reactivex.ext.unit.Completion
 
issuer(String) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
Configure the issuer value to be shown in the authenticator URL.
isSymbolicLink() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file a symbolic link?
isSync() - Method in class io.vertx.reactivex.json.schema.Schema
Deprecated.
isText() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isText() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
isText() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
isValid() - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the command line is valid, i.e.
isValid() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
Like AsyncFileLock.isValid(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>) but the handler will be called when the operation completes or if an error occurs.
isValid(Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.file.AsyncFileLock
Like AsyncFileLock.isValid(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>) but the handler will be called when the operation completes or if an error occurs.
isValid(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
isValidBlocking() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
isValidCollection(List<String>) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
isWorkerContext() - Method in class io.vertx.reactivex.core.Context
Is the current context a worker context?
iterator() - Method in class io.vertx.reactivex.core.MultiMap
 
iterator() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
iterator() - Method in class io.vertx.reactivex.redis.client.Response
 
iterator() - Method in class io.vertx.reactivex.sqlclient.RowSet
 

J

JadeTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.jade
A template engine that uses Jade.
JadeTemplateEngine(JadeTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
JadeTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
JDBCAuth - Class in io.vertx.reactivex.ext.auth.jdbc
Factory interface for creating AuthenticationProvider instances that use the Vert.x JDBC client.
JDBCAuth(JDBCAuth) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
JDBCAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
JDBCAuthentication - Class in io.vertx.reactivex.ext.auth.jdbc
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
JDBCAuthentication(JDBCAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
JDBCAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
JDBCAuthorization - Class in io.vertx.reactivex.ext.auth.jdbc
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
JDBCAuthorization(JDBCAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
JDBCAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
JDBCClient - Class in io.vertx.reactivex.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database
JDBCClient(JDBCClient) - Constructor for class io.vertx.reactivex.ext.jdbc.JDBCClient
 
JDBCClient(Object) - Constructor for class io.vertx.reactivex.ext.jdbc.JDBCClient
 
JDBCDataSource - Class in io.vertx.reactivex.servicediscovery.types
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
JDBCDataSource(JDBCDataSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
JDBCDataSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
JDBCHashStrategy - Class in io.vertx.reactivex.ext.auth.jdbc
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
JDBCHashStrategy(JDBCHashStrategy) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
JDBCHashStrategy(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
JDBCPool - Class in io.vertx.reactivex.jdbcclient
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
JDBCPool(JDBCPool) - Constructor for class io.vertx.reactivex.jdbcclient.JDBCPool
 
JDBCPool(Object) - Constructor for class io.vertx.reactivex.jdbcclient.JDBCPool
 
jdbcType() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
JDBCUserUtil - Class in io.vertx.reactivex.ext.auth.jdbc
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
JDBCUserUtil(JDBCUserUtil) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
JDBCUserUtil(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
Job - Class in io.vertx.reactivex.ext.shell.system
A job executed in a JobController, grouping one or several process.
Job(Job) - Constructor for class io.vertx.reactivex.ext.shell.system.Job
 
Job(Object) - Constructor for class io.vertx.reactivex.ext.shell.system.Job
 
jobController() - Method in class io.vertx.reactivex.ext.shell.Shell
 
JobController - Class in io.vertx.reactivex.ext.shell.system
The job controller.
JobController(JobController) - Constructor for class io.vertx.reactivex.ext.shell.system.JobController
 
JobController(Object) - Constructor for class io.vertx.reactivex.ext.shell.system.JobController
 
jobs() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
json(SchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
Create a json body processor
json(Class<U>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
Create and return a codec for Java objects encoded using Jackson mapper.
json(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
json(Object, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
JSON - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response content-type is application/json.
JSON_ARRAPPEND - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_ARRINDEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_ARRINSERT - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_ARRLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_ARRPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_ARRTRIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_CLEAR - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_DEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_FORGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_GET - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_ITERATOR - Static variable in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Instance of a JsonPointerIterator to query Vert.x Json structures
JSON_MGET - Static variable in class io.vertx.reactivex.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_NUMINCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_NUMMULTBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_NUMPOWBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_OBJKEYS - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_OBJLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_RESP - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_SET - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_STRAPPEND - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_STRLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_TOGGLE - Static variable in class io.vertx.reactivex.redis.client.Command
 
JSON_TYPE - Static variable in class io.vertx.reactivex.redis.client.Command
 
jsonArrappend(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrappend.
jsonArrappend(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrappend.
jsonArray() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
jsonArrindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrindex.
jsonArrindex(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrindex.
jsonArrinsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrinsert.
jsonArrinsert(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrinsert.
jsonArrlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrlen.
jsonArrlen(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrlen.
jsonArrpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrpop.
jsonArrpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrpop.
jsonArrtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrtrim.
jsonArrtrim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrtrim.
jsonClear(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonClear.
jsonClear(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonClear.
jsonDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonDebug.
jsonDebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonDebug.
jsonDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonDel.
jsonDel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonDel.
JsonEvent - Class in io.vertx.reactivex.core.parsetools
A JSON event emited by the JsonParser.
JsonEvent(JsonEvent) - Constructor for class io.vertx.reactivex.core.parsetools.JsonEvent
 
JsonEvent(Object) - Constructor for class io.vertx.reactivex.core.parsetools.JsonEvent
 
jsonForget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonForget.
jsonForget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonForget.
jsonGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonGet.
jsonGet(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonGet.
jsonMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonMget.
jsonMget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonMget.
jsonNumincrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNumincrby.
jsonNumincrby(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNumincrby.
jsonNummultby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNummultby.
jsonNummultby(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNummultby.
jsonNumpowby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNumpowby.
jsonNumpowby(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNumpowby.
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 .
jsonObjkeys(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonObjkeys.
jsonObjkeys(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonObjkeys.
jsonObjlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonObjlen.
jsonObjlen(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonObjlen.
jsonParam(String, SchemaBuilder) - Static method in class io.vertx.reactivex.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(JsonParser) - Constructor for class io.vertx.reactivex.core.parsetools.JsonParser
 
JsonParser(Object) - Constructor for class io.vertx.reactivex.core.parsetools.JsonParser
 
JsonPointer - Class in io.vertx.reactivex.core.json.pointer
Implementation of RFC6901 Json Pointers.
JsonPointer(JsonPointer) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointer
 
JsonPointer(Object) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointer
 
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(JsonPointerIterator) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
JsonPointerIterator(Object) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
jsonResp(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonResp.
jsonResp(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonResp.
JsonSchema - Class in io.vertx.reactivex.json.schema
A Json-Schema holder.
JsonSchema(JsonSchema) - Constructor for class io.vertx.reactivex.json.schema.JsonSchema
 
JsonSchema(Object) - Constructor for class io.vertx.reactivex.json.schema.JsonSchema
 
jsonSet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonSet.
jsonSet(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonSet.
jsonStrappend(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonStrappend.
jsonStrappend(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonStrappend.
jsonStream(JsonParser) - Static method in class io.vertx.reactivex.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 jsonStrlen.
jsonStrlen(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonStrlen.
jsonToggle(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonToggle.
jsonToggle(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonToggle.
jsonType(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonType.
jsonType(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonType.
jWKSet() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
jWKSet(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.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(JWTAuth) - Constructor for class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
JWTAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
JWTAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
JWTAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
JWTAuthorization - Class in io.vertx.reactivex.ext.auth.jwt.authorization
Implementation of the JWT authorization provider.
JWTAuthorization(JWTAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
JWTAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 

K

KafkaAdminClient - Class in io.vertx.reactivex.kafka.admin
Vert.x Kafka Admin client implementation
KafkaAdminClient(KafkaAdminClient) - Constructor for class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
KafkaAdminClient(Object) - Constructor for class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
KafkaConsumer<K,​V> - Class in io.vertx.reactivex.kafka.client.consumer
Vert.x Kafka consumer.
KafkaConsumer(KafkaConsumer) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
KafkaConsumer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
KafkaConsumerRecord<K,​V> - Class in io.vertx.reactivex.kafka.client.consumer
Vert.x Kafka consumer record
KafkaConsumerRecord(KafkaConsumerRecord) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
KafkaConsumerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
KafkaConsumerRecords<K,​V> - Class in io.vertx.reactivex.kafka.client.consumer
Vert.x Kafka consumer records
KafkaConsumerRecords(KafkaConsumerRecords) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
KafkaConsumerRecords(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
KafkaHeader - Class in io.vertx.reactivex.kafka.client.producer
Vert.x Kafka producer record header.
KafkaHeader(KafkaHeader) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
KafkaHeader(Object) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
KafkaProducer<K,​V> - Class in io.vertx.reactivex.kafka.client.producer
Vert.x Kafka producer.
KafkaProducer(KafkaProducer) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
KafkaProducer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
KafkaProducerRecord<K,​V> - Class in io.vertx.reactivex.kafka.client.producer
Vert.x Kafka producer record.
KafkaProducerRecord(KafkaProducerRecord) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
KafkaProducerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
KEEP_ALIVE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
keep-alive header value
keepAliveTimeSeconds() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
key() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
key() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
key() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
key(String, Vertx) - Static method in class io.vertx.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.
keyCertOptions() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Provides the KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath()
KeycloakAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Keycloak.
KeycloakAuth(KeycloakAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
KeycloakAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
KeycloakAuthorization - Class in io.vertx.reactivex.ext.auth.oauth2.authorization
Implementation of the Keycloak Authorization Provider.
KeycloakAuthorization(KeycloakAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
KeycloakAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
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.
keys() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get the keys of the map, asynchronously.
keys(Handler<AsyncResult<Set<K>>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get the keys of the map, asynchronously.
keys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command keys.
keys(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command keys.
KEYS - Static variable in class io.vertx.reactivex.redis.client.Command
 

L

label(String) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
Configure the label value to be shown in the authenticator URL.
LanguageHeader - Class in io.vertx.reactivex.ext.web
A parsed language header.
LanguageHeader(LanguageHeader) - Constructor for class io.vertx.reactivex.ext.web.LanguageHeader
 
LanguageHeader(Object) - Constructor for class io.vertx.reactivex.ext.web.LanguageHeader
 
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_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_MODIFIED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Last-Modified header name
lastAccessed() - Method in class io.vertx.reactivex.ext.web.Session
 
lastAccessedTime() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
lastAccessTime() - Method in class io.vertx.reactivex.core.file.FileProps
The date the file was last accessed
lastMessageId() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
lastModified(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the Last-Modified date using a String.
lastModified(Instant) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the Last-Modified date using a Instant.
lastModifiedTime() - Method in class io.vertx.reactivex.core.file.FileProps
The date the file was last modified
lastsave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lastsave.
lastsave(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lastsave.
LASTSAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
lastStopped() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
latency(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command latency.
latency(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command latency.
LATENCY - Static variable in class io.vertx.reactivex.redis.client.Command
 
lcs(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lcs.
lcs(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lcs.
LCS - Static variable in class io.vertx.reactivex.redis.client.Command
 
LdapAuthentication - Class in io.vertx.reactivex.ext.auth.ldap
Factory interface for creating a LDAP AuthenticationProvider.
LdapAuthentication(LdapAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
LdapAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
leaderStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
leaderStatus(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
length() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
length() - Method in class io.vertx.reactivex.ext.web.RequestBody
Returns the total length of the body buffer.
lindex(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lindex.
lindex(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lindex.
LINDEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
line() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
linearDelay(long, long) - Static method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
Create a linear delay retry policy.
lineTokens() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
link(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
link(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linkBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
LinkedInAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for LinkedIn.
LinkedInAuth(LinkedInAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
LinkedInAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
linsert(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command linsert.
linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command linsert.
LINSERT - Static variable in class io.vertx.reactivex.redis.client.Command
 
listAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
listAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
listConsumerGroups() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
listConsumerGroups(Handler<AsyncResult<List<ConsumerGroupListing>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
listen() - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
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(int) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
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, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(int, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
listen(int, 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
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int, String) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
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 It ignores any options specified through the constructor
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Start listening on the given port and host.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, String, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, String, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen(int, String, Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
listen(Handler<ConfigChange>) - Method in class io.vertx.reactivex.config.ConfigRetriever
Registers a listener receiving configuration changes.
listen(Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen(Handler<AsyncResult<StompServer>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listen(Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listen(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
listen(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
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(SocketAddress, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
listen(SocketAddress, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, 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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listEvents() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEvents(Handler<AsyncResult<EventList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEventsWithOptions(EventListOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listEventsWithOptions(EventListOptions, Handler<AsyncResult<EventList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listIndexes(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get all the indexes in this collection.
listIndexes(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get all the indexes in this collection.
listNodeSessions(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessions(String, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listSessions() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions
listSessions(Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions
listSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listSessionsWithOptions(BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listTopics() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
listTopics(Handler<AsyncResult<Set<String>>>) - Method in class io.vertx.reactivex.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(LiveAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
LiveAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
llen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command llen.
llen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command llen.
LLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
lmove(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lmove.
lmove(String, String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lmove.
LMOVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
lmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lmpop.
lmpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lmpop.
LMPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
load() - Static method in class io.vertx.reactivex.ext.auth.HashingStrategy
Factory method to load the algorithms from the system
localAddress() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
localAddress() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
localAddress() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
localAddress() - Method in class io.vertx.reactivex.core.http.WebSocket
 
localAddress() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
localAddress() - Method in class io.vertx.reactivex.core.net.NetSocket
 
localAddress() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Return the local address for this socket
localAddress() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
localAddress(boolean) - Method in class io.vertx.reactivex.core.http.HttpConnection
Like HttpConnection.localAddress() ()} but returns the server local address when real is true
localAddress(boolean) - Method in class io.vertx.reactivex.core.net.NetSocket
Like NetSocket.localAddress() ()} but returns the server local address when real is true
localChecks() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localChecks(Handler<AsyncResult<List<Check>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localConsumer(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
localConsumer(String, Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
locale(Function<ApolloWSMessage, Locale>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
locale(Function<RoutingContext, Locale>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Deprecated.
LocalMap<K,​V> - Class in io.vertx.reactivex.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap(LocalMap) - Constructor for class io.vertx.reactivex.core.shareddata.LocalMap
 
LocalMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.core.shareddata.LocalMap
 
localServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns list of services registered with the local agent.
localServices(Handler<AsyncResult<List<Service>>>) - Method in class io.vertx.reactivex.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(LocalSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
LocalSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
LOCATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Location header name
lock() - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.lock(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.file.AsyncFileLock>>) but the handler will be called when the operation is complete or if an error occurs.
lock(long, long, boolean) - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.lock(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.file.AsyncFileLock>>) but the handler will be called when the operation is complete or if an error occurs.
lock(long, long, boolean, Handler<AsyncResult<AsyncFileLock>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.lock(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.file.AsyncFileLock>>) but the handler will be called when the operation is complete or if an error occurs.
lock(Handler<AsyncResult<AsyncFileLock>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.lock(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.file.AsyncFileLock>>) but the handler will be called when the operation is complete or if an error occurs.
Lock - Class in io.vertx.reactivex.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
Lock(Lock) - Constructor for class io.vertx.reactivex.core.shareddata.Lock
 
Lock(Object) - Constructor for class io.vertx.reactivex.core.shareddata.Lock
 
LoggerFormatter - Class in io.vertx.reactivex.ext.web.handler
Implement to format the output of the LoggerHandler
LoggerFormatter(LoggerFormatter) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerFormatter
 
LoggerFormatter(Object) - Constructor for class io.vertx.reactivex.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(LoggerHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
LoggerHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
lolwut(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lolwut.
lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lolwut.
LOLWUT - Static variable in class io.vertx.reactivex.redis.client.Command
 
longValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
lookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup4(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup4(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup6(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookup6(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpop.
lpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpop.
LPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
lpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpos.
lpos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpos.
LPOS - Static variable in class io.vertx.reactivex.redis.client.Command
 
lprops(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpropsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
lpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpush.
lpush(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpush.
LPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
lpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpushx.
lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpushx.
LPUSHX - Static variable in class io.vertx.reactivex.redis.client.Command
 
lrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrange.
lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrange.
LRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
lrem(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrem.
lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrem.
LREM - Static variable in class io.vertx.reactivex.redis.client.Command
 
lset(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lset.
lset(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lset.
LSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
ltrim(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ltrim.
ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ltrim.
LTRIM - Static variable in class io.vertx.reactivex.redis.client.Command
 

M

MailAttachment - Class in io.vertx.reactivex.ext.mail
Represent a mail attachment that can be used in a MailMessage.
MailAttachment(MailAttachment) - Constructor for class io.vertx.reactivex.ext.mail.MailAttachment
 
MailAttachment(Object) - Constructor for class io.vertx.reactivex.ext.mail.MailAttachment
 
MailchimpAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Mailchimp.
MailchimpAuth(MailchimpAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
MailchimpAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
MailClient - Class in io.vertx.reactivex.ext.mail
SMTP mail client for Vert.x
MailClient(MailClient) - Constructor for class io.vertx.reactivex.ext.mail.MailClient
 
MailClient(Object) - Constructor for class io.vertx.reactivex.ext.mail.MailClient
 
maintenanceService(MaintenanceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Places a given service into "maintenance mode"
maintenanceService(MaintenanceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Places a given service into "maintenance mode"
majorVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
map(Row) - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
Build a T representation of the given row
map(Function<Integer, String>, int, T) - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
The internal mapper contract that builds a tuple.
mapFrom(TupleMapper<T>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Set a parameters user defined mapping function.
mapFrom(Class<T>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Set a parameters user defined class mapping.
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.
mapping(Function<Row, U>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Use the specified mapper for mapping Row to .
mapping(Function<Row, U>) - Method in class io.vertx.reactivex.sqlclient.Query
Use the specified mapper for mapping Row to .
mapTo(TypeReference<T>) - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(RowMapper<U>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Set a row user defined mapping function.
mapTo(Class<T>) - Method in class io.vertx.reactivex.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.
marshaller(MethodDescriptor.Marshaller<T>) - Static method in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
match(AuthorizationContext) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
this methods verifies whether or not the authorization match the specified context.
match(User) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
this methods verifies whether or not the authorization match the specified user.
matches(String) - Method in class io.vertx.reactivex.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
maxAgeSeconds(int) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Set how long the browser should cache the information
maxRecordSize(int) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Set the maximum allowed size for a record when using the delimited mode.
MaybeHelper - Class in io.vertx.reactivex.core
 
MaybeHelper() - Constructor for class io.vertx.reactivex.core.MaybeHelper
 
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.
mediaType() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
memory(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command memory.
memory(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command memory.
MEMORY - Static variable in class io.vertx.reactivex.redis.client.Command
 
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(RequestParameter) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
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.client.predicate.ResponsePredicateResult
The failure message.
message() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Deprecated.
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(String, Buffer) - Static method in class io.vertx.reactivex.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
Message(Message) - Constructor for class io.vertx.reactivex.core.eventbus.Message
 
Message(Message) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
 
Message(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
 
Message(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.Message
 
MessageConsumer<T> - Class in io.vertx.reactivex.core.eventbus
An event bus consumer object representing a stream of message to an EventBus address that can be read from.
MessageConsumer(MessageConsumer) - Constructor for class io.vertx.reactivex.core.eventbus.MessageConsumer
 
MessageConsumer(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.MessageConsumer
 
messageCount() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
messageCount(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageCount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageHandler(Handler<ApolloWSMessage>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
messageHandler(Handler<Message>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
Customize the message .
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
 
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
 
MessageProducer<T> - Class in io.vertx.reactivex.core.eventbus
Represents a stream of message that can be written to.
MessageProducer(MessageProducer) - Constructor for class io.vertx.reactivex.core.eventbus.MessageProducer
 
MessageProducer(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.MessageProducer
 
MessageSource - Class in io.vertx.reactivex.servicediscovery.types
Service type for data producer.
MessageSource(MessageSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.MessageSource
 
MessageSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.MessageSource
 
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(Handler<AsyncResult<Metadata>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Get for the session.
metaDataService() - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Getter to the instance FIDO2 Meta Data Service.
MetaDataService - Class in io.vertx.reactivex.ext.auth.webauthn
Factory interface for creating FIDO2 MetaDataService.
MetaDataService(MetaDataService) - Constructor for class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
MetaDataService(Object) - Constructor for class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
method() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
method() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
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.
methodName() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
methodName(String) - Method in class io.vertx.reactivex.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(MethodOverrideHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
MethodOverrideHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
methods() - Method in class io.vertx.reactivex.ext.web.Route
 
metricsNames() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
metricsNames() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
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 from MetricsService in the vertx-dropwizard-metrics module.
MetricsService(MetricsService) - Constructor for class io.vertx.reactivex.ext.dropwizard.MetricsService
 
MetricsService(MetricsService) - Constructor for class io.vertx.reactivex.micrometer.MetricsService
 
MetricsService(Object) - Constructor for class io.vertx.reactivex.ext.dropwizard.MetricsService
 
MetricsService(Object) - Constructor for class io.vertx.reactivex.micrometer.MetricsService
 
mget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mget.
mget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mget.
MGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
MicroProfileAuthorization - Class in io.vertx.reactivex.ext.auth.jwt.authorization
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
MicroProfileAuthorization(MicroProfileAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
MicroProfileAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
migrate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command migrate.
migrate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command migrate.
MIGRATE - Static variable in class io.vertx.reactivex.redis.client.Command
 
MIMEHeader - Class in io.vertx.reactivex.ext.web
 
MIMEHeader(MIMEHeader) - Constructor for class io.vertx.reactivex.ext.web.MIMEHeader
 
MIMEHeader(Object) - Constructor for class io.vertx.reactivex.ext.web.MIMEHeader
 
minorVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
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.
mkdir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
mkdirBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
mkdirsBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
mode() - Static method in class io.vertx.reactivex.ext.web.common.WebEnvironment
The current mode from the system properties with fallback to environment variables
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.
modifiedHandler(Handler<Router>) - Method in class io.vertx.reactivex.ext.web.Router
When a Router routes are changed this handler is notified.
module(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command module.
module(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command module.
MODULE - Static variable in class io.vertx.reactivex.redis.client.Command
 
MongoAuth - Class in io.vertx.reactivex.ext.auth.mongo
An extension of AuthProvider which is using as store
MongoAuth(MongoAuth) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
MongoAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
MongoAuthentication - Class in io.vertx.reactivex.ext.auth.mongo
An extension of AuthProvider which is using as store
MongoAuthentication(MongoAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
MongoAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
MongoAuthorization - Class in io.vertx.reactivex.ext.auth.mongo
An extension of AuthProvider which is using as store
MongoAuthorization(MongoAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
MongoAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
MongoClient - Class in io.vertx.reactivex.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient(MongoClient) - Constructor for class io.vertx.reactivex.ext.mongo.MongoClient
 
MongoClient(Object) - Constructor for class io.vertx.reactivex.ext.mongo.MongoClient
 
MongoDataSource - Class in io.vertx.reactivex.servicediscovery.types
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
MongoDataSource(MongoDataSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
MongoDataSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
MongoGridFsClient - Class in io.vertx.reactivex.ext.mongo
 
MongoGridFsClient(MongoGridFsClient) - Constructor for class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
MongoGridFsClient(Object) - Constructor for class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
MongoUserUtil - Class in io.vertx.reactivex.ext.auth.mongo
Utility to create users/roles/permissions.
MongoUserUtil(MongoUserUtil) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
MongoUserUtil(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
monitor() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command monitor.
monitor(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command monitor.
MONITOR - Static variable in class io.vertx.reactivex.redis.client.Command
 
moreResults() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Request for more results if available
mountOperationToEventBus(String, String) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountPoint() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
mountServiceFromTag(String, String) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountServicesFromExtensions() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountServicesFromExtensions() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Introspect the OpenAPI spec to mount handlers for all operations that specifies a x-vertx-event-bus annotation.
mountSubRouter(String, Router) - Method in class io.vertx.reactivex.ext.web.Router
Deprecated.
move(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command move.
move(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command move.
move(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
MOVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
moveBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
MqttClient - Class in io.vertx.reactivex.mqtt
An MQTT client
MqttClient(MqttClient) - Constructor for class io.vertx.reactivex.mqtt.MqttClient
 
MqttClient(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttClient
 
MqttConnAckMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT CONNACK message
MqttConnAckMessage(MqttConnAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
MqttConnAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
MqttDisconnectMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT CONNACK message
MqttDisconnectMessage(MqttDisconnectMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
 
MqttDisconnectMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
 
MqttEndpoint - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttEndpoint
 
MqttMessage - Interface in io.vertx.reactivex.mqtt.messages
Represent the interface for each MQTT message
MqttPubAckMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT PUBACK message
MqttPubAckMessage(MqttPubAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
 
MqttPubAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
 
MqttPubCompMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT PUBCOMP message
MqttPubCompMessage(MqttPubCompMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
 
MqttPubCompMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
 
MqttPublishMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT PUBLISH message
MqttPublishMessage(MqttPublishMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
MqttPublishMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
MqttPubRecMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT PUBREC message
MqttPubRecMessage(MqttPubRecMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
 
MqttPubRecMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
 
MqttPubRelMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT PUBREL message
MqttPubRelMessage(MqttPubRelMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
 
MqttPubRelMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
 
MqttServer - Class in io.vertx.reactivex.mqtt
An MQTT server
MqttServer(MqttServer) - Constructor for class io.vertx.reactivex.mqtt.MqttServer
 
MqttServer(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttServer
 
MqttSubAckMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT SUBACK message
MqttSubAckMessage(MqttSubAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
MqttSubAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
MqttSubscribeMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT SUBSCRIBE message
MqttSubscribeMessage(MqttSubscribeMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
MqttSubscribeMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
MqttTopicSubscription - Class in io.vertx.reactivex.mqtt
Represents a subscription to a topic
MqttTopicSubscription(MqttTopicSubscription) - Constructor for class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
MqttTopicSubscription(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
MqttUnsubscribeMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT UNSUBSCRIBE message
MqttUnsubscribeMessage(MqttUnsubscribeMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
MqttUnsubscribeMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
mset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mset.
mset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mset.
MSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
msetnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command msetnx.
msetnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command msetnx.
MSETNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
MSSQLConnection - Class in io.vertx.reactivex.mssqlclient
A connection to Microsoft SQL Server.
MSSQLConnection(MSSQLConnection) - Constructor for class io.vertx.reactivex.mssqlclient.MSSQLConnection
 
MSSQLConnection(Object) - Constructor for class io.vertx.reactivex.mssqlclient.MSSQLConnection
 
MSSQLPool - Class in io.vertx.reactivex.mssqlclient
MSSQLPool(MSSQLPool) - Constructor for class io.vertx.reactivex.mssqlclient.MSSQLPool
 
MSSQLPool(Object) - Constructor for class io.vertx.reactivex.mssqlclient.MSSQLPool
 
multi() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command multi.
multi(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command multi.
MULTI - Static variable in class io.vertx.reactivex.redis.client.Command
 
MultiMap - Class in io.vertx.reactivex.core
This class represents a MultiMap of String keys to a List of String values.
MultiMap(MultiMap) - Constructor for class io.vertx.reactivex.core.MultiMap
 
MultiMap(Object) - Constructor for class io.vertx.reactivex.core.MultiMap
 
multipartFileUploadExists(String, String) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
Generate request predicate that checks if a particular multipart file upload with propertyName and matching contentTypePattern exists
MultipartForm - Class in io.vertx.reactivex.ext.web.multipart
A multipart form.
MultipartForm(MultipartForm) - Constructor for class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
MultipartForm(Object) - Constructor for class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
multipartFormData(ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
Create a form multipart/form-data processor
multipartMixed() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
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.
MultiTenantHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which selectively executes another handler if a precondition is met.
MultiTenantHandler(MultiTenantHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
MultiTenantHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
MVELTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.mvel
A template engine that uses the Handlebars library.
MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
MVELTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
MxRecord - Class in io.vertx.reactivex.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord(MxRecord) - Constructor for class io.vertx.reactivex.core.dns.MxRecord
 
MxRecord(Object) - Constructor for class io.vertx.reactivex.core.dns.MxRecord
 
MySQLClient - Class in io.vertx.reactivex.mysqlclient
An interface to define MySQL specific constants or behaviors.
MySQLClient(MySQLClient) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLClient
 
MySQLClient(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLClient
 
MySQLConnection - Class in io.vertx.reactivex.mysqlclient
An interface which represents a connection to MySQL server.
MySQLConnection(MySQLConnection) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLConnection
 
MySQLConnection(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLConnection
 
MySQLPool - Class in io.vertx.reactivex.mysqlclient
MySQLPool(MySQLPool) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLPool
 
MySQLPool(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLPool
 

N

nack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a NACK frame.
nack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(String, String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nackHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
name() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
name() - Method in class io.vertx.reactivex.core.dns.MxRecord
The name of the MX record
name() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
name() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
name() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
name() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
The test description, may be null if none was provided.
name() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
name() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
name() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
name() - Method in class io.vertx.reactivex.grpc.common.ServiceName
 
name() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
name() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
names() - Method in class io.vertx.reactivex.core.MultiMap
Gets a immutable Set of all names
names() - Method in class io.vertx.reactivex.uritemplate.Variables
 
needsSeparator() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
Should the encoded string use the default separator to split fields.
NetClient - Class in io.vertx.reactivex.core.net
A TCP client.
NetClient(NetClient) - Constructor for class io.vertx.reactivex.core.net.NetClient
 
NetClient(Object) - Constructor for class io.vertx.reactivex.core.net.NetClient
 
NetServer - Class in io.vertx.reactivex.core.net
Represents a TCP server
NetServer(NetServer) - Constructor for class io.vertx.reactivex.core.net.NetServer
 
NetServer(Object) - Constructor for class io.vertx.reactivex.core.net.NetServer
 
netSocket() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
NetSocket - Class in io.vertx.reactivex.core.net
Represents a socket-like interface to a TCP connection on either the client or the server side.
NetSocket(NetSocket) - Constructor for class io.vertx.reactivex.core.net.NetSocket
 
NetSocket(Object) - Constructor for class io.vertx.reactivex.core.net.NetSocket
 
nettyEventLoopGroup() - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
newArrayParser(ValueParser<String>) - Method in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
 
newDelimited(Buffer) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the Buffer delim.
newDelimited(Buffer, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(Buffer, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>) but set the output that will receive whole records which have been parsed.
newDelimited(Buffer, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(String) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 .
newDelimited(String, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(String, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>) but set the output that will receive whole records which have been parsed.
newDelimited(String, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newFixed(int) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newFixed(int, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newFixed(int, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but set the output that will receive whole records which have been parsed.
newFixed(int, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newInstance(AmqpClient) - Static method in class io.vertx.reactivex.amqp.AmqpClient
 
newInstance(AmqpConnection) - Static method in class io.vertx.reactivex.amqp.AmqpConnection
 
newInstance(AmqpMessage) - Static method in class io.vertx.reactivex.amqp.AmqpMessage
 
newInstance(AmqpMessageBuilder) - Static method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
newInstance(AmqpReceiver) - Static method in class io.vertx.reactivex.amqp.AmqpReceiver
 
newInstance(AmqpSender) - Static method in class io.vertx.reactivex.amqp.AmqpSender
 
newInstance(CassandraClient) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
 
newInstance(CassandraRowStream) - Static method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
newInstance(ResultSet) - Static method in class io.vertx.reactivex.cassandra.ResultSet
 
newInstance(CircuitBreaker) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
newInstance(HystrixMetricHandler) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
newInstance(RetryPolicy) - Static method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
 
newInstance(ConfigRetriever) - Static method in class io.vertx.reactivex.config.ConfigRetriever
 
newInstance(Buffer) - Static method in class io.vertx.reactivex.core.buffer.Buffer
 
newInstance(CLI) - Static method in class io.vertx.reactivex.core.cli.CLI
 
newInstance(CommandLine) - Static method in class io.vertx.reactivex.core.cli.CommandLine
 
newInstance(Context) - Static method in class io.vertx.reactivex.core.Context
 
newInstance(DatagramPacket) - Static method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
newInstance(DatagramSocket) - Static method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
newInstance(DnsClient) - Static method in class io.vertx.reactivex.core.dns.DnsClient
 
newInstance(MxRecord) - Static method in class io.vertx.reactivex.core.dns.MxRecord
 
newInstance(SrvRecord) - Static method in class io.vertx.reactivex.core.dns.SrvRecord
 
newInstance(DeliveryContext) - Static method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
newInstance(DeliveryContext, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
newInstance(EventBus) - Static method in class io.vertx.reactivex.core.eventbus.EventBus
 
newInstance(Message) - Static method in class io.vertx.reactivex.core.eventbus.Message
 
newInstance(MessageConsumer) - Static method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
newInstance(MessageConsumer, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
newInstance(MessageProducer) - Static method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
newInstance(MessageProducer, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
newInstance(Message, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.Message
 
newInstance(AsyncFile) - Static method in class io.vertx.reactivex.core.file.AsyncFile
 
newInstance(AsyncFileLock) - Static method in class io.vertx.reactivex.core.file.AsyncFileLock
 
newInstance(FileProps) - Static method in class io.vertx.reactivex.core.file.FileProps
 
newInstance(FileSystem) - Static method in class io.vertx.reactivex.core.file.FileSystem
 
newInstance(FileSystemProps) - Static method in class io.vertx.reactivex.core.file.FileSystemProps
 
newInstance(Cookie) - Static method in class io.vertx.reactivex.core.http.Cookie
 
newInstance(HttpClient) - Static method in class io.vertx.reactivex.core.http.HttpClient
 
newInstance(HttpClientRequest) - Static method in class io.vertx.reactivex.core.http.HttpClientRequest
 
newInstance(HttpClientResponse) - Static method in class io.vertx.reactivex.core.http.HttpClientResponse
 
newInstance(HttpConnection) - Static method in class io.vertx.reactivex.core.http.HttpConnection
 
newInstance(HttpFrame) - Static method in class io.vertx.reactivex.core.http.HttpFrame
 
newInstance(HttpHeaders) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
 
newInstance(HttpServer) - Static method in class io.vertx.reactivex.core.http.HttpServer
 
newInstance(HttpServerFileUpload) - Static method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
newInstance(HttpServerRequest) - Static method in class io.vertx.reactivex.core.http.HttpServerRequest
 
newInstance(HttpServerResponse) - Static method in class io.vertx.reactivex.core.http.HttpServerResponse
 
newInstance(ServerWebSocket) - Static method in class io.vertx.reactivex.core.http.ServerWebSocket
 
newInstance(WebSocket) - Static method in class io.vertx.reactivex.core.http.WebSocket
 
newInstance(WebSocketBase) - Static method in interface io.vertx.reactivex.core.http.WebSocketBase
 
newInstance(WebSocketFrame) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
 
newInstance(JsonPointer) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
newInstance(JsonPointerIterator) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
newInstance(Measured) - Static method in interface io.vertx.reactivex.core.metrics.Measured
 
newInstance(MultiMap) - Static method in class io.vertx.reactivex.core.MultiMap
 
newInstance(HostAndPort) - Static method in class io.vertx.reactivex.core.net.HostAndPort
 
newInstance(NetClient) - Static method in class io.vertx.reactivex.core.net.NetClient
 
newInstance(NetServer) - Static method in class io.vertx.reactivex.core.net.NetServer
 
newInstance(NetSocket) - Static method in class io.vertx.reactivex.core.net.NetSocket
 
newInstance(SelfSignedCertificate) - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
newInstance(SocketAddress) - Static method in class io.vertx.reactivex.core.net.SocketAddress
 
newInstance(JsonEvent) - Static method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
newInstance(JsonParser) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
 
newInstance(RecordParser) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
 
newInstance(Promise) - Static method in class io.vertx.reactivex.core.Promise
 
newInstance(Promise, TypeArg<T>) - Static method in class io.vertx.reactivex.core.Promise
 
newInstance(AsyncMap) - Static method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
newInstance(AsyncMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
newInstance(Counter) - Static method in class io.vertx.reactivex.core.shareddata.Counter
 
newInstance(LocalMap) - Static method in class io.vertx.reactivex.core.shareddata.LocalMap
 
newInstance(LocalMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.core.shareddata.LocalMap
 
newInstance(Lock) - Static method in class io.vertx.reactivex.core.shareddata.Lock
 
newInstance(SharedData) - Static method in class io.vertx.reactivex.core.shareddata.SharedData
 
newInstance(Pipe) - Static method in class io.vertx.reactivex.core.streams.Pipe
 
newInstance(Pipe, TypeArg<T>) - Static method in class io.vertx.reactivex.core.streams.Pipe
 
newInstance(Pump) - Static method in class io.vertx.reactivex.core.streams.Pump
 
newInstance(ReadStream) - Static method in interface io.vertx.reactivex.core.streams.ReadStream
 
newInstance(ReadStream, TypeArg<T>) - Static method in interface io.vertx.reactivex.core.streams.ReadStream
 
newInstance(StreamBase) - Static method in interface io.vertx.reactivex.core.streams.StreamBase
 
newInstance(WriteStream) - Static method in interface io.vertx.reactivex.core.streams.WriteStream
 
newInstance(WriteStream, TypeArg<T>) - Static method in interface io.vertx.reactivex.core.streams.WriteStream
 
newInstance(TimeoutStream) - Static method in class io.vertx.reactivex.core.TimeoutStream
 
newInstance(Vertx) - Static method in class io.vertx.reactivex.core.Vertx
 
newInstance(WorkerExecutor) - Static method in class io.vertx.reactivex.core.WorkerExecutor
 
newInstance(DB2Connection) - Static method in class io.vertx.reactivex.db2client.DB2Connection
 
newInstance(DB2Pool) - Static method in class io.vertx.reactivex.db2client.DB2Pool
 
newInstance(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
newInstance(AndAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
newInstance(Authorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
newInstance(AuthorizationContext) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
newInstance(AuthorizationProvider) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
newInstance(Authorizations) - Static method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
newInstance(NotAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
newInstance(OrAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
newInstance(PermissionBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
newInstance(RoleBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
newInstance(WildcardPermissionBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
newInstance(AuthProvider) - Static method in class io.vertx.reactivex.ext.auth.AuthProvider
 
newInstance(ChainAuth) - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
 
newInstance(HashingAlgorithm) - Static method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
newInstance(HashingStrategy) - Static method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
newInstance(HtdigestAuth) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
newInstance(HtpasswdAuth) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
newInstance(JDBCAuth) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
newInstance(JDBCAuthentication) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
newInstance(JDBCAuthorization) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
newInstance(JDBCHashStrategy) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
newInstance(JDBCUserUtil) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
newInstance(JWTAuthorization) - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
newInstance(MicroProfileAuthorization) - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
newInstance(JWTAuth) - Static method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
newInstance(LdapAuthentication) - Static method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
newInstance(HashStrategy) - Static method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
newInstance(MongoAuth) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
newInstance(MongoAuthentication) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
newInstance(MongoAuthorization) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
newInstance(MongoUserUtil) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
newInstance(KeycloakAuthorization) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
newInstance(ScopeAuthorization) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
newInstance(OAuth2Auth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
newInstance(AmazonCognitoAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
newInstance(AzureADAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
newInstance(BoxAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
newInstance(CloudFoundryAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
newInstance(DropboxAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
newInstance(FacebookAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
newInstance(FoursquareAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
newInstance(GiteeAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GiteeAuth
 
newInstance(GithubAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
newInstance(GitLabAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
newInstance(GoogleAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
newInstance(HerokuAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
newInstance(IBMCloudAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
newInstance(InstagramAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
newInstance(KeycloakAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
newInstance(LinkedInAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
newInstance(LiveAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
newInstance(MailchimpAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
newInstance(OpenIDConnectAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
newInstance(SalesforceAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
newInstance(ShopifyAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
newInstance(SoundcloudAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
newInstance(StripeAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
newInstance(TwitterAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
newInstance(HotpAuth) - Static method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
 
newInstance(OtpKeyGenerator) - Static method in class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
 
newInstance(TotpAuth) - Static method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
 
newInstance(PropertyFileAuthentication) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
newInstance(PropertyFileAuthorization) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
newInstance(ShiroAuth) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
newInstance(SqlAuthentication) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
newInstance(SqlAuthorization) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
newInstance(SqlUserUtil) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
newInstance(User) - Static method in class io.vertx.reactivex.ext.auth.User
 
newInstance(VertxContextPRNG) - Static method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
newInstance(MetaDataService) - Static method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
newInstance(WebAuthn) - Static method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
newInstance(BaseBridgeEvent) - Static method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
newInstance(ConsulClient) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
 
newInstance(Watch) - Static method in class io.vertx.reactivex.ext.consul.Watch
 
newInstance(WatchResult) - Static method in class io.vertx.reactivex.ext.consul.WatchResult
 
newInstance(WatchResult, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.consul.WatchResult
 
newInstance(Watch, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.consul.Watch
 
newInstance(MetricsService) - Static method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
newInstance(BridgeEvent) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
newInstance(TcpEventBusBridge) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
newInstance(HealthCheckHandler) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
newInstance(HealthChecks) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
newInstance(JDBCClient) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
newInstance(MailAttachment) - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
 
newInstance(MailClient) - Static method in class io.vertx.reactivex.ext.mail.MailClient
 
newInstance(MongoClient) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
 
newInstance(MongoGridFsClient) - Static method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
newInstance(CliToken) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
newInstance(Completion) - Static method in class io.vertx.reactivex.ext.shell.cli.Completion
 
newInstance(Command) - Static method in class io.vertx.reactivex.ext.shell.command.Command
 
newInstance(CommandBuilder) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
newInstance(CommandProcess) - Static method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
newInstance(CommandRegistry) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
newInstance(CommandResolver) - Static method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
newInstance(Session) - Static method in class io.vertx.reactivex.ext.shell.session.Session
 
newInstance(Shell) - Static method in class io.vertx.reactivex.ext.shell.Shell
 
newInstance(ShellServer) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
 
newInstance(ShellService) - Static method in class io.vertx.reactivex.ext.shell.ShellService
 
newInstance(Job) - Static method in class io.vertx.reactivex.ext.shell.system.Job
 
newInstance(JobController) - Static method in class io.vertx.reactivex.ext.shell.system.JobController
 
newInstance(Process) - Static method in class io.vertx.reactivex.ext.shell.system.Process
 
newInstance(Pty) - Static method in class io.vertx.reactivex.ext.shell.term.Pty
 
newInstance(SignalHandler) - Static method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
newInstance(SockJSTermHandler) - Static method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
newInstance(Term) - Static method in class io.vertx.reactivex.ext.shell.term.Term
 
newInstance(TermServer) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
 
newInstance(Tty) - Static method in class io.vertx.reactivex.ext.shell.term.Tty
 
newInstance(SQLClient) - Static method in class io.vertx.reactivex.ext.sql.SQLClient
 
newInstance(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLConnection
 
newInstance(SQLOperations) - Static method in interface io.vertx.reactivex.ext.sql.SQLOperations
 
newInstance(SQLRowStream) - Static method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
newInstance(Acknowledgement) - Static method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
newInstance(Destination) - Static method in class io.vertx.reactivex.ext.stomp.Destination
 
newInstance(DestinationFactory) - Static method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
newInstance(Frames) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
newInstance(ServerFrame) - Static method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
newInstance(StompClient) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
 
newInstance(StompClientConnection) - Static method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
newInstance(StompServer) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
 
newInstance(StompServerConnection) - Static method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
newInstance(StompServerHandler) - Static method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
newInstance(Async) - Static method in class io.vertx.reactivex.ext.unit.Async
 
newInstance(EventBusCollector) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
newInstance(Completion) - Static method in class io.vertx.reactivex.ext.unit.Completion
 
newInstance(Completion, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.unit.Completion
 
newInstance(Failure) - Static method in class io.vertx.reactivex.ext.unit.report.Failure
 
newInstance(TestCaseReport) - Static method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
newInstance(TestResult) - Static method in class io.vertx.reactivex.ext.unit.report.TestResult
 
newInstance(TestSuiteReport) - Static method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
newInstance(TestCase) - Static method in class io.vertx.reactivex.ext.unit.TestCase
 
newInstance(TestCompletion) - Static method in class io.vertx.reactivex.ext.unit.TestCompletion
 
newInstance(TestContext) - Static method in class io.vertx.reactivex.ext.unit.TestContext
 
newInstance(TestSuite) - Static method in class io.vertx.reactivex.ext.unit.TestSuite
 
newInstance(HTTPOperationRequestValidationHandler) - Static method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
newInstance(OpenAPI3RequestValidationHandler) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
newInstance(OpenAPI3RouterFactory) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
newInstance(RouterFactory) - Static method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
 
newInstance(RequestParameter) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
newInstance(RequestParameters) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
newInstance(ContainerDeserializer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
newInstance(CustomValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
newInstance(HTTPRequestValidationHandler) - Static method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
newInstance(ParameterTypeValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
newInstance(ParameterValidationRule) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
newInstance(ValidationHandler) - Static method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
 
newInstance(CachingWebClient) - Static method in class io.vertx.reactivex.ext.web.client.CachingWebClient
 
newInstance(HttpRequest) - Static method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
newInstance(HttpRequest, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
newInstance(HttpResponse) - Static method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
newInstance(HttpResponse, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
newInstance(OAuth2WebClient) - Static method in class io.vertx.reactivex.ext.web.client.OAuth2WebClient
 
newInstance(ErrorConverter) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
newInstance(ResponsePredicate) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
newInstance(ResponsePredicateResult) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
newInstance(WebClient) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
 
newInstance(WebClientSession) - Static method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
newInstance(BodyCodec) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
newInstance(BodyCodec, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
newInstance(TemplateEngine) - Static method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
newInstance(WebEnvironment) - Static method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
newInstance(FileUpload) - Static method in class io.vertx.reactivex.ext.web.FileUpload
 
newInstance(APIKeyHandler) - Static method in class io.vertx.reactivex.ext.web.handler.APIKeyHandler
 
newInstance(AuthenticationHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
 
newInstance(AuthorizationHandler) - Static method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
newInstance(BasicAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
newInstance(BodyHandler) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
 
newInstance(ChainAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
newInstance(CorsHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
newInstance(CSPHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CSPHandler
 
newInstance(CSRFHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
newInstance(DigestAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
newInstance(ErrorHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
newInstance(FaviconHandler) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
newInstance(FormLoginHandler) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
newInstance(ApolloWSConnectionInitEvent) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
newInstance(ApolloWSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
newInstance(ApolloWSMessage) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
newInstance(VertxBatchLoader) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
newInstance(VertxBatchLoader, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
newInstance(VertxMappedBatchLoader) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
newInstance(VertxMappedBatchLoader, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
newInstance(ExecutionInputBuilderWithContext) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
newInstance(ExecutionInputBuilderWithContext, TypeArg<C>) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
newInstance(GraphiQLHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
newInstance(GraphQLHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
newInstance(VertxDataFetcher) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
newInstance(VertxDataFetcher, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
newInstance(VertxPropertyDataFetcher) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
newInstance(UploadScalar) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
newInstance(ConnectionInitEvent) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
 
newInstance(GraphQLWSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
 
newInstance(Message) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ws.Message
 
newInstance(HSTSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
newInstance(InputTrustHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.InputTrustHandler
 
newInstance(JWTAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
newInstance(LoggerFormatter) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerFormatter
 
newInstance(LoggerHandler) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
newInstance(MethodOverrideHandler) - Static method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
newInstance(MultiTenantHandler) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
newInstance(OAuth2AuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
newInstance(OtpAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
 
newInstance(PlatformHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.PlatformHandler
 
newInstance(ProtocolUpgradeHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.ProtocolUpgradeHandler
 
newInstance(RedirectAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
newInstance(ResponseContentTypeHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
newInstance(ResponseTimeHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
newInstance(SecurityPolicyHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.SecurityPolicyHandler
 
newInstance(SessionHandler) - Static method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
newInstance(SimpleAuthenticationHandler) - Static method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
 
newInstance(BridgeEvent) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
newInstance(SockJSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
newInstance(SockJSSocket) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
newInstance(StaticHandler) - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
 
newInstance(TemplateHandler) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
newInstance(TimeoutHandler) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
newInstance(WebAuthnHandler) - Static method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
newInstance(XFrameHandler) - Static method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
newInstance(LanguageHeader) - Static method in class io.vertx.reactivex.ext.web.LanguageHeader
 
newInstance(MIMEHeader) - Static method in class io.vertx.reactivex.ext.web.MIMEHeader
 
newInstance(FormDataPart) - Static method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
newInstance(MultipartForm) - Static method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
newInstance(OpenAPIHolder) - Static method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
newInstance(Operation) - Static method in class io.vertx.reactivex.ext.web.openapi.Operation
 
newInstance(RouterBuilder) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
newInstance(SecurityScheme) - Static method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
newInstance(ParsedHeaderValue) - Static method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
 
newInstance(ParsedHeaderValues) - Static method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
newInstance(RequestBody) - Static method in class io.vertx.reactivex.ext.web.RequestBody
 
newInstance(Route) - Static method in class io.vertx.reactivex.ext.web.Route
 
newInstance(Router) - Static method in class io.vertx.reactivex.ext.web.Router
 
newInstance(RoutingContext) - Static method in class io.vertx.reactivex.ext.web.RoutingContext
 
newInstance(Session) - Static method in class io.vertx.reactivex.ext.web.Session
 
newInstance(ClusteredSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
newInstance(CookieSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.cookie.CookieSessionStore
 
newInstance(InfinispanSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
 
newInstance(LocalSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
newInstance(RedisSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
 
newInstance(SessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
 
newInstance(FreeMarkerTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
newInstance(JadeTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
newInstance(MVELTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
newInstance(PebbleTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
newInstance(RockerTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
newInstance(ArrayParserFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
 
newInstance(Bodies) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
 
newInstance(BodyProcessorFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.BodyProcessorFactory
 
newInstance(ObjectParserFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
 
newInstance(ParameterProcessorFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
 
newInstance(Parameters) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
 
newInstance(Parsers) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parsers
 
newInstance(StyledParameterProcessorFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
 
newInstance(TupleParserFactory) - Static method in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
 
newInstance(ValidationHandlerBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
newInstance(RequestParameter) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
newInstance(RequestParameters) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameters
 
newInstance(RequestPredicate) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
newInstance(RequestPredicateResult) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
newInstance(ValidationHandler) - Static method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
newInstance(GrpcClient) - Static method in class io.vertx.reactivex.grpc.client.GrpcClient
 
newInstance(GrpcClientRequest) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
newInstance(GrpcClientRequest, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
newInstance(GrpcClientResponse) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
newInstance(GrpcClientResponse, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
newInstance(GrpcMessage) - Static method in class io.vertx.reactivex.grpc.common.GrpcMessage
 
newInstance(GrpcMessageDecoder) - Static method in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
newInstance(GrpcMessageDecoder, TypeArg<T>) - Static method in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
newInstance(GrpcMessageEncoder) - Static method in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
newInstance(GrpcMessageEncoder, TypeArg<T>) - Static method in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
newInstance(GrpcReadStream) - Static method in class io.vertx.reactivex.grpc.common.GrpcReadStream
 
newInstance(GrpcReadStream, TypeArg<T>) - Static method in class io.vertx.reactivex.grpc.common.GrpcReadStream
 
newInstance(GrpcWriteStream) - Static method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
 
newInstance(GrpcWriteStream, TypeArg<T>) - Static method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
 
newInstance(ServiceName) - Static method in class io.vertx.reactivex.grpc.common.ServiceName
 
newInstance(GrpcServer) - Static method in class io.vertx.reactivex.grpc.server.GrpcServer
 
newInstance(GrpcServerRequest) - Static method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
newInstance(GrpcServerRequest, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
newInstance(GrpcServerResponse) - Static method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
 
newInstance(GrpcServerResponse, TypeArg<Req>, TypeArg<Resp>) - Static method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
 
newInstance(JDBCPool) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
 
newInstance(SqlOutParam) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
newInstance(JsonSchema) - Static method in class io.vertx.reactivex.json.schema.JsonSchema
 
newInstance(Ref) - Static method in class io.vertx.reactivex.json.schema.Ref
 
newInstance(Schema) - Static method in class io.vertx.reactivex.json.schema.Schema
 
newInstance(SchemaParser) - Static method in class io.vertx.reactivex.json.schema.SchemaParser
 
newInstance(SchemaRepository) - Static method in class io.vertx.reactivex.json.schema.SchemaRepository
 
newInstance(SchemaRouter) - Static method in class io.vertx.reactivex.json.schema.SchemaRouter
 
newInstance(Validator) - Static method in class io.vertx.reactivex.json.schema.Validator
 
newInstance(KafkaAdminClient) - Static method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
newInstance(KafkaConsumer) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
newInstance(KafkaConsumerRecord) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
newInstance(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
newInstance(KafkaConsumerRecords) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
newInstance(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
newInstance(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
newInstance(KafkaHeader) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
newInstance(KafkaProducer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
newInstance(KafkaProducerRecord) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
newInstance(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
newInstance(KafkaProducer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
newInstance(MetricsService) - Static method in class io.vertx.reactivex.micrometer.MetricsService
 
newInstance(PrometheusScrapingHandler) - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
newInstance(MqttConnAckMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
newInstance(MqttDisconnectMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttDisconnectMessage
 
newInstance(MqttMessage) - Static method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
 
newInstance(MqttPubAckMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubAckMessage
 
newInstance(MqttPubCompMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubCompMessage
 
newInstance(MqttPublishMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
newInstance(MqttPubRecMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubRecMessage
 
newInstance(MqttPubRelMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPubRelMessage
 
newInstance(MqttSubAckMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
newInstance(MqttSubscribeMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
newInstance(MqttUnsubscribeMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
newInstance(MqttClient) - Static method in class io.vertx.reactivex.mqtt.MqttClient
 
newInstance(MqttEndpoint) - Static method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
newInstance(MqttServer) - Static method in class io.vertx.reactivex.mqtt.MqttServer
 
newInstance(MqttTopicSubscription) - Static method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
newInstance(MSSQLConnection) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
 
newInstance(MSSQLPool) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
newInstance(MySQLClient) - Static method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
newInstance(MySQLConnection) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
newInstance(MySQLPool) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
newInstance(OracleClient) - Static method in class io.vertx.reactivex.oracleclient.OracleClient
 
newInstance(OracleConnection) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
 
newInstance(OraclePool) - Static method in class io.vertx.reactivex.oracleclient.OraclePool
 
newInstance(PgConnection) - Static method in class io.vertx.reactivex.pgclient.PgConnection
 
newInstance(PgPool) - Static method in class io.vertx.reactivex.pgclient.PgPool
 
newInstance(PgChannel) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
newInstance(PgSubscriber) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
newInstance(RabbitMQClient) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
newInstance(RabbitMQConsumer) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
newInstance(RabbitMQMessage) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
newInstance(RabbitMQPublisher) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
newInstance(Command) - Static method in class io.vertx.reactivex.redis.client.Command
 
newInstance(Redis) - Static method in class io.vertx.reactivex.redis.client.Redis
 
newInstance(RedisAPI) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
 
newInstance(RedisConnection) - Static method in class io.vertx.reactivex.redis.client.RedisConnection
 
newInstance(Request) - Static method in class io.vertx.reactivex.redis.client.Request
 
newInstance(Response) - Static method in class io.vertx.reactivex.redis.client.Response
 
newInstance(ServiceDiscovery) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
newInstance(ServiceReference) - Static method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
newInstance(ServiceExporter) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
newInstance(ServiceImporter) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
newInstance(ServicePublisher) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
newInstance(EventBusService) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
newInstance(HttpEndpoint) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
newInstance(JDBCDataSource) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
newInstance(MessageSource) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
newInstance(MongoDataSource) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
newInstance(RedisDataSource) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
newInstance(Cursor) - Static method in class io.vertx.reactivex.sqlclient.Cursor
 
newInstance(ColumnDescriptor) - Static method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
newInstance(Pool) - Static method in class io.vertx.reactivex.sqlclient.Pool
 
newInstance(PreparedQuery) - Static method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
newInstance(PreparedQuery, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
newInstance(PreparedStatement) - Static method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
newInstance(PropertyKind) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
 
newInstance(PropertyKind, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
 
newInstance(Query) - Static method in class io.vertx.reactivex.sqlclient.Query
 
newInstance(Query, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.Query
 
newInstance(Row) - Static method in class io.vertx.reactivex.sqlclient.Row
 
newInstance(RowIterator) - Static method in class io.vertx.reactivex.sqlclient.RowIterator
 
newInstance(RowIterator, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.RowIterator
 
newInstance(RowSet) - Static method in class io.vertx.reactivex.sqlclient.RowSet
 
newInstance(RowSet, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.RowSet
 
newInstance(RowStream) - Static method in class io.vertx.reactivex.sqlclient.RowStream
 
newInstance(RowStream, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.RowStream
 
newInstance(DatabaseMetadata) - Static method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
newInstance(SqlClient) - Static method in class io.vertx.reactivex.sqlclient.SqlClient
 
newInstance(SqlConnection) - Static method in class io.vertx.reactivex.sqlclient.SqlConnection
 
newInstance(SqlResult) - Static method in class io.vertx.reactivex.sqlclient.SqlResult
 
newInstance(SqlResult, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.SqlResult
 
newInstance(RowMapper) - Static method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
newInstance(RowMapper, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
newInstance(SqlTemplate) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
newInstance(SqlTemplate, TypeArg<I>, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
newInstance(TupleMapper) - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
newInstance(TupleMapper, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
newInstance(Transaction) - Static method in class io.vertx.reactivex.sqlclient.Transaction
 
newInstance(Tuple) - Static method in class io.vertx.reactivex.sqlclient.Tuple
 
newInstance(UriTemplate) - Static method in class io.vertx.reactivex.uritemplate.UriTemplate
 
newInstance(Variables) - Static method in class io.vertx.reactivex.uritemplate.Variables
 
newParser() - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
Create a new JsonParser instance.
newSession(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Create a new session
newTupleParser(List<ValueParser<String>>, ValueParser<String>) - Method in class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
 
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.
nextBoolean() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random boolean
nextBytes(byte[]) - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Fills the given byte array with random bytes.
nextDouble() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random double value.
nextFloat() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random float value.
nextGaussian() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random double value.
nextInt() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random int
nextInt(int) - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random int, between 0 (inclusive) and the specified bound (exclusive).
nextLong() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random long
nextResult() - Method in class io.vertx.reactivex.ext.consul.WatchResult
The next result of the operation.
nextString(int) - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a Base64 url encoded String of random data with the given length.
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.
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.
none() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
normalisedPath() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
normalizedPath() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Return the normalized path for the request.
NotAuthorization - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
noticeHandler(Handler<PgNotice>) - Method in class io.vertx.reactivex.pgclient.PgConnection
Set a handler called when the connection receives a notice from the server.
notificationHandler(Handler<PgNotification>) - Method in class io.vertx.reactivex.pgclient.PgConnection
Set a handler called when the connection receives notification on a channel.
nullArg() - Method in class io.vertx.reactivex.redis.client.Request
Deprecated.
numberOfSubscriptions() - Method in class io.vertx.reactivex.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.
numberPumped() - Method in class io.vertx.reactivex.core.streams.Pump
Return the total number of items pumped by this pump.

O

OAuth2Auth - Class in io.vertx.reactivex.ext.auth.oauth2
Factory interface for creating OAuth2 based AuthenticationProvider instances.
OAuth2Auth(OAuth2Auth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
OAuth2Auth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
OAuth2AuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides OAuth2 Authentication support.
OAuth2AuthHandler(OAuth2AuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
OAuth2AuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
OAuth2WebClient - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.web.client.OAuth2WebClient
 
object(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command object.
object(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command object.
OBJECT - Static variable in class io.vertx.reactivex.redis.client.Command
 
objectContainsKey(Object, String) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
objectEventMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json object.
ObjectParserFactory - Class in io.vertx.reactivex.ext.web.validation.builder
This interface is used to create able to parse serialized object structures.
ObjectParserFactory(ObjectParserFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
 
ObjectParserFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ObjectParserFactory
 
objectValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
objectValueMode() - Method in class io.vertx.reactivex.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() - Constructor for class io.vertx.reactivex.core.ObservableHelper
 
of(boolean) - Static method in class io.vertx.reactivex.json.schema.JsonSchema
Factory method to create a JsonSchema from a Boolean.
of(JsonObject) - Static method in class io.vertx.reactivex.json.schema.JsonSchema
Factory method to create a JsonSchema from a .
of(Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of one element.
of(Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of two elements.
of(Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of three elements.
of(Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of four elements.
of(Object, Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of five elements.
of(Object, Object, Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of six elements.
of(String) - Static method in class io.vertx.reactivex.uritemplate.UriTemplate
Create a template from a string uri.
of(String, JsonObject) - Static method in class io.vertx.reactivex.json.schema.JsonSchema
Factory method to create a JsonSchema from a .
offset() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
offsetsForTimes(TopicPartition, Long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
offsetsForTimes(TopicPartition, Long, Handler<AsyncResult<OffsetAndTimestamp>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
oldId() - Method in class io.vertx.reactivex.ext.web.Session
 
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.
onAckHandler(Handler<Acknowledgement>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when messages are acknowledged.
onAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onAuthenticationRequest(StompServerConnection, String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onClose(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Called when the connection is closed.
one() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
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.
onNackHandler(Handler<Acknowledgement>) - Method in class io.vertx.reactivex.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
onServerActivity() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Notifies the connection about server activity (the server has sent a frame).
onUnpublish(String) - Method in class io.vertx.reactivex.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
open() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Explicitly opens the circuit.
open(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, OpenOptions, Handler<AsyncResult<AsyncFile>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Open the file represented by path, asynchronously.
OpenAPI3RequestValidationHandler - Class in io.vertx.reactivex.ext.web.api.contract.openapi3
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler) - Constructor for class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
OpenAPI3RequestValidationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
OpenAPI3RouterFactory - Class in io.vertx.reactivex.ext.web.api.contract.openapi3
Interface for OpenAPI3RouterFactory.
OpenAPI3RouterFactory(OpenAPI3RouterFactory) - Constructor for class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
OpenAPI3RouterFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
OpenAPIHolder - Class in io.vertx.reactivex.ext.web.openapi
 
OpenAPIHolder(OpenAPIHolder) - Constructor for class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
OpenAPIHolder(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
openBlocking(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
openHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a 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(OpenIDConnectAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
OpenIDConnectAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
operation(String) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Access to an operation defined in the contract with operationId
Operation - Class in io.vertx.reactivex.ext.web.openapi
Interface representing an Operation
Operation(Operation) - Constructor for class io.vertx.reactivex.ext.web.openapi.Operation
 
Operation(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.Operation
 
operations() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
optionalDeepObjectParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates an optional deep object parameter.
optionalExplodedParam(String, ArraySchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates an optional exploded array parameter.
optionalExplodedParam(String, ObjectSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates an optional exploded object parameter.
optionalExplodedParam(String, TupleSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates an optional exploded tuple parameter.
optionalJsonParam(String, SchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates an optional parameter serialized as valid json
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, BooleanSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a new optional boolean parameter
optionalParam(String, NumberSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a new optional number parameter.
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, SchemaBuilder, ValueParser<String>) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates an optional parameter providing a
optionalParam(String, StringSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a new optional string parameter
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
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.
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(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
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
OracleClient - Class in io.vertx.reactivex.oracleclient
An interface to define Oracle specific constants or behaviors.
OracleClient(OracleClient) - Constructor for class io.vertx.reactivex.oracleclient.OracleClient
 
OracleClient(Object) - Constructor for class io.vertx.reactivex.oracleclient.OracleClient
 
OracleConnection - Class in io.vertx.reactivex.oracleclient
A connection to Oracle Database.
OracleConnection(OracleConnection) - Constructor for class io.vertx.reactivex.oracleclient.OracleConnection
 
OracleConnection(Object) - Constructor for class io.vertx.reactivex.oracleclient.OracleConnection
 
OraclePool - Class in io.vertx.reactivex.oracleclient
Represents a pool of connection to interact with an Oracle database.
OraclePool(OraclePool) - Constructor for class io.vertx.reactivex.oracleclient.OraclePool
 
OraclePool(Object) - Constructor for class io.vertx.reactivex.oracleclient.OraclePool
 
OrAuthorization - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
order(int) - Method in class io.vertx.reactivex.ext.web.Route
Specify the order for this route.
ORIGIN - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Origin header name
OtpAuthHandler - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
 
OtpKeyGenerator - Class in io.vertx.reactivex.ext.auth.otp
Otp key generator.
OtpKeyGenerator(OtpKeyGenerator) - Constructor for class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
 
OtpKeyGenerator(Object) - Constructor for class io.vertx.reactivex.ext.auth.otp.OtpKeyGenerator
 
OUT(int) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(String) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(JDBCType) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
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
overlaps(long, long) - Method in class io.vertx.reactivex.core.file.AsyncFileLock
 
owner() - Method in class io.vertx.reactivex.core.Context
 

P

packageName() - Method in class io.vertx.reactivex.grpc.common.ServiceName
 
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, BooleanSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a new required boolean parameter
param(String, NumberSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a new required number parameter.
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, SchemaBuilder, ValueParser<String>) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a required parameter providing a
param(String, StringSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Parameters
Creates a new required string parameter
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
parameter(ParameterLocation, ParameterProcessor) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
Add a parameter given the location and the processor
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.
ParameterProcessorFactory - Class in io.vertx.reactivex.ext.web.validation.builder
This interface is used to build parameter processors supported on every .
ParameterProcessorFactory(ParameterProcessorFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
 
ParameterProcessorFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ParameterProcessorFactory
 
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 - Class in io.vertx.reactivex.ext.web.validation.builder
In this interface you can find all available ParameterProcessorFactory to use in ValidationHandlerBuilder.
Parameters(Parameters) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Parameters
 
Parameters(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Parameters
 
parameterTypeValidator() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
ParameterTypeValidator - Class in io.vertx.reactivex.ext.web.api.validation
Interface for declaration of method for validate a specific parameter type.
If you want to implement your own type validator, you need only to implement ParameterTypeValidator.isValid(java.lang.String): If parameter is valid, call to put value (maybe modified) inside RequestParameters.
ParameterTypeValidator(ParameterTypeValidator) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
ParameterTypeValidator(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
ParameterValidationRule - Class in io.vertx.reactivex.ext.web.api.validation
This function is an inner wrapper for ParameterTypeValidator inside ValidationHandler parameter maps.
ParameterValidationRule(ParameterValidationRule) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
ParameterValidationRule(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
params() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
params() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
return the list of param names required for this algorithm.
parent() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Remove last reference token of this pointer
parse(JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
parse(JsonObject, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
parse(Boolean) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
parse(Boolean, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
parse(List<String>) - Method in class io.vertx.reactivex.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(List<String>, boolean) - Method in class io.vertx.reactivex.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parsedHeaders() - Method in class io.vertx.reactivex.ext.web.RoutingContext
The headers: Accept Accept-Charset Accept-Encoding Accept-Language Content-Type Parsed into ParsedHeaderValue
ParsedHeaderValue - Interface in io.vertx.reactivex.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(ParsedHeaderValues) - Constructor for class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
ParsedHeaderValues(Object) - Constructor for class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
parseFromString(String) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
parseFromString(String, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
parseOperationSpec() - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
Deprecated.
parseOperationSpec() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Deprecated.
Parsers - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.Parsers
 
partition() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
partition() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
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
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, Handler<AsyncResult<List<PartitionInfo>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
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
passCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
passCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
patch() - Method in class io.vertx.reactivex.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, 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(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(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, 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, 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.
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(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
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
path() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
path() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
path() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
path() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
path(String) - Method in class io.vertx.reactivex.ext.web.Route
Set the path prefix for this route.
pathname() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
pathOf(String) - Method in class io.vertx.reactivex.grpc.common.ServiceName
Create the path of a given method to call.
pathParam(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Gets the value of a single path parameter
pathParameter(ParameterProcessorFactory) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
pathParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
pathParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get path parameter by name
pathParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
pathParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get list of all parameter names inside path
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
pathRegex(String) - Method in class io.vertx.reactivex.ext.web.Route
Set the path prefix as a regular expression.
pause() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
pause() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
pause() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Deprecated.
pause() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
pause() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
pause() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
pause() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
pause() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
pause() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
pause() - Method in class io.vertx.reactivex.core.http.WebSocket
 
pause() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
pause() - Method in class io.vertx.reactivex.core.net.NetSocket
 
pause() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
pause() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
pause() - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pause the ReadStream, it sets the buffer in fetch mode and clears the actual demand.
pause() - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
pause() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
pause() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
pause() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
pause() - Method in class io.vertx.reactivex.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(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
paused() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
paused(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
payload() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
payload() - Method in class io.vertx.reactivex.grpc.common.GrpcMessage
 
payload() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
PebbleTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.pebble
A template engine that uses the Pebble library.
PebbleTemplateEngine(PebbleTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
PebbleTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
peersStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
peersStatus(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
pendingQueueFull() - Method in class io.vertx.reactivex.redis.client.RedisConnection
Flag to notify if the pending message queue (commands in transit) is full.
periodicStream(long) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
periodicStream(long, long) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
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(PermissionBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
PermissionBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
persist(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command persist.
persist(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command persist.
PERSIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
pexpire(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpire.
pexpire(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpire.
PEXPIRE - Static variable in class io.vertx.reactivex.redis.client.Command
 
pexpireat(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpireat.
pexpireat(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpireat.
PEXPIREAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
pexpiretime(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpiretime.
pexpiretime(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpiretime.
PEXPIRETIME - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfadd.
pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfadd.
PFADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfcount.
pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfcount.
PFCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfdebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfdebug.
pfdebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfdebug.
PFDEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfmerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfmerge.
pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfmerge.
PFMERGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfselftest() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfselftest.
pfselftest(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfselftest.
PFSELFTEST - Static variable in class io.vertx.reactivex.redis.client.Command
 
PgChannel - Class in io.vertx.reactivex.pgclient.pubsub
A channel to Postgres that tracks the subscription to a given Postgres channel using the LISTEN/UNLISTEN commands.
PgChannel(PgChannel) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
PgChannel(Object) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
PgConnection - Class in io.vertx.reactivex.pgclient
A connection to Postgres.
PgConnection(PgConnection) - Constructor for class io.vertx.reactivex.pgclient.PgConnection
 
PgConnection(Object) - Constructor for class io.vertx.reactivex.pgclient.PgConnection
 
PgPool - Class in io.vertx.reactivex.pgclient
PgPool(PgPool) - Constructor for class io.vertx.reactivex.pgclient.PgPool
 
PgPool(Object) - Constructor for class io.vertx.reactivex.pgclient.PgPool
 
PgSubscriber - Class in io.vertx.reactivex.pgclient.pubsub
A class for managing subscriptions using LISTEN/UNLISTEN to Postgres channels.
PgSubscriber(PgSubscriber) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
PgSubscriber(Object) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
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(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a PING command to check if the server is alive.
ping(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
ping(Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a frame to the remote endpoint.
ping(Buffer, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a frame to the remote endpoint.
ping(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ping.
ping(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ping.
PING - Static variable in class io.vertx.reactivex.ext.stomp.Frames
 
PING - Static variable in class io.vertx.reactivex.redis.client.Command
 
pingFrame(Buffer) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a ping WebSocket frame.
pingHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler notified when a frame is received from the remote endpoint.
pingHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
pingHandler(Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Allows customizing the action to do when the server needs to send a `PING` to the client.
pingHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the pingreq handler on the MQTT endpoint.
pingResponseHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets handler which will be called after PINGRESP packet receiving
pipe() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.file.AsyncFile
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.WebSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.net.NetSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pause this stream and return a Pipe to transfer the elements of this stream to a destination WriteStream.
pipe() - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
pipe() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - 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(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<T> - Class in io.vertx.reactivex.core.streams
Pipe data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
Pipe(Pipe) - Constructor for class io.vertx.reactivex.core.streams.Pipe
 
Pipe(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.streams.Pipe
 
pipeTo(WriteStream<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
pipeTo(WriteStream<Row>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
pipeTo(WriteStream<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonArray>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<AmqpMessage>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<DatagramPacket>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Message<T>>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonEvent>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<TestCaseReport>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<KafkaConsumerRecord<K, V>>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<RabbitMQMessage>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Response>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Response>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
pipeTo(WriteStream<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
pipeTo(WriteStream<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Req>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Req>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Resp>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Resp>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
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.
PlatformHandler - Interface in io.vertx.reactivex.ext.web.handler
Base platform interface for handlers that provide functionality to the application platform.
poll(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
poll(Duration, Handler<AsyncResult<KafkaConsumerRecords<K, V>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
pollTimeout(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Sets the poll timeout for the underlying native Kafka Consumer.
pong() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PINGRESP message to the remote MQTT client
pongFrame(Buffer) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a pong WebSocket frame.
pongHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set a pong frame handler on the connection.
pongHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Set a pong frame handler on the connection.
pongHandler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a pong frame handler on the connection.
pool() - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Create a connection pool to the DB2 database configured with the given options.
pool(MSSQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Create a connection pool to the SQL server database configured with the given options.
pool(MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Create a connection pool to the MySQL server configured with the given options.
pool(OracleConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.oracleclient.OraclePool
 
pool(PgConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Create a connection pool to the PostgreSQL database configured with the given options.
pool(Vertx, JsonObject) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
Create a JDBC pool which maintains its own data source.
pool(Vertx, DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a specific instance.
pool(Vertx, DataSourceProvider) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
Create a JDBC pool which maintains its own data source.
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, MSSQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Like MSSQLPool.pool(java.lang.String) with a specific instance.
pool(Vertx, MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a specific instance.
pool(Vertx, OracleConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.oracleclient.OraclePool
pool(Vertx, PgConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a specific instance.
pool(Vertx, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with the database retrieved from the environment variables.
pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
Create a connection pool to the database with the given options.
pool(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with default options.
pool(Vertx, String) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Like MSSQLPool.pool(java.lang.String) with default options.
pool(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with default options.
pool(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with default options.
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with database build from connectionUri.
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Like MSSQLPool.pool(java.lang.String) with database built from connectionUri.
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with database built from connectionUri.
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.oracleclient.OraclePool
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with database retrieved from the given connectionUri.
pool(Vertx, Supplier<Future<DB2ConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a specific instance.
pool(Vertx, Supplier<Future<MSSQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Like MSSQLPool.pool(java.lang.String) with a specific instance.
pool(Vertx, Supplier<Future<MySQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a specific instance.
pool(Vertx, Supplier<Future<OracleConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.oracleclient.OraclePool
pool(Vertx, Supplier<Future<PgConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a specific instance.
pool(Vertx, List<DB2ConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a specific instance.
pool(Vertx, List<MSSQLConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Like MSSQLPool.pool(java.lang.String) with a specific instance.
pool(Vertx, List<MySQLConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a specific instance.
pool(Vertx, List<PgConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a specific instance.
pool(Vertx, DataSource) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
Create a JDBC pool using a pre-initialized data source.
pool(Vertx, DataSource, JsonObject) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
Create a JDBC pool using a pre-initialized data source.
pool(PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from the environment variables.
pool(SqlConnectOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
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(String) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with default options.
pool(String) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Like MSSQLPool.pool(java.lang.String) with default options.
pool(String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with default options.
pool(String) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with database build from connectionUri.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Like MSSQLPool.pool(java.lang.String) with database built from connectionUri.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with database built from connectionUri.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.oracleclient.OraclePool
Like OraclePool.pool(io.vertx.oracleclient.OracleConnectOptions, io.vertx.sqlclient.PoolOptions) but connection options are created from the provided connectionUri.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from connectionUri.
pool(Supplier<Future<DB2ConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Create a connection pool to the DB2 databases.
pool(Supplier<Future<MSSQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Create a connection pool to the SQL Server databases.
pool(Supplier<Future<MySQLConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Create a connection pool to the MySQL databases.
pool(Supplier<Future<OracleConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.oracleclient.OraclePool
Create a connection pool to the Oracle databases.
pool(Supplier<Future<PgConnectOptions>>, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Create a connection pool to the PostgreSQL databases.
pool(List<DB2ConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Create a connection pool to the DB2 databases with round-robin selection.
pool(List<MSSQLConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLPool
Create a connection pool to the SQL Server databases with round-robin selection.
pool(List<MySQLConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Create a connection pool to the MySQL databases with round-robin selection.
pool(List<PgConnectOptions>, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Create a connection pool to the PostgreSQL databases with round-robin selection.
Pool - Class in io.vertx.reactivex.sqlclient
A connection pool which reuses a number of SQL connections.
Pool(Pool) - Constructor for class io.vertx.reactivex.sqlclient.Pool
 
Pool(Object) - Constructor for class io.vertx.reactivex.sqlclient.Pool
 
port() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in class io.vertx.reactivex.core.net.HostAndPort
 
port() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
port() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
port(int) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new port value.
position() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
 
position(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
position(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
post() - Method in class io.vertx.reactivex.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, 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(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(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, 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, 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.
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(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
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
predicate(RequestPredicate) - Method in class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
preferredLanguage() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Helper to return the user preferred language.
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.
prepare(SimpleStatement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided a .
prepare(SimpleStatement, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided a .
prepare(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided query string.
prepare(String) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
prepare(String) - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
 
prepare(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
prepare(String) - Method in class io.vertx.reactivex.oracleclient.OracleConnection
 
prepare(String) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
prepare(String) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided query string.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.oracleclient.OracleConnection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
prepare(String, PrepareOptions) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
prepare(String, PrepareOptions, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.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
preparedQuery(String, PrepareOptions) - Method in class io.vertx.reactivex.sqlclient.SqlClient
PreparedQuery<T> - Class in io.vertx.reactivex.sqlclient
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
PreparedQuery(PreparedQuery) - Constructor for class io.vertx.reactivex.sqlclient.PreparedQuery
 
PreparedQuery(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.PreparedQuery
 
PreparedStatement - Class in io.vertx.reactivex.sqlclient
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
PreparedStatement(PreparedStatement) - Constructor for class io.vertx.reactivex.sqlclient.PreparedStatement
 
PreparedStatement(Object) - Constructor for class io.vertx.reactivex.sqlclient.PreparedStatement
 
prevResult() - Method in class io.vertx.reactivex.ext.consul.WatchResult
The previous result of the operation.
principal() - Method in class io.vertx.reactivex.ext.auth.User
Get the underlying principal for the User.
priority() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
priority() - Method in class io.vertx.reactivex.core.dns.MxRecord
The priority of the MX record.
priority() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the priority for this service record.
priority(short) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
privateKeyPath() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Filesystem path to the RSA private key file in PEM format
process() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
Process - Class in io.vertx.reactivex.ext.shell.system
A process managed by the shell.
Process(Process) - Constructor for class io.vertx.reactivex.ext.shell.system.Process
 
Process(Object) - Constructor for class io.vertx.reactivex.ext.shell.system.Process
 
processArgs() - Method in class io.vertx.reactivex.core.Context
The process args
processHandler(Handler<CommandProcess>) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Set the command process handler, the process handler is called when the command is executed.
processId() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
produces(String) - Method in class io.vertx.reactivex.ext.web.Route
Add a content type produced by this route.
productName() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
PrometheusScrapingHandler - Class in io.vertx.reactivex.micrometer
A Vert.x Web Route handler for Prometheus metrics scraping.
PrometheusScrapingHandler(PrometheusScrapingHandler) - Constructor for class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
PrometheusScrapingHandler(Object) - Constructor for class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
promise() - Static method in class io.vertx.reactivex.core.Promise
Create a promise that hasn't completed yet
Promise<T> - Class in io.vertx.reactivex.core
Represents the writable side of an action that may, or may not, have occurred yet.
Promise(Promise) - Constructor for class io.vertx.reactivex.core.Promise
 
Promise(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.Promise
 
prompt(String) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Indicates the type of user interaction that is required.
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
 
property(PropertyKind<V>) - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the specific property with the specified PropertyKind.
PROPERTY_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the collection inside the config
PROPERTY_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the password for the credentials is stored inside
PROPERTY_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the username for the credentials is stored inside
PROPERTY_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the password is stored inside
PROPERTY_PERMISSION_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the permissions are stored inside
PROPERTY_ROLE_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the roles are stored inside
PROPERTY_SALT_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the SALT is stored inside
PROPERTY_SALT_STYLE - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the salt style is stored inside
PROPERTY_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the username is stored inside
PropertyFileAuthentication - Class in io.vertx.reactivex.ext.auth.properties
Factory interface for creating property file based AuthenticationProvider instances.
PropertyFileAuthentication(PropertyFileAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
PropertyFileAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
PropertyFileAuthorization - Class in io.vertx.reactivex.ext.auth.properties
Factory interface for creating property file based AuthenticationProvider instances.
PropertyFileAuthorization(PropertyFileAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
PropertyFileAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
PropertyKind<T> - Class in io.vertx.reactivex.sqlclient
The kind of the property, this can be used to fetch some specific property of the execution result.
PropertyKind(PropertyKind) - Constructor for class io.vertx.reactivex.sqlclient.PropertyKind
 
PropertyKind(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.PropertyKind
 
props(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
props(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
propsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
protocol() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
protocolName() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
ProtocolUpgradeHandler - Interface in io.vertx.reactivex.ext.web.handler
Base interface for handlers that perform protocol upgrades.
protocolVersion() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
proxy() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
proxy(ProxyOptions) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to set a proxy for this request.
PROXY_AUTHENTICATE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Proxy-Authenticate header name
PROXY_AUTHORIZATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Proxy-Authorization header name
psetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psetex.
psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psetex.
PSETEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
psubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psubscribe.
psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psubscribe.
PSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
psync(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psync.
psync(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psync.
PSYNC - Static variable in class io.vertx.reactivex.redis.client.Command
 
pttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pttl.
pttl(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pttl.
PTTL - Static variable in class io.vertx.reactivex.redis.client.Command
 
Pty - Class in io.vertx.reactivex.ext.shell.term
A pseudo terminal used for controlling a Tty.
Pty(Pty) - Constructor for class io.vertx.reactivex.ext.shell.term.Pty
 
Pty(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.Pty
 
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, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Publishes a record.
publish(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Publishes a record.
publish(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 server
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, 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, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
publish(String, Buffer, MqttQoS, boolean, boolean, int, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
publish(String, Buffer, MqttQoS, boolean, boolean, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
publish(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.publish(java.lang.String, java.lang.Object) but specifying options that can be used to configure the delivery.
publish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command publish.
publish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Publish a message.
publish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Publish a message.
publish(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command publish.
PUBLISH - Static variable in class io.vertx.reactivex.redis.client.Command
 
publishAcknowledge(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBACK message to the remote MQTT client
publishAcknowledge(int, MqttPubAckReasonCode, MqttProperties) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
publishAcknowledgeHandler(Handler<Integer>) - Method in class io.vertx.reactivex.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.
publishAutoAck(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Enable/disable publishing (in/out) auto acknowledge
publishComplete(int) - 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.reactivex.mqtt.MqttEndpoint
Sends the PUBCOMP message to the remote MQTT client
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.
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.
publishCompletionMessageHandler(Handler<MqttPubCompMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the pubcomp handler on the MQTT endpoint.
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.
publisher(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.publisher(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
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.
publishReceived(int) - 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.reactivex.mqtt.MqttEndpoint
Sends the PUBREC message to the remote MQTT client
publishReceivedHandler(Handler<Integer>) - Method in class io.vertx.reactivex.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.
publishRelease(int) - 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.reactivex.mqtt.MqttEndpoint
Sends the PUBREL message to the remote MQTT client
publishReleaseHandler(Handler<Integer>) - Method in class io.vertx.reactivex.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.
pubsub(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pubsub.
pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pubsub.
PUBSUB - Static variable in class io.vertx.reactivex.redis.client.Command
 
pump(Flowable<T>, WriteStream<T>) - Static method in class io.vertx.reactivex.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(Flowable<T>, WriteStream<T>, int) - Static method in class io.vertx.reactivex.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
pump(ReadStream<T>, WriteStream<T>) - Static method in class io.vertx.reactivex.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(ReadStream<T>, WriteStream<T>, int) - Static method in class io.vertx.reactivex.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
Pump - Class in io.vertx.reactivex.core.streams
Pumps data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
Pump(Pump) - Constructor for class io.vertx.reactivex.core.streams.Pump
 
Pump(Object) - Constructor for class io.vertx.reactivex.core.streams.Pump
 
punsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command punsubscribe.
punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command punsubscribe.
PUNSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
push(HttpMethod, HostAndPort, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Push a response to the client.
push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Push a response to the client.
pushHandler(Handler<HttpClientRequest>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a push handler for this request.
put() - Method in class io.vertx.reactivex.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, 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(Session) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Add a session with the specified ID.
put(Session, Handler<AsyncResult<Void>>) - 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(Object, Object) - Method in class io.vertx.reactivex.core.Context
Put some data in the context.
put(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the default host and port.
put(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, HashingAlgorithm) - Method in class io.vertx.reactivex.ext.auth.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, Object) - Method in class io.vertx.reactivex.ext.shell.session.Session
Put some data in a session
put(String, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Put some data in the context.
put(String, 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, 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(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, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
put(K, V, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
put(K, V, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
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(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
putHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
putHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
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, 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.
putHeaders(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to add multiple HTTP headers .
putIfAbsent(String, Object) - Method in class io.vertx.reactivex.ext.web.Session
Put some data in a session if absent
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, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putLocal(Object, Object) - Method in class io.vertx.reactivex.core.Context
Put some local data in the context.
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.
putTrailer(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putTrailer(String, Iterable<String>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(java.lang.String, java.lang.String) but providing multiple values via a String Iterable
putTrailer(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Put an HTTP trailer
putValue(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds specified key/value pair
putValue(String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds specified key/value pair
putValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
putValueWithOptions(String, String, KeyValueOptions, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
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

Q

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

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(RabbitMQClient) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
RabbitMQClient(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
RabbitMQConsumer - Class in io.vertx.reactivex.rabbitmq
A stream of messages from a rabbitmq queue.
RabbitMQConsumer(RabbitMQConsumer) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
RabbitMQConsumer(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
RabbitMQMessage - Class in io.vertx.reactivex.rabbitmq
Represent a message received message received in a rabbitmq-queue.
RabbitMQMessage(RabbitMQMessage) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
RabbitMQMessage(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
RabbitMQPublisher - Class in io.vertx.reactivex.rabbitmq
A reliable publisher that Queues up messages internally until it can successfully call basicPublish.
RabbitMQPublisher(RabbitMQPublisher) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
RabbitMQPublisher(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
randomkey() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command randomkey.
randomkey(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command randomkey.
RANDOMKEY - Static variable in class io.vertx.reactivex.redis.client.Command
 
raw() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
rawLine() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
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
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, Handler<AsyncResult<RowSet<Row>>>) - Method in class io.vertx.reactivex.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
read(Buffer, int, long, int) - Method in class io.vertx.reactivex.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
readAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Reads an ACL token with the given Accessor ID
readAclToken(String, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Reads an ACL token with the given Accessor ID
readByFileName(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Read file by name to ReadStream
readByFileNameWithOptions(String, GridFsDownloadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Read file by name to ReadStream with options
readById(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Read file by id to ReadStream
readDir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDirBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
readDirBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
readFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFile(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFileBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
readFromBuffer(int, Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
 
readline(String, Handler<String>) - Method in class io.vertx.reactivex.ext.shell.term.Term
Prompt the user a line of text.
readline(String, Handler<String>, Handler<Completion>) - Method in class io.vertx.reactivex.ext.shell.term.Term
Prompt the user a line of text, providing a completion handler to handle user's completion.
readonly() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readonly.
readonly(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readonly.
READONLY - Static variable in class io.vertx.reactivex.redis.client.Command
 
readPolicy(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint reads an ACL policy with the given ID
readPolicy(String, Handler<AsyncResult<AclPolicy>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint reads an ACL policy with the given ID
readPolicyByName(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint reads an ACL policy with the given name
readPolicyByName(String, Handler<AsyncResult<AclPolicy>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint reads an ACL policy with the given name
ReadStream<T> - Interface in io.vertx.reactivex.core.streams
Represents a stream of items that can be read from.
readSymlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlinkBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
readwrite() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readwrite.
readwrite(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readwrite.
READWRITE - Static variable in class io.vertx.reactivex.redis.client.Command
 
realm() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
Return the currently used realm
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Configures a received handler that gets notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Configures a received handler that get notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures a handler that get notified when a STOMP frame is received by the server.
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.
record() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
recordAt(int) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
Get the record at the given index
RecordParser - Class in io.vertx.reactivex.core.parsetools
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
RecordParser(RecordParser) - Constructor for class io.vertx.reactivex.core.parsetools.RecordParser
 
RecordParser(Object) - Constructor for class io.vertx.reactivex.core.parsetools.RecordParser
 
redirect(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
redirect(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
RedirectAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that's used to handle auth by redirecting user to a custom login page.
RedirectAuthHandler(RedirectAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
RedirectAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
redirectHandler(Function<HttpClientResponse, Single<RequestOptions>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Set a redirect handler for the http client.
redirectHandler(Function<HttpClientResponse, Future<RequestOptions>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Set a redirect handler for the http client.
Redis - Class in io.vertx.reactivex.redis.client
A simple Redis client.
Redis(Redis) - Constructor for class io.vertx.reactivex.redis.client.Redis
 
Redis(Object) - Constructor for class io.vertx.reactivex.redis.client.Redis
 
RedisAPI - Class in io.vertx.reactivex.redis.client
Auto generated Redis API client wrapper.
RedisAPI(RedisAPI) - Constructor for class io.vertx.reactivex.redis.client.RedisAPI
 
RedisAPI(Object) - Constructor for class io.vertx.reactivex.redis.client.RedisAPI
 
RedisConnection - Class in io.vertx.reactivex.redis.client
A simple Redis client.
RedisConnection(RedisConnection) - Constructor for class io.vertx.reactivex.redis.client.RedisConnection
 
RedisConnection(Object) - Constructor for class io.vertx.reactivex.redis.client.RedisConnection
 
RedisDataSource - Class in io.vertx.reactivex.servicediscovery.types
Service type for Redis data source.
RedisDataSource(RedisDataSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
RedisDataSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
RedisSessionStore - Class in io.vertx.reactivex.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(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.redis.RedisSessionStore
 
Ref - Class in io.vertx.reactivex.json.schema
JsonObject $ref resolver.
Ref(Ref) - Constructor for class io.vertx.reactivex.json.schema.Ref
 
Ref(Object) - Constructor for class io.vertx.reactivex.json.schema.Ref
 
REFERER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Referer header name
refresh(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
refresh(User, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
regenerateId() - Method in class io.vertx.reactivex.ext.web.Session
 
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, long, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Registers a health check procedure.
registerCatalogService(Node, ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Register node with external service
registerCatalogService(Node, ServiceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Register node with external service
registerCheck(CheckOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Add a new check to the local agent.
registerCheck(CheckOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Add a new check to the local agent.
registerCodec(MessageCodec) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Register a message codec.
registerCommand(Command) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a command
registerCommand(Command, Handler<AsyncResult<Command>>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a command
registerCommandResolver(CommandResolver) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Register a command resolver for this server.
registerCommands(List<Command>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a list of commands.
registerCommands(List<Command>, Handler<AsyncResult<List<Command>>>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a list of commands.
registeredSchemas() - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
registerService(ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
registerService(ServiceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerTermServer(TermServer) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.
registerVerticleFactory(VerticleFactory) - Method in class io.vertx.reactivex.core.Vertx
Register a VerticleFactory that can be used for deploying Verticles based on an identifier.
reject() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Reject the WebSocket.
reject(int) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Like ServerWebSocket.reject() but with a status.
reject(MqttConnectReturnCode) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
reject(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.
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.
release() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
Like AsyncFileLock.release(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the operation completes or if an error occurs.
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(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFileLock
Like AsyncFileLock.release(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the operation completes or if an error occurs.
release(ServiceReference) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Releases the service reference.
releaseBlocking() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
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.
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.
remaining() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
remainingCredits() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
remoteAddress() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
remoteAddress() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
remoteAddress() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
remoteAddress() - Method in class io.vertx.reactivex.core.http.WebSocket
 
remoteAddress() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
remoteAddress() - Method in class io.vertx.reactivex.core.net.NetSocket
 
remoteAddress() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Return the remote address for this socket
remoteAddress() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
remoteAddress(boolean) - Method in class io.vertx.reactivex.core.http.HttpConnection
Like HttpConnection.remoteAddress() but returns the proxy remote address when real is true
remoteAddress(boolean) - Method in class io.vertx.reactivex.core.net.NetSocket
Like NetSocket.remoteAddress() but returns the proxy remote address when real is true
remoteSettings() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
remoteSettingsHandler(Handler<Http2Settings>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler that is called when remote endpoint Http2Settings are updated.
remove() - Method in class io.vertx.reactivex.ext.web.Route
Remove this route from the router
remove(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.remove(java.lang.String) but accepting CharSequence as parameters
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(String) - Method in class io.vertx.reactivex.core.MultiMap
Removes the value with the given name
remove(String) - Method in class io.vertx.reactivex.ext.shell.session.Session
Remove some data from the session
remove(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Remove some data from the context.
remove(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(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(K, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
removeArgument(int) - Method in class io.vertx.reactivex.core.cli.CLI
Removes an argument identified by its index.
removeBodyEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove a body end handler
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.reactivex.ext.web.RoutingContext
Deprecated.
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.reactivex.ext.web.RoutingContext
Deprecated.
removeCookie(String, String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Expires 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.
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, boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Remove all cookies from the cookie set.
removeDocument(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocuments(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.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 class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove an end handler
removeHeader(CharSequence) - Method in class io.vertx.reactivex.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.
removeHeadersEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove a headers end handler
removeIfPresent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeIfPresent(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Remove the entry only if there is an entry with the specified key and value.
removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
removeLocal(Object) - Method in class io.vertx.reactivex.core.Context
Remove some local data from the context.
removeOption(String) - Method in class io.vertx.reactivex.core.cli.CLI
Removes an option identified by its name.
removeOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
removeTenant(String) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Remove a handler for a given tenant from this handler.
rename(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rename.
rename(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rename.
RENAME - Static variable in class io.vertx.reactivex.redis.client.Command
 
renamenx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command renamenx.
renamenx(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command renamenx.
RENAMENX - Static variable in class io.vertx.reactivex.redis.client.Command
 
render(JsonObject, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
render(JsonObject, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
renewSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Renews the given session.
renewSession(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Renews the given session.
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, 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, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.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 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, 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, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replconf(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replconf.
replconf(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replconf.
REPLCONF - Static variable in class io.vertx.reactivex.redis.client.Command
 
replicaof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replicaof.
replicaof(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replicaof.
REPLICAOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
reply(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message.
reply(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
Link Message.reply(java.lang.Object) but allows you to specify delivery options for the reply.
replyAddress() - Method in class io.vertx.reactivex.core.eventbus.Message
The reply address.
replyAndRequest(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
replyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
replyAndRequest(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.reactivex.core.eventbus.Message
replyAndRequest(Object, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
replyTo() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
replyTo(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
replyToGroupId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
replyToGroupId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
request() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
request() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
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, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
request(HttpMethod, 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, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
request(HttpMethod, RequestOptions) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, SocketAddress, 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 the serverAddress parameter to connect to the server instead of the port and host 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 the serverAddress parameter to connect to the server instead of the port and host parameters.
request(HttpMethod, SocketAddress, RequestOptions) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the options parameter.
request(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 the serverAddress 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 the serverAddress 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 the serverAddress parameter to connect to the server instead of the default port and host 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 the serverAddress parameter to connect to the server instead of the default port and host 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, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
request(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, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, String, 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, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
request(HttpMethod, String, 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, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
request(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server.
request(RequestOptions, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server.
request(SocketAddress) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
Connect to the remote server and create a request for any hosted gRPC service.
request(SocketAddress, MethodDescriptor<Req, Resp>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
Connect to the remote server and create a request for given method of a hosted gRPC service.
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, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
request(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
request(String, Object, Handler<AsyncResult<Message<T>>>) - 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 - Class in io.vertx.reactivex.redis.client
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.
Request(Request) - Constructor for class io.vertx.reactivex.redis.client.Request
 
Request(Object) - Constructor for class io.vertx.reactivex.redis.client.Request
 
REQUEST_CONTEXT_KEY - Static variable in class io.vertx.reactivex.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 the serverAddress parameter to connect to the server instead of the absoluteURI 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 the serverAddress parameter to connect to the server instead of the absoluteURI 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, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP request to send to the server using an absolute URI
RequestBody - Class in io.vertx.reactivex.ext.web
 
RequestBody(RequestBody) - Constructor for class io.vertx.reactivex.ext.web.RequestBody
 
RequestBody(Object) - Constructor for class io.vertx.reactivex.ext.web.RequestBody
 
requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set the request handler for the server to requestHandler.
RequestParameter - Class in io.vertx.reactivex.ext.web.api
Request parameter holder
RequestParameter - Class in io.vertx.reactivex.ext.web.validation
Request parameter holder
RequestParameter(RequestParameter) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameter
 
RequestParameter(RequestParameter) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameter
 
RequestParameter(Object) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameter
 
RequestParameter(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameter
 
RequestParameters - Class in io.vertx.reactivex.ext.web.api
Container for request parameters
RequestParameters - Class in io.vertx.reactivex.ext.web.validation
Container for request parameters
RequestParameters(RequestParameters) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameters
 
RequestParameters(RequestParameters) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameters
 
RequestParameters(Object) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameters
 
RequestParameters(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameters
 
RequestPredicate - Class in io.vertx.reactivex.ext.web.validation
Request predicate
RequestPredicate(RequestPredicate) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
RequestPredicate(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
RequestPredicateResult - Class in io.vertx.reactivex.ext.web.validation
Result of a RequestPredicate
RequestPredicateResult(RequestPredicateResult) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
RequestPredicateResult(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
requestStream() - Method in class io.vertx.reactivex.core.http.HttpServer
Deprecated.
requiresBody() - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
reroute(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Restarts the current router with a new method and path.
reroute(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Restarts the current router with a new path and reusing the original method.
reset() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Resets the circuit breaker state (number of failure set to 0 and state set to closed).
reset() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Reset this stream with the error code 0.
reset() - 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
Redis command reset.
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, Throwable) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Reset this request:
reset(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command reset.
RESET - Static variable in class io.vertx.reactivex.redis.client.Command
 
resetConnection() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
resetConnection(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
resizehandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
resizehandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
resizehandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.term.Tty
Set a resize handler, the handler is called when the tty size changes.
resolve() - Method in class io.vertx.reactivex.json.schema.JsonSchema
Tries to resolve all internal references.
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(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(JsonSchema) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
Tries to resolve all internal and repository local references.
resolve(String) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
Tries to resolve all internal and repository local references.
resolveA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveAAAA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveCachedSchema(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
resolveCNAME(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveMX(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveNS(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolvePTR(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolvePTR(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
resolveRef(JsonPointer, JsonPointer, SchemaParser, Handler<AsyncResult<Schema>>) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
resolveSRV(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveTXT(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the TXT records for the given name.
resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the TXT records for the given name.
respond(Function<RoutingContext, Maybe<T>>) - Method in class io.vertx.reactivex.ext.web.Route
Append a function request handler to the route handlers list.
respond(Function<RoutingContext, Future<T>>) - Method in class io.vertx.reactivex.ext.web.Route
Append a function request handler to the route handlers list.
response() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
response() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
response() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
The which has been tested.
response() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
response() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
response() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
response(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
Response - Class in io.vertx.reactivex.redis.client
The response received from the REDIS server.
Response(Response) - Constructor for class io.vertx.reactivex.redis.client.Response
 
Response(Object) - Constructor for class io.vertx.reactivex.redis.client.Response
 
ResponseContentTypeHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which sets the response content type automatically according to the best Accept header match.
ResponseContentTypeHandler(ResponseContentTypeHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
ResponseContentTypeHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
ResponsePredicate - Class in io.vertx.reactivex.ext.web.client.predicate
A predicate on .
ResponsePredicate(ResponsePredicate) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
ResponsePredicate(Object) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
ResponsePredicateResult - Class in io.vertx.reactivex.ext.web.client.predicate
Represents the outcome of a ResponsePredicate applied to an .
ResponsePredicateResult(ResponsePredicateResult) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
ResponsePredicateResult(Object) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
ResponseTimeHandler - Class in io.vertx.reactivex.ext.web.handler
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
ResponseTimeHandler(ResponseTimeHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
ResponseTimeHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
restart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Undo the effects of calling RabbitMQPublisher.stop(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) so that publish may be called again.
restartConnect(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
restart the rabbitMQ connect.
restartConnect(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
restart the rabbitMQ connect.
restore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restore.
restore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restore.
RESTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
RESTORE_ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
 
restoreAsking(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restoreAsking.
restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restoreAsking.
resultMapper(Function<CheckResult, Single<CheckResult>>) - Method in class io.vertx.reactivex.ext.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.healthchecks.HealthCheckHandler
Sets a function which will be invoked before the CheckResult gets written to clients.
ResultSet - Class in io.vertx.reactivex.cassandra
It is like AsyncResultSet, but adapted for Vert.x.
ResultSet(ResultSet) - Constructor for class io.vertx.reactivex.cassandra.ResultSet
 
ResultSet(Object) - Constructor for class io.vertx.reactivex.cassandra.ResultSet
 
resultSetClosedHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Event handler when a resultset is closed.
resume() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
resume() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
resume() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Deprecated.
resume() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
resume() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
resume() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
resume() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
resume() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
resume() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
resume() - Method in class io.vertx.reactivex.core.http.WebSocket
 
resume() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
resume() - Method in class io.vertx.reactivex.core.net.NetSocket
 
resume() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
resume() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
resume() - Method in interface io.vertx.reactivex.core.streams.ReadStream
Resume reading, and sets the buffer in flowing mode.
resume() - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
resume() - Method in class io.vertx.reactivex.ext.shell.system.Job
Resume the job to foreground.
resume() - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
resume() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
resume() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
resume() - Method in class io.vertx.reactivex.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(boolean) - Method in class io.vertx.reactivex.ext.shell.system.Job
Resume the job.
resume(boolean) - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume(boolean, Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resumeHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a resume handler, this handler is called when the command is resumed, for instance user types bg or fg to resume the command.
RETRY_AFTER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Retry-After header name
retryPolicy(RetryPolicy) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Set a RetryPolicy which computes a delay before retry execution.
retryPolicy(Function<Integer, Long>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Deprecated.
RetryPolicy - Class in io.vertx.reactivex.circuitbreaker
A policy for retry execution.
RetryPolicy(RetryPolicy) - Constructor for class io.vertx.reactivex.circuitbreaker.RetryPolicy
 
RetryPolicy(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.RetryPolicy
 
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.
reverseLookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
reverseLookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
revoke(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
revoke(User, Handler<AsyncResult<Void>>) - 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, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.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(RockerTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
RockerTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
role() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command role.
role(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command role.
ROLE - Static variable in class io.vertx.reactivex.redis.client.Command
 
ROLE_PREFIX - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The prefix which is used by the method when checking for role access
RoleBasedAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Represents a role.
RoleBasedAuthorization(RoleBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
RoleBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
rollback() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rollback() - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rollback(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rollback(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rootHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Add global handler to be applied prior to being generated.
route() - Method in class io.vertx.reactivex.ext.web.Router
Add a route with no matching criteria, i.e.
route(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches the specified HTTP method and path
route(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches the specified path
Route - Class in io.vertx.reactivex.ext.web
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
Route(Route) - Constructor for class io.vertx.reactivex.ext.web.Route
 
Route(Object) - Constructor for class io.vertx.reactivex.ext.web.Route
 
routed(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Marks this request as being routed to the given route.
router(Vertx) - Static method in class io.vertx.reactivex.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 matching Route that it contains.
Router(Router) - Constructor for class io.vertx.reactivex.ext.web.Router
 
Router(Object) - Constructor for class io.vertx.reactivex.ext.web.Router
 
RouterBuilder - Class in io.vertx.reactivex.ext.web.openapi
Interface to build a Vert.x Web from an OpenAPI 3 contract.
RouterBuilder(RouterBuilder) - Constructor for class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
RouterBuilder(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
RouterFactory - Interface in io.vertx.reactivex.ext.web.api.contract
Main interface for Design Driven Router factory Author: Francesco Guardiani @slinkydeveloper
routeToEventBus(String) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
Route an incoming request to this operation to a Web API Service
routeToEventBus(String, DeliveryOptions) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
Route an incoming request to this operation to a Web API Service
routeWithRegex(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches the specified HTTP method and path regex
routeWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches the specified path regex
routingContext() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
RoutingContext - Class in io.vertx.reactivex.ext.web
Represents the context for the handling of a request in Vert.x-Web.
RoutingContext(RoutingContext) - Constructor for class io.vertx.reactivex.ext.web.RoutingContext
 
RoutingContext(Object) - Constructor for class io.vertx.reactivex.ext.web.RoutingContext
 
Row - Class in io.vertx.reactivex.sqlclient
A single row of the execution result rowset.
Row(Row) - Constructor for class io.vertx.reactivex.sqlclient.Row
 
Row(Object) - Constructor for class io.vertx.reactivex.sqlclient.Row
 
rowCount() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the number of the affected rows in the operation to this SqlResult.
RowIterator<R> - Class in io.vertx.reactivex.sqlclient
An iterator for processing rows.
RowIterator(RowIterator) - Constructor for class io.vertx.reactivex.sqlclient.RowIterator
 
RowIterator(Object, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.RowIterator
 
RowMapper<T> - Class in io.vertx.reactivex.sqlclient.templates
Map a to an arbitrary T object.
RowMapper(RowMapper) - Constructor for class io.vertx.reactivex.sqlclient.templates.RowMapper
 
RowMapper(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.templates.RowMapper
 
RowSet<R> - Class in io.vertx.reactivex.sqlclient
The execution result of the row set of a query provided as , commonly used as a RowSet.
RowSet(RowSet) - Constructor for class io.vertx.reactivex.sqlclient.RowSet
 
RowSet(Object, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.RowSet
 
RowStream<T> - Class in io.vertx.reactivex.sqlclient
A row oriented stream.
RowStream(RowStream) - Constructor for class io.vertx.reactivex.sqlclient.RowStream
 
RowStream(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.RowStream
 
rpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpop.
rpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpop.
RPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpoplpush(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpoplpush.
rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpoplpush.
RPOPLPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpush.
rpush(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpush.
RPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpushx.
rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpushx.
RPUSHX - Static variable in class io.vertx.reactivex.redis.client.Command
 
run() - Method in class io.vertx.reactivex.ext.shell.system.Job
Run the job, before running the job a must be set.
run() - Method in class io.vertx.reactivex.ext.shell.system.Process
Run the process.
run() - Method in class io.vertx.reactivex.ext.unit.TestSuite
Run the testsuite with the default options.
run(boolean) - Method in class io.vertx.reactivex.ext.shell.system.Process
Run the process.
run(TestOptions) - Method in class io.vertx.reactivex.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 specified vertx instance.
runCommand(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
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.
rxAbort(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
rxAbort(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
rxAbortTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
rxAck(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
rxAck(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
rxAcl(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command acl.
rxAddAndGet(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
rxAddConfirmListener(int) - Method in class io.vertx.reactivex.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
rxAll() - Method in class io.vertx.reactivex.cassandra.ResultSet
rxAppend(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
rxAsking() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
rxAssign(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
rxAssign(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
rxAssignment() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
rxAuth(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
rxAuthenticate(JsonObject) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Deprecated.
rxAuthenticate(Credentials) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
rxBasicAck(long, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
rxBasicConsumer(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
rxBasicConsumer(String, QueueOptions) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
rxBasicGet(String, boolean) - Method in class io.vertx.reactivex.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.
rxBasicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
rxBasicPublish(String, String, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
rxBasicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
rxBasicQos(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
rxBasicQos(int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
rxBasicQos(int, int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
rxBatch(List<Request>) - Method in class io.vertx.reactivex.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
rxBatch(List<Request>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
rxBatch(List<String>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
rxBatchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
rxBatchWithParams(String, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
rxBegin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
rxBeginningOffsets(TopicPartition) - Method in class io.vertx.reactivex.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.
rxBeginTX(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
rxBeginTX(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
rxBfAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfAdd.
rxBfDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfDebug.
rxBfExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfExists.
rxBfInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfInfo.
rxBfInsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfInsert.
rxBfLoadchunk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfLoadchunk.
rxBfMadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfMadd.
rxBfMexists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfMexists.
rxBfReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfReserve.
rxBfScandump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bfScandump.
rxBgrewriteaof() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
rxBgsave(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
rxBitcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
rxBitfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
rxBitfieldRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfieldRo.
rxBitop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
rxBitpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
rxBlmove(String, String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blmove.
rxBlmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blmpop.
rxBlockMulticastGroup(String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
rxBlockMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
rxBlpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
rxBody() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
rxBrpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpop.
rxBrpoplpush(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpoplpush.
rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.reactivex.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.
rxBzmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzmpop.
rxBzpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmax.
rxBzpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmin.
rxCall(SocketAddress, MethodDescriptor<Req, Resp>, Handler<GrpcClientRequest<Req, Resp>>, Function<GrpcClientResponse<Req, Resp>, Single<T>>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
Call the service gRPC service hosted by server.
rxCall(SocketAddress, MethodDescriptor<Req, Resp>, Handler<GrpcClientRequest<Req, Resp>>, Function<GrpcClientResponse<Req, Resp>, Future<T>>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
Call the service gRPC service hosted by server.
rxCall(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCall(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCall(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCancel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
rxCatalogDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
rxCatalogNodes() - Method in class io.vertx.reactivex.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
rxCatalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxCatalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.reactivex.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
rxCatalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.reactivex.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
rxCatalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
rxCfAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfAdd.
rxCfAddnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfAddnx.
rxCfCompact(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfCompact.
rxCfCount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfCount.
rxCfDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfDebug.
rxCfDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfDel.
rxCfExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfExists.
rxCfInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInfo.
rxCfInsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInsert.
rxCfInsertnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfInsertnx.
rxCfLoadchunk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfLoadchunk.
rxCfMexists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfMexists.
rxCfReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfReserve.
rxCfScandump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cfScandump.
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.
rxCheckStatus() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedures.
rxCheckStatus(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
rxChmod(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
rxChmodRecursive(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
rxChown(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
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.
rxClient(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command client.
rxCloneAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
rxCloneAclToken(String, CloneAclTokenOptions) - Method in class io.vertx.reactivex.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.
rxClose() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Closes the receiver.
rxClose() - Method in class io.vertx.reactivex.amqp.AmqpSender
Closes the sender.
rxClose() - Method in class io.vertx.reactivex.cassandra.CassandraClient
Closes this client.
rxClose() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
rxClose() - Method in class io.vertx.reactivex.core.dns.DnsClient
Close the client.
rxClose() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose() - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file.
rxClose() - Method in class io.vertx.reactivex.core.http.HttpClient
Close the client.
rxClose() - Method in class io.vertx.reactivex.core.http.HttpConnection
Close the connection and all the currently active streams.
rxClose() - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
rxClose() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose() - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose() - Method in class io.vertx.reactivex.core.net.NetClient
Close the client.
rxClose() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
rxClose() - Method in class io.vertx.reactivex.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
rxClose() - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
rxClose() - Method in class io.vertx.reactivex.core.WorkerExecutor
Close the executor.
rxClose() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
rxClose() - Method in class io.vertx.reactivex.ext.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.shell.ShellServer
Close the shell server, this is an asynchronous close.
rxClose() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
rxClose() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Close the client and release all resources.
rxClose() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Closes the connection.
rxClose() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
rxClose() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Closes the server.
rxClose() - Method in class io.vertx.reactivex.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 supplying an handler that will be called when the server is actually closed (or has failed).
rxClose() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
rxClose() - Method in class io.vertx.reactivex.redis.client.RedisConnection
Closes the connection or returns to the pool.
rxClose() - Method in class io.vertx.reactivex.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
rxClose() - Method in class io.vertx.reactivex.sqlclient.Pool
Close the pool and release the associated resources.
rxClose() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
rxClose() - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
rxClose() - Method in class io.vertx.reactivex.sqlclient.SqlClient
Close the client and release the associated resources.
rxClose() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
rxClose(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(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxCluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cluster.
rxClusteredVertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
Creates a clustered instance using the specified options.
rxCmsIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsIncrby.
rxCmsInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInfo.
rxCmsInitbydim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInitbydim.
rxCmsInitbyprob(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsInitbyprob.
rxCmsMerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsMerge.
rxCmsQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cmsQuery.
rxCollecting(Collector<Req, A, R>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
rxCollecting(Collector<Resp, A, R>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
rxCollecting(Collector<T, A, R>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
 
rxCommand(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command command.
rxCommit() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
rxCommit() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
rxCommit() - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
rxCommit(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
rxCommit(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
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).
rxCommitTransaction() - Method in class io.vertx.reactivex.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.
rxCompletion() - Method in class io.vertx.reactivex.sqlclient.Transaction
rxCompletionHandler() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
rxConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command config.
rxConfirmSelect() - Method in class io.vertx.reactivex.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(int, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
rxConnect(int, String) - 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, NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
rxConnect(int, String, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
rxConnect(int, String, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxConnect(NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
rxConnect(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
rxConnect(SocketAddress, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
rxConnect(Vertx) - Static method in class io.vertx.reactivex.pgclient.PgConnection
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
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.oracleclient.OracleConnection
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgConnection
rxCoordinateDatacenters() - Method in class io.vertx.reactivex.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
rxCoordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
rxCopy(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopy(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopy(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command copy.
rxCopyRecursive(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCount(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
rxCountWithOptions(String, JsonObject, CountOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
rxCreate(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
rxCreate(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
rxCreate(Vertx, String, OpenAPILoaderOptions) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
rxCreate(Vertx, String, List<JsonObject>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
rxCreateAclPolicy(AclPolicy) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Creates a new ACL policy
rxCreateAcls(List<AclBinding>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Create the ACL rules.
rxCreateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
rxCreateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Create an Acl token
rxCreateAnonymousSender() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates an anonymous sender.
rxCreateCollection(String) - Method in class io.vertx.reactivex.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
rxCreateCredentialsOptions(JsonObject) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
rxCreateDefaultGridFsBucketService() - Method in class io.vertx.reactivex.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.
rxCreateFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
rxCreateFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
rxCreateGridFsBucketService(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
rxCreateHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
rxCreateHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
rxCreateHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
rxCreateIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
rxCreateIndexes(String, List<IndexModel>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
creates an indexes
rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.reactivex.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
rxCreatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.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, 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.
rxCreateRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
rxCreateRolePermission(String, String) - Method in class io.vertx.reactivex.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, 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.
rxCreateSession() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
rxCreateSessionWithOptions(SessionOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
rxCreateTempDirectory(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
rxCreateTempFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTopics(List<NewTopic>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
rxCreateUser(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
rxCreateUser(String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
rxCreateUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
rxCreateUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Deprecated.
rxCreateUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
rxCreateUserRolesAndPermissions(String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
rxDbsize() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dbsize.
rxDebug() - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
rxDebug() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
rxDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command debug.
rxDecr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decr.
rxDecrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decrby.
rxDecrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Decrement the counter atomically and return the new count
rxDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command del.
rxDelete(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
rxDelete(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
rxDelete(String) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Delete the session with the specified ID.
rxDeleteAcls(List<AclBindingFilter>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete the ACL rules.
rxDeleteAclToken(String) - Method in class io.vertx.reactivex.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.
rxDeleteConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
rxDeletePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an existing prepared query
rxDeleteRecursive(String, boolean) - Method in class io.vertx.reactivex.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
rxDeleteValue(String) - Method in class io.vertx.reactivex.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
rxDeployVerticle(Verticle) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
rxDeployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
rxDeployVerticle(String) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
rxDeployVerticle(String, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
rxDeployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
rxDeregisterCatalogService(String, String) - Method in class io.vertx.reactivex.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.
rxDeregisterService(String) - Method in class io.vertx.reactivex.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.
rxDescribeCluster() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
rxDescribeCluster(DescribeClusterOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
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>, DescribeConsumerGroupsOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
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>, DescribeTopicsOptions) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
rxDestroyAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
rxDestroySession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroys the given session
rxDiscard() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command discard.
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 calling disconnectHandler after disconnection
rxDisconnect(Frame) - Method in class io.vertx.reactivex.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.
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, DistinctOptions) - Method in class io.vertx.reactivex.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, DistinctOptions) - Method in class io.vertx.reactivex.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
 
rxDownloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxDownloadById(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxDownloadFile(String) - Method in class io.vertx.reactivex.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.
rxDownloadFileByID(String, String) - Method in class io.vertx.reactivex.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
rxDropCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drop a collection
rxDropIndex(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drops the index given its name.
rxDump(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dump.
rxEcho(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command echo.
rxEnd() - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
rxEnd() - Method in class io.vertx.reactivex.core.http.WebSocket
rxEnd() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxEnd() - Method in class io.vertx.reactivex.core.net.NetSocket
rxEnd() - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxEnd() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
 
rxEnd() - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
rxEnd(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxEnd(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
rxEnd(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxEnd(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxEnd(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxEnd(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as but with an handler called when the operation completes
rxEnd(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as but with an handler called when the operation completes
rxEnd(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
rxEnd(T) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as but with an handler called when the operation completes
rxEndMessage(GrpcMessage) - Method in class io.vertx.reactivex.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.
rxEval(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command eval.
rxEvalRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalRo.
rxEvalsha(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalsha.
rxEvalshaRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalshaRo.
rxExchangeBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
rxExchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
rxExchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange.
rxExchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
rxExchangeDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
rxExchangeUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
rxExchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
rxExec() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exec.
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(Statement) - Method in class io.vertx.reactivex.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(Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
rxExecute(Tuple) - Method in class io.vertx.reactivex.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.reactivex.ext.sql.SQLConnection
Executes the given SQL statement
rxExecuteBatch(List<I>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute a batch query with the batch.
rxExecuteBatch(List<Tuple>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Context
Deprecated.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
Deprecated.
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Context
Deprecated.
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.WorkerExecutor
Deprecated.
rxExecutePreparedQuery(String) - Method in class io.vertx.reactivex.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.
rxExecuteWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
rxExecuteWithFullFetch(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecuteWithFullFetch(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExists(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
rxExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exists.
rxExpire(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expire.
rxExpireat(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expireat.
rxExpiretime(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expiretime.
rxFailCheck(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.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
rxFailover(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command failover.
rxFcall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command fcall.
rxFcallRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command fcallRo.
rxFetchNextPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
rxFetchTOC() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 MDS3 TOC and process the entries to the metadata store.
rxFetchTOC(String) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
rxFind(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection
rxFindAllIds() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
rxFindIds(JsonObject) - Method in class io.vertx.reactivex.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
rxFindOneAndDelete(String, JsonObject) - 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.reactivex.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.
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.
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.
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.
rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.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
rxFireEventWithOptions(String, EventOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
rxFlush() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
rxFlush() - Method in class io.vertx.reactivex.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.
rxFlushall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushall.
rxFlushdb(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushdb.
rxFsProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
rxFtAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAdd.
rxFtAggregate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAggregate.
rxFtAliasadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasadd.
rxFtAliasaddifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasaddifnx.
rxFtAliasdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasdel.
rxFtAliasdelifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasdelifx.
rxFtAliasupdate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAliasupdate.
rxFtAlter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAlter.
rxFtAlterifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftAlterifnx.
rxFtConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftConfig.
rxFtCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCreate.
rxFtCreateifnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCreateifnx.
rxFtCursor(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftCursor.
rxFtDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDebug.
rxFtDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDel.
rxFtDictadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictadd.
rxFtDictdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictdel.
rxFtDictdump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDictdump.
rxFtDrop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDrop.
rxFtDropifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropifx.
rxFtDropindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropindex.
rxFtDropindexifx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftDropindexifx.
rxFtExplain(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftExplain.
rxFtExplaincli(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftExplaincli.
rxFtGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftGet.
rxFtInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftInfo.
rxFtList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftList.
rxFtMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftMget.
rxFtProfile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftProfile.
rxFtSafeadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSafeadd.
rxFtSearch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSearch.
rxFtSpellcheck(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSpellcheck.
rxFtSugadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugadd.
rxFtSugdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugdel.
rxFtSugget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSugget.
rxFtSuglen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSuglen.
rxFtSynadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSynadd.
rxFtSyndump(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSyndump.
rxFtSynupdate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftSynupdate.
rxFtTagvals(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ftTagvals.
rxFunction(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command function.
rxGeoadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geoadd.
rxGeodist(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geodist.
rxGeohash(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geohash.
rxGeopos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geopos.
rxGeoradius(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadius.
rxGeoradiusbymember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymember.
rxGeoradiusbymemberRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymemberRo.
rxGeoradiusRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusRo.
rxGeosearch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geosearch.
rxGeosearchstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geosearchstore.
rxGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Get the current value of the counter
rxGet(String) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the session with the specified ID.
rxGet(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command get.
rxGet(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
rxGetAclTokens() - Method in class io.vertx.reactivex.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.
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
rxGetAndIncrement() - Method in class io.vertx.reactivex.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.
rxGetAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
rxGetbit(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getbit.
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 .
rxGetClusterWideMap(String) - Method in class io.vertx.reactivex.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.
rxGetConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
rxGetConnection() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
rxGetConnection() - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool.
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 .
rxGetCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous counter.
rxGetCredentialsOptions(String) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
rxGetdel(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getdel.
rxGetex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getex.
rxGetInternalStatistics() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
rxGetJDBCClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetKeys(String) - 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.reactivex.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.
rxGetLocalCounter(String) - Method in class io.vertx.reactivex.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.
rxGetLocalLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
rxGetLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
rxGetLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
rxGetMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetMongoClient(ServiceDiscovery, 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.
rxGetPreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns an existing prepared query
rxGetrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getrange.
rxGetRecord(JsonObject) - Method in class io.vertx.reactivex.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(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecords(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
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.
rxGetset(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getset.
rxGetTransactionIsolation() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
rxGetValue(String) - Method in class io.vertx.reactivex.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.
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.
rxGetValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.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 .
rxGraphBulk(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphBulk.
rxGraphConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphConfig.
rxGraphDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphDebug.
rxGraphDelete(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphDelete.
rxGraphExplain(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphExplain.
rxGraphList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphList.
rxGraphProfile(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphProfile.
rxGraphQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphQuery.
rxGraphRoQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphRoQuery.
rxGraphSlowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command graphSlowlog.
rxHandler() - Method in class io.vertx.reactivex.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.reactivex.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
rxHdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hdel.
rxHealthChecks(String) - Method in class io.vertx.reactivex.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
rxHealthNodesWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.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.
rxHealthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.reactivex.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
rxHealthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
rxHello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hello.
RxHelper - Class in io.vertx.reactivex.core
 
RxHelper() - Constructor for class io.vertx.reactivex.core.RxHelper
 
rxHexists(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hexists.
rxHget(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hget.
rxHgetall(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hgetall.
rxHincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrby.
rxHincrbyfloat(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrbyfloat.
rxHkeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hkeys.
rxHlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hlen.
rxHmget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmget.
rxHmset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmset.
rxHrandfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hrandfield.
rxHscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hscan.
rxHset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hset.
rxHsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hsetnx.
rxHstrlen(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hstrlen.
rxHvals(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hvals.
rxIncr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incr.
rxIncrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrby.
rxIncrbyfloat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrbyfloat.
rxIncrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the new count
rxInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command info.
rxInfoAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
rxInfoSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the requested session information
rxInfoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxInitTransactions() - Method in class io.vertx.reactivex.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
rxInsertUser(String, String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
rxInvoke(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
rxIsAuthorized(Authorization) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
rxIsAuthorized(String) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
rxIsValid() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
Like AsyncFileLock.isValid(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>) but the handler will be called when the operation completes or if an error occurs.
rxJson(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxJsonArrappend(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrappend.
rxJsonArrindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrindex.
rxJsonArrinsert(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrinsert.
rxJsonArrlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrlen.
rxJsonArrpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrpop.
rxJsonArrtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonArrtrim.
rxJsonClear(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonClear.
rxJsonDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonDebug.
rxJsonDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonDel.
rxJsonForget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonForget.
rxJsonGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonGet.
rxJsonMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonMget.
rxJsonNumincrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNumincrby.
rxJsonNummultby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNummultby.
rxJsonNumpowby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonNumpowby.
rxJsonObjkeys(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonObjkeys.
rxJsonObjlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonObjlen.
rxJsonResp(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonResp.
rxJsonSet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonSet.
rxJsonStrappend(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonStrappend.
rxJsonStrlen(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonStrlen.
rxJsonToggle(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonToggle.
rxJsonType(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command jsonType.
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.
rxKeys() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get the keys of the map, asynchronously.
rxKeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command keys.
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
 
rxLastsave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lastsave.
rxLatency(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command latency.
rxLcs(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lcs.
rxLeaderStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
rxLindex(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lindex.
rxLink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
rxLinsert(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command linsert.
rxListAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
rxListConsumerGroups() - Method in class io.vertx.reactivex.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
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
rxListen() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
rxListen() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
rxListen() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
rxListen() - Method in class io.vertx.reactivex.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(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen(int) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen(int) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
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, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Start listening on the given port and host.
rxListen(int, String) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen(int, String) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen(int, String) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
rxListen(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
rxListen(int, String) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
rxListen(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
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
rxListenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
rxListEvents() - 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.reactivex.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.
rxListNodeSessions(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions for a given node
rxListNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxListSessions() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions
rxListSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxListTopics() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
rxLlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command llen.
rxLmove(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lmove.
rxLmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lmpop.
rxLocalChecks() - Method in class io.vertx.reactivex.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.
rxLock() - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.lock(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.file.AsyncFileLock>>) but the handler will be called when the operation is complete or if an error occurs.
rxLock(long, long, boolean) - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.lock(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.file.AsyncFileLock>>) but the handler will be called when the operation is complete or if an error occurs.
rxLolwut(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lolwut.
rxLookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
rxLookup4(String) - Method in class io.vertx.reactivex.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.
rxLpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpop.
rxLpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpos.
rxLprops(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
rxLpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpush.
rxLpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpushx.
rxLrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrange.
rxLrem(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrem.
rxLset(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lset.
rxLtrim(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ltrim.
rxMaintenanceService(MaintenanceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Places a given service into "maintenance mode"
rxMemory(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command memory.
rxMessageCount(String) - Method in class io.vertx.reactivex.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.
rxMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mget.
rxMigrate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command migrate.
rxMkdir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdirs(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
rxMkdirs(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
rxModule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command module.
rxMonitor() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command monitor.
rxMove(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMove(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command move.
rxMove(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mset.
rxMsetnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command msetnx.
rxMulti() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command multi.
rxNack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
rxNack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
rxObject(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command object.
rxOffsetsForTimes(TopicPartition, Long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
rxOnAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.reactivex.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.
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.
rxPassCheck(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.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
rxPause(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
rxPause(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
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).
rxPeersStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
rxPersist(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command persist.
rxPexpire(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpire.
rxPexpireat(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpireat.
rxPexpiretime(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpiretime.
rxPfadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfadd.
rxPfcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfcount.
rxPfdebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfdebug.
rxPfmerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfmerge.
rxPfselftest() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfselftest.
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(Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a frame to the remote endpoint.
rxPing(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ping.
rxPipeTo(WriteStream<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
rxPipeTo(WriteStream<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Response>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
Deprecated.
rxPipeTo(WriteStream<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Req>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Resp>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.grpc.common.GrpcReadStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
rxPoll(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
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).
rxPrepare(SimpleStatement) - Method in class io.vertx.reactivex.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.db2client.DB2Connection
 
rxPrepare(String) - Method in class io.vertx.reactivex.mssqlclient.MSSQLConnection
 
rxPrepare(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
rxPrepare(String) - Method in class io.vertx.reactivex.oracleclient.OracleConnection
 
rxPrepare(String) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
rxPrepare(String) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
rxPrepare(String, PrepareOptions) - Method in class io.vertx.reactivex.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.
rxPsetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psetex.
rxPsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psubscribe.
rxPsync(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psync.
rxPttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pttl.
rxPublish(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Publishes a record.
rxPublish(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Publishes a record.
rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
rxPublish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
rxPublish(String, 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, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command publish.
rxPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Publish a message.
rxPubsub(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pubsub.
rxPunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command punsubscribe.
rxPush(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxPush(HttpMethod, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxPush(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxPush(HttpMethod, String, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Push a response to the client.
rxPut(Session) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Add a session with the specified ID.
rxPut(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
rxPut(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
rxPutIfAbsent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
rxPutIfAbsent(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
rxPutValue(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds specified key/value pair
rxPutValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
rxQuery(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
rxQuery(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
rxQuery(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQueryStream(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in class io.vertx.reactivex.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.reactivex.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
rxQueryWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
rxQueryWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
rxQueueBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind a queue to an exchange
rxQueueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind a queue to an exchange
rxQueueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue
rxQueueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue with config options
rxQueueDeclareAuto() - Method in class io.vertx.reactivex.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
rxQueueDeleteIf(String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete a queue
rxQueueUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
rxQueueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
rxQuit(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command quit.
rxRandomkey() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command randomkey.
rxRead(int) - Method in class io.vertx.reactivex.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
rxRead(Buffer, int, long, int) - Method in class io.vertx.reactivex.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
rxReadAclToken(String) - Method in class io.vertx.reactivex.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, String) - Method in class io.vertx.reactivex.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.
rxReadonly() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readonly.
rxReadPolicy(String) - Method in class io.vertx.reactivex.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
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.
rxReadwrite() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readwrite.
rxRedirect(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxRefresh(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
rxRegisterCatalogService(Node, ServiceOptions) - Method in class io.vertx.reactivex.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.
rxRegisterCommand(Command) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a command
rxRegisterCommands(List<Command>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a list of commands.
rxRegisterService(ServiceOptions) - Method in class io.vertx.reactivex.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.
rxRegisterServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
rxRelease() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
Like AsyncFileLock.release(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the operation completes or if an error occurs.
rxRemove(K) - Method in class io.vertx.reactivex.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
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
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
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
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.
rxRename(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rename.
rxRenamenx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command renamenx.
rxRender(JsonObject, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
rxRender(Map<String, Object>, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
rxRenewSession(String) - Method in class io.vertx.reactivex.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, long) - Method in class io.vertx.reactivex.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
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
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, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
rxReplconf(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replconf.
rxReplicaof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replicaof.
rxReplyAndRequest(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
rxReplyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
rxRequest(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
rxRequest(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
rxRequest(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
rxRequest(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server.
rxRequest(SocketAddress) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
Connect to the remote server and create a request for any hosted gRPC service.
rxRequest(SocketAddress, MethodDescriptor<Req, Resp>) - Method in class io.vertx.reactivex.grpc.client.GrpcClient
Connect to the remote server and create a request for given method of a hosted gRPC service.
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, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
rxReset() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command reset.
rxResetConnection() - Method in class io.vertx.reactivex.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.
rxResolveAAAA(String) - Method in class io.vertx.reactivex.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.
rxResolveMX(String) - Method in class io.vertx.reactivex.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.
rxResolvePTR(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the PTR record for the given name.
rxResolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Deprecated.
rxResolveSRV(String) - Method in class io.vertx.reactivex.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.
rxResponse() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
rxResponse() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
rxRestartConnect(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
restart the rabbitMQ connect.
rxRestore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restore.
rxRestoreAsking(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restoreAsking.
rxResume(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
rxResume(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
rxReverseLookup(String) - Method in class io.vertx.reactivex.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.
rxRole() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command role.
rxRollback() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rxRollback() - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rxRpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpop.
rxRpoplpush(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpoplpush.
rxRpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpush.
rxRpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpushx.
rxRunCommand(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
rxSadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sadd.
rxSave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command save.
rxSave(String, JsonObject) - Method in class io.vertx.reactivex.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
rxScan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scan.
rxScard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scard.
rxScript(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command script.
rxSdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiff.
rxSdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiffstore.
rxSeek(TopicPartition, long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
rxSeekToBeginning(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
rxSeekToBeginning(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
rxSeekToEnd(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
rxSeekToEnd(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
rxSelect(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command select.
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 an HttpResponse.
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(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends the given frame to the server.
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, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
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(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, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress 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, String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress 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(Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
rxSend(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
rxSend(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
 
rxSendBuffer(Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
rxSendFile(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendFile(String, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendFile(String, long, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String, long, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendForm(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
rxSendForm(MultiMap, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
rxSendHead() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxSendJson(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
rxSendJsonObject(JsonObject) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
rxSendMail(MailMessage) - Method in class io.vertx.reactivex.ext.mail.MailClient
send a single mail via MailClient
rxSendMultipartForm(MultipartForm) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
rxSendStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
rxSendStream(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
rxSendWithAck(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
rxSet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command set.
rxSetAutoCommit(boolean) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
rxSetbit(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setbit.
rxSetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setex.
rxSetHandshake(Single<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
rxSetHandshake(Future<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
rxSetnx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setnx.
rxSetOption(MySQLSetOption) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
rxSetrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setrange.
rxSetTransactionIsolation(TransactionIsolation) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
rxSetUser(RoutingContext, User) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the user for the session
rxShutdown() - Method in class io.vertx.reactivex.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
rxShutdown(long) - Method in class io.vertx.reactivex.core.http.HttpConnection
rxShutdown(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command shutdown.
rxSinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinter.
rxSintercard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sintercard.
rxSinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinterstore.
rxSismember(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sismember.
rxSize() - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.size(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>) but the handler will be called when the operation is complete or if an error occurs.
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.
rxSlaveof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slaveof.
rxSlowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slowlog.
rxSmembers(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smembers.
rxSmismember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smismember.
rxSmove(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smove.
rxSort(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sort.
rxSortRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sortRo.
rxSpecifySchema(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
rxSpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spop.
rxSpublish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spublish.
rxSrandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srandmember.
rxSrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srem.
rxSscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sscan.
rxSsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ssubscribe.
rxStart() - Method in class io.vertx.reactivex.core.AbstractVerticle
Override to return a Completable that will complete the deployment of this verticle.
rxStart() - Method in class io.vertx.reactivex.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
rxStart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
rxStart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
rxStop() - Method in class io.vertx.reactivex.core.AbstractVerticle
Override to return a Completable that will complete the undeployment of this verticle.
rxStop() - Method in class io.vertx.reactivex.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
rxStop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
rxStop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
rxStreamToFileSystem(String) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
rxStrlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command strlen.
rxSubscribe(String) - Method in class io.vertx.reactivex.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, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
rxSubscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
rxSubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command subscribe.
rxSubscribe(Map<String, Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
rxSubscribe(Set<String>) - Method in class io.vertx.reactivex.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.
rxSubstr(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command substr.
rxSunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunion.
rxSunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunionstore.
rxSunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunsubscribe.
rxSwapdb(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command swapdb.
rxSymlink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
rxSync() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sync.
rxTime() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command time.
rxTimeseriesClusterset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesClusterset.
rxTimeseriesClustersetfromshard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
rxTimeseriesHello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesHello.
rxTimeseriesInfocluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesInfocluster.
rxTimeseriesInnercommunication(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
rxTimeseriesNetworktest(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesNetworktest.
rxTimeseriesRefreshcluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
rxTo(WriteStream<T>) - Method in class io.vertx.reactivex.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.
rxTopkAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkAdd.
rxTopkCount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkCount.
rxTopkIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkIncrby.
rxTopkInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkInfo.
rxTopkList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkList.
rxTopkQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkQuery.
rxTopkReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkReserve.
rxTouch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command touch.
rxToWebSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
rxTransaction(TxnRequest) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
rxTruncate(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
rxTsAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsAdd.
rxTsAlter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsAlter.
rxTsCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsCreate.
rxTsCreaterule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsCreaterule.
rxTsDecrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDecrby.
rxTsDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDel.
rxTsDeleterule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDeleterule.
rxTsGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsGet.
rxTsIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsIncrby.
rxTsInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsInfo.
rxTsMadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMadd.
rxTsMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMget.
rxTsMrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMrange.
rxTsMrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMrevrange.
rxTsQueryindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsQueryindex.
rxTsRange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsRange.
rxTsRevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsRevrange.
rxTtl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ttl.
rxType(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command type.
rxUndeploy(String) - Method in class io.vertx.reactivex.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
rxUnlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
rxUnlink(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unlink.
rxUnlistenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
rxUnlistenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
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.
rxUnregister() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
rxUnregisterCommand(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Unregister a command.
rxUnsubscribe() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
rxUnsubscribe(String) - Method in class io.vertx.reactivex.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, Map<String, String>) - Method in class io.vertx.reactivex.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 topics
rxUnsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unsubscribe.
rxUnwatch() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unwatch.
rxUpdate(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Updates the given record.
rxUpdate(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Updates an existing record.
rxUpdate(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
rxUpdateAclToken(String, AclToken) - Method in class io.vertx.reactivex.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.
rxUpdateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.reactivex.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, JsonObject) - Method in class io.vertx.reactivex.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, 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
rxUpdatePolicy(String, AclPolicy) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint updates an existing ACL policy
rxUpdatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.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
rxUpdateSSLOptions(SSLOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
rxUpdateSSLOptions(SSLOptions) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
rxUpdateSSLOptions(SSLOptions) - Method in class io.vertx.reactivex.core.net.NetClient
Like NetClient.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
rxUpdateSSLOptions(SSLOptions) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
rxUpdateWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpdateWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpdateWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpgradeToSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
rxUpgradeToSsl(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
rxUploadByFileName(Flowable<Buffer>, String) - Method in class io.vertx.reactivex.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(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
rxUploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.reactivex.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.
rxValues() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get the values of the map, asynchronously.
rxWait(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command wait.
rxWaitForConfirms() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
rxWaitForConfirms(long) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
rxWarnCheck(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.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
rxWatch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command watch.
rxWebSocket(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
rxWebSocket(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified options.
rxWebSocket(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
rxWebSocket(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
rxWebSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
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.
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>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<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>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<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.
rxWrite(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
rxWrite(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
rxWrite(Buffer, long) - Method in class io.vertx.reactivex.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
rxWrite(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxWrite(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxWrite(String) - Method in class io.vertx.reactivex.core.net.NetSocket
rxWrite(String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
rxWrite(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxWrite(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxWrite(String, String) - Method in class io.vertx.reactivex.core.net.NetSocket
rxWrite(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as but with an handler called when the operation completes
rxWrite(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as but with an handler called when the operation completes
rxWrite(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
rxWrite(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
rxWrite(T) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as but with an handler called when the operation completes
rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteBinaryMessage(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteEarlyHints(MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxWriteFile(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteFinalBinaryFrame(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteFinalTextFrame(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteFrame(WebSocketFrame) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteMessage(GrpcMessage) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Write an encoded gRPC message.
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.
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.
rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteTextMessage(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxXack(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xack.
rxXadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xadd.
rxXautoclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xautoclaim.
rxXclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xclaim.
rxXdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xdel.
rxXgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xgroup.
rxXinfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xinfo.
rxXlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xlen.
rxXpending(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xpending.
rxXrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrange.
rxXread(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xread.
rxXreadgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xreadgroup.
rxXrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrevrange.
rxXsetid(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xsetid.
rxXtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xtrim.
rxZadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zadd.
rxZcard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcard.
rxZcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcount.
rxZdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zdiff.
rxZdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zdiffstore.
rxZincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zincrby.
rxZinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinter.
rxZintercard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zintercard.
rxZinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinterstore.
rxZlexcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zlexcount.
rxZmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zmpop.
rxZmscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zmscore.
rxZpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmax.
rxZpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmin.
rxZrandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrandmember.
rxZrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrange.
rxZrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebylex.
rxZrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebyscore.
rxZrangestore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangestore.
rxZrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrank.
rxZrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrem.
rxZremrangebylex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebylex.
rxZremrangebyrank(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyrank.
rxZremrangebyscore(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyscore.
rxZrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrange.
rxZrevrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebylex.
rxZrevrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebyscore.
rxZrevrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrank.
rxZscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscan.
rxZscore(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscore.
rxZunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunion.
rxZunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunionstore.

S

sadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sadd.
sadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sadd.
SADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
SalesforceAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Salesforce.
SalesforceAuth(SalesforceAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
SalesforceAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
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.
save() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command save.
save(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command save.
save(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection
SAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
saveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
SC_ACCEPTED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
202 Accepted
SC_BAD_GATEWAY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
502 Bad Gateway
SC_BAD_REQUEST - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
400 Bad Request
SC_CLIENT_ERRORS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 4XX client error
SC_CONFLICT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
409 Conflict
SC_CONTINUE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
100 Continue
SC_CREATED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
201 Created
SC_EARLY_HINTS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
103 Early Hints
SC_EXPECTATION_FAILED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
417 Expectation Failed
SC_FAILED_DEPENDENCY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
424 Failed Dependency (WebDAV, RFC4918)
SC_FORBIDDEN - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
403 Forbidden
SC_FOUND - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
302 Found
SC_GATEWAY_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
504 Gateway Timeout
SC_GONE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
410 Gone
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
505 HTTP Version Not Supported
SC_INFORMATIONAL_RESPONSE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 1XX informational response
SC_INSUFFICIENT_STORAGE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
507 Insufficient Storage (WebDAV, RFC4918)
SC_INTERNAL_SERVER_ERROR - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
500 Internal Server Error
SC_LENGTH_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
411 Length Required
SC_LOCKED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
423 Locked (WebDAV, RFC4918)
SC_METHOD_NOT_ALLOWED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
405 Method Not Allowed
SC_MISDIRECTED_REQUEST - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
421 Misdirected Request
SC_MOVED_PERMANENTLY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
301 Moved Permanently
SC_MULTI_STATUS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
207 Multi-Status (WebDAV, RFC2518)
SC_MULTIPLE_CHOICES - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
300 Multiple Choices
SC_NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
511 Network Authentication Required (RFC6585)
SC_NO_CONTENT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
204 No Content
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
203 Non-Authoritative Information (since HTTP/1.1)
SC_NOT_ACCEPTABLE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
406 Not Acceptable
SC_NOT_EXTENDED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
510 Not Extended (RFC2774)
SC_NOT_FOUND - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
404 Not Found
SC_NOT_IMPLEMENTED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
501 Not Implemented
SC_NOT_MODIFIED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
304 Not Modified
SC_OK - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
200 OK
SC_PARTIAL_CONTENT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
206 Partial Content
SC_PAYMENT_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
402 Payment Required
SC_PERMANENT_REDIRECT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
308 Permanent Redirect (RFC7538)
SC_PRECONDITION_FAILED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
412 Precondition Failed
SC_PRECONDITION_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
428 Precondition Required (RFC6585)
SC_PROCESSING - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
102 Processing (WebDAV, RFC2518)
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
407 Proxy Authentication Required
SC_REDIRECTION - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 3XX redirection
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
413 Request Entity Too Large
SC_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
431 Request Header Fields Too Large (RFC6585)
SC_REQUEST_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
408 Request Timeout
SC_REQUEST_URI_TOO_LONG - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
414 Request-URI Too Long
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
416 Requested Range Not Satisfiable
SC_RESET_CONTENT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
205 Reset Content
SC_SEE_OTHER - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
303 See Other (since HTTP/1.1)
SC_SERVER_ERRORS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 5XX server error
SC_SERVICE_UNAVAILABLE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
503 Service Unavailable
SC_SUCCESS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 2XX success
SC_SWITCHING_PROTOCOLS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
101 Switching Protocols
SC_TEMPORARY_REDIRECT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
307 Temporary Redirect (since HTTP/1.1)
SC_TOO_MANY_REQUESTS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
429 Too Many Requests (RFC6585)
SC_UNAUTHORIZED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
401 Unauthorized
SC_UNORDERED_COLLECTION - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
425 Unordered Collection (WebDAV, RFC3648)
SC_UNPROCESSABLE_ENTITY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
422 Unprocessable Entity (WebDAV, RFC4918)
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
415 Unsupported Media Type
SC_UPGRADE_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
426 Upgrade Required (RFC2817)
SC_USE_PROXY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
305 Use Proxy (since HTTP/1.1)
SC_VARIANT_ALSO_NEGOTIATES - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
506 Variant Also Negotiates (RFC2295)
scan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scan.
scan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scan.
SCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
scard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scard.
scard(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scard.
SCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
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.
Schema - Class in io.vertx.reactivex.json.schema
Interface representing a Json Schema
Schema(Schema) - Constructor for class io.vertx.reactivex.json.schema.Schema
 
Schema(Object) - Constructor for class io.vertx.reactivex.json.schema.Schema
 
SchemaParser - Class in io.vertx.reactivex.json.schema
Parse a Json Schema.
SchemaParser(SchemaParser) - Constructor for class io.vertx.reactivex.json.schema.SchemaParser
 
SchemaParser(Object) - Constructor for class io.vertx.reactivex.json.schema.SchemaParser
 
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(SchemaRepository) - Constructor for class io.vertx.reactivex.json.schema.SchemaRepository
 
SchemaRepository(Object) - Constructor for class io.vertx.reactivex.json.schema.SchemaRepository
 
SchemaRouter - Class in io.vertx.reactivex.json.schema
Represents a pool where parsed schemas are addressed and cached.
SchemaRouter(SchemaRouter) - Constructor for class io.vertx.reactivex.json.schema.SchemaRouter
 
SchemaRouter(Object) - Constructor for class io.vertx.reactivex.json.schema.SchemaRouter
 
scheme() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
scheme() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
ScopeAuthorization - Class in io.vertx.reactivex.ext.auth.oauth2.authorization
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
ScopeAuthorization(ScopeAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
ScopeAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
scopeDelimiter(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 delimiter set to be unique to the instance.
script(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command script.
script(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command script.
SCRIPT - Static variable in class io.vertx.reactivex.redis.client.Command
 
sdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiff.
sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiff.
SDIFF - Static variable in class io.vertx.reactivex.redis.client.Command
 
sdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiffstore.
sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiffstore.
SDIFFSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
secretKey() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
securityHandler(String) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Creates a new security scheme for the required .
securityHandler(String, AuthenticationHandler) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Mount to paths that have to follow a security schema a security handler.
SecurityPolicyHandler - Interface in io.vertx.reactivex.ext.web.handler
Base security policy interface for handlers that provide HTTP security related headers.
SecurityScheme - Class in io.vertx.reactivex.ext.web.openapi
An authentication handler factory.
SecurityScheme(SecurityScheme) - Constructor for class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
SecurityScheme(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
seek(TopicPartition, long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
seek(TopicPartition, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
seekToBeginning(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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
seekToEnd(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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
select(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command select.
select(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command select.
SELECT - Static variable in class io.vertx.reactivex.redis.client.Command
 
SelfSignedCertificate - Class in io.vertx.reactivex.core.net
A self-signed certificate helper for testing and development purposes.
SelfSignedCertificate(SelfSignedCertificate) - Constructor for class io.vertx.reactivex.core.net.SelfSignedCertificate
 
SelfSignedCertificate(Object) - Constructor for class io.vertx.reactivex.core.net.SelfSignedCertificate
 
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 an HttpResponse.
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<Buffer>, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a stream body.
send(Flowable<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a stream body.
send(Flowable<Req>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
send(Flowable<Resp>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
 
send(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with an empty body.
send(Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
send(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with an empty body.
send(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(Frame, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message.
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, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(Buffer, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(Buffer, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a buffer body.
send(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a buffer body.
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<Buffer>, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a stream body.
send(ReadStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a stream body.
send(ReadStream<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(KafkaProducerRecord<K, V>, Handler<AsyncResult<RecordMetadata>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
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, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.Redis
Send the given command to the redis server or cluster.
send(Request, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Send the given command to the redis server or cluster.
send(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, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a string body.
send(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a string body.
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, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Sends a message.
send(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying options that can be used to configure the delivery.
send(String, String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send(String, String, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send(String, 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, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
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, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
 
send(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
 
sendBuffer(Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendBuffer(Buffer, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sender() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Returns a WriteStream able to send to the SocketAddress.
sender(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.sender(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
sendFile(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendForm(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendForm(MultiMap, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendForm(MultiMap, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendForm(MultiMap, String, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a SEND frame is received.
sendHead() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
sendHead(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
sendJson(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJson(Object, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJsonObject(JsonObject) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJsonObject(JsonObject, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendMail(MailMessage) - Method in class io.vertx.reactivex.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.reactivex.ext.mail.MailClient
send a single mail via MailClient
sendMultipartForm(MultipartForm) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
sendMultipartForm(MultipartForm, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
sendStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendStream(Flowable<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendStream(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendStream(ReadStream<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendWithAck(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
sendWithAck(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
SENTINEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
separator() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
Returns the configured separator.
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.
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.
server() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
server() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
server() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
server(Vertx) - Static method in class io.vertx.reactivex.grpc.server.GrpcServer
Create a blank gRPC server
SERVER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Server header name
ServerFrame - Class in io.vertx.reactivex.ext.stomp
Structure passed to server handler when receiving a frame.
ServerFrame(ServerFrame) - Constructor for class io.vertx.reactivex.ext.stomp.ServerFrame
 
ServerFrame(Object) - Constructor for class io.vertx.reactivex.ext.stomp.ServerFrame
 
serverWebSocket() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
Deprecated.
ServerWebSocket - Class in io.vertx.reactivex.core.http
Represents a server side WebSocket.
ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.reactivex.core.http.ServerWebSocket
 
ServerWebSocket(Object) - Constructor for class io.vertx.reactivex.core.http.ServerWebSocket
 
service() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the service's name (i.e.
service(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
ServiceDiscovery - Class in io.vertx.reactivex.servicediscovery
Service Discovery main entry point.
ServiceDiscovery(ServiceDiscovery) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
ServiceDiscovery(Object) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
ServiceExporter - Class in io.vertx.reactivex.servicediscovery.spi
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
ServiceExporter(ServiceExporter) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
ServiceExporter(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
serviceExtraPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
When set, this function is called while creating the payload of
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.
ServiceImporter - Class in io.vertx.reactivex.servicediscovery.spi
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
ServiceImporter(ServiceImporter) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
ServiceImporter(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
serviceName() - Method in class io.vertx.reactivex.grpc.server.GrpcServerRequest
 
serviceName(ServiceName) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Set the service name to call.
ServiceName - Class in io.vertx.reactivex.grpc.common
A gRPC service name.
ServiceName(ServiceName) - Constructor for class io.vertx.reactivex.grpc.common.ServiceName
 
ServiceName(Object) - Constructor for class io.vertx.reactivex.grpc.common.ServiceName
 
ServicePublisher - Class in io.vertx.reactivex.servicediscovery.spi
The publisher is used by the importer to publish or unpublish records.
ServicePublisher(ServicePublisher) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
ServicePublisher(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
ServiceReference - Class in io.vertx.reactivex.servicediscovery
Once a consumer has chosen a service, it builds a ServiceReference managing the binding with the chosen service provider.
ServiceReference(ServiceReference) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceReference
 
ServiceReference(Object) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceReference
 
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.
session() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
session() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
session() - Method in class io.vertx.reactivex.ext.shell.Shell
 
session() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
session() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
session() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get the session.
Session - Class in io.vertx.reactivex.ext.shell.session
A shell session.
Session - Class in io.vertx.reactivex.ext.web
Represents a browser session.
Session(Session) - Constructor for class io.vertx.reactivex.ext.shell.session.Session
 
Session(Session) - Constructor for class io.vertx.reactivex.ext.web.Session
 
Session(Object) - Constructor for class io.vertx.reactivex.ext.shell.session.Session
 
Session(Object) - Constructor for class io.vertx.reactivex.ext.web.Session
 
SessionHandler - Class in io.vertx.reactivex.ext.web.handler
A handler that maintains a Session for each browser session.
SessionHandler(SessionHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.SessionHandler
 
SessionHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.SessionHandler
 
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(SessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.SessionStore
 
SessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.SessionStore
 
set(CharSequence, CharSequence) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
 
set(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
set(String, Iterable<String>) - Method in class io.vertx.reactivex.core.MultiMap
Sets values for the specified name.
set(String, String) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
 
set(String, String) - Method in class io.vertx.reactivex.core.MultiMap
Sets a value under the specified name.
set(String, String) - Method in class io.vertx.reactivex.uritemplate.Variables
Set a single variable.
set(String, List<String>) - Method in class io.vertx.reactivex.uritemplate.Variables
Set a list variable.
set(String, Map<String, String>) - Method in class io.vertx.reactivex.uritemplate.Variables
Set a map variable.
set(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command set.
set(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command set.
SET - Static variable in class io.vertx.reactivex.redis.client.Command
 
SET_COOKIE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Set-Cookie header name
setAcceptableContentType(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the acceptable content type.
setAccessed() - Method in class io.vertx.reactivex.ext.web.Session
Mark the session as being accessed.
setAlgorithm(HashAlgorithm) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
setAll(JsonObject) - Method in class io.vertx.reactivex.uritemplate.Variables
Like Variables.addAll(io.vertx.core.json.JsonObject) but overwrites previous variables.
setAll(MultiMap) - Method in class io.vertx.reactivex.core.MultiMap
Cleans this instance.
setAll(Map<String, String>) - Method in class io.vertx.reactivex.core.MultiMap
Cleans and set all values of the given instance
setAllowRootFileSystemAccess(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Deprecated.
setAlwaysAsyncFS(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether async filesystem access should always be used
setArguments(List<Argument>) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the list of arguments.
setAuthenticationQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setAuthProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
setAutoCommit(boolean) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
setAutoCommit(boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
setBeforeScanHandler(Handler<Void>) - Method in class io.vertx.reactivex.config.ConfigRetriever
Registers a handler called before every scan.
setbit(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setbit.
setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setbit.
SETBIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
setBody(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
setBodyHandler(BodyHandler) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setBodyHandler(BodyHandler) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setBodyLimit(long) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set the maximum body size in bytes, -1 means no limit
setBuffer(int, Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b.
setBuffer(int, Buffer, int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b on the given offset and len.
setByte(int, byte) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the byte at position pos in the Buffer to the value b.
setBytes(int, byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, byte[], int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the given number of bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, ByteBuffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the ByteBuffer b.
setCacheEntryTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCachingEnabled(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether cache header handling is enabled
setCharset(String) - 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.reactivex.ext.web.multipart.MultipartForm
Set the charset to use when encoding the form.
setChunked(boolean) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
setChunked(boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
If chunked is true, this response will use HTTP chunked encoding, and each call to write to the body will correspond to a new HTTP chunk sent on the wire.
setClientIdentifier(String) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set client identifier if not provided by the remote MQTT client (zero-bytes)
setCollectionName(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in class io.vertx.reactivex.config.ConfigRetriever
setContentId(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the Content-ID field to be used in the attachment
setContentType(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the Content-Type
setCookieHttpOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the cookie httpOnly attribute.
setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Sets whether the 'HttpOnly' flag should be set for the session cookie.
setCookieless(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Use sessions based on url paths instead of cookies.
setCookieMaxAge(long) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set a Cookie max-age to the session cookie.
setCookieName(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the cookie name.
setCookiePath(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the cookie path.
setCookieSameSite(CookieSameSite) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the session cookie SameSite policy to use.
setCookieSecure(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Sets the cookie secure flag.
setCookieSecureFlag(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
setData(Buffer) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the data
setDefaultContentEncoding(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the default content encoding for text related files.
setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set whether uploaded files should be removed after handling the request
setDescription(String) - Method in class io.vertx.reactivex.core.cli.CLI
 
setDescription(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the description field to be used in the attachment
setDirective(String, String) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
Sets a single directive entry to the handler.
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
setDirectoryListing(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryTemplate(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the directory template to be used when directory listing
setDisposition(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the disposition field to be used in the attachment
setDomain(String) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the domain of this cookie
setDouble(int, double) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the double at position pos in the Buffer to the value d.
setEnableFSTuning(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableRangeSupport(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether range requests (resumable downloads; media streaming) should be enabled.
setex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setex.
setex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setex.
SETEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
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.
setExternalSalt(String) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setFilesReadOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether files are read-only and will never change
setFloat(int, float) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the float at position pos in the Buffer to the value f.
setFollowRedirects(boolean) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the request to follow HTTP redirects up to HttpClientOptions.
setHandleFileUploads(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set whether file uploads will be handled
setHandler(Handler<WatchResult<T>>) - Method in class io.vertx.reactivex.ext.consul.Watch
Set the result handler.
setHandshake(Single<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Single<Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Future<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Future<Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHashAlgorithm(HashAlgorithm) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setHashStrategy(HashStrategy) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setHeaderName(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the header name.
setHeaders(MultiMap) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Set the headers to be added for this attachment.
setHidden(boolean) - Method in class io.vertx.reactivex.core.cli.CLI
Sets whether or not the current instance of CLI must be hidden.
setHost(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Deprecated.
setHttp2PushMapping(List<Http2PushMapping>) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the file mapping for http2push and link preload
setHttpOnly(boolean) - Method in class io.vertx.reactivex.core.http.Cookie
Determines if this cookie is HTTP only.
setIncludeHidden(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether hidden files should be served
setIndexPage(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the index page
setIndexTemplate(String) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
Set the index template
setInt(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i.
setIntLE(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setLazySession(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Use a lazy session creation mechanism.
setLong(int, long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l.
setLongLE(int, long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l in the Little Endian Byte Order.
setMaxAge(long) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAgeSeconds(long) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set value for max age in caching headers
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
setMaxBufferedMessages(int) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Set the number of messages this registration will buffer when this stream is paused.
setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the max cache size, when caching is enabled
setMaxRedirects(int) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the max number of HTTP redirects this request will follow.
setMedium(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMediumLE(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMergeFormAttributes(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMethod(HttpMethod) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the HTTP method for this request.
setMinLength(int) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set expected session id minimum length.
setMode(TemplateMode) - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Deprecated.
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
setName(String) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the name of the CLI.
setName(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the name
setName(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
setName(String) - Method in class io.vertx.reactivex.ext.web.Route
Giving a name to a route will provide this name as metadata to requests matching this route.
setNonces(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setNonces(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
setNotImplementedFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setNotImplementedFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setnx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setnx.
setnx(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setnx.
SETNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
setOption(MySQLSetOption) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
setOption(MySQLSetOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
setOptions(SQLOptions) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the desired options to be applied to the current connection when statements are executed.
setOptions(RouterFactoryOptions) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setOptions(RouterFactoryOptions) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setOptions(RouterBuilderOptions) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Set options of router builder.
setOptions(List<Option>) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the list of arguments.
setOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the origin for this server.
setOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
Set the Origin to be validated by the webauthn object.
setOutput(Handler<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
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.
setPasswordCredentialField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setPasswordField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setPasswordParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the password
setPath(String) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the path of this cookie.
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 point handler will be called with the id of the timer.
setPeriodic(long, Handler<Long>) - Method in class io.vertx.reactivex.core.Vertx
Set a periodic timer to fire every delay milliseconds, at which point handler will be called with the id of the timer.
setPermissionField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setPermissionsQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setPort(int) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Deprecated.
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.
setPriority(int) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the priority of the CLI.
setPrompt(Function<Session, String>) - Method in class io.vertx.reactivex.ext.shell.Shell
Set a new prompt in this session.
setQueryParam(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Set a query parameter to the request.
setQueryTimeout(int) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Deprecated.
setQueueName(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Set the name of the queue.
setrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setrange.
setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setrange.
SETRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
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.
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.
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.
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.
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.
setReportOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
To ease deployment, CSP can be deployed in report-only mode.
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
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
setRoleField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setRolePrefix(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setRolesQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setSaltField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setSaltStyle(HashSaltStyle) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
setSameSite(CookieSameSite) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the same site of this cookie.
setSecure(boolean) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the security getStatus of this cookie
setSendVaryHeader(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether vary header should be sent with response.
setSession(Session) - Method in class io.vertx.reactivex.ext.shell.system.Job
Set a session on the job.
setSession(Session) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process session
setSession(Session) - Method in class io.vertx.reactivex.ext.shell.term.Term
Associate the term with a session.
setSession(Session) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
setSessionCookieName(String) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the session cookie name
setSessionCookiePath(String) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the session cookie path
setSessionTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the session timeout
setShort(int, short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s.
setShortLE(int, short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setSize(int) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Sets the size of the attachment.
setSize(int, int) - Method in class io.vertx.reactivex.ext.shell.term.Pty
Resize the terminal.
setStatusCode(int) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set the status code.
setStatusMessage(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set the status message
setStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.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 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
setString(int, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in UTF-8.
setString(int, String, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in encoding enc.
setSummary(String) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the summary of the CLI.
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, 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, 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 .
setTimeout(long) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set's the amount of time after which if the request does not return any data within the timeout period an TimeoutException will be passed to the exception handler (if provided) and the request will be closed.
setTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
setTimer(long, Handler<Long>) - Method in class io.vertx.reactivex.core.Vertx
Set a one-shot timer to fire after delay milliseconds, at which point handler will be called with the id of the timer.
settings() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
setTransactionIsolation(TransactionIsolation) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(TransactionIsolation, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTty(Tty) - Method in class io.vertx.reactivex.ext.shell.system.Job
Set a tty on the job.
setTty(Tty) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process tty.
setUnsignedByte(int, short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned byte at position pos in the Buffer to the value b.
setUnsignedInt(int, long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i.
setUnsignedIntLE(int, long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setUnsignedShort(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s.
setUnsignedShortLE(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s in the Little Endian Byte Order.
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.WebAuthnHandler
The callback route to verify attestations and assertions.
setupCredentialsCreateCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
The callback route to create registration attestations.
setupCredentialsGetCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
The callback route to create login attestations.
setUploadsDirectory(String) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set the uploads directory to use
setupRegisterCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.OtpAuthHandler
Setup the optional route where authenticators are allowed to register.
setURI(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the request uri.
setUser(User) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the user.
setUser(RoutingContext, User) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the user for the session
setUser(RoutingContext, User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the user for the session
setUsernameCredentialField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setUsernameField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setUsernameParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the username
setValidationFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setValidationFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setValue(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
setValue(String) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the value of this cookie
setWebRoot(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Deprecated.
setWindowSize(int) - Method in class io.vertx.reactivex.core.http.HttpConnection
Update the current connection wide window size to a new size.
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.
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.WebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.net.NetSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.streams.Pump
Set the write queue max size to maxSize
setWriteQueueMaxSize(int) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Set the maximum size of the write queue to maxSize.
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.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
 
sharedData() - Method in class io.vertx.reactivex.core.Vertx
Get the shared data object.
SharedData - Class in io.vertx.reactivex.core.shareddata
Shared data allows you to share data safely between different parts of your application in a safe way.
SharedData(SharedData) - Constructor for class io.vertx.reactivex.core.shareddata.SharedData
 
SharedData(Object) - Constructor for class io.vertx.reactivex.core.shareddata.SharedData
 
sharedRandomPort(int, String) - Static method in class io.vertx.reactivex.core.net.SocketAddress
Create an inet socket address that binds to a shared random port identified by id.
Shell - Class in io.vertx.reactivex.ext.shell
An interactive session between a consumer and a shell.
Shell(Shell) - Constructor for class io.vertx.reactivex.ext.shell.Shell
 
Shell(Object) - Constructor for class io.vertx.reactivex.ext.shell.Shell
 
shellHandler(Handler<Shell>) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Called when a new shell is created.
ShellServer - Class in io.vertx.reactivex.ext.shell
The shell server.
ShellServer(ShellServer) - Constructor for class io.vertx.reactivex.ext.shell.ShellServer
 
ShellServer(Object) - Constructor for class io.vertx.reactivex.ext.shell.ShellServer
 
ShellService - Class in io.vertx.reactivex.ext.shell
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellServiceOptions configuration.
ShellService(ShellService) - Constructor for class io.vertx.reactivex.ext.shell.ShellService
 
ShellService(Object) - Constructor for class io.vertx.reactivex.ext.shell.ShellService
 
ShiroAuth - Class in io.vertx.reactivex.ext.auth.shiro
Factory interface for creating Apache Shiro based AuthenticationProvider instances.
ShiroAuth(ShiroAuth) - Constructor for class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
ShiroAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
ShopifyAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Shopify.
ShopifyAuth(ShopifyAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
ShopifyAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
shutdown() - Method in class io.vertx.reactivex.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
shutdown(long) - Method in class io.vertx.reactivex.core.http.HttpConnection
shutdown(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
shutdown(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
shutdown(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command shutdown.
shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command shutdown.
SHUTDOWN - Static variable in class io.vertx.reactivex.redis.client.Command
 
shutdownHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler called when a frame has been sent or received and all connections are closed.
SignalHandler - Class in io.vertx.reactivex.ext.shell.term
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
SignalHandler(SignalHandler) - Constructor for class io.vertx.reactivex.ext.shell.term.SignalHandler
 
SignalHandler(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.SignalHandler
 
SimpleAuthenticationHandler - Class in io.vertx.reactivex.ext.web.handler
A user customizable authentication handler.
SimpleAuthenticationHandler(SimpleAuthenticationHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
 
SimpleAuthenticationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
 
SingleHelper - Class in io.vertx.reactivex.core
 
SingleHelper() - Constructor for class io.vertx.reactivex.core.SingleHelper
 
sinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinter.
sinter(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinter.
SINTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
sintercard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sintercard.
sintercard(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sintercard.
SINTERCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
sinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinterstore.
sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinterstore.
SINTERSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
sismember(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sismember.
sismember(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sismember.
SISMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
size() - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.size(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>) but the handler will be called when the operation is complete or if an error occurs.
size() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
 
size() - Method in class io.vertx.reactivex.core.file.FileProps
The size of the file, in bytes
size() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
The size of the upload may not be available until it is all read.
size() - Method in class io.vertx.reactivex.core.MultiMap
Return the number of keys.
size() - 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.redis.client.Response
Get this size of this multi response.
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(Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Provide the number of entries in the map
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the number of sessions in the store.
size(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Like AsyncFile.size(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>) but the handler will be called when the operation is complete or if an error occurs.
sizeBlocking() - Method in class io.vertx.reactivex.core.file.AsyncFile
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.
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.
slave() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
slaveof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slaveof.
slaveof(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slaveof.
SLAVEOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
slice() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a slice of this buffer.
slice(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a slice of this buffer.
slowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slowlog.
slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slowlog.
SLOWLOG - Static variable in class io.vertx.reactivex.redis.client.Command
 
smembers(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smembers.
smembers(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smembers.
SMEMBERS - Static variable in class io.vertx.reactivex.redis.client.Command
 
smismember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smismember.
smismember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smismember.
SMISMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
smove(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smove.
smove(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smove.
SMOVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
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
SocketAddress - Class in io.vertx.reactivex.core.net
The address of a socket, an inet socket address or a domain socket address.
SocketAddress(SocketAddress) - Constructor for class io.vertx.reactivex.core.net.SocketAddress
 
SocketAddress(Object) - Constructor for class io.vertx.reactivex.core.net.SocketAddress
 
socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
SockJSHandler - Class in io.vertx.reactivex.ext.web.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler(SockJSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
SockJSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
SockJSSocket - Class in io.vertx.reactivex.ext.web.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket(SockJSSocket) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
SockJSSocket(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
SockJSTermHandler - Class in io.vertx.reactivex.ext.shell.term
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
SockJSTermHandler(SockJSTermHandler) - Constructor for class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
SockJSTermHandler(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
solveIfNeeded(JsonObject) - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
if obj contains $ref, it tries to solve it and return the resolved object, otherwise it returns obj
sort(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sort.
sort(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sort.
SORT - Static variable in class io.vertx.reactivex.redis.client.Command
 
SORT_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
sortRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sortRo.
sortRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sortRo.
SoundcloudAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for SoundCloud.
SoundcloudAuth(SoundcloudAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
SoundcloudAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
specifySchema(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
specifySchema(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
spop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spop.
spop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spop.
SPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
spublish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spublish.
spublish(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spublish.
SPUBLISH - Static variable in class io.vertx.reactivex.redis.client.Command
 
SqlAuthentication - Class in io.vertx.reactivex.ext.auth.sqlclient
Factory interface for creating AuthenticationProvider instances that use the Vert.x SQL client.
SqlAuthentication(SqlAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
SqlAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
SqlAuthorization - Class in io.vertx.reactivex.ext.auth.sqlclient
Factory interface for creating instances that use the Vert.x SQL client.
SqlAuthorization(SqlAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
SqlAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
SqlClient - Class in io.vertx.reactivex.sqlclient
Defines common SQL client operations with a database server.
SqlClient(SqlClient) - Constructor for class io.vertx.reactivex.sqlclient.SqlClient
 
SqlClient(Object) - Constructor for class io.vertx.reactivex.sqlclient.SqlClient
 
SQLClient - Class in io.vertx.reactivex.ext.sql
A common asynchronous client interface for interacting with SQL compliant database
SQLClient(SQLClient) - Constructor for class io.vertx.reactivex.ext.sql.SQLClient
 
SQLClient(Object) - Constructor for class io.vertx.reactivex.ext.sql.SQLClient
 
SQLClientHelper - Class in io.vertx.reactivex.ext.sql
Utilities for generating observables with a SQLClient.
SqlConnection - Class in io.vertx.reactivex.sqlclient
A connection to the database server.
SqlConnection(SqlConnection) - Constructor for class io.vertx.reactivex.sqlclient.SqlConnection
 
SqlConnection(Object) - Constructor for class io.vertx.reactivex.sqlclient.SqlConnection
 
SQLConnection - Class in io.vertx.reactivex.ext.sql
Represents a connection to a SQL database
SQLConnection(SQLConnection) - Constructor for class io.vertx.reactivex.ext.sql.SQLConnection
 
SQLConnection(Object) - Constructor for class io.vertx.reactivex.ext.sql.SQLConnection
 
SQLOperations - Interface in io.vertx.reactivex.ext.sql
Represents a SQL query interface to a database
SqlOutParam - Class in io.vertx.reactivex.jdbcclient
Tag if a parameter is of type OUT or INOUT.
SqlOutParam(SqlOutParam) - Constructor for class io.vertx.reactivex.jdbcclient.SqlOutParam
 
SqlOutParam(Object) - Constructor for class io.vertx.reactivex.jdbcclient.SqlOutParam
 
SqlResult<T> - Class in io.vertx.reactivex.sqlclient
An interface that represents the execution result of an operation on the database server.
SqlResult(SqlResult) - Constructor for class io.vertx.reactivex.sqlclient.SqlResult
 
SqlResult(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.SqlResult
 
SQLRowStream - Class in io.vertx.reactivex.ext.sql
A ReadStream of Rows from the underlying RDBMS.
SQLRowStream(SQLRowStream) - Constructor for class io.vertx.reactivex.ext.sql.SQLRowStream
 
SQLRowStream(Object) - Constructor for class io.vertx.reactivex.ext.sql.SQLRowStream
 
SqlTemplate<I,​R> - Class in io.vertx.reactivex.sqlclient.templates
An SQL template.
SqlTemplate(SqlTemplate) - Constructor for class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
SqlTemplate(Object, TypeArg<I>, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
SqlUserUtil - Class in io.vertx.reactivex.ext.auth.sqlclient
Utility to create users/roles/permissions.
SqlUserUtil(SqlUserUtil) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
SqlUserUtil(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
srandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srandmember.
srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srandmember.
SRANDMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
srem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srem.
srem(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srem.
SREM - Static variable in class io.vertx.reactivex.redis.client.Command
 
SrvRecord - Class in io.vertx.reactivex.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
SrvRecord(SrvRecord) - Constructor for class io.vertx.reactivex.core.dns.SrvRecord
 
SrvRecord(Object) - Constructor for class io.vertx.reactivex.core.dns.SrvRecord
 
sscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sscan.
sscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sscan.
SSCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
ssl() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
ssl(Boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request whether to use SSL.
sslSession() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
sslSession() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
sslSession() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
sslSession() - Method in class io.vertx.reactivex.core.http.WebSocket
 
sslSession() - Method in class io.vertx.reactivex.core.net.NetSocket
 
sslSession() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
ssubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ssubscribe.
ssubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ssubscribe.
SSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
stackTrace() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
start() - Method in class io.vertx.reactivex.core.streams.Pump
Start the Pump.
start() - Method in class io.vertx.reactivex.ext.consul.Watch
Start this Watch
start() - Method in class io.vertx.reactivex.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
start() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
start(Promise<Void>) - Method in class io.vertx.reactivex.core.AbstractVerticle
 
start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
Starts the importer.
state() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
StaticHandler - Class in io.vertx.reactivex.ext.web.handler
A handler for serving static resources from the file system or classpath.
StaticHandler(StaticHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.StaticHandler
 
StaticHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.StaticHandler
 
status() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
status() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
status() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
status(int) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate asserting that the status response code is equal to statusCode.
status(int, int) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate asserting that the status response code is in the [min,max[ range.
status(GrpcStatus) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Set the grpc status response
statusCode() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
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.
statusMessage() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
statusMessage() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
statusMessage() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
statusMessage(String) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Set the grpc status response message
statusUpdateHandler(Handler<ExecStatus>) - Method in class io.vertx.reactivex.ext.shell.system.Job
Set an handler called when the job terminates.
stdinHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
stdinHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
stdinHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.shell.term.Tty
Set a stream handler on the standard input to read the data.
stdoutHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.shell.term.Pty
Set the standard out handler of the pseudo terminal.
StompClient - Class in io.vertx.reactivex.ext.stomp
Defines a STOMP client.
StompClient(StompClient) - Constructor for class io.vertx.reactivex.ext.stomp.StompClient
 
StompClient(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompClient
 
StompClientConnection - Class in io.vertx.reactivex.ext.stomp
Once a connection to the STOMP server has been made, client receives a StompClientConnection, that let send and receive STOMP frames.
StompClientConnection(StompClientConnection) - Constructor for class io.vertx.reactivex.ext.stomp.StompClientConnection
 
StompClientConnection(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompClientConnection
 
stompHandler() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
stompHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a STOMP frame is received.
StompServer - Class in io.vertx.reactivex.ext.stomp
Defines a STOMP server.
StompServer(StompServer) - Constructor for class io.vertx.reactivex.ext.stomp.StompServer
 
StompServer(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServer
 
StompServerConnection - Class in io.vertx.reactivex.ext.stomp
Class representing a connection between a STOMP client a the server.
StompServerConnection(StompServerConnection) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerConnection
 
StompServerConnection(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerConnection
 
StompServerHandler - Class in io.vertx.reactivex.ext.stomp
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
StompServerHandler(StompServerHandler) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerHandler
 
StompServerHandler(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerHandler
 
stop() - Method in class io.vertx.reactivex.core.streams.Pump
Stop the Pump.
stop() - Method in class io.vertx.reactivex.ext.consul.Watch
Stop the watch and release its resources
stop() - Method in class io.vertx.reactivex.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
stop(Promise<Void>) - Method in class io.vertx.reactivex.core.AbstractVerticle
 
StreamBase - Interface in io.vertx.reactivex.core.streams
Base interface for a stream.
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
 
streamPriority() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
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
streamToFileSystem(String) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
streamToFileSystem(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
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.
string() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
string(String) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
A codec for strings using a specific encoding.
stringValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
StripeAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Stripe.
StripeAuth(StripeAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
StripeAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
strlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command strlen.
strlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command strlen.
STRLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
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(StyledParameterProcessorFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
 
StyledParameterProcessorFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.StyledParameterProcessorFactory
 
subComponent() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Gets the parsed subcomponent part of the MIME.
subject() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
subject() - Method in class io.vertx.reactivex.ext.auth.User
The user subject.
subject(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
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.
subRouter(Router) - Method in class io.vertx.reactivex.ext.web.Route
Use a (sub) Router as a handler.
subscribe(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a subscription request to the current Destination.
subscribe(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(String, int) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(String, int, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<Frame>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command subscribe.
subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command subscribe.
subscribe(Map<String, Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
subscribe(Map<String, Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
subscribe(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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
SUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
subscribeAcknowledge(int, List<MqttQoS>) - 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.reactivex.mqtt.MqttEndpoint
Sends the SUBACK message to the remote MQTT client
subscribeCompletionHandler(Handler<MqttSubAckMessage>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets handler which will be called after SUBACK packet receiving
subscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a SUBSCRIBE frame is received.
subscribeHandler(Handler<MqttSubscribeMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set a subscribe handler on the MQTT endpoint.
subscribeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Set an handler called when the the channel get subscribed.
subscriber(Vertx, PgConnectOptions) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Create a subscriber.
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(Handler<AsyncResult<Set<String>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the current subscription.
subscriptionAutoAck(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Enable/disable subscription/unsubscription requests auto acknowledge
subscriptionOption() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
Subscription option
substr(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command substr.
substr(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command substr.
SUBSTR - Static variable in class io.vertx.reactivex.redis.client.Command
 
subtag() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
The subtag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to
subtag(int) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
A subtag of this language header.
+ info: rfc7231#section-3.1.3.1
subtagCount() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
succeeded() - Method in class io.vertx.reactivex.ext.consul.WatchResult
Did it succeed?
succeeded() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
Did it succeed?
succeeded() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
Whether the result is a success or failure.
succeeded() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
Predicate succeeded
success() - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
success() - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
sunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunion.
sunion(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunion.
SUNION - Static variable in class io.vertx.reactivex.redis.client.Command
 
sunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunionstore.
sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunionstore.
SUNIONSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
sunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunsubscribe.
sunsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunsubscribe.
SUNSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
suspend() - Method in class io.vertx.reactivex.ext.shell.system.Job
Resume the job.
suspend() - Method in class io.vertx.reactivex.ext.shell.system.Process
Resume the process.
suspend(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Resume the process.
suspendHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a suspend handler, this handler is called when the command is suspended, for instance user press Ctrl-Z.
suspendHandler(SignalHandler) - Method in class io.vertx.reactivex.ext.shell.term.Term
Set a suspend signal handler on the term.
swapdb(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command swapdb.
swapdb(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command swapdb.
SWAPDB - Static variable in class io.vertx.reactivex.redis.client.Command
 
symlink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlinkBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
sync() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sync.
sync(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sync.
SYNC - Static variable in class io.vertx.reactivex.redis.client.Command
 
SYSTEM_PROPERTY_NAME - Static variable in class io.vertx.reactivex.ext.web.common.WebEnvironment
 

T

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
target() - Method in class io.vertx.reactivex.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(TcpEventBusBridge) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
TcpEventBusBridge(Object) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
TemplateEngine - Class in io.vertx.reactivex.ext.web.common.template
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
TemplateEngine(TemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
TemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
TemplateHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler(TemplateHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
TemplateHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
templateParams() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Return the current request URI template parameters.
TENANT - Static variable in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
The default key used to identify a tenant in the context data.
Term - Class in io.vertx.reactivex.ext.shell.term
The terminal.
Term(Term) - Constructor for class io.vertx.reactivex.ext.shell.term.Term
 
Term(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.Term
 
termHandler(Handler<Term>) - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
termHandler(Handler<Term>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Set the term handler that will receive incoming client connections.
terminate() - Method in class io.vertx.reactivex.ext.shell.system.Job
Terminate the job.
terminate() - Method in class io.vertx.reactivex.ext.shell.system.Process
Terminate the process.
terminate(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Terminate the process.
terminatedHandler(Handler<Integer>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set an handler for being notified when the process terminates.
TermServer - Class in io.vertx.reactivex.ext.shell.term
A server for terminal based applications.
TermServer(TermServer) - Constructor for class io.vertx.reactivex.ext.shell.term.TermServer
 
TermServer(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.TermServer
 
test(String, int, Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Add a new test case to the suite.
test(String, Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Add a new test case to the suite.
TestCase - Class in io.vertx.reactivex.ext.unit
A test case object can be used to create a single test.
TestCase(TestCase) - Constructor for class io.vertx.reactivex.ext.unit.TestCase
 
TestCase(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestCase
 
TestCaseReport - Class in io.vertx.reactivex.ext.unit.report
Report the execution of a test case.
TestCaseReport(TestCaseReport) - Constructor for class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
TestCaseReport(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
TestCompletion - Class in io.vertx.reactivex.ext.unit
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
TestCompletion(TestCompletion) - Constructor for class io.vertx.reactivex.ext.unit.TestCompletion
 
TestCompletion(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestCompletion
 
TestContext - Class in io.vertx.reactivex.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
TestContext(TestContext) - Constructor for class io.vertx.reactivex.ext.unit.TestContext
 
TestContext(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestContext
 
TestResult - Class in io.vertx.reactivex.ext.unit.report
The result of a test.
TestResult(TestResult) - Constructor for class io.vertx.reactivex.ext.unit.report.TestResult
 
TestResult(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestResult
 
TestSuite - Class in io.vertx.reactivex.ext.unit
A named suite of test cases that are executed altogether.
TestSuite(TestSuite) - Constructor for class io.vertx.reactivex.ext.unit.TestSuite
 
TestSuite(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestSuite
 
TestSuiteReport - Class in io.vertx.reactivex.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
TestSuiteReport(TestSuiteReport) - Constructor for class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
TestSuiteReport(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
TEXT_HTML - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
text/html header value
textData() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
textFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFrame(String, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a text WebSocket frame.
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 by textHandlerID.
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 by textHandlerID.
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 by textHandlerID.
textMessageHandler(Handler<String>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in class io.vertx.reactivex.core.http.WebSocket
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a text message handler on the connection.
textPlain(StringSchemaBuilder) - Static method in class io.vertx.reactivex.ext.web.validation.builder.Bodies
Create a text/plain body processor
ThymeleafTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.thymeleaf
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
ThymeleafTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
time() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command time.
time(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command time.
TIME - Static variable in class io.vertx.reactivex.redis.client.Command
 
timeout() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
timeout() - Method in class io.vertx.reactivex.ext.web.Session
 
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.
TimeoutHandler - Class in io.vertx.reactivex.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler(TimeoutHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
TimeoutHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
TimeoutStream - Class in io.vertx.reactivex.core
A timeout stream is triggered by a timer, the Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream(TimeoutStream) - Constructor for class io.vertx.reactivex.core.TimeoutStream
 
TimeoutStream(Object) - Constructor for class io.vertx.reactivex.core.TimeoutStream
 
timerStream(long) - Method in class io.vertx.reactivex.core.Vertx
Deprecated.
TIMESERIES_CLUSTERSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
TIMESERIES_CLUSTERSETFROMSHARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
TIMESERIES_HELLO - Static variable in class io.vertx.reactivex.redis.client.Command
 
TIMESERIES_INFOCLUSTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
TIMESERIES_INNERCOMMUNICATION - Static variable in class io.vertx.reactivex.redis.client.Command
 
TIMESERIES_NETWORKTEST - Static variable in class io.vertx.reactivex.redis.client.Command
 
TIMESERIES_REFRESHCLUSTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
timeseriesClusterset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesClusterset.
timeseriesClusterset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesClusterset.
timeseriesClustersetfromshard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
timeseriesClustersetfromshard(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
timeseriesHello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesHello.
timeseriesHello(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesHello.
timeseriesInfocluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesInfocluster.
timeseriesInfocluster(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesInfocluster.
timeseriesInnercommunication(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
timeseriesInnercommunication(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
timeseriesNetworktest(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesNetworktest.
timeseriesNetworktest(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command timeseriesNetworktest.
timeseriesRefreshcluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
timeseriesRefreshcluster(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
timestamp() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
timestamp() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
timestampType() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
to(WriteStream<T>) - Method in class io.vertx.reactivex.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
to(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
toBackground() - Method in class io.vertx.reactivex.ext.shell.system.Job
Send the job to background.
toBackground() - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process in background.
toBackground(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process in background.
toBigInteger() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a BigInteger.
toBoolean() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Boolean.
toBuffer() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as Buffer.
toByte() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Byte.
toBytes() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a byte[].
toDouble() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Double.
toFloat() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Float.
toFlowable() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
toFlowable() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
toFlowable() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
toFlowable() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
toFlowable() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
toFlowable() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
toFlowable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
toFlowable() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
toFlowable() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toFlowable() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toFlowable() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toFlowable() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
toFlowable() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
toFlowable() - Method in interface io.vertx.reactivex.core.streams.ReadStream
 
toFlowable() - Method in class io.vertx.reactivex.core.TimeoutStream
 
toFlowable() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
toFlowable() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
toFlowable() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toFlowable() - 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
 
toForeground() - Method in class io.vertx.reactivex.ext.shell.system.Job
Send the job to foreground.
toForeground() - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process in foreground.
toForeground(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process in foreground.
toInteger() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Integer.
toJson() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a Json representation of the Buffer.
toJson() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
convert this object to JSON representation
toJson() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
toJson() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
toJson() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist
toJson() - Method in class io.vertx.reactivex.sqlclient.Row
Return a JSON object representation of the row.
toJsonArray() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a Json array representation of the Buffer.
toJsonObject() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a Json object representation of the Buffer.
tokenize(String) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
Tokenize the string argument and return a list of tokens.
toLong() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Long.
toNetSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
toNetSocket(Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
toNumber() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Number.
toObservable() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
toObservable() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
toObservable() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
toObservable() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
toObservable() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
toObservable() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
toObservable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
toObservable() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
toObservable() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toObservable() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toObservable() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toObservable() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
toObservable() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
toObservable() - Method in interface io.vertx.reactivex.core.streams.ReadStream
 
toObservable() - Method in class io.vertx.reactivex.core.TimeoutStream
 
toObservable() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
toObservable() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
toObservable() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toObservable() - Method in class io.vertx.reactivex.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
 
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.HttpClientRequest
 
toObserver() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
toObserver() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toObserver() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toObserver() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toObserver() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toObserver() - Method in class io.vertx.reactivex.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
 
topic() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
topic() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
topic(Vertx, String) - Static method in class io.vertx.reactivex.ext.stomp.Destination
 
topicName() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
topicName() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
topics() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
topicSubscriptions() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
TOPK_ADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
TOPK_COUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
TOPK_INCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
TOPK_INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
TOPK_LIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
TOPK_QUERY - Static variable in class io.vertx.reactivex.redis.client.Command
 
TOPK_RESERVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
topkAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkAdd.
topkAdd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkAdd.
topkCount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkCount.
topkCount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkCount.
topkIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkIncrby.
topkIncrby(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkIncrby.
topkInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkInfo.
topkInfo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkInfo.
topkList(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkList.
topkList(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkList.
topkQuery(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkQuery.
topkQuery(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkQuery.
topkReserve(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkReserve.
topkReserve(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command topkReserve.
toShort() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Short.
toString() - Method in class io.vertx.reactivex.amqp.AmqpClient
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
toString() - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
toString() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
toString() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
toString() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
toString() - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
toString() - Method in class io.vertx.reactivex.circuitbreaker.RetryPolicy
 
toString() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
toString() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a String representation of the Buffer with the UTF-8encoding
toString() - Method in class io.vertx.reactivex.core.cli.CLI
 
toString() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
toString() - Method in class io.vertx.reactivex.core.Context
 
toString() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
toString() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
toString() - Method in class io.vertx.reactivex.core.dns.DnsClient
 
toString() - Method in class io.vertx.reactivex.core.dns.MxRecord
 
toString() - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
toString() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
toString() - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
toString() - Method in class io.vertx.reactivex.core.eventbus.Message
 
toString() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
toString() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
toString() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
toString() - Method in class io.vertx.reactivex.core.file.AsyncFileLock
 
toString() - Method in class io.vertx.reactivex.core.file.FileProps
 
toString() - Method in class io.vertx.reactivex.core.file.FileSystem
 
toString() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
toString() - Method in class io.vertx.reactivex.core.http.Cookie
 
toString() - Method in class io.vertx.reactivex.core.http.HttpClient
 
toString() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
toString() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
toString() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
toString() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
toString() - Method in class io.vertx.reactivex.core.http.HttpHeaders
 
toString() - Method in class io.vertx.reactivex.core.http.HttpServer
 
toString() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
toString() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
toString() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
toString() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toString() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toString() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
toString() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a string representation of the JSON Pointer
toString() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
toString() - Method in class io.vertx.reactivex.core.MultiMap
 
toString() - Method in class io.vertx.reactivex.core.net.HostAndPort
 
toString() - Method in class io.vertx.reactivex.core.net.NetClient
 
toString() - Method in class io.vertx.reactivex.core.net.NetServer
 
toString() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toString() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
toString() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
toString() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
toString() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
toString() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
toString() - Method in class io.vertx.reactivex.core.Promise
 
toString() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
toString() - Method in class io.vertx.reactivex.core.shareddata.Counter
 
toString() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
toString() - Method in class io.vertx.reactivex.core.shareddata.Lock
 
toString() - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
toString() - Method in class io.vertx.reactivex.core.streams.Pipe
 
toString() - Method in class io.vertx.reactivex.core.streams.Pump
 
toString() - Method in class io.vertx.reactivex.core.TimeoutStream
 
toString() - Method in class io.vertx.reactivex.core.Vertx
 
toString() - Method in class io.vertx.reactivex.core.WorkerExecutor
 
toString() - Method in class io.vertx.reactivex.db2client.DB2Connection
 
toString() - Method in class io.vertx.reactivex.db2client.DB2Pool
 
toString() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
toString() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
toString() - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
toString() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
toString() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.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.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.properties.PropertyFileAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
toString() - Method in class io.vertx.reactivex.ext.auth.User
 
toString() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
toString() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
toString() - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
toString() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
toString() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
toString() - Method in class io.vertx.reactivex.ext.consul.Watch
 
toString() - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
toString() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
toString() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
toString() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
toString() - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
toString() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
toString() - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
toString() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
 
toString() - Method in class io.vertx.reactivex.ext.mail.MailClient
 
toString() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
toString() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
toString() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
toString() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
toString() - Method in class io.vertx.reactivex.ext.shell.session.Session
 
toString() - Method in class io.vertx.reactivex.ext.shell.Shell
 
toString() - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
toString() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
toString() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
toString() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
toString() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
toString() - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
toString() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
toString() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
toString() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
toString() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
toString() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
toString() - Method in class io.vertx.reactivex.ext.stomp.Frames
 
toString() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
toString() - Method in class io.vertx.reactivex.ext.unit.Async
 
toString() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
toString() - Method in class io.vertx.reactivex.ext.unit.Completion
 
toString() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
toString() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
toString() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
toString() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
toString() - Method in class io.vertx.reactivex.ext.unit.TestCase
 
toString() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
toString() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
toString() - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
toString() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
toString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
toString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
toString() - Method in class io.vertx.reactivex.ext.web.client.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.predicate.ErrorConverter
 
toString() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
toString() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
toString() - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
toString() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
toString() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
toString() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
toString() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.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.ApolloWSConnectionInitEvent
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.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.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.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.WebAuthnHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
toString() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
toString() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
toString() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
toString() - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
toString() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
toString() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
toString() - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
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.jade.JadeTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.validation.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.GrpcClientRequest
 
toString() - Method in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
toString() - Method in class io.vertx.reactivex.grpc.common.GrpcMessage
 
toString() - Method in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
toString() - Method in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
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.common.ServiceName
 
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.JDBCPool
 
toString() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
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.Schema
 
toString() - Method in class io.vertx.reactivex.json.schema.SchemaParser
 
toString() - Method in class io.vertx.reactivex.json.schema.SchemaRepository
 
toString() - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
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.PrometheusScrapingHandler
 
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.MSSQLConnection
 
toString() - Method in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
toString() - Method in class io.vertx.reactivex.oracleclient.OracleClient
 
toString() - Method in class io.vertx.reactivex.oracleclient.OracleConnection
 
toString() - Method in class io.vertx.reactivex.oracleclient.OraclePool
 
toString() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
toString() - Method in class io.vertx.reactivex.pgclient.PgPool
 
toString() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
toString() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
toString() - Method in class io.vertx.reactivex.redis.client.Command
 
toString() - Method in class io.vertx.reactivex.redis.client.Redis
 
toString() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
toString() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
toString() - Method in class io.vertx.reactivex.redis.client.Request
 
toString() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a String.
toString() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
toString() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
toString() - Method in class io.vertx.reactivex.sqlclient.Cursor
 
toString() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
toString() - Method in class io.vertx.reactivex.sqlclient.Pool
 
toString() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
toString() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
toString() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
toString() - Method in class io.vertx.reactivex.sqlclient.Query
 
toString() - Method in class io.vertx.reactivex.sqlclient.Row
 
toString() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
toString() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
toString() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
toString() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
toString() - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
toString() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
toString() - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
toString() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
toString() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
toString() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
toString() - Method in class io.vertx.reactivex.sqlclient.Transaction
 
toString() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
toString() - Method in class io.vertx.reactivex.uritemplate.UriTemplate
 
toString() - Method in class io.vertx.reactivex.uritemplate.Variables
 
toString(String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString(Charset) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString(Charset) - Method in class io.vertx.reactivex.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.HttpClientRequest
 
toSubscriber() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
toSubscriber() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toSubscriber() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toSubscriber() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toSubscriber() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toSubscriber() - Method in class io.vertx.reactivex.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
 
totalSpace() - Method in class io.vertx.reactivex.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(TotpAuth) - Constructor for class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
 
TotpAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
 
touch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command touch.
touch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command touch.
TOUCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
toURI() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a URI representation of the JSON Pointer
toWebSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
toWebSocket(Handler<AsyncResult<ServerWebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
trace() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP TRACE request
trace(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path
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
traceOperation() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
traceOperation(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Trace operation name override.
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
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
 
transaction() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
transaction(TxnRequest) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
transaction(TxnRequest, Handler<AsyncResult<TxnResponse>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
Transaction - Class in io.vertx.reactivex.sqlclient
A transaction.
Transaction(Transaction) - Constructor for class io.vertx.reactivex.sqlclient.Transaction
 
Transaction(Object) - Constructor for class io.vertx.reactivex.sqlclient.Transaction
 
TRANSFER_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Transfer-Encoding header name
truncate(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncate(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncateBlocking(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
trustOptions() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Provides the TrustOptions X.509 certificate file in PEM format corresponding to the SelfSignedCertificate.certificatePath()
tryComplete() - Method in class io.vertx.reactivex.core.Promise
Calls tryComplete(null).
tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Deprecated.
tryComplete(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ws.ConnectionInitEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(T) - Method in class io.vertx.reactivex.core.Promise
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryFail(String) - Method in class io.vertx.reactivex.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
tryFail(Throwable) - Method in class io.vertx.reactivex.core.Promise
Like Promise.fail(java.lang.Throwable) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryLock() - Method in class io.vertx.reactivex.core.file.AsyncFile
Try to acquire a non-shared lock on the entire 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.
TS_ADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_ALTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_CREATE - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_CREATERULE - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_DECRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_DEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_DELETERULE - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_GET - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_INCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_MADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_MGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_MRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_MREVRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_QUERYINDEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_RANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
TS_REVRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
tsAdd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsAdd.
tsAdd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsAdd.
tsAlter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsAlter.
tsAlter(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsAlter.
tsCreate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsCreate.
tsCreate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsCreate.
tsCreaterule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsCreaterule.
tsCreaterule(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsCreaterule.
tsDecrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDecrby.
tsDecrby(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDecrby.
tsDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDel.
tsDel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDel.
tsDeleterule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDeleterule.
tsDeleterule(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsDeleterule.
tsGet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsGet.
tsGet(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsGet.
tsIncrby(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsIncrby.
tsIncrby(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsIncrby.
tsInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsInfo.
tsInfo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsInfo.
tsMadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMadd.
tsMadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMadd.
tsMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMget.
tsMget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMget.
tsMrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMrange.
tsMrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMrange.
tsMrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMrevrange.
tsMrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsMrevrange.
tsQueryindex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsQueryindex.
tsQueryindex(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsQueryindex.
tsRange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsRange.
tsRange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsRange.
tsRevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsRevrange.
tsRevrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command tsRevrange.
ttl() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
ttl(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
ttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ttl.
ttl(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ttl.
TTL - Static variable in class io.vertx.reactivex.redis.client.Command
 
Tty - Class in io.vertx.reactivex.ext.shell.term
Provide interactions with the Shell TTY.
Tty(Tty) - Constructor for class io.vertx.reactivex.ext.shell.term.Tty
 
Tty(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.Tty
 
tuple() - Static method in class io.vertx.reactivex.sqlclient.Tuple
 
tuple(List<Object>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple with the provided elements list.
Tuple - Class in io.vertx.reactivex.sqlclient
A general purpose tuple.
Tuple(Tuple) - Constructor for class io.vertx.reactivex.sqlclient.Tuple
 
Tuple(Object) - Constructor for class io.vertx.reactivex.sqlclient.Tuple
 
TupleMapper<T> - Class in io.vertx.reactivex.sqlclient.templates
Map an arbitrary T object to a .
TupleMapper(TupleMapper) - Constructor for class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
TupleMapper(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
TupleParserFactory - Class in io.vertx.reactivex.ext.web.validation.builder
This interface is used to create able to parse serialized object structures.
TupleParserFactory(TupleParserFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
 
TupleParserFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.TupleParserFactory
 
TwitterAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Twitter.
TwitterAuth(TwitterAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
TwitterAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
txCompletableTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a CompletableTransformer decorating a Completable with transaction management for a given SQLConnection.
txFlowableTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a FlowableTransformer decorating a Flowable with transaction management for a given SQLConnection.
txMaybeTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a MaybeTransformer decorating a Maybe with transaction management for a given SQLConnection.
txObservableTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a ObservableTransformer decorating an Observable with transaction management for a given SQLConnection.
txSingleTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a SingleTransformer decorating a Single with transaction management for a given SQLConnection.
type() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
type() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
type() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
type() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
type() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
type() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
Deprecated.
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 class io.vertx.reactivex.redis.client.Response
The response return type.
type(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command type.
type(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command type.
TYPE - Static variable in class io.vertx.reactivex.redis.client.Command
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.EventBusService
Name of the type.
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
typeName() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 

U

unallocatedSpace() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
unavailableNativeTransportCause() - Method in class io.vertx.reactivex.core.Vertx
 
undeploy(String) - Method in class io.vertx.reactivex.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
undeploy(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.EventBusService
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.MessageSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Unknown type.
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlink(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unlink.
unlink(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unlink.
UNLINK - Static variable in class io.vertx.reactivex.redis.client.Command
 
unlinkBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String, 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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
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>, 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(MethodDescriptor.Marshaller<T>) - Static method in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
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>, 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
 
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublish(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unregister() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Unregisters a procedure.
unregister(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Unregisters a procedure.
unregisterCodec(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Unregister a message codec.
unregisterCommand(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Unregister a command.
unregisterCommand(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Unregister a command.
unregisterVerticleFactory(VerticleFactory) - Method in class io.vertx.reactivex.core.Vertx
Unregister a VerticleFactory
unsubscribe() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a un-subscription request to the current Destination.
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, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
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>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(List<String>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Unsubscribe from receiving messages on given topics
unsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribe(List<String>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Unsubscribe from receiving messages on given topics
UNSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
unsubscribeAcknowledge(int) - 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.reactivex.mqtt.MqttEndpoint
Sends the UNSUBACK message to the remote MQTT client
unsubscribeCompletionHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets handler which will be called after UNSUBACK packet receiving
unsubscribeConnection(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.Destination
Removes all subscriptions of the given connection
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.
unwatch() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unwatch.
unwatch(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unwatch.
UNWATCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
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.
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, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Updates an existing record.
update(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
updateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
updateAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deprecated.
updateAclToken(String, AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Update an existing Acl token
updateAclToken(String, AclToken, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Update an existing Acl token
updateCheck(String, CheckStatus) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
updateCheck(String, CheckStatus, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
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, Handler<AsyncResult<MongoClientUpdateResult>>) - 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, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection 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, Handler<AsyncResult<MongoClientUpdateResult>>) - 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, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updatePolicy(String, AclPolicy) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint updates an existing ACL policy
updatePolicy(String, AclPolicy, Handler<AsyncResult<AclPolicy>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
This endpoint updates an existing ACL policy
updatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
updatePreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
updateSettings(Http2Settings) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings
updateSettings(Http2Settings, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings
updateSSLOptions(SSLOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
updateSSLOptions(SSLOptions) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
updateSSLOptions(SSLOptions) - Method in class io.vertx.reactivex.core.net.NetClient
Like NetClient.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
updateSSLOptions(SSLOptions) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
updateSSLOptions(SSLOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
updateSSLOptions(SSLOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
updateSSLOptions(SSLOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetClient
Like NetClient.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
updateSSLOptions(SSLOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.updateSSLOptions(io.vertx.core.net.SSLOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the update happened (or has failed).
updateWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
UPGRADE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Upgrade header value
upgradeToSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
uploadByFileName(Flowable<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileName(Flowable<Buffer>, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileName(ReadStream<Buffer>, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadedFileName() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
uploadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs
uploadFile(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs
uploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
uploadFileWithOptions(String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Set an upload handler.
UploadScalar - Class in io.vertx.reactivex.ext.web.handler.graphql
 
UploadScalar(UploadScalar) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
UploadScalar(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
uri() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
uri() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
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(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new request URI value.
UriTemplate - Class in io.vertx.reactivex.uritemplate
A URI template that follows the rfc6570 level 4.
UriTemplate(UriTemplate) - Constructor for class io.vertx.reactivex.uritemplate.UriTemplate
 
UriTemplate(Object) - Constructor for class io.vertx.reactivex.uritemplate.UriTemplate
 
usableSpace() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
useNormalisedPath(boolean) - Method in class io.vertx.reactivex.ext.web.Route
Deprecated.
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.
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 - Class in io.vertx.reactivex.ext.auth
Represents an authenticates User and contains operations to authorise the user.
User(User) - Constructor for class io.vertx.reactivex.ext.auth.User
 
User(Object) - Constructor for class io.vertx.reactivex.ext.auth.User
 
USER_AGENT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
User-Agent header name
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, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
usingConnectionCompletable(SQLClient, Function<SQLConnection, Completable>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Completable from SQLConnection operations.
usingConnectionFlowable(SQLClient, Function<SQLConnection, Flowable<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Flowable from SQLConnection operations.
usingConnectionMaybe(SQLClient, Function<SQLConnection, Maybe<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Maybe from SQLConnection operations.
usingConnectionObservable(SQLClient, Function<SQLConnection, Observable<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Observable from SQLConnection operations.
usingConnectionSingle(SQLClient, Function<SQLConnection, Single<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Single from SQLConnection operations.

V

validate(RoutingContext) - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
Deprecated.
validate(Object) - Method in class io.vertx.reactivex.json.schema.Validator
Validate a given input against the initial schema
validateArrayParam(List<String>) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
validateAsync(Object) - Method in class io.vertx.reactivex.json.schema.Schema
Deprecated.
validateSingleParam(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
validateSync(Object) - Method in class io.vertx.reactivex.json.schema.Schema
Deprecated.
ValidationHandler - Class in io.vertx.reactivex.ext.web.validation
This is the entry point of this module.
ValidationHandler - Interface in io.vertx.reactivex.ext.web.api.validation
Base interface for validation.
ValidationHandler(ValidationHandler) - Constructor for class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
ValidationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
ValidationHandlerBuilder - Class in io.vertx.reactivex.ext.web.validation.builder
Builder for a .
ValidationHandlerBuilder(ValidationHandlerBuilder) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
ValidationHandlerBuilder(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ValidationHandlerBuilder
 
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(String) - Method in class io.vertx.reactivex.json.schema.SchemaRepository
A new validator instance using this repository options.
validator(String, JsonSchemaOptions) - Method in class io.vertx.reactivex.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(Validator) - Constructor for class io.vertx.reactivex.json.schema.Validator
 
Validator(Object) - Constructor for class io.vertx.reactivex.json.schema.Validator
 
value() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
value() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
value() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
value() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.reactivex.ext.web.Session
The short representation of the session to be added to the session cookie.
value() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Get the input value
value() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
value() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
value() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
value() - Method in class io.vertx.reactivex.sqlclient.RowSet
Get the execution result value, the execution result type may vary such as a rowSet or even a String.
value() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the execution result value, the execution result type may vary such as a rowSet or even a String.
values() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get the values of the map, asynchronously.
values(Handler<AsyncResult<List<V>>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get the values of the map, asynchronously.
variables() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
variables() - Static method in class io.vertx.reactivex.uritemplate.Variables
 
variables(JsonObject) - Static method in class io.vertx.reactivex.uritemplate.Variables
Create an instance populated from a JSON object: null are conserved JsonArray is converted to List JsonObject is converted to Map 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...
Variables - Class in io.vertx.reactivex.uritemplate
Holds a set of name/value pairs where each value can be a String or a List or a Map.
Variables(Variables) - Constructor for class io.vertx.reactivex.uritemplate.Variables
 
Variables(Object) - Constructor for class io.vertx.reactivex.uritemplate.Variables
 
VARY - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Vary header name
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(Authenticator) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Verify the metadata for a given authenticator.
verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
this method verifies whether or not the authorization implies the specified authorization.
verify(String, String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Time constant password check.
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.
version() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
version() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
version() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
version() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
version() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
verticleFactories() - Method in class io.vertx.reactivex.core.Vertx
Return the Set of currently registered verticle factories.
vertx - Variable in class io.vertx.reactivex.core.AbstractVerticle
 
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.shell.cli.Completion
 
vertx() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
vertx() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
vertx() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
vertx() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
vertx(VertxOptions) - Static method in class io.vertx.reactivex.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(Vertx) - Constructor for class io.vertx.reactivex.core.Vertx
 
Vertx(Object) - Constructor for class io.vertx.reactivex.core.Vertx
 
VertxBatchLoader<K,​V> - Class in io.vertx.reactivex.ext.web.handler.graphql.dataloader
A that works well with Vert.x callback and based APIs.
VertxBatchLoader(VertxBatchLoader) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
VertxBatchLoader(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
VertxContextPRNG - Class in io.vertx.reactivex.ext.auth
A secure non blocking random number generator isolated to the current context.
VertxContextPRNG(VertxContextPRNG) - Constructor for class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
VertxContextPRNG(Object) - Constructor for class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
VertxDataFetcher<T> - Class in io.vertx.reactivex.ext.web.handler.graphql.schema
A that works well with Vert.x callback and based APIs.
VertxDataFetcher(VertxDataFetcher) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
VertxDataFetcher(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
VertxMappedBatchLoader<K,​V> - Class in io.vertx.reactivex.ext.web.handler.graphql.dataloader
A that works well with Vert.x callback and based APIs.
VertxMappedBatchLoader(VertxMappedBatchLoader) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
VertxMappedBatchLoader(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
VertxPropertyDataFetcher - Class in io.vertx.reactivex.ext.web.handler.graphql.schema
Extends so that properties can be read from a .
VertxPropertyDataFetcher(VertxPropertyDataFetcher) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
VertxPropertyDataFetcher(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
virtualHost() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
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.

W

wait(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command wait.
wait(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command wait.
WAIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
waitForConfirms() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirms(long) - 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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirms(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
warnCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
wasApplied() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
watch(String, JsonArray, boolean, int) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Watch the collection change.
watch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command watch.
watch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command watch.
Watch<T> - Class in io.vertx.reactivex.ext.consul
Watches are a way of specifying a view of data (e.g.
Watch(Watch) - Constructor for class io.vertx.reactivex.ext.consul.Watch
 
Watch(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.consul.Watch
 
WATCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
WatchResult<T> - Class in io.vertx.reactivex.ext.consul
 
WatchResult(WatchResult) - Constructor for class io.vertx.reactivex.ext.consul.WatchResult
 
WatchResult(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.consul.WatchResult
 
WebAuthn - Class in io.vertx.reactivex.ext.auth.webauthn
Factory interface for creating WebAuthN based AuthenticationProvider instances.
WebAuthn(WebAuthn) - Constructor for class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
WebAuthn(Object) - Constructor for class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
WebAuthnHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides FIDO2 WebAuthN Relay Party support.
WebAuthnHandler(WebAuthnHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
WebAuthnHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
WebClient - Class in io.vertx.reactivex.ext.web.client
An asynchronous HTTP / HTTP/2 client called WebClient.
WebClient(WebClient) - Constructor for class io.vertx.reactivex.ext.web.client.WebClient
 
WebClient(Object) - Constructor for class io.vertx.reactivex.ext.web.client.WebClient
 
WebClientSession - Class in io.vertx.reactivex.ext.web.client
An asynchronous sessions aware HTTP / HTTP/2 client called WebClientSession.
WebClientSession(WebClientSession) - Constructor for class io.vertx.reactivex.ext.web.client.WebClientSession
 
WebClientSession(Object) - Constructor for class io.vertx.reactivex.ext.web.client.WebClientSession
 
WebEnvironment - Class in io.vertx.reactivex.ext.web.common
Utility API to verify which environment is the web application running.
WebEnvironment(WebEnvironment) - Constructor for class io.vertx.reactivex.ext.web.common.WebEnvironment
 
WebEnvironment(Object) - Constructor for class io.vertx.reactivex.ext.web.common.WebEnvironment
 
webSession() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
webSocket(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
webSocket(int, String, String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
webSocket(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified options.
webSocket(WebSocketConnectOptions, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified options.
webSocket(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
webSocket(String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
webSocket(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
webSocket(String, String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
WebSocket - Class in io.vertx.reactivex.core.http
Represents a client-side WebSocket.
WebSocket(WebSocket) - Constructor for class io.vertx.reactivex.core.http.WebSocket
 
WebSocket(Object) - Constructor for class io.vertx.reactivex.core.http.WebSocket
 
WEBSOCKET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
WebSocket header value
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
WebSocketBase - Interface in io.vertx.reactivex.core.http
Base WebSocket implementation.
WebSocketFrame - Class in io.vertx.reactivex.core.http
A WebSocket frame that represents either text or binary data.
WebSocketFrame(WebSocketFrame) - Constructor for class io.vertx.reactivex.core.http.WebSocketFrame
 
WebSocketFrame(Object) - Constructor for class io.vertx.reactivex.core.http.WebSocketFrame
 
webSocketHandler() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Gets the able to manage web socket connections.
webSocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set the WebSocket handler for the server to wsHandler.
webSocketStream() - Method in class io.vertx.reactivex.core.http.HttpServer
Deprecated.
webUser() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
weight() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the weight of this service record.
weight() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weight() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weight() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
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
width() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
WildcardPermissionBasedAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.) Note that it can optionally be assigned to a specific resource
WildcardPermissionBasedAuthorization(WildcardPermissionBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
WildcardPermissionBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
will() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
withBody(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withBooleanAsBody(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withBufferAsBody(Buffer) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withByteAsBody(byte) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withCharAsBody(char) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
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, Maybe<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
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
withDoubleAsBody(double) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withFloatAsBody(float) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withInstantAsBody(Instant) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withIntegerAsBody(int) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withJsonArrayAsBody(JsonArray) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withJsonObjectAsBody(JsonObject) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withLongAsBody(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
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.
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.
withShortAsBody(short) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withStringFormatValidator(String, Predicate<String>) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
withSymbolAsBody(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withTransaction(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(Function<SqlConnection, Maybe<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(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>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<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>>, Handler<AsyncResult<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>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<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>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<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>>, Handler<AsyncResult<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>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) 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, Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
withUuidAsBody(UUID) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withValidatorFactory(ValidatorFactory) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Deprecated.
WorkerExecutor - Class in io.vertx.reactivex.core
An executor for executing blocking code in Vert.x .
WorkerExecutor(WorkerExecutor) - Constructor for class io.vertx.reactivex.core.WorkerExecutor
 
WorkerExecutor(Object) - Constructor for class io.vertx.reactivex.core.WorkerExecutor
 
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(Object[]) - Static method in class io.vertx.reactivex.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.
write(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Writes the given frame to the socket.
write(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
write(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
write(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
write(Buffer) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Handle a Buffer, pretty much like calling Handler.
write(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, long) - Method in class io.vertx.reactivex.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
write(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
write(KafkaProducerRecord<K, V>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
write(Object, JsonPointerIterator, Object, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Write newElement in objectToWrite using this pointer.
write(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
write(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
write(String) - Method in class io.vertx.reactivex.core.net.NetSocket
write(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Write some text to the standard output.
write(String) - Method in class io.vertx.reactivex.ext.shell.term.Pty
Write data to the slave standard input of the pseudo terminal.
write(String) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
write(String) - Method in class io.vertx.reactivex.ext.shell.term.Tty
Write data to the standard output.
write(String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
write(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
write(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
write(String, String) - Method in class io.vertx.reactivex.core.net.NetSocket
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
write(Req) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as but with an handler called when the operation completes
write(Req, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
Same as but with an handler called when the operation completes
write(Resp) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as but with an handler called when the operation completes
write(Resp, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.server.GrpcServerResponse
Same as but with an handler called when the operation completes
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
Same as but with an handler called when the operation completes
write(T) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as but with an handler called when the operation completes
write(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
write(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
write(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Same as but with an handler called when the operation completes
writeArrayElement(Object, int, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Write array element at specified index
writeBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeBinaryMessage(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
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.
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(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
writeCustomFrame(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
writeEarlyHints(MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
writeEarlyHints(MultiMap, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
writeFile(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFileBlocking(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
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 by writeHandlerID.
writeHandlerID() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
When a SockJSSocket is created it can register an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeJson(Object, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeJson(Object, Object, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeMessage(GrpcMessage) - Method in class io.vertx.reactivex.grpc.common.GrpcWriteStream
Write an encoded gRPC message.
writeObjectParameter(Object, String, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Write object parameter at specified key
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Writes a ping frame to the connection.
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Writes a ping frame to the connection.
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a ping 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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Writes a pong frame to the connection.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Writes a pong frame to the connection.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a pong frame to the connection.
writeQueueFull() - Method in class io.vertx.reactivex.amqp.AmqpSender
This will return true if there are more bytes in the write queue than the value set using AmqpSender.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.file.AsyncFile
This will return true if there are more bytes in the write queue than the value set using AsyncFile.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
This will return true if there are more bytes in the write queue than the value set using HttpClientRequest.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
This will return true if there are more bytes in the write queue than the value set using HttpServerResponse.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
This will return true if there are more bytes in the write queue than the value set using ServerWebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.http.WebSocket
This will return true if there are more bytes in the write queue than the value set using WebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
This will return true if there are more bytes in the write queue than the value set using WebSocketBase.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.net.NetSocket
This will return true if there are more bytes in the write queue than the value set using NetSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.reactivex.core.streams.WriteStream
This will return true if there are more bytes in the write queue than the value set using WriteStream.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
This will return true if there are more bytes in the write queue than the value set using SockJSSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.grpc.client.GrpcClientRequest
This will return true if there are more bytes in the write queue than the value set using GrpcClientRequest.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 using GrpcWriteStream.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 using GrpcServerResponse.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
This will return true if there are more bytes in the write queue than the value set using KafkaProducer.setWriteQueueMaxSize(int)
WriteStream<T> - Interface in io.vertx.reactivex.core.streams
Represents a stream of data that can be written to.
writeTextMessage(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeTextMessage(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeTextMessage(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeToBuffer(Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
 
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Configures a handler notified when a frame is going to be written on the wire.
writingFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Configures the handler that is invoked every time a frame is going to be written to the "wire".

X

xack(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xack.
xack(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xack.
XACK - Static variable in class io.vertx.reactivex.redis.client.Command
 
xadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xadd.
xadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xadd.
XADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
xautoclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xautoclaim.
xautoclaim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xautoclaim.
XAUTOCLAIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
xclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xclaim.
xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xclaim.
XCLAIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
xdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xdel.
xdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xdel.
XDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
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(XFrameHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
XFrameHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
xgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xgroup.
xgroup(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xgroup.
XGROUP - Static variable in class io.vertx.reactivex.redis.client.Command
 
xinfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xinfo.
xinfo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xinfo.
XINFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
xlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xlen.
xlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xlen.
XLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
xpending(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xpending.
xpending(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xpending.
XPENDING - Static variable in class io.vertx.reactivex.redis.client.Command
 
xrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrange.
xrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrange.
XRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
xread(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xread.
xread(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xread.
XREAD - Static variable in class io.vertx.reactivex.redis.client.Command
 
xreadgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xreadgroup.
xreadgroup(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xreadgroup.
XREADGROUP - Static variable in class io.vertx.reactivex.redis.client.Command
 
xrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrevrange.
xrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrevrange.
XREVRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
xsetid(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xsetid.
xsetid(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xsetid.
XSETID - Static variable in class io.vertx.reactivex.redis.client.Command
 
xtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xtrim.
xtrim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xtrim.
XTRIM - Static variable in class io.vertx.reactivex.redis.client.Command
 

Z

zadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zadd.
zadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zadd.
ZADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
zcard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcard.
zcard(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcard.
ZCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
zcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcount.
zcount(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcount.
ZCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
zdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zdiff.
zdiff(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zdiff.
ZDIFF - Static variable in class io.vertx.reactivex.redis.client.Command
 
zdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zdiffstore.
zdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zdiffstore.
ZDIFFSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zincrby.
zincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zincrby.
ZINCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
zinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinter.
zinter(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinter.
ZINTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
zintercard(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zintercard.
zintercard(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zintercard.
ZINTERCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
zinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinterstore.
zinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinterstore.
ZINTERSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zlexcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zlexcount.
zlexcount(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zlexcount.
ZLEXCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
zmpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zmpop.
zmpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zmpop.
ZMPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
zmscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zmscore.
zmscore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zmscore.
ZMSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmax.
zpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmax.
ZPOPMAX - Static variable in class io.vertx.reactivex.redis.client.Command
 
zpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmin.
zpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmin.
ZPOPMIN - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrandmember.
zrandmember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrandmember.
ZRANDMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrange.
zrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrange.
ZRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebylex.
zrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebylex.
ZRANGEBYLEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebyscore.
zrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebyscore.
ZRANGEBYSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrangestore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangestore.
zrangestore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangestore.
ZRANGESTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrank.
zrank(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrank.
ZRANK - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrem.
zrem(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrem.
ZREM - Static variable in class io.vertx.reactivex.redis.client.Command
 
zremrangebylex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebylex.
zremrangebylex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebylex.
ZREMRANGEBYLEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
zremrangebyrank(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyrank.
zremrangebyrank(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyrank.
ZREMRANGEBYRANK - Static variable in class io.vertx.reactivex.redis.client.Command
 
zremrangebyscore(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyscore.
zremrangebyscore(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyscore.
ZREMRANGEBYSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrange.
zrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrange.
ZREVRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrevrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebylex.
zrevrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebylex.
ZREVRANGEBYLEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrevrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebyscore.
zrevrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebyscore.
ZREVRANGEBYSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrevrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrank.
zrevrank(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrank.
ZREVRANK - Static variable in class io.vertx.reactivex.redis.client.Command
 
zscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscan.
zscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscan.
ZSCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
zscore(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscore.
zscore(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscore.
ZSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunion.
zunion(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunion.
ZUNION - Static variable in class io.vertx.reactivex.redis.client.Command
 
zunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunionstore.
zunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunionstore.
ZUNIONSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 

_

__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.HystrixMetricHandler
 
__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.buffer.Buffer
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.cli.CLI
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.cli.CommandLine
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.Context
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.datagram.DatagramPacket
 
__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.dns.MxRecord
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.dns.SrvRecord
 
__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.FileProps
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.file.FileSystem
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.file.FileSystemProps
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.Cookie
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpClient
 
__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.HttpFrame
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
 
__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.WebSocket
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.http.WebSocketFrame
 
__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.MultiMap
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.HostAndPort
 
__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.net.SelfSignedCertificate
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.net.SocketAddress
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.parsetools.JsonEvent
 
__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.streams.Pump
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.TimeoutStream
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.Vertx
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.core.WorkerExecutor
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.db2client.DB2Connection
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.db2client.DB2Pool
 
__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.Authorization
 
__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.AuthorizationProvider
 
__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.AuthProvider
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.ChainAuth
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.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.jdbc.JDBCAuth
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
__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.mongo.HashStrategy
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
__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.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.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.shiro.ShiroAuth
 
__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.VertxContextPRNG
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
__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.HealthCheckHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
__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.shell.cli.CliToken
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.cli.Completion
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.command.Command
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.session.Session
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.Shell
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.ShellServer
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.ShellService
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.system.Job
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.system.JobController
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.system.Process
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.term.Pty
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.term.Term
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.term.TermServer
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.shell.term.Tty
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.sql.SQLClient
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.sql.SQLConnection
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.sql.SQLRowStream
 
__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.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.api.RequestParameter
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.api.RequestParameters
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
__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.predicate.ErrorConverter
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
__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.ApolloWSConnectionInitEvent
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
__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.GraphQLHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
__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.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.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.WebAuthnHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
__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.OpenAPIHolder
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.openapi.Operation
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
__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.jade.JadeTemplateEngine
 
__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.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.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.GrpcClientRequest
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.client.GrpcClientResponse
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.common.GrpcMessage
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.common.GrpcMessageDecoder
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
__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.common.ServiceName
 
__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.JDBCPool
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
__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.Schema
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.json.schema.SchemaParser
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.json.schema.SchemaRepository
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.json.schema.SchemaRouter
 
__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.PrometheusScrapingHandler
 
__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.MSSQLConnection
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.mssqlclient.MSSQLPool
 
__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.mysqlclient.MySQLPool
 
__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.oracleclient.OraclePool
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.pgclient.PgConnection
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.pgclient.PgPool
 
__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.Command
 
__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.RedisConnection
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.redis.client.Request
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.redis.client.Response
 
__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.JDBCDataSource
 
__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.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
 
__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.dataloader.VertxBatchLoader
 
__typeArg_0 - Variable in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
__typeArg_0 - Variable in class io.vertx.reactivex.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
__typeArg_0 - Variable in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
__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.GrpcMessageDecoder
 
__typeArg_0 - Variable in class io.vertx.reactivex.grpc.common.GrpcMessageEncoder
 
__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.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_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.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
__typeArg_1 - Variable in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
__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
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages