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

A

abort(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abortHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
abortHandler(Handler<Void>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Set an handler to be called when the transaction is aborted.
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(HttpServerRequest) - Method in class io.vertx.reactivex.ext.web.Router
Deprecated.
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.
acceptableLanguages() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Returns the languages for the current request.
acceptableLocales() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
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.
AccessToken - Class in io.vertx.reactivex.ext.auth.oauth2
AccessToken extension to the User interface

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

AccessToken(AccessToken) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
AccessToken(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
accessToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The Access Token if present parsed as a JsonObject
accessToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Get decoded `access_token` from the principal.
ack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a ACK frame.
ack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
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
 
acr(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
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(String, String) - Method in class io.vertx.reactivex.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in class io.vertx.reactivex.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
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, 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.
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.
addAuthorities(Set<String>) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Add a set of required authorities for this auth handler
addAuthority(String) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Add a required authority for this auth handler
addBigDecimal(BigDecimal) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a value at the end of the tuple.
addBigDecimalArray(BigDecimal[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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.
addBooleanArray(Boolean[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addBuffer(Buffer) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a buffer value at the end of the tuple.
addCloseHook(Closeable) - Method in class io.vertx.reactivex.core.Context
 
addCookie(Cookie) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Add a cookie.
addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a custom validator.
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.
addDouble(Double) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a double value at the end of the tuple.
addDoubleArray(Double[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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
Add an expected content type of request.
addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Add a failure handler by operation_id field in Operation object
addFloat(Float) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a float value at the end of the tuple.
addFloatArray(Float[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addFormParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a single parameter inside a form with included parameter types
addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a form parameters array with included parameter types
addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a form parameters array with a custom pattern
addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a form parameter with a custom type validator.
addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a single parameter inside a form with a custom pattern
addGlobalHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Add global handler to be applied prior to Router being generated.
addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Add global handler to be applied prior to Router being generated.
addHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Add an handler by operation_id field in Operation object
addHeader(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
addHeader(String, Buffer) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
addHeader(KafkaHeader) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a header parameter with included parameter types
addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a header parameter with a custom type validator.
addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a header parameter with a custom pattern
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.
addIntegerArray(Integer[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addJsonBodySchema(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a json schema for body with Content-Type "application/json"
addLocalDate(LocalDate) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a LocalDate value at the end of the tuple.
addLocalDateArray(LocalDate[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addLocalDateTime(LocalDateTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a LocalDateTime value at the end of the tuple.
addLocalDateTimeArray(LocalDateTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addLocalTime(LocalTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a LocalTime value at the end of the tuple.
addLocalTimeArray(LocalTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addLong(Long) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a long value at the end of the tuple.
addLongArray(Long[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addMultipartRequiredFile(String, String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add an expected filename inside multipart request.
addOffsetDateTime(OffsetDateTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a OffsetDateTime value at the end of the tuple.
addOffsetDateTimeArray(OffsetDateTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addOffsetTime(OffsetTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a OffsetTime value at the end of the tuple.
addOffsetTimeArray(OffsetTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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.
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
Add a path parameter with included parameter types.
addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a path parameter with a custom type validator.
addPathParamWithPattern(String, String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a path parameter with a custom pattern.
addQueryParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameter with included parameter types
addQueryParam(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add a query parameter to the request.
addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameters array with included parameter types
addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameters array with a custom pattern
addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameter with a custom type validator.
addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameter with a custom pattern
address() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
address(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
address() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
The listened address.
address() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
address() - Method in class io.vertx.reactivex.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
addSecurityHandler(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Mount to paths that have to follow a security schema a security handler
addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Mount to paths that have to follow a security schema a security handler
addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Add a particular scope validator.
addShort(Short) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a short value at the end of the tuple.
addShortArray(Short[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addString(String) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a string value at the end of the tuple.
addStringArray(String[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
addTemporal(Temporal) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addTemporalArray(Temporal[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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.
addUUIDArray(UUID[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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
Add a xml schema for body with Content-Type "application/xml"
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.
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
all(Future<T1>, Future<T2>) - Static method in class io.vertx.reactivex.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
all(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.reactivex.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.reactivex.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.reactivex.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.reactivex.core.CompositeFuture
all(List<Future>) - Static method in class io.vertx.reactivex.core.CompositeFuture
allArguments() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
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
allowedOrigins(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
allowEmptyValue() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
allowEmptyValue is used in query, header, cookie and form parameters.
AmqpBridge - Class in io.vertx.reactivex.amqpbridge
Vert.x AMQP Bridge.
AmqpBridge(AmqpBridge) - Constructor for class io.vertx.reactivex.amqpbridge.AmqpBridge
 
AmqpBridge(Object) - Constructor for class io.vertx.reactivex.amqpbridge.AmqpBridge
 
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
 
any(Future<T1>, Future<T2>) - Static method in class io.vertx.reactivex.core.CompositeFuture
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
any(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.reactivex.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.reactivex.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.reactivex.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.reactivex.core.CompositeFuture
any(List<Future>) - Static method in class io.vertx.reactivex.core.CompositeFuture
api(Redis) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
 
api(RedisConnection) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
 
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 recevied over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
append(String) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
append(AuthProvider) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
Appends a auth provider to the chain.
append(AuthHandler) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
APPEND - Static variable in class io.vertx.reactivex.redis.client.Command
 
append(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
append(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Append a value to a key
append(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Append a value to a key
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, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
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.
appId() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
applicationProperties() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
applicationProperties(JsonObject) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
apply(ResponsePredicateResult) - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
apply(HttpResponse<Void>) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
arg(String) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String key argument
arg(long) - Method in class io.vertx.reactivex.redis.client.Request
Adds a long encoded to string
arg(boolean) - Method in class io.vertx.reactivex.redis.client.Request
Adds a boolean encoded to string
arg(byte[]) - Method in class io.vertx.reactivex.redis.client.Request
Adds a byte array
arg(int) - Method in class io.vertx.reactivex.redis.client.Request
Adds a int encoded to string
arg(short) - Method in class io.vertx.reactivex.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in class io.vertx.reactivex.redis.client.Request
Adds a byte encoded to string
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.
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.
ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
 
asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
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(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
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.
Async - Class in io.vertx.reactivex.ext.unit
An asynchronous exit point for a test.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

Async(Async) - Constructor for class io.vertx.reactivex.ext.unit.Async
 
Async(Object) - Constructor for class io.vertx.reactivex.ext.unit.Async
 
async() - Method in class io.vertx.reactivex.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
async(int) - Method in class io.vertx.reactivex.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
asyncAssertFailure() - Method in class io.vertx.reactivex.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertFailure(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertSuccess() - Method in class io.vertx.reactivex.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it completes the async operation.

When the returned handler is called back with a failed result it fails the test with the cause of the failure.

asyncAssertSuccess(Handler<T>) - Method in class io.vertx.reactivex.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it invokes the resultHandler argument with the async result.

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
 
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
 
AsyncSQLClient - Class in io.vertx.reactivex.ext.asyncsql
Represents an asynchronous SQL client

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

AsyncSQLClient(AsyncSQLClient) - Constructor for class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
 
AsyncSQLClient(Object) - Constructor for class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
 
attribute(String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add an attribute form data part.
auth() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
AUTH - Static variable in class io.vertx.reactivex.redis.client.Command
 
auth(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Authenticate to the server
auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Authenticate to the server
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.AuthProvider
Authenticate a user.
AuthHandler - Interface in io.vertx.reactivex.ext.web.handler
Base interface for auth handlers.
authorize(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Authorizes the given user against all added authorities.
authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Authorizes the given user against all added authorities.
authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Authorizes the given user against all added authorities.
authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Authorizes the given user against all added authorities.
authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Authorizes the given user against all added authorities.
authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Authorizes the given user against all added authorities.
authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Authorizes the given user against all added authorities.
authorizeURL(JsonObject) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Generate a redirect URL to the authN/Z backend.
AuthProvider - Class in io.vertx.reactivex.ext.auth
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
 
AuthProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
 
authProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the to be used to authenticate the user.
authTime(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
autoKeepAlive(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Enable/disable auto keep alive (sending ping response)
await() - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes.

If the current thread is interrupted, an exception will be thrown.

await(long) - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes with a configurable timeout.

If completion times out or the current thread is interrupted, an exception will be thrown.

awaitSuccess() - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds.

If the current thread is interrupted or the suite fails, an exception will be thrown.

awaitSuccess(long) - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.

If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.

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, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAuthentication(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(Buffer, Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
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
 
basicCancel(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Deprecated.
basicCancel(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Deprecated.
basicConsume(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Deprecated.
basicConsume(String, String, boolean, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Deprecated.
basicConsume(String, String, boolean, Handler<AsyncResult<String>>, Handler<Throwable>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Deprecated.
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicGet(String, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicNack(long, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Reject one or several received messages.
BasicProperties - Class in io.vertx.reactivex.rabbitmq
Like com.rabbitmq.client.BasicProperties

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

BasicProperties(BasicProperties) - Constructor for class io.vertx.reactivex.rabbitmq.BasicProperties
 
BasicProperties(Object) - Constructor for class io.vertx.reactivex.rabbitmq.BasicProperties
 
basicPublish(String, String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicQos(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.reactivex.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
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>, 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.
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Borrow a connection from the pool and begin a transaction, the underlying connection will be returned to the pool when the transaction ends.
begin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
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, 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.
beginTX(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
BGREWRITEAOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Asynchronously rewrite the append-only file
bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Asynchronously rewrite the append-only file
BGSAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Asynchronously save the dataset to disk
bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Asynchronously save the dataset to disk
binaryData() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
binaryFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
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 automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.reactivex.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
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.
bindings() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
BITCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
bitcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Count set bits in a string
bitcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Count set bits in a string
BITFIELD - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
bitfield(String, BitFieldOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Perform arbitrary bitfield integer operations on strings.
bitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Perform arbitrary bitfield integer operations on strings.
BITOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Perform bitwise operations between strings
bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Perform bitwise operations between strings
BITPOS - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
bitpos(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Find first bit set or clear in a string
bitpos(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Find first bit set or clear in a string
bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Find first bit set or clear in a string See also bitposRange() method, which takes start, and stop offset.
bitposFrom(String, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Find first bit set or clear in a string
bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Find first bit set or clear in a string Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified
bitposRange(String, int, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Find first bit set or clear in a string
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(WorkerExecutor) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockMulticastGroup(String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
BLPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the first element in a list, or block until one is available
blpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the first element in a list, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the first element in any of the lists, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the first element in any of the lists, or block until one is available
body() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
body() - Method in class io.vertx.reactivex.core.eventbus.Message
The body of the message.
body() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
The HTTP response body as a buffer
body() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Return request body
body() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
body() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
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<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 - 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
 
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(Vertx, BridgeOptions) - Static method in class io.vertx.reactivex.ext.stomp.Destination
 
bridge(BridgeOptions) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
bridge(SockJSBridgeOptions) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
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(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
BridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
BridgeEvent - Class in io.vertx.reactivex.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
BridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
BRPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
brpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpop.
brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the last element in a list, or block until one is available
brpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the last element in a list, or block until one is available
BRPOPLPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
brpoplpush(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpoplpush.
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Pop a value from a list, push it to another list and return it; or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the last element in any of the lists, or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the last element in any of the lists, or block until one is available
Buffer - Class in io.vertx.reactivex.core.buffer
Most data is shuffled around inside Vert.x using buffers.
Buffer(Buffer) - Constructor for class io.vertx.reactivex.core.buffer.Buffer
 
Buffer(Object) - Constructor for class io.vertx.reactivex.core.buffer.Buffer
 
buffer() - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
buffer(byte[]) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(ByteBuf) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a Netty ByteBuf.
buffer() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
build() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
build(Vertx) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Build the command
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation.
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
bytesRead() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
bytesWritten() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
BZPOPMAX - Static variable in class io.vertx.reactivex.redis.client.Command
 
bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmax.
BZPOPMIN - Static variable in class io.vertx.reactivex.redis.client.Command
 
bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmin.

C

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.
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.
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
Cancels the timeout.
cancel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancel(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
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.
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
 
catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
catalogNodes(Handler<AsyncResult<NodeList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodes(Handler<AsyncResult<NodeList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
catalogServices(Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServices(Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
cause(int) - Method in class io.vertx.reactivex.core.CompositeFuture
Returns a cause of a wrapped future
cause() - Method in class io.vertx.reactivex.core.Future
A Throwable describing failure.
cause() - Method in class io.vertx.reactivex.ext.consul.WatchResult
A Throwable describing failure.
certificatePath() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Filesystem path to the X.509 certificate file in PEM format .
ChainAuth - Class in io.vertx.reactivex.ext.auth
Chain several auth providers as if they were one.
ChainAuth(ChainAuth) - Constructor for class io.vertx.reactivex.ext.auth.ChainAuth
 
ChainAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.ChainAuth
 
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, 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
 
checksum() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
Deprecated.
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, 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, 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
Blocking version of
CircuitBreaker - Class in io.vertx.reactivex.circuitbreaker
An implementation of the circuit breaker pattern for Vert.x

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
CircuitBreaker(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
ckquorum(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the majority needed to authorize the failover.
clear() - Method in class io.vertx.reactivex.core.MultiMap
Removes all
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Clear all entries in the map
clear() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
Clears the chain.
clear() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Clears the chain.
clear() - Method in class io.vertx.reactivex.ext.web.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Remove all sessions from the store.
clear() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
clearCache() - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
clearUser() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Clear the current user object in the context.
CLI - Class in io.vertx.reactivex.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
CLI(CLI) - Constructor for class io.vertx.reactivex.core.cli.CLI
 
CLI(Object) - Constructor for class io.vertx.reactivex.core.cli.CLI
 
cli() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
cli() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
CLIENT - Static variable in class io.vertx.reactivex.redis.client.Command
 
client(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command client.
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the current connection name
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the current connection name
clientId() - Method in class io.vertx.reactivex.mqtt.MqttClient
 
clientIdentifier() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Kill the connection of a client
clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Kill the connection of a client
clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the list of client connections
clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the list of client connections
clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Stop processing commands from clients for some time
clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Stop processing commands from clients for some time
clientReply(ClientReplyOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Instruct the server whether to reply to commands.
clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the current connection name
clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the current connection name
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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Clone Acl token
cloneAclToken(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Closes the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Closes the AMQP connection, i.e.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Closes the receiver.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Closes the sender.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Shuts the bridge down, closing the underlying connection.
close() - Method in class io.vertx.reactivex.cassandra.CassandraClient
Closes this client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Closes this client.
close() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Closes the circuit breaker.
close() - Method in class io.vertx.reactivex.config.ConfigRetriever
Closes the retriever.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Closes the DatagramSocket.
close() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Closes the producer, this method should be called when the message producer is not used anymore.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as MessageProducer.close() but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file.
close() - Method in class io.vertx.reactivex.core.http.HttpClient
Close the client.
close() - Method in class io.vertx.reactivex.core.http.HttpConnection
Close the connection and all the currently active streams.
close() - Method in class io.vertx.reactivex.core.http.HttpServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Close the underlying TCP connection corresponding to the request.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Close the WebSocket sending a close frame with specified status code.
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Close sending a close frame with specified status code and reason.
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
The WebSocket handshake will be accepted when it hasn't yet been settled or when an asynchronous handshake is in progress.
close() - Method in class io.vertx.reactivex.core.http.WebSocket
Close the WebSocket sending the default close frame.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short) - Method in class io.vertx.reactivex.core.http.WebSocket
Close the WebSocket sending a close frame with specified status code.
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
Close sending a close frame with specified status code and reason.
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
close() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Close the WebSocket sending the default close frame.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Close the WebSocket sending a close frame with specified status code.
close(short, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Close sending a close frame with specified status code and reason.
close(short, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.net.NetClient
Close the client.
close() - Method in class io.vertx.reactivex.core.net.NetServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.reactivex.core.net.NetSocket
Close the NetSocket
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Close and release the map
close() - Method in class io.vertx.reactivex.core.streams.Pipe
Close the pipe.
close() - Method in class io.vertx.reactivex.core.Vertx
Stop the the Vertx instance and release any resources held by it.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
close() - Method in class io.vertx.reactivex.core.WorkerExecutor
Close the executor.
close() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Close the client and release its resources
close() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in class io.vertx.reactivex.ext.mail.MailClient
close the MailClient
close() - Method in class io.vertx.reactivex.ext.mail.MailService
 
close() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Close the client and release its resources
close() - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
close() - Method in class io.vertx.reactivex.ext.shell.Shell
Close the shell.
close() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
close() - Method in class io.vertx.reactivex.ext.shell.system.JobController
Close the shell session and terminate all the underlying jobs.
close() - Method in class io.vertx.reactivex.ext.shell.term.Term
Close the connection to terminal.
close() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Like TermServer.close() but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Close the client and release all resources.
close() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Close the client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close() - Method in class io.vertx.reactivex.ext.stomp.StompClient
Closes the client.
close() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Closes the connection without sending the DISCONNECT frame.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Closes the connection with the client.
close() - Method in class io.vertx.reactivex.ext.web.client.WebClient
Close the client.
close() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Close it
close(int, String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Close it giving a status code and reason.
close() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Close the store
close() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Close the consumer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Close the consumer
close() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Close the endpoint, so the connection with remote MQTT client
close() - Method in class io.vertx.reactivex.mqtt.MqttServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
close() - Method in class io.vertx.reactivex.redis.client.Redis
Closes the client and terminates any connection.
close() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
close() - Method in class io.vertx.reactivex.redis.client.RedisConnection
Closes the connection or returns to the pool.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Close the client - when it is fully closed the handler will be called.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Close the client - when it is fully closed the handler will be called.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Close the client - when it is fully closed the handler will be called.
close() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Closes the service discovery
close(Handler<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
Close the exporter
close(Handler<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
Closes the importer
close() - Method in class io.vertx.reactivex.sqlclient.Cursor
Release the cursor.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Cursor
Like Cursor.close() but with a completionHandler called when the cursor has been released.
close() - Method in class io.vertx.reactivex.sqlclient.Pool
Close the pool and release the associated resources.
close() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Close the prepared query and release its resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Like PreparedStatement.close() but notifies the completionHandler when it's closed.
close() - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
close() - Method in class io.vertx.reactivex.sqlclient.SqlClient
Close the client and release the associated resources.
close() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
close() - Method in class io.vertx.reactivex.sqlclient.Transaction
Rollback the transaction and release the associated resources.
closed() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
closed() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to close.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set a close handler for the response, this is called when the underlying connection is closed and the response was still using the connection.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.term.Term
Set a handler that will be called when the terminal is closed.
closeHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sets a handler notified when the STOMP connection is closed.
closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a connection with the client is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Set a handler that will be called when the connection with server is closed
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Set an handler called when the subscriber is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Set an handler called when the connection is closed.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
cluster(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cluster.
clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Assign new hash slots to receiving node.
clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Assign new hash slots to receiving node.
clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the number of failure reports active for a given node.
clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the number of failure reports active for a given node.
clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the number of local keys in the specified hash slot.
clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the number of local keys in the specified hash slot.
clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set hash slots as unbound in receiving node.
clusterDelslots(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set hash slots as unbound in receiving node.
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, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.reactivex.core.Vertx
Creates a clustered instance using the specified options.
clusterFailover(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailover(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterForget(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove a node from the nodes table.
clusterForget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove a node from the nodes table.
clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return local key names in the specified hash slot.
clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return local key names in the specified hash slot.
clusterId() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Provides info about Redis Cluster node state.
clusterInfo(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Provides info about Redis Cluster node state.
clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Returns the hash slot of the specified key.
clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Returns the hash slot of the specified key.
clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Force a node cluster to handshake with another node.
clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Force a node cluster to handshake with another node.
clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get Cluster config for the node.
clusterNodes(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get Cluster config for the node.
clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Reconfigure a node as a slave of the specified master node.
clusterReplicate(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Reconfigure a node as a slave of the specified master node.
clusterReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Reset a Redis Cluster node.
clusterReset(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Reset a Redis Cluster node.
clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Forces the node to save cluster state on disk.
clusterSaveconfig(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Forces the node to save cluster state on disk.
clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the configuration epoch in a new node.
clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the configuration epoch in a new node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
List slave nodes of the specified master node.
clusterSlaves(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
List slave nodes of the specified master node.
clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get array of Cluster slot to node mappings
clusterSlots(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get array of Cluster slot to node mappings
cmd(Command) - Static method in class io.vertx.reactivex.redis.client.Request
 
code() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
column(String) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Will convert the column name to the json array index.
ColumnDescriptor - Class in io.vertx.reactivex.sqlclient.desc
 
ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
ColumnDescriptor(Object) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
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 - Class in io.vertx.reactivex.ext.shell.command
A Vert.x Shell command, it can be created from any language using the CommandBuilder.command(java.lang.String) or from a Java class using io.vertx.reactivex.ext.shell.command.Command#create

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

Command(Command) - Constructor for class io.vertx.reactivex.ext.shell.command.Command
 
Command(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.Command
 
command(String) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Create a new commmand builder, the command is responsible for managing the options and arguments via the #args() arguments.
command(CLI) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Create a new commmand with its CLI descriptor.
Command - Class in io.vertx.reactivex.redis.client
Auto generated API Commands to interact with REDIS.
Command(Command) - Constructor for class io.vertx.reactivex.redis.client.Command
 
Command(Object) - Constructor for class io.vertx.reactivex.redis.client.Command
 
COMMAND - Static variable in class io.vertx.reactivex.redis.client.Command
 
command(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command command.
command() - Method in class io.vertx.reactivex.redis.client.Request
Get the Command that is to be used by this request.
command(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get array of Redis command details
command(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get array of Redis command details
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
 
commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get total number of Redis commands
commandCount(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get total number of Redis commands
commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Extract keys given a full Redis command
commandGetkeys(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Extract keys given a full Redis command
commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get array of specific Redis command details
commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get array of specific Redis command details
CommandLine - Class in io.vertx.reactivex.core.cli
The parser transforms a CLI (a model) into an CommandLine.
CommandLine(CommandLine) - Constructor for class io.vertx.reactivex.core.cli.CommandLine
 
CommandLine(Object) - Constructor for class io.vertx.reactivex.core.cli.CommandLine
 
commandLine() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
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.

It is a mutable command resolver.

CommandRegistry(CommandRegistry) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
CommandRegistry(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
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
 
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit() - Method in class io.vertx.reactivex.sqlclient.Transaction
Commit the current transaction.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.commit() with an handler to be notified when the transaction commit has completed
commitHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a COMMIT frame is received.
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).
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(CompositeFuture) - Method in class io.vertx.reactivex.core.CompositeFuture
Deprecated.
complete() - Method in class io.vertx.reactivex.core.CompositeFuture
Set this instance as result.
complete(T) - Method in class io.vertx.reactivex.core.Future
Deprecated.
complete() - Method in class io.vertx.reactivex.core.Future
Deprecated.
complete(T) - Method in class io.vertx.reactivex.core.Promise
Set the result.
complete() - Method in class io.vertx.reactivex.core.Promise
Calls complete(null)
complete(Boolean) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Set the result.
complete(Boolean) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
Set the result.
complete(List<String>) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
complete(String, boolean) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
End the completion with a value that will be inserted to complete the line.
complete(Completion) - Method in class io.vertx.reactivex.ext.shell.command.Command
Perform command completion, when the command is done completing it should call or )} method to signal completion is done.
complete() - Method in class io.vertx.reactivex.ext.unit.Async
Signals the asynchronous operation is done, this method must be called with a count greater than 0, otherwise it throws an IllegalStateException to signal the error.
complete(Boolean) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
Set the result.
completer() - Method in class io.vertx.reactivex.core.CompositeFuture
Deprecated.
completer() - Method in class io.vertx.reactivex.core.Future
Deprecated.
Completion - Class in io.vertx.reactivex.ext.shell.cli
The completion object

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

Completion(Completion) - Constructor for class io.vertx.reactivex.ext.shell.cli.Completion
 
Completion(Object) - Constructor for class io.vertx.reactivex.ext.shell.cli.Completion
 
Completion<T> - Class in io.vertx.reactivex.ext.unit
A completion object that emits completion notifications either succeeded or failed.
Completion(Completion) - Constructor for class io.vertx.reactivex.ext.unit.Completion
 
Completion(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.unit.Completion
 
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.
compose(Function<CompositeFuture, Future<U>>) - Method in class io.vertx.reactivex.core.CompositeFuture
Compose this future with a mapper function.
compose(Function<CompositeFuture, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.reactivex.core.CompositeFuture
Compose this future with a successMapper and failureMapper functions.
compose(Function<T, Future<U>>) - Method in class io.vertx.reactivex.core.Future
Compose this future with a mapper function.
compose(Function<T, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.reactivex.core.Future
Compose this future with a successMapper and failureMapper functions.
CompositeFuture - Class in io.vertx.reactivex.core
The composite future wraps a list of futures, it is useful when several futures needs to be coordinated.
CompositeFuture(CompositeFuture) - Constructor for class io.vertx.reactivex.core.CompositeFuture
 
CompositeFuture(Object) - Constructor for class io.vertx.reactivex.core.CompositeFuture
 
computeHash(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Compute the hashed password given the unhashed password and the salt without nonce The implementation relays to the JDBCHashStrategy provided.
computeHash(String, String, int) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Compute the hashed password given the unhashed password and the salt The implementation relays to the JDBCHashStrategy provided.
computeHash(String, String, int) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Compute the hashed password given the unhashed password and the salt
computeHash(String, User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Compute the hashed password given the unhashed password and the user
config() - Method in class io.vertx.reactivex.core.Context
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
CONFIG - Static variable in class io.vertx.reactivex.redis.client.Command
 
config(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command config.
configGet(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of a configuration parameter
configGet(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of a configuration parameter
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Reset the stats returned by INFO
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Reset the stats returned by INFO
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
 
configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Rewrite the configuration file with the in memory configuration
configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Rewrite the configuration file with the in memory configuration
configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set a configuration parameter to the given value
configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set a configuration parameter to the given value
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(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
connect(Handler<AsyncResult<AmqpConnection>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Connects to the AMQP broker or router.
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(Vertx, DB2ConnectOptions, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.reactivex.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
connect(Vertx, String, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.reactivex.db2client.DB2Connection
connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP CONNECT request
connect(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path
connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(Vertx, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
connect(Vertx, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
connect(Handler<AsyncResult<RedisConnection>>) - Method in class io.vertx.reactivex.redis.client.Redis
Connects to the redis server.
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.
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
 
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.HttpClientRequest
Deprecated.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set a connection handler for the server.
connectionHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the connection .
connectStream() - Method in class io.vertx.reactivex.core.net.NetServer
Return the connect stream for this server.
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
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
 
ConsulService - Class in io.vertx.reactivex.ext.consul
 
ConsulService(ConsulService) - Constructor for class io.vertx.reactivex.ext.consul.ConsulService
 
ConsulService(Object) - Constructor for class io.vertx.reactivex.ext.consul.ConsulService
 
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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

ContainerDeserializer(ContainerDeserializer) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
ContainerDeserializer(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
contains(String) - Method in class io.vertx.reactivex.core.MultiMap
Checks to see if there is a value with the specified name
contains(String, String, boolean) - Method in class io.vertx.reactivex.core.MultiMap
Check if there is a header with the specified name and value.
contains(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting a CharSequence as a parameter
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting CharSequence parameters.
containsKey(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Returns true if this map contains a mapping for the specified 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
 
content() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
contentEncoding() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
contentEncoding(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
contentEncoding() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
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(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
contentType() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
contentType(String) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching the mimeType.
contentType(List<String>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
contentType() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
contentType() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
contentType() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
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
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 - Class in io.vertx.reactivex.core.http
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.reactivex.core.http.Cookie
 
Cookie(Object) - Constructor for class io.vertx.reactivex.core.http.Cookie
 
cookie(String, String) - Static method in class io.vertx.reactivex.core.http.Cookie
Create a new cookie
Cookie - Class in io.vertx.reactivex.ext.web
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.reactivex.ext.web.Cookie
 
Cookie(Object) - Constructor for class io.vertx.reactivex.ext.web.Cookie
 
cookie(String, String) - Static method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
cookieCount() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
cookieCount() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
CookieHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which decodes cookies from the request, makes them available in the and writes them back in the response.
CookieHandler(CookieHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CookieHandler
 
CookieHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CookieHandler
 
cookieParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Get cookie parameter by name
cookieParametersNames() - Method in class io.vertx.reactivex.ext.web.api.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.ext.web.client.HttpResponse
 
cookies() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
copy() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Copy a JsonPointer
copy() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Copy this request
copyBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
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
 
correlationId() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
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(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
count() - Method in class io.vertx.reactivex.ext.unit.Async
 
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
 
country() - Method in class io.vertx.reactivex.ext.web.Locale
Deprecated.
create(AmqpClientOptions) - Static method in class io.vertx.reactivex.amqp.AmqpClient
Creates a new instance of AmqpClient using an internal Vert.x instance (with default configuration) and the given AMQP client configuration.
create(Vertx, AmqpClientOptions) - Static method in class io.vertx.reactivex.amqp.AmqpClient
Creates a new instance of AmqpClient with the given Vert.x instance and the given options.
create() - Static method in class io.vertx.reactivex.amqp.AmqpMessage
 
create(AmqpMessage) - Static method in class io.vertx.reactivex.amqp.AmqpMessage
Creates a builder to create a new AmqpMessage copying the metadata from the passed message.
create() - Static method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
create(Vertx) - Static method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Creates a Bridge.
create(Vertx, AmqpBridgeOptions) - Static method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Creates a Bridge with the given options.
create(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
create(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
Create a Cassandra client which maintains its own driver session.
create(CassandraClient) - Static method in class io.vertx.reactivex.cassandra.MappingManager
Create a MappingManager from the given CassandraClient.
create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker.
create(String, Vertx) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker, with default options.
create(Vertx) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Creates the handler, using the default notification address.
create(Vertx, String) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Creates the handler.
create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.reactivex.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever.
create(Vertx) - Static method in class io.vertx.reactivex.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever, using the default settings (json file, system properties and environment variables).
create(String) - Static method in class io.vertx.reactivex.core.cli.CLI
Creates an instance of CLI using the default implementation.
create(CLI) - Static method in class io.vertx.reactivex.core.cli.CommandLine
Creates a command line object from the CLI.
create() - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build an empty JsonPointer
create() - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance.
create(String) - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
create() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider
create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth by using the given htfile file.
create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, JDBCClient) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Create a JDBC auth provider implementation
create(Vertx, JWTAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
Create a JWT auth provider
create(MongoClient, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Creates an instance of MongoAuth by using the given and configuration object.
create(Vertx, OAuth2FlowType, OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
create(Vertx, OAuth2FlowType) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
create() - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
Factory method to create a RBAC handler for tokens adhering to the MP-JWT 1.1 spec.
create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
Deprecated.
create(Vertx, ShiroAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
Create a Shiro auth provider
create(Vertx) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
Create a Consul client with default options.
create(Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
Create a Consul client.
create(Vertx) - Static method in class io.vertx.reactivex.ext.dropwizard.MetricsService
Creates a metric service for a given Vertx instance.
create(Vertx) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, AuthProvider) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Creates a new instance of the default implementation of HealthChecks.
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
create(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
Create a non shared instance of the mail client.
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a Mongo client which maintains its own data source.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Create a new registry.
create() - Static method in class io.vertx.reactivex.ext.shell.session.Session
Create a new empty session.
create(Vertx, ShellServerOptions) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell server with default options.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell server with specific options.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.ShellService
create(Vertx, ShellServiceOptions) - Static method in class io.vertx.reactivex.ext.shell.ShellService
Create a new shell service.
create() - Static method in class io.vertx.reactivex.ext.shell.term.Pty
Create a new pseudo terminal with no terminal type.
create(String) - Static method in class io.vertx.reactivex.ext.shell.term.Pty
Create a new pseudo terminal.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
create(Vertx, String) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
Creates a destination for the given address.
create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompClientOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompServerOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation, and use the default options.
create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Creates an instance of StompServerHandler using the default (compliant) implementation.
create(Vertx, ReportingOptions) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
Create a message handler reporting with the specified options.
create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
create(String, Handler<TestContext>) - Static method in class io.vertx.reactivex.ext.unit.TestCase
Create a test case.
create(String) - Static method in class io.vertx.reactivex.ext.unit.TestSuite
Create and return a new test suite.
create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Create a new OpenAPI3RouterFactory
create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Create a new OpenAPI3RouterFactory
create(String, Object) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
create(Object) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
create() - Static method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Factory method to create an HTTPRequestValidationHandler
create(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate.
create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate, using a custom errorConverter.
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
Create a web client using the provided vertx instance and default options.
create(Vertx, WebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
Create a web client using the provided vertx instance.
create(WebClient) - Static method in class io.vertx.reactivex.ext.web.client.WebClientSession
Create a session aware web client using the provided webClient instance.
create(Function<Buffer, T>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
Create a codec that buffers the entire body and then apply the decode function and returns the result.
create(AuthProvider) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Create a basic auth handler
create(AuthProvider, String) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Create a basic auth handler, specifying realm
create() - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Create a body handler with defaults
create(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Create a body handler setting if it should handle file uploads
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Create a body handler and use the given upload directory.
create() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
create() - Static method in class io.vertx.reactivex.ext.web.handler.CookieHandler
Deprecated.
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Create a CORS handler
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Instantiate a new CSRFHandlerImpl with a secret
create(HtdigestAuth) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Create a digest auth handler
create(HtdigestAuth, long) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Create a digest auth handler, specifying the expire timeout for nonces.
create() - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Create an error handler using defaults
create(String, boolean) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Create an error handler
create(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Create an error handler
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Create an error handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Create a handler with defaults
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path
create(String, long) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
create(long) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Create a handler with the specified max cache time
create(AuthProvider) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Create a handler
create(AuthProvider, String, String, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Create a handler
create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create(GraphQL, ApolloWSOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create() - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphiQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(GraphQL, GraphQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(JWTAuth) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create(JWTAuth, String) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Create a handler with default format
create(LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler that will extract the tenant id from a given header name.
create(Function<RoutingContext, String>) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler using a custom tenant extraction function.
create(Function<RoutingContext, String>, String) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler using a custom tenant extraction function.
create(OAuth2Auth, String) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler with host pinning
create(OAuth2Auth) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler without host pinning.
create(AuthProvider) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Create a handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler.
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler with a custom disable flag.
create() - Static method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
Create a handler
create(SessionStore) - Static method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Create a session handler
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Create a handler using defaults
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Create a handler, specifying web-root
create(TemplateEngine) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
Create a handler
create(TemplateEngine, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
Create a handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Create a handler
create(long) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Create a handler
create(long, int) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Create a handler
create(AuthProvider) - Static method in class io.vertx.reactivex.ext.web.handler.UserSessionHandler
Deprecated.
create(String, Handler<RoutingContext>) - Static method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
Create a handler
create() - Static method in class io.vertx.reactivex.ext.web.Locale
Deprecated.
create(String) - Static method in class io.vertx.reactivex.ext.web.Locale
Deprecated.
create(String, String) - Static method in class io.vertx.reactivex.ext.web.Locale
Deprecated.
create(String, String, String) - Static method in class io.vertx.reactivex.ext.web.Locale
Deprecated.
create() - Static method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, String, long) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Create a session store.

The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.

create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, long) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Create a session store.

The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.

create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String, long) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a Session store given a backend and configuration JSON.
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a Session store given a backend and configuration JSON.
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using defaults
create() - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Create a template engine using defaults
create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Create a new KafkaAdminClient instance
create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(String, K, V, Long, Integer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, K, V) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, V) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(Measured) - Static method in class io.vertx.reactivex.micrometer.MetricsService
Creates a metric service for a given object.
create() - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(String) - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
Create a concrete instance of a Vert.x connack message
create(Vertx, MqttClientOptions) - Static method in class io.vertx.reactivex.mqtt.MqttClient
Return an MQTT client instance
create(Vertx) - Static method in class io.vertx.reactivex.mqtt.MqttClient
Return an MQTT client instance using the default options
create(Vertx, MqttServerOptions) - Static method in class io.vertx.reactivex.mqtt.MqttServer
Return an MQTT server instance
create(Vertx) - Static method in class io.vertx.reactivex.mqtt.MqttServer
Return an MQTT server instance using default options
create(Vertx) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create and return a client configured with the default options.
create(Vertx, RabbitMQOptions) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create and return a client.
create(String, int, int, int, int, boolean, boolean) - Static method in class io.vertx.reactivex.redis.client.Command
Creates a Redis Command from METADATA.
create(Vertx) - Static method in class io.vertx.reactivex.redis.RedisClient
 
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.redis.RedisClient
 
create(String) - Static method in class io.vertx.reactivex.redis.Script
 
create(String, String) - Static method in class io.vertx.reactivex.redis.Script
 
create(Vertx) - Static method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
create(Vertx, ServiceDiscoveryOptions) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Creates an instance of ServiceDiscovery.
create(Vertx) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Creates a new instance of ServiceDiscovery using the default configuration.
create(Vertx, ServiceDiscoveryOptions, Handler<ServiceDiscovery>) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Deprecated.
create(Vertx, Handler<ServiceDiscovery>) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Deprecated.
create(String, Class<T>) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
 
createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Create new Acl token
createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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
Create an array type validator
createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create an array type validator
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
Create a boolean type validator
createClient(Vertx) - Static method in class io.vertx.reactivex.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, String) - Static method in class io.vertx.reactivex.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, RedisOptions) - Static method in class io.vertx.reactivex.redis.client.Redis
Create a new redis client using the given client options.
createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a new collection
createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
createConsumer(String) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Creates a consumer on the given AMQP address.
createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a datagram socket using the specified options
createDatagramSocket() - Method in class io.vertx.reactivex.core.Vertx
Create a datagram socket using default options
createDnsClient(int, String) - Method in class io.vertx.reactivex.core.Vertx
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)

createDnsClient() - Method in class io.vertx.reactivex.core.Vertx
Create a DNS client to connect to the DNS server configured by VertxOptions
createDnsClient(DnsClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a DNS client to connect to a DNS server
createDoubleTypeValidator(Double) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for double values
createDoubleTypeValidator(Double, Double, Double, Double) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for double values
createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for double values
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
Create an enum type validator
createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
createEventBusProxy(Vertx, String) - Static method in class io.vertx.reactivex.ext.consul.ConsulService
Create a proxy to a service that is deployed somewhere on the event bus
createEventBusProxy(Vertx, String) - Static method in class io.vertx.reactivex.ext.mail.MailService
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
createEventBusProxy(Vertx, String) - Static method in class io.vertx.reactivex.ext.mongo.MongoService
Create a proxy to a service that is deployed somewhere on the event bus
createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFileBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
createFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createFloatTypeValidator(Float) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for float values
createFloatTypeValidator(Double, Double, Double, Float) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for float values
createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for float values
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.
createHttpClient(HttpClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a HTTP/HTTPS client using the specified options
createHttpClient() - Method in class io.vertx.reactivex.core.Vertx
Create a HTTP/HTTPS client using default options
createHttpServer(HttpServerOptions) - Method in class io.vertx.reactivex.core.Vertx
Create an HTTP/HTTPS server using the specified options
createHttpServer() - Method in class io.vertx.reactivex.core.Vertx
Create an HTTP/HTTPS server using default options
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
createIntegerTypeValidator(Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for integer values
createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for integer values
createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for integer values
createJob(List<CliToken>) - Method in class io.vertx.reactivex.ext.shell.Shell
Create a job, the created job should then be executed with the Job.run() method.
createJob(String) - Method in class io.vertx.reactivex.ext.shell.Shell
createJob(Process, String) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Create a job wrapping a process.
createKeycloak(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
createLongTypeValidator(Long) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for long integer values
createLongTypeValidator(Double, Double, Double, Long) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for long integer values
createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new type validator for long integer values
createNetClient(NetClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL client using the specified options
createNetClient() - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL client using default options
createNetServer(NetServerOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL server using the specified options
createNetServer() - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL server using default options
createNonShared(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
Deprecated.
createNonShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
Deprecated.
createNonShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
Create a MySQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Deprecated.
createNonShared(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
Deprecated.
createNonShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
createPBKDF2(Vertx) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17).
createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
createProducer(String) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Creates a producer to the given AMQP address.
createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
createRecord(String, String, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Sugar method to creates a record for this type.
createRecord(String, String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Creates a record based on the parameters.
createRecord(String, String, int, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method to create a record for a HTTP endpoint.
createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
createRecord(String, String, int, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
createRecord(String, String, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Create a record representing a data producer.
createRecord(String, String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method to create a record for a Mongo data source.
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method to create a record for a Redis data source.
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSession(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSession(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
createSession(long) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a new session using the default min length.
createSession(long, int) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a new session.
createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
createSHA512(Vertx) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
This is the current backwards compatible hashing implementation, new applications should prefer the PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option.
createShared(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
Like CassandraClient.createShared(io.vertx.reactivex.core.Vertx) with default options and client name.
createShared(Vertx, String) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
createShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
createShared(Vertx, String, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
Create a Cassandra client that shares its driver session with any other client having the same name.
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
Create a MySQL client which shares its data source with any other MySQL clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name.
createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
createShared(Vertx, MailConfig, String) - Static method in class io.vertx.reactivex.ext.mail.MailClient
Create a Mail client which shares its connection pool with any other Mail clients created with the same pool name
createShared(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a Mongo client which shares its data source with any other Mongo clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
createShared(Vertx, String, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createSharedWorkerExecutor(String) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.createSharedWorkerExecutor(java.lang.String) but with the VertxOptions poolSize.
createSharedWorkerExecutor(String, int) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.createSharedWorkerExecutor(java.lang.String) but with the VertxOptions maxExecuteTime.
createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.reactivex.core.Vertx
createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.reactivex.core.Vertx
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.

This method can be called mutiple times with the same name.

createShell(Term) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
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
Create an enum type validator
createStringTypeValidator(Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new string type validator
createStringTypeValidator(String, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new string type validator
createStringTypeValidator(String, Integer, Integer, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Create a new string type validator
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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
createWithHealthChecks(HealthChecks, AuthProvider) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
creationTime() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
creationTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
creationTime() - Method in class io.vertx.reactivex.core.file.FileProps
The date the file was created
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
currentRoute() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
Cursor - Class in io.vertx.reactivex.sqlclient
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
Cursor(Cursor) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
 
Cursor(Object) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
 
cursor() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Like PreparedStatement.cursor() but with empty arguments.
cursor(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Create a cursor with the provided arguments.
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 - Class in io.vertx.reactivex.sqlclient.spi
Contains static metadata about the backend database server

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
DatabaseMetadata(Object) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
databaseMetadata() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
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
Customize the .
dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Customize the .
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
dbsize(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dbsize.
dbsize(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the number of keys in the selected database
dbsize(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the number of keys in the selected database
debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
debug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command debug.
debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get debugging information about a key
debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get debugging information about a key
debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Make the server crash
debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Make the server crash
decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
DECR - Static variable in class io.vertx.reactivex.redis.client.Command
 
decr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decr.
decr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Decrement the integer value of a key by one
decr(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Decrement the integer value of a key by one
DECRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
decrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decrby.
decrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Decrement the integer value of a key by the given number
decrby(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Decrement the integer value of a key by the given number
decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Decrement the counter atomically and return the new count
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_CHARSET - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
The default charset.
DEFAULT_CHARSET - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
The default charset.
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the collection to be used
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
The default timeout for connect.
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
The default timeout for connect.
DEFAULT_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
The default name of the property for the password, like it is transported in credentials by method AuthProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.User>>)
DEFAULT_CREDENTIAL_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 transported in credentials by method AuthProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.User>>)
DEFAULT_DATABASE - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
The default database.
DEFAULT_DATABASE - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
The default database name.
DEFAULT_DB_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
The name of the default database
DEFAULT_DB_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoService
The name of the default database
DEFAULT_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.asyncsql.PostgreSQLClient
The default name used for the PostGreSQL pool.
DEFAULT_DS_NAME - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
The name of the default data source
DEFAULT_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_HOST - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
The default host.
DEFAULT_HOST - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
The default host.
DEFAULT_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_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_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
Default max number of templates to cache
DEFAULT_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 - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
The default database password.
DEFAULT_PASSWORD - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
The default user password.
DEFAULT_PASSWORD_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_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_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.asyncsql.MySQLClient
The default name used for the MySQL pool.
DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mail.MailClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mail.MailService
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoService
The name of the default pool
DEFAULT_PORT - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
The default port.
DEFAULT_PORT - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
The default port.
DEFAULT_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_RESPONSE_BODY - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
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_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_PREFIX - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default role prefix
DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
The default role prefix
DEFAULT_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_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.LocalSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.reactivex.ext.web.sstore.SessionStore
Default length for a session id.
DEFAULT_SESSIONID_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_TEST_TIMEOUT - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
The default timeout for tests.
DEFAULT_TEST_TIMEOUT - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
The default timeout for tests.
DEFAULT_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_USER - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
The default database user.
DEFAULT_USER - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
The default database user.
DEFAULT_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_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.
DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in class io.vertx.reactivex.core.eventbus.MessageProducer
 
DEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
del(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command del.
del(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete a key
del(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete a key
delete(List<Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.Mapper
Asynchronous delete method based on the column values of the primary key.
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP DELETE request to send to the server with the specified options.
delete(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
delete(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
delete(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
delete(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
delete() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Delete the private key and certificate files.
delete(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP DELETE request
delete(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Delete the session with the specified ID.
deleteAbs(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI
deleteAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
deleteAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an existing prepared query
deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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(String) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(Buffer) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
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
 
deliveryMode() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
deliveryOptions(DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Update the delivery options of this producer.
deliveryTag() - Method in class io.vertx.reactivex.rabbitmq.Envelope
Get the delivery tag included in this parameter envelope
delMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete many keys
delMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete many keys
demand() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Returns the current demand.
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(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
Deploy a verticle instance given a name.
deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(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
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Verticle) - Method in class io.vertx.reactivex.core.Vertx
Deploy a verticle instance that you have created yourself.
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(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
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but Verticle instance is created by invoking the verticleSupplier.
deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but Verticle instance is created by invoking the verticleSupplier.
deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a service from the local agent.
deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
deserializeArray(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
deserializeObject(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
Destination - Class in io.vertx.reactivex.ext.stomp
Represents a STOMP destination.
Destination(Destination) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
 
Destination(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
 
destination() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
DestinationFactory - Class in io.vertx.reactivex.ext.stomp
Interface implemented to customize the destination creation.
DestinationFactory(DestinationFactory) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
 
DestinationFactory(Object) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
 
destinationFactory(DestinationFactory) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the DestinationFactory used to create Destination objects.
destroy() - Method in class io.vertx.reactivex.ext.web.Session
Destroy the session
destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroy Acl token
destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroys the given session
destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
DISCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
discard(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command discard.
discard(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Discard all commands issued after MULTI
disconnect() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect() - Method in class io.vertx.reactivex.mqtt.MqttClient
Disconnects from the MQTT server
disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
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.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
dispatch(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Dispatches the given frame.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
distinctBatch(String, String, String) - 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.
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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.
doubleValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drop a collection
dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drops the index given its name.
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
DUMP - Static variable in class io.vertx.reactivex.redis.client.Command
 
dump(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dump.
dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a serialized version of the value stored at the specified key.
dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a serialized version of the value stored at the specified key.
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

echo(String) - Method in class io.vertx.reactivex.ext.shell.term.Term
Echo some text in the terminal, escaped if necessary.

ECHO - Static variable in class io.vertx.reactivex.redis.client.Command
 
echo(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command echo.
echo(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Echo the given string
echo(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Echo the given string
email(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
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.
end() - Method in class io.vertx.reactivex.amqp.AmqpSender
Ends the stream.
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end() but with an handler called when the operation completes
end(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end() but writes some data to the stream before ending.
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(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as MessageProducer.end(T) but writes some data to the stream before ending.
end(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Closes the producer, calls MessageProducer.close()
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Closes the producer, calls MessageProducer.close()
end(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.end(io.vertx.reactivex.core.buffer.Buffer) but writes some data to the stream before ending.
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() - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file, see AsyncFile.close().
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file, see AsyncFile.close().
end(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but writes a String in UTF-8 encoding
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
end(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but writes a String with the specified encoding
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but writes some data to the request body before ending.
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Ends the request.
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) 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(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 writes a String in UTF-8 encoding before ending the response.
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, 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 writes a String with the specified encoding before ending the response.
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(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 writes some data to the response body before ending.
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() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Ends the response.
end(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.end(io.vertx.reactivex.core.buffer.Buffer) but writes some data to the stream before ending.
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() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
end(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.end(io.vertx.reactivex.core.buffer.Buffer) but writes some data to the stream before ending.
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() - Method in class io.vertx.reactivex.core.http.WebSocket
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
end(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.end(io.vertx.reactivex.core.buffer.Buffer) but writes some data to the stream before ending.
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() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
end(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.end(io.vertx.reactivex.core.buffer.Buffer) but writes some data to the stream before ending.
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() - Method in class io.vertx.reactivex.core.net.NetSocket
end(Handler<AsyncResult<Void>>) - 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
Ends the stream.
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as WriteStream.end() but with an handler called when the operation completes
end(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as WriteStream.end() but writes some data to the stream before ending.
end(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
End the process with the exit status
end(int) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
End the process.
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer) - 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 writes some data to the stream before ending.
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() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
end() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Ends the stream.
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end() but with an handler called when the operation completes
end(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end() but writes some data to the stream before ending.
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
ended() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Deprecated.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set an end handler for the response.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
This handler might be called after the close handler when the socket is paused and there are still buffers to deliver.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
endHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.TimeoutStream
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set an end handler, this handler is called when the command is ended, for instance the command is running and the shell closes.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
endHandler(Handler<TestResult>) - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
endHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the end .
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.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
 
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() 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() 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() 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.
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 - Class in io.vertx.reactivex.rabbitmq
Like com.rabbitmq.client.Envelope.
Envelope(Envelope) - Constructor for class io.vertx.reactivex.rabbitmq.Envelope
 
Envelope(Object) - Constructor for class io.vertx.reactivex.rabbitmq.Envelope
 
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.amqpbridge.AmqpBridge
 
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.Mapper
 
equals(Object) - Method in class io.vertx.reactivex.cassandra.MappingManager
 
equals(Object) - Method in class io.vertx.reactivex.cassandra.ResultSet
 
equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
equals(Object) - Method in class io.vertx.reactivex.config.ConfigRetriever
 
equals(Object) - Method in class io.vertx.reactivex.core.buffer.Buffer
 
equals(Object) - Method in class io.vertx.reactivex.core.cli.CLI
 
equals(Object) - Method in class io.vertx.reactivex.core.cli.CommandLine
 
equals(Object) - Method in class io.vertx.reactivex.core.CompositeFuture
 
equals(Object) - Method in class io.vertx.reactivex.core.Context
 
equals(Object) - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
equals(Object) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.DnsClient
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.MxRecord
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
equals(Object) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileProps
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileSystem
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
equals(Object) - Method in class io.vertx.reactivex.core.Future
 
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.HttpServer
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
equals(Object) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.http.WebSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
equals(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
equals(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
equals(Object) - Method in class io.vertx.reactivex.core.MultiMap
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetClient
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetServer
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
equals(Object) - Method in class io.vertx.reactivex.core.net.SocketAddress
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
equals(Object) - Method in class io.vertx.reactivex.core.Promise
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.Counter
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.Lock
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
equals(Object) - Method in class io.vertx.reactivex.core.streams.Pipe
 
equals(Object) - Method in class io.vertx.reactivex.core.streams.Pump
 
equals(Object) - Method in class io.vertx.reactivex.core.TimeoutStream
 
equals(Object) - Method in class io.vertx.reactivex.core.Vertx
 
equals(Object) - Method in class io.vertx.reactivex.core.WorkerExecutor
 
equals(Object) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
equals(Object) - Method in class io.vertx.reactivex.db2client.DB2Pool
 
equals(Object) - Method in class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
 
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.JDBCHashStrategy
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
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.oauth2.AccessToken
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.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.InstagramAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
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.bridge.BaseBridgeEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.MailClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.mail.MailService
 
equals(Object) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.Command
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.session.Session
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.Shell
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.ShellService
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.Job
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.Process
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Destination
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Frames
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.Async
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.Completion
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestCase
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.Cookie
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.FileUpload
 
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.CookieHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
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.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.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.JWTAuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.UserSessionHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.Locale
 
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.ParsedHeaderValues
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.Route
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.Router
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.Session
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
equals(Object) - Method in class io.vertx.reactivex.micrometer.MetricsService
 
equals(Object) - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttClient
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttServer
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.PgPool
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.Envelope
 
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.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.redis.RedisClient
 
equals(Object) - Method in class io.vertx.reactivex.redis.RedisTransaction
 
equals(Object) - Method in class io.vertx.reactivex.redis.Script
 
equals(Object) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
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.Transaction
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Tuple
 
ERROR_MESSAGE - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
ErrorConverter - Class in io.vertx.reactivex.ext.web.client.predicate
Converts a ResponsePredicateResult to a Throwable describing the error.
ErrorConverter(ErrorConverter) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
ErrorConverter(Object) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
errorConverter() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
errorFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
A general error frame handler.
errorHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.
ErrorHandler - Class in io.vertx.reactivex.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler(ErrorHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
ErrorHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
errorHandler(int, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Router
Specify an handler to handle an error for a particular status code.
EVAL - Static variable in class io.vertx.reactivex.redis.client.Command
 
eval(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command eval.
eval(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Execute a Lua script server side.
eval(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Execute a Lua script server side.
evalScript(Script, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Execute a Lua script server side.
EVALSHA - Static variable in class io.vertx.reactivex.redis.client.Command
 
evalsha(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalsha.
evalsha(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Execute a Lua script server side.
evalsha(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Execute a Lua script server side.
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.
EventBus - Class in io.vertx.reactivex.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
EventBus(EventBus) - Constructor for class io.vertx.reactivex.core.eventbus.EventBus
 
EventBus(Object) - Constructor for class io.vertx.reactivex.core.eventbus.EventBus
 
eventBus() - Method in class io.vertx.reactivex.core.Vertx
Get the event bus object.
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(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Registers a handler called on disconnection.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.Context
Set an exception handler called when the context runs an action throwing an uncaught throwable.

When this handler is called, Vertx.currentContext() will return this context.

exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler called when a connection error happens
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.TimeoutStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.Vertx
Set a default exception handler for Context, set on at creation.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Sets an exception handler notified for TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Configures the exception handler notified upon TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exceptionHandler() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.web.Router
Deprecated.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Set an exception handler for the client, that will be called when an error happens in internal netty structures.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Set an exception handler for the server, that will be called when an error happens independantly of an accepted MqttEndpoint, like a rejected connection
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.sqlclient.RowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Set an handler called with connection errors.
exchange() - Method in class io.vertx.reactivex.rabbitmq.Envelope
Get the name of the exchange included in this parameter envelope
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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeDeclare(String, String, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, 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, 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, Handler<AsyncResult<Void>>) - 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.
EXEC - Static variable in class io.vertx.reactivex.redis.client.Command
 
exec(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exec.
exec(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Execute all commands issued after MULTI
execute(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(Statement, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
execute(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement
execute(Handler<AsyncResult<T>>) - 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(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Query
Execute the query.
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<Tuple>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Context
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Vertx
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
executeCommand(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Deprecated.
executeCommandWithFallback(Handler<Promise<T>>, Function<Throwable, T>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Deprecated.
executePreparedQuery(String, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - 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.ConsulService
 
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - 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.ConsulService
 
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
executeWithFullFetch(String, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
exists(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exists.
exists(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Determine if a key exists
exists(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine if a key exists
existsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
existsMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Determine if one or many keys exist
existsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine if one or many keys exist
exitCode() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
expect(Function<HttpResponse<Void>, ResponsePredicateResult>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
expect(ResponsePredicate) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
expiration() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
EXPIRE - Static variable in class io.vertx.reactivex.redis.client.Command
 
expire(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expire.
expire(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set a key's time to live in seconds
expire(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set a key's time to live in seconds
EXPIREAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
expireat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expireat.
expireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the expiration for a key as a UNIX timestamp
expireat(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp
expired() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Check if the access token is expired or not.
expiryTime() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
expiryTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
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(int, String) - Method in class io.vertx.reactivex.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(Throwable) - Method in class io.vertx.reactivex.core.Future
Deprecated.
fail(String) - Method in class io.vertx.reactivex.core.Future
Deprecated.
fail(Throwable) - Method in class io.vertx.reactivex.core.Promise
Set the failure.
fail(String) - Method in class io.vertx.reactivex.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
fail() - Method in class io.vertx.reactivex.ext.unit.TestContext
Throw a failure.
fail(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(Throwable) - Method in class io.vertx.reactivex.ext.unit.TestContext
Throw a failure with the specified failure cause.
fail(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Fail the context with the specified status code.
fail(Throwable) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Fail the context with the specified throwable and 500 status code.
fail(int, Throwable) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Fail the context with the specified throwable and the specified the status code.
failCheck(String, Handler<AsyncResult<Void>>) - 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.ConsulService
 
failCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
failed(int) - Method in class io.vertx.reactivex.core.CompositeFuture
Returns true if a wrapped future is failed
failed() - Method in class io.vertx.reactivex.core.Future
Did it fail?
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
 
failedFuture(Throwable) - Static method in class io.vertx.reactivex.core.Future
Create a failed future with the specified failure cause.
failedFuture(String) - Static method in class io.vertx.reactivex.core.Future
Create a failed future with the specified failure message.
failover(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Force a failover as if the master was not reachable, and without asking for agreement to other Sentinels (however a new version of the configuration will be published so that the other Sentinels will update their configurations)
Failure - Class in io.vertx.reactivex.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.

The failure can be: an assertion failure: an assertion failed an error failure: an expected error occured

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

Failure(Failure) - Constructor for class io.vertx.reactivex.ext.unit.report.Failure
 
Failure(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.Failure
 
failure() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
An exception describing failure, null if the test succeeded.
failure(String) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
Creates a failed result.
failure() - Method in class io.vertx.reactivex.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(int) then this will return that throwable.
failureCount() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
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
 
fetch(long) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
fetch(long) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
fetch(long) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
fetch(long) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
fetch(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Deprecated.
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
fetch(long) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
fetch(long) - Method in class io.vertx.reactivex.core.http.WebSocket
 
fetch(long) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
fetch(long) - Method in class io.vertx.reactivex.core.net.NetSocket
 
fetch(long) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
fetch(long) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
fetch(long) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.core.TimeoutStream
 
fetch(String, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(HttpMethod, String, JsonObject, Buffer, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(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 the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
fetch(long) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
fetch(long) - Method in class io.vertx.reactivex.sqlclient.RowStream
Fetch the specified amount of elements.
fetchMoreResults(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
 
fieldName() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
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.FileUpload
 
filename() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
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 - Class in io.vertx.reactivex.core.file
Contains a broad set of operations for manipulating files on the file system.
FileSystem(FileSystem) - Constructor for class io.vertx.reactivex.core.file.FileSystem
 
FileSystem(Object) - Constructor for class io.vertx.reactivex.core.file.FileSystem
 
fileSystem() - Method in class io.vertx.reactivex.core.Vertx
Get the filesystem object.
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, JsonObject, Handler<AsyncResult<List<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.MongoService
 
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.
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
fireEvent(String, Handler<AsyncResult<Event>>) - 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.ConsulService
 
fireEventWithOptions(String, EventOptions, Handler<AsyncResult<Event>>) - 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.ConsulService
 
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
 
flatMap(Function<CompositeFuture, Future<U>>) - Method in class io.vertx.reactivex.core.CompositeFuture
flatMap(Function<T, Future<U>>) - Method in class io.vertx.reactivex.core.Future
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
Flush any writes made to this file to underlying persistent storage.
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
flush(RoutingContext, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(Handler<Void>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
FLUSHALL - Static variable in class io.vertx.reactivex.redis.client.Command
 
flushall(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushall.
flushall(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all keys from all databases
flushall(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all keys from all databases
flushConfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Force Sentinel to rewrite its configuration on disk, including the current Sentinel state.
FLUSHDB - Static variable in class io.vertx.reactivex.redis.client.Command
 
flushdb(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushdb.
flushdb(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all keys from the current database
flushdb(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all keys from the current database
followedRedirects() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
followRedirects(boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Set wether or not to follow the directs for the request.
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
 
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
Get form parameter by name
formParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Get list of all parameter names inside body form
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(String) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string
fromURI(URI) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.
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
fullVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
Future<T> - Class in io.vertx.reactivex.core
Represents the result of an action that may, or may not, have occurred yet.
Future(Future) - Constructor for class io.vertx.reactivex.core.Future
 
Future(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.Future
 
future(Handler<Promise<T>>) - Static method in class io.vertx.reactivex.core.Future
Create a future that hasn't completed yet and that is passed to the handler before it is returned.
future() - Static method in class io.vertx.reactivex.core.Future
Deprecated.
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.sockjs.BridgeEvent
 

G

generateSalt() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Compute a salt string.
generateSalt() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Compute a random salt.
generateToken(JsonObject, JWTOptions) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
Generate a new JWT token.
GEOADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geoadd.
geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoadd(String, double, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddMany(String, List<GeoMember>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddMany(String, List<GeoMember>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
GEODIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
geodist(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geodist.
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the distance between two members in the geospatial index represented by the sorted set.
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
GEOHASH - Static variable in class io.vertx.reactivex.redis.client.Command
 
geohash(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geohash.
geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohash(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohashMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohashMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
GEOPOS - Static variable in class io.vertx.reactivex.redis.client.Command
 
geopos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geopos.
geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geopos(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geoposMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geoposMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
GEORADIUS - Static variable in class io.vertx.reactivex.redis.client.Command
 
georadius(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadius.
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
GEORADIUS_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
GEORADIUSBYMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymember.
georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
GEORADIUSBYMEMBER_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusRo.
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
get(List<Object>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.cassandra.Mapper
Asynchronous get method based on the column values of the primary key.
get(String) - Method in class io.vertx.reactivex.core.Context
Get some data from the context.
get(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP GET request to send to the server with the specified options.
get(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and default port.
get(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
get(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
get(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
get(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP GET request to send to the server at the default host and port.
get(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
get(String) - Method in class io.vertx.reactivex.core.MultiMap
Returns the value of with the specified name.
get(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
 
get(K, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Get the current value of the counter
get(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Get a value from the map
get(String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Get an algorithm interface by its Id
get(String) - Method in class io.vertx.reactivex.ext.shell.session.Session
Get some data from the session
get(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Get some data from the context.
get(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the default host and port.
get(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and default port.
get() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP GET request
get(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get some data from the context.
get(String) - Method in class io.vertx.reactivex.ext.web.Session
Get some data from the session
get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the session with the specified ID.
GET - Static variable in class io.vertx.reactivex.redis.client.Command
 
get(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command get.
get(int) - Method in class io.vertx.reactivex.redis.client.Response
Get this multi response value at a numerical index.
get(String) - Method in class io.vertx.reactivex.redis.client.Response
Get this multi response value at a string key.
get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of a key
get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of a key
get() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the object to access the service.
get(Class<T>, int) - Method in class io.vertx.reactivex.sqlclient.Tuple
 
getAbs(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP GET request to send to the server using an absolute URI
getAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
getAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
getAcceptableContentType() - Method in class io.vertx.reactivex.ext.web.RoutingContext
If the route specifies produces matches, e.g.
getAll(String) - Method in class io.vertx.reactivex.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.getAll(java.lang.String) but accepting a CharSequence as a parameter
getAllExecutionInfo() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getArgument(String) - Method in class io.vertx.reactivex.core.cli.CLI
Gets an Argument based on its name (argument name).
getArgument(int) - Method in class io.vertx.reactivex.core.cli.CLI
Gets an Argument based on its index.
getArguments() - Method in class io.vertx.reactivex.core.cli.CLI
Gets the list of defined arguments.
getArgumentValue(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArgumentValue(int) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an argument with the given index.
getArity() - Method in class io.vertx.reactivex.redis.client.Command
 
getArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns null if value is not a list, otherwise it returns value
getArrayElement(Object, int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Move the iterator the the array element at specified index
getArrayOfBigDecimals(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfBigDecimals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfBooleans(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Boolean value for the given column.
getArrayOfBooleans(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Boolean value at pos.
getArrayOfDoubles(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Double value for the given column.
getArrayOfDoubles(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Double value at pos.
getArrayOfFloats(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Float value for the given column.
getArrayOfFloats(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Float value at pos.
getArrayOfIntegers(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Integer value for the given column.
getArrayOfIntegers(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Integer value at pos.
getArrayOfJsons(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of JSON elements for the given column, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfJsons(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of JSON elements at pos, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfLocalDates(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalDates(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLongs(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Long value for the given column.
getArrayOfLongs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Long value at pos.
getArrayOfNumerics(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfNumerics(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfOffsetDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfOffsetDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfOffsetTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfOffsetTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfShorts(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Short value for the given column.
getArrayOfShorts(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Short value at pos.
getArrayOfStrings(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of String value for the given column.
getArrayOfStrings(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of String value at pos.
getArrayOfTemporals(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfTemporals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfUUIDs(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfUUIDs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getAs(Class<X>) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the object to access the service.
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAvailableWithoutFetching() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getBaseName(Measured) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
getBaseName() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
getBigDecimal(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get value for the given column.
getBigDecimal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get value at pos.
getBigDecimalArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getBigDecimalArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of a key - without decoding as utf-8
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of a key - without decoding as utf-8
GETBIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
getbit(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getbit.
getbit(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Returns the bit value at offset in the string value stored at key
getbit(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Returns the bit value at offset in the string value stored at key
getBody() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getBodyAsJson() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getBodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getBodyAsString() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getBoolean() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns null if value is not a Boolean, otherwise it returns value
getBoolean(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a boolean value for the given column.
getBoolean(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a boolean value at pos.
getBooleanArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getBooleanArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
getBuffer(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getBuffer(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a buffer value for the given column.
getBuffer(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a buffer value at pos.
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
Returns the Buffer as a Netty ByteBuf.
getBytes() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
getBytes(byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer into a byte[].
getBytes(byte[], int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer into a byte[] at the specific destination.
getBytes(int, int, byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[].
getBytes(int, int, byte[], int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[] at the specific destination.
getBytes() - Method in class io.vertx.reactivex.redis.client.Command
 
getCachedConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
Gets the last computed configuration.
getClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
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
The name of the collection used to store User objects inside.
getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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 column name.
getColumnName(int) - Method in class io.vertx.reactivex.sqlclient.Row
Get a column name for the given column.
getCommand(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
Returns a single command by its name.
getConfig(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
getConfigAsFuture(ConfigRetriever) - Static method in class io.vertx.reactivex.config.ConfigRetriever
Deprecated.
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, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getCookie(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Get the cookie with the specified name.
getCookie(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get the cookie with the specified name.
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous counter.
getDefault() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Returns default value of parameter
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpClient
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
getDelegate() - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.Mapper
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.MappingManager
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
getDelegate() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
getDelegate() - Method in class io.vertx.reactivex.core.buffer.Buffer
 
getDelegate() - Method in class io.vertx.reactivex.core.cli.CLI
 
getDelegate() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
getDelegate() - Method in class io.vertx.reactivex.core.CompositeFuture
 
getDelegate() - Method in class io.vertx.reactivex.core.Context
 
getDelegate() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
getDelegate() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.DnsClient
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.MxRecord
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.Message
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
getDelegate() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileProps
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystem
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
getDelegate() - Method in class io.vertx.reactivex.core.Future
 
getDelegate() - Method in class io.vertx.reactivex.core.http.Cookie
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClient
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServer
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
getDelegate() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.http.WebSocket
 
getDelegate() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
getDelegate() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
getDelegate() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
getDelegate() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
getDelegate() - Method in interface io.vertx.reactivex.core.metrics.Measured
 
getDelegate() - Method in class io.vertx.reactivex.core.MultiMap
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetClient
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetServer
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
getDelegate() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
getDelegate() - Method in class io.vertx.reactivex.core.Promise
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.Counter
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.Lock
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
getDelegate() - Method in class io.vertx.reactivex.core.streams.Pipe
 
getDelegate() - Method in class io.vertx.reactivex.core.streams.Pump
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.ReadStream
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.StreamBase
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.WriteStream
 
getDelegate() - Method in class io.vertx.reactivex.core.TimeoutStream
 
getDelegate() - Method in class io.vertx.reactivex.core.Vertx
 
getDelegate() - Method in class io.vertx.reactivex.core.WorkerExecutor
 
getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Connection
 
getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Pool
 
getDelegate() - Method in class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.User
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
getDelegate() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.Watch
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
getDelegate() - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailService
 
getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.session.Session
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.Shell
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
getDelegate() - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Frames
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.Async
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.Completion
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestCase
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.Cookie
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CookieHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.UserSessionHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.Locale
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.Route
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.Router
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.Session
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
getDelegate() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
getDelegate() - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
getDelegate() - Method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttClient
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttServer
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.PgPool
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.Envelope
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Command
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Redis
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Request
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Response
 
getDelegate() - Method in class io.vertx.reactivex.redis.RedisClient
 
getDelegate() - Method in class io.vertx.reactivex.redis.RedisTransaction
 
getDelegate() - Method in class io.vertx.reactivex.redis.Script
 
getDelegate() - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Cursor
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Pool
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Query
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Row
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Transaction
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
getDescription() - Method in class io.vertx.reactivex.core.cli.CLI
 
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
 
getDomain() - Method in class io.vertx.reactivex.core.http.Cookie
 
getDouble(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDouble() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns null if value is not a Double, otherwise it returns value
getDouble(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a double value for the given column.
getDouble(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a double value at pos.
getDoubleArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getDoubleArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
getExecutionInfo() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getFirstKey() - Method in class io.vertx.reactivex.redis.client.Command
 
getFloat(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFloat() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns null if value is not a Float, otherwise it returns value
getFloat(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a float value for the given column.
getFloat(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a float value at pos.
getFloatArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getFloatArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
getFlowType() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
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
Retrieve the hashed password from the result of the authentication query
getHashStrategy() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The HashStrategy which is used by the current instance
getHeader(String) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Looks up a HTTP response header by name, in case where the response is a list of headers, the first one is returned.
getHeader(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
Return the first header value with the specified name
getHost() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
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
Returns null if value is not an Integer, otherwise it returns value
getInteger(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an integer value for the given column.
getInteger(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an integer value at pos.
getIntegerArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getIntegerArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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.
getInterval() - Method in class io.vertx.reactivex.redis.client.Command
 
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, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJob(int) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Returns an active job in this session by its .
getJson(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a JSON element for the given column, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getJson(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a JSON element at pos, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getJsonArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns null if value is not a JsonArray, otherwise it returns value
getJsonObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns null if value is not a JsonObject, otherwise it returns value
getKeys(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeys(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
getKeys() - Method in class io.vertx.reactivex.redis.client.Response
Get this multi response keys from a hash.
getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
getLastKey() - Method in class io.vertx.reactivex.redis.client.Command
 
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, Handler<AsyncResult<Counter>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalDate(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalDate value for the given column.
getLocalDate(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalDate value at pos.
getLocalDateArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getLocalDateArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
getLocalDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalDateTime value for the given column.
getLocalDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalDateTime value at pos.
getLocalDateTimeArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getLocalDateTimeArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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, 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(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalTime value for the given column.
getLocalTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalTime value at pos.
getLocalTimeArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getLocalTimeArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLong(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns null if value is not a Long, otherwise it returns value
getLong(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a long value for the given column.
getLong(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a long value at pos.
getLongArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getLongArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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.
getMasterAddrByName(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Return the ip and port number of the master with that name.
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.
getMetricsSnapshot(Measured) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.

getMetricsSnapshot(String) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.

Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.

getMetricsSnapshot() - Method in class io.vertx.reactivex.micrometer.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

getMetricsSnapshot(String) - Method in class io.vertx.reactivex.micrometer.MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.

getMongoClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getName() - Method in class io.vertx.reactivex.core.cli.CLI
 
getName() - Method in class io.vertx.reactivex.core.http.Cookie
 
getName() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Get parameter name
getName() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
This function return the name of the parameter expected into parameter lists
getNow(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
getNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
getNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
getNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
getNumeric(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a numeric value for the given column.
getNumeric(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get value at pos.
getNumericArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getNumericArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
getObjectKeys() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
If value is a map of fields, it returns keys of map, otherwise it returns null
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
If value is a map of fields, it returns value of field with key provided, otherwise it returns null
getOffsetDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get OffsetDateTime value for the given column.
getOffsetDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get OffsetDateTime value at pos.
getOffsetDateTimeArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getOffsetDateTimeArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
getOffsetTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get OffsetTime value for the given column.
getOffsetTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get OffsetTime value at pos.
getOffsetTimeArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getOffsetTimeArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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
Get options of router factory.
getOptions() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Get options of router factory.
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.
getParam(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first param value with the specified name
getPasswordCredentialField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Get the name of the field to be used as property for the password of credentials in the method AuthProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.User>>).
getPasswordField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the password Defaults to MongoAuth
getPath() - Method in class io.vertx.reactivex.core.http.Cookie
 
getPath() - Method in class io.vertx.reactivex.ext.web.Route
 
getPermissionField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the permissions.
getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns an existing prepared query
getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
getPriority() - Method in class io.vertx.reactivex.core.cli.CLI
 
GETRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getrange.
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get a substring of the string stored at a key
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get a substring of the string stored at a key
getRawMessage() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
getRawMethod() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
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.
getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRedisClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured RedisClient.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured RedisClient.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured RedisClient.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured RedisClient.
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.
getRoleField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the roles.
getRouter() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Construct a new router based on spec.
getRouter() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Construct a new router based on spec.
getRoutes() - Method in class io.vertx.reactivex.ext.web.Router
 
getSalt(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Retrieve the salt from the result of the authentication query
getSalt(User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Retrieve the salt.
getSaltField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the salt.
getSaltStyle() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Get the defined HashSaltStyle of the current instance
getSameSite() - Method in class io.vertx.reactivex.core.http.Cookie
 
getScopeSeparator() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
getScript() - Method in class io.vertx.reactivex.redis.Script
 
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
getset(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getset.
getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a key and return its old value
getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a key and return its old value
getSha1() - Method in class io.vertx.reactivex.redis.Script
 
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(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a short value for the given column.
getShort(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a short value at pos.
getShortArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getShortArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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.
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
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
getStreamPriority() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getString(int, int, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns null if value is not a String, otherwise it returns value
getString(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a string value for the given column.
getString(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a string value at pos.
getStringArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getStringArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a temporal value for the given column.
getTemporal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a Temporal value at pos.
getTemporalArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getTemporalArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
getToken(JsonObject, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
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(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.
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
getUsernameField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the username.
getUUID(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get UUID value for the given column.
getUUID(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get UUID value at pos.
getUUIDArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Deprecated.
getUUIDArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Deprecated.
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(String, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValue(String, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
getValue(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an object value for the given column.
getValue(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an object value at pos.
getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
getWebClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
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
 
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
 
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
 
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.
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
 
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
 

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(RoutingContext) - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Something has happened, so handle it.
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(RoutingContext) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
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(ServerFrame) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
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.CookieHandler
Deprecated.
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.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
Something has happened, so handle it.
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.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.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.RedirectAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
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.UserSessionHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
Something has happened, so handle it.
handle(HttpServerRequest) - Method in class io.vertx.reactivex.ext.web.Router
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(Handler<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
handler(Handler<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
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<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
handler(Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Deprecated.
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<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
handler(Handler<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Set a data handler.
handler(Handler<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
 
handler(Handler<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
handler(StompServerHandler) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Configures the StompServerHandler.
handler() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
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<T>>) - Method in class io.vertx.reactivex.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
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<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
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<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<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<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
 
handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
hasDefault() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Returns true if this type validator has default value
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Hashes a password.
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.amqpbridge.AmqpBridge
 
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.Mapper
 
hashCode() - Method in class io.vertx.reactivex.cassandra.MappingManager
 
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.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.CompositeFuture
 
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.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.Future
 
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.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.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.asyncsql.AsyncSQLClient
 
hashCode() - Method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
 
hashCode() - Method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
 
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.JDBCHashStrategy
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
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.oauth2.AccessToken
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
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.GithubAuth
 
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.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.oauth2.rbac.KeycloakRBAC
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
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.bridge.BaseBridgeEvent
 
hashCode() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
hashCode() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.MailClient
 
hashCode() - Method in class io.vertx.reactivex.ext.mail.MailService
 
hashCode() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
hashCode() - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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.HttpRequest
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
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.Cookie
 
hashCode() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
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.CookieHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
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.ApolloWSHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
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.JWTAuthHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
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.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.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.UserSessionHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.Locale
 
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.ParsedHeaderValues
 
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.LocalSessionStore
 
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.TemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
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.MqttPublishMessage
 
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.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.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.BasicProperties
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.Envelope
 
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.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.redis.RedisClient
 
hashCode() - Method in class io.vertx.reactivex.redis.RedisTransaction
 
hashCode() - Method in class io.vertx.reactivex.redis.Script
 
hashCode() - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
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.Transaction
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
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.
hasNext() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
HDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
hdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hdel.
hdel(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete one or more hash fields
hdel(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete one or more hash fields
head(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP HEAD request to send to the server with the specified options.
head(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and port.
head(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
head(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
head(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
head(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the default host and port.
head(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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(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(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path
headAbs(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP HEAD request to send to the server using an absolute URI
headAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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, 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(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Get header parameter by name
headerParametersNames() - Method in class io.vertx.reactivex.ext.web.api.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() - 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.auth.oauth2.OAuth2Response
The HTTP response headers from the HTTP layer.
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.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.
headNow(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
headNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
headNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
headNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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, Handler<AsyncResult<CheckList>>) - 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.ConsulService
 
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, Handler<AsyncResult<CheckList>>) - 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.ConsulService
 
healthServiceNodes(String, boolean, Handler<AsyncResult<ServiceEntryList>>) - 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.ConsulService
 
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions, Handler<AsyncResult<ServiceEntryList>>) - 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.ConsulService
 
healthState(HealthState, Handler<AsyncResult<CheckList>>) - 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.ConsulService
 
healthStateWithOptions(HealthState, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - 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.ConsulService
 
height() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
hexists(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hexists.
hexists(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Determine if a hash field exists
hexists(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine if a hash field exists
HGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hget(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hget.
hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of a hash field
hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of a hash field
HGETALL - Static variable in class io.vertx.reactivex.redis.client.Command
 
hgetall(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hgetall.
hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get all the fields and values in a hash
hgetall(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get all the fields and values in a hash
HINCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrby.
hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the integer value of a hash field by the given number
hincrby(String, String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the integer value of a hash field by the given number
HINCRBYFLOAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrbyfloat.
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the float value of a hash field by the given amount
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the float value of a hash field by the given amount
HKEYS - Static variable in class io.vertx.reactivex.redis.client.Command
 
hkeys(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hkeys.
hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get all the fields in a hash
hkeys(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get all the fields in a hash
HLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
hlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hlen.
hlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the number of fields in a hash
hlen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the number of fields in a hash
HMGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hmget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmget.
hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the values of all the given hash fields
hmget(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the values of all the given hash fields
HMSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hmset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmset.
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set multiple hash fields to multiple values
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set multiple hash fields to multiple values
host() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
host() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
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.redis.client.Command
 
host(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command host.
HSCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
hscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hscan.
hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Incrementally iterate hash fields and associated values
hscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Incrementally iterate hash fields and associated values
HSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hset.
hset(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a hash field
hset(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a hash field
HSETNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hsetnx.
hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value of a hash field, only if the field does not exist
hsetnx(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value of a hash field, only if the field does not exist
HSTRLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hstrlen.
hstrlen(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the length of the value of a hash field.
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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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
 
HTTPOperationRequestValidationHandler - Interface in io.vertx.reactivex.ext.web.api.contract
Base interface for HTTP request validation with API specification

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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
 
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
hvals(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hvals.
hvals(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get all the values in a hash
hvals(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get all the values in a hash
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

id() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
id(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
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
 
idToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The Id Token if present parsed as a JsonObject
idToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Get decoded `id_token` from the principal.
INCR - Static variable in class io.vertx.reactivex.redis.client.Command
 
incr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incr.
incr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the integer value of a key by one
incr(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the integer value of a key by one
INCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
incrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrby.
incrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the integer value of a key by the given amount
incrby(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the integer value of a key by the given amount
INCRBYFLOAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
incrbyfloat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrbyfloat.
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the float value of a key by the given amount
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the float value of a key by the given amount
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 a inet socket address, host must be non null and port must be between 0 and 65536.
INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
info(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command info.
info(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get information and statistics about the server
info(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get information and statistics about the server
infoAclToken(String, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get info of Acl token
infoAclToken(String, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get information and statistics about the server
infoSession(String, Handler<AsyncResult<Session>>) - 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.ConsulService
 
infoSessionWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
infoSessionWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
insert(String, JsonObject, Handler<AsyncResult<String>>) - 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.MongoService
 
insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Insert a new user into mongo in the convenient way
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
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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.
introspect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
introspect(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
introspectToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
invoke(Handler<JsonObject>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedures and computes the outcome.
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.amqpbridge - package io.vertx.reactivex.amqpbridge
 
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.asyncsql - package io.vertx.reactivex.ext.asyncsql
 
io.vertx.reactivex.ext.auth - package io.vertx.reactivex.ext.auth
 
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.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.providers - package io.vertx.reactivex.ext.auth.oauth2.providers
 
io.vertx.reactivex.ext.auth.oauth2.rbac - package io.vertx.reactivex.ext.auth.oauth2.rbac
 
io.vertx.reactivex.ext.auth.shiro - package io.vertx.reactivex.ext.auth.shiro
 
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.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.sstore - package io.vertx.reactivex.ext.web.sstore
 
io.vertx.reactivex.ext.web.templ - package io.vertx.reactivex.ext.web.templ
 
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.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.mysqlclient - package io.vertx.reactivex.mysqlclient
 
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 - package io.vertx.reactivex.redis
 
io.vertx.reactivex.redis.client - package io.vertx.reactivex.redis.client
 
io.vertx.reactivex.redis.sentinel - package io.vertx.reactivex.redis.sentinel
 
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
 
is(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Helper to analize the response body.
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(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isArray() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns true if value of RequestParameter is an array
isArray() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
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
 
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAuthorized(AccessToken, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
This method should verify if the user has the given authority and return either a boolean value or an error.
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
Returns true if value of RequestParameter is a Boolean instance
isCachingEnabled() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Returns true if the template template caches template files.
isCachingEnabled() - Method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
Returns true if the template engine caches template files.
isChanged() - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
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?
isComplete(int) - Method in class io.vertx.reactivex.core.CompositeFuture
Returns true if a wrapped future is completed
isComplete() - Method in class io.vertx.reactivex.core.Future
Has the future completed?
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
 
isDouble() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a Double instance
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
isEmpty() - Method in class io.vertx.reactivex.ext.web.Session
 
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
Time constant string comparision to avoid timming attacks.
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?
isExhausted() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
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
Returns true if value of RequestParameter is a Float instance
isForeground() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
isFromUserAgent() - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
isFullyFetched() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
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
 
isInteger() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns true if value of RequestParameter is an Integer instance
isJsonArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a JsonArray instance
isJsonObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a JsonObject instance
isKeyless() - Method in class io.vertx.reactivex.redis.client.Command
 
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
Returns true if value of RequestParameter is a Long instance
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
isMovable() - Method in class io.vertx.reactivex.redis.client.Command
 
isMultiKey() - Method in class io.vertx.reactivex.redis.client.Command
 
isMultiThreadedWorkerContext() - Method in class io.vertx.reactivex.core.Context
Is the current context a multi-threaded worker context?
isNativeTransportEnabled() - Method in class io.vertx.reactivex.core.Vertx
 
isNull(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isNull() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isNull() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns true if value is null
isNumber() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isObject(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isObject() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a map of fields
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
Return true if parameter is optional
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?
isPublishAutoAck() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isReadOnly() - Method in class io.vertx.reactivex.redis.client.Command
 
isRedelivery() - Method in class io.vertx.reactivex.rabbitmq.Envelope
Get the redelivery flag included in this parameter envelope.
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
 
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.HttpServerRequest
 
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.sqlclient.SqlConnection
 
isString() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a String instance
isSubscriptionAutoAck() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isSucceeded() - Method in class io.vertx.reactivex.ext.unit.Completion
 
isSymbolicLink() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file a symbolic link?
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(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Function that checks if parameter is valid.
isValidCollection(List<String>) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Function that checks if array of values of a specific parameter.
isVoid() - Method in class io.vertx.reactivex.redis.client.Command
 
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 AuthProvider 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
 
JDBCClient - Class in io.vertx.reactivex.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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
 
jdbcType() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
Job - Class in io.vertx.reactivex.ext.shell.system
A job executed in a JobController, grouping one or several process.

The job life cycle can be controlled with the Job.run(), Job.resume() and Job.suspend() and Job.interrupt() methods.

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.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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
 
join(Future<T1>, Future<T2>) - Static method in class io.vertx.reactivex.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
join(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.reactivex.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.reactivex.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.reactivex.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.reactivex.core.CompositeFuture
join(List<Future>) - Static method in class io.vertx.reactivex.core.CompositeFuture
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(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_ITERATOR - Static variable in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Instance of a JsonPointerIterator to query Vert.x Json structures
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.
jsonArray() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
The HTTP response body as a JsonArray
jsonArray() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
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
 
jsonObject() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
The HTTP response body as a JsonObject
jsonObject() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

JsonPointerIterator(JsonPointerIterator) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
JsonPointerIterator(Object) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
JWTAuth - Class in io.vertx.reactivex.ext.auth.jwt
Factory interface for creating JWT based AuthProvider 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
 

K

KafkaAdminClient - Class in io.vertx.reactivex.kafka.admin
Vert.x Kafka Admin client implementation

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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
 
keepAliveTimeSeconds() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
key(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key() - 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
 
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
 
KeycloakHelper - Class in io.vertx.reactivex.ext.auth.oauth2
Helper class for processing Keycloak principal.
KeycloakHelper(KeycloakHelper) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
KeycloakHelper(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
KeycloakRBAC - Class in io.vertx.reactivex.ext.auth.oauth2.rbac
Implementation of the Keycloak RBAC handler.
KeycloakRBAC(KeycloakRBAC) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
KeycloakRBAC(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
keys(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command keys.
keys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Find all keys matching the given pattern
keys(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Find all keys matching the given pattern

L

language() - Method in class io.vertx.reactivex.ext.web.Locale
Deprecated.
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_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.
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
 
lastModifiedTime() - Method in class io.vertx.reactivex.core.file.FileProps
The date the file was last modified
LASTSAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
lastsave(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lastsave.
lastsave(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the UNIX time stamp of the last successful save to disk
lastsave(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the UNIX time stamp of the last successful save to disk
lastStopped() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
LATENCY - Static variable in class io.vertx.reactivex.redis.client.Command
 
latency(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command latency.
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.
leaderStatus(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
length() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
LINDEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
lindex(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lindex.
lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get an element from a list by its index
lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get an element from a list by its index
line() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
lineTokens() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command linsert.
linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Insert an element before or after another element in a list
linsert(String, InsertOptions, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Insert an element before or after another element in a list
listAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get list of Acl token
listAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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(Handler<ConfigChange>) - Method in class io.vertx.reactivex.config.ConfigRetriever
Registers a listener receiving configuration changes.
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Start listening on the given port and host.
listen() - Method in class io.vertx.reactivex.core.http.HttpServer
Tell the server to start listening.
listen(int, String) - Method in class io.vertx.reactivex.core.http.HttpServer
Tell the server to start listening.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
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(int) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen() but the server will listen on host "0.0.0.0" and port specified here ignoring any value in the HttpServerOptions that was used when creating the server.
listen(int, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen() 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
Start listening on the port and host as configured in the NetServerOptions used when creating the server.
listen(Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in class io.vertx.reactivex.core.net.NetServer
Start listening on the specified port and host, ignoring port and host configured in the NetServerOptions used when creating the server.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in class io.vertx.reactivex.core.net.NetServer
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the NetServerOptions used when creating the server.
listen(int, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetServer
Start listening on the specified local address, ignoring port and host configured in the NetServerOptions used when creating the server.
listen(SocketAddress, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen() 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
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(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, 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) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(int, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen() - 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.ShellServer
Start the shell service, this is an asynchronous start.
listen() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
listen(Handler<AsyncResult<TermServer>>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
listen(int) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the port / host configured in the server options.
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(int, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port.
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() - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listen(int, String) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified
listen(int, String, 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(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<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(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
listenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - 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(Handler<AsyncResult<EventList>>) - 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.ConsulService
 
listEventsWithOptions(EventListOptions, Handler<AsyncResult<EventList>>) - 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.ConsulService
 
listIndexes(String, Handler<AsyncResult<JsonArray>>) - 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.MongoService
 
listNodeSessions(String, Handler<AsyncResult<SessionList>>) - 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.ConsulService
 
listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
listSessions(Handler<AsyncResult<SessionList>>) - 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.ConsulService
 
listSessionsWithOptions(BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listSessionsWithOptions(BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
llen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command llen.
llen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the length of a list
llen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the length of a list
load() - Static method in class io.vertx.reactivex.ext.auth.HashingStrategy
Factory method to load the algorithms from the system
loadJWK(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
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
 
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.
localChecks(Handler<AsyncResult<List<Check>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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
Customize the passed to the GraphQL execution engine.
locale(Function<RoutingContext, Locale>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Customize the passed to the GraphQL execution engine.
Locale - Class in io.vertx.reactivex.ext.web

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

Locale(Locale) - Constructor for class io.vertx.reactivex.ext.web.Locale
 
Locale(Object) - Constructor for class io.vertx.reactivex.ext.web.Locale
 
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(Handler<AsyncResult<List<Service>>>) - 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.ConsulService
 
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
 
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
 
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
 
logout(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
LOLWUT - Static variable in class io.vertx.reactivex.redis.client.Command
 
lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lolwut.
longValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
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, 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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
LPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
lpop(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpop.
lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the first element in a list
lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the first element in a list
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
lpush(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpush.
lpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Prepend one value to a list
lpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Prepend one value to a list
lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Prepend one or multiple values to a list
lpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Prepend one or multiple values to a list
LPUSHX - Static variable in class io.vertx.reactivex.redis.client.Command
 
lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpushx.
lpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Prepend a value to a list, only if the list exists
lpushx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Prepend a value to a list, only if the list exists
LRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrange.
lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get a range of elements from a list
lrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get a range of elements from a list
LREM - Static variable in class io.vertx.reactivex.redis.client.Command
 
lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrem.
lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove elements from a list
lrem(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove elements from a list
LSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
lset(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lset.
lset(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value of an element in a list by its index
lset(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value of an element in a list by its index
LTRIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ltrim.
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Trim a list to the specified range
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Trim a list to the specified range

M

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
 
MailService - Class in io.vertx.reactivex.ext.mail

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

MailService(MailService) - Constructor for class io.vertx.reactivex.ext.mail.MailService
 
MailService(Object) - Constructor for class io.vertx.reactivex.ext.mail.MailService
 
maintenanceService(MaintenanceOptions, Handler<AsyncResult<Void>>) - 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.ConsulService
 
majorVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
map(Function<CompositeFuture, U>) - Method in class io.vertx.reactivex.core.CompositeFuture
Apply a mapper function on this future.
map(Function<T, U>) - Method in class io.vertx.reactivex.core.Future
Apply a mapper function on this future.
map(V) - Method in class io.vertx.reactivex.core.Future
Map the result of a future to a specific value.
mapEmpty() - Method in class io.vertx.reactivex.core.Future
Map the result of a future to null.
Mapper<T> - Class in io.vertx.reactivex.cassandra
It is like , but adapted for Vert.x.
Mapper(Mapper) - Constructor for class io.vertx.reactivex.cassandra.Mapper
 
Mapper(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.cassandra.Mapper
 
mapper(Class<T>) - Method in class io.vertx.reactivex.cassandra.MappingManager
Create a Mapper that allows conversion of domain classes to and from query results.
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 .
MappingManager - Class in io.vertx.reactivex.cassandra
It is like , but adapted for Vert.x.
MappingManager(MappingManager) - Constructor for class io.vertx.reactivex.cassandra.MappingManager
 
MappingManager(Object) - Constructor for class io.vertx.reactivex.cassandra.MappingManager
 
mapTo(Class<T>) - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(TypeReference<T>) - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
master(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Show the state and info of the specified master
masters(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Show a list of monitored masters and their state
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
memory(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command memory.
merge(RequestParameter) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Merge this request parameter with another one.
message() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
Message<T> - Class in io.vertx.reactivex.core.eventbus
Represents a message that is received from the event bus in a handler.
Message(Message) - Constructor for class io.vertx.reactivex.core.eventbus.Message
 
Message(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.Message
 
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.
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(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
Customize the message .
messageId() - Method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
 
messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
messageId() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
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
 
method() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
The HTTP method for the request.
method() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
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.
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(MetricsService) - Constructor for class io.vertx.reactivex.ext.dropwizard.MetricsService
 
MetricsService(Object) - Constructor for class io.vertx.reactivex.ext.dropwizard.MetricsService
 
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.micrometer.MetricsService
 
MetricsService(Object) - Constructor for class io.vertx.reactivex.micrometer.MetricsService
 
MGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
mget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mget.
mget(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of the given key
mget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of the given key
mgetMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the values of all the given keys
mgetMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the values of all the given keys
MicroProfileRBAC - Class in io.vertx.reactivex.ext.auth.oauth2.rbac
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
MicroProfileRBAC(MicroProfileRBAC) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
MicroProfileRBAC(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
MIGRATE - Static variable in class io.vertx.reactivex.redis.client.Command
 
migrate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command migrate.
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Atomically transfer a key from a Redis instance to another one.
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, Handler<AsyncResult<Void>>) - 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, 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, 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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
module(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command module.
MongoAuth - Class in io.vertx.reactivex.ext.auth.mongo
An extension of AuthProvider which is using as store

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

MongoAuth(MongoAuth) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
MongoAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
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
 
MongoService - Class in io.vertx.reactivex.ext.mongo

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

MongoService(MongoService) - Constructor for class io.vertx.reactivex.ext.mongo.MongoService
 
MongoService(Object) - Constructor for class io.vertx.reactivex.ext.mongo.MongoService
 
MONITOR - Static variable in class io.vertx.reactivex.redis.client.Command
 
monitor(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command monitor.
monitor(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for all requests received by the server in real time
monitor(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for all requests received by the server in real time
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
Specify to route an incoming request for specified operation id to a Web Api Service mounted at the specified address on event bus.
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
Specify to route an incoming request for all operations that contains the specified tag to a Web Api Service mounted at the specified address on event bus.
mountServicesFromExtensions() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
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
Mount a sub router on this router
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(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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
move(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command move.
move(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Move a key to another database
move(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Move a key to another database
moveBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
MqttClient - Class in io.vertx.reactivex.mqtt
An MQTT client

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

MqttConnAckMessage(MqttConnAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
MqttConnAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
MqttEndpoint - Class in io.vertx.reactivex.mqtt
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

MqttPublishMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT PUBLISH message

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

MqttPublishMessage(MqttPublishMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
MqttPublishMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

MqttUnsubscribeMessage(MqttUnsubscribeMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
MqttUnsubscribeMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
MSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
mset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mset.
mset(JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set multiple keys to multiple values
mset(JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set multiple keys to multiple values
MSETNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
msetnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command msetnx.
msetnx(JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set multiple keys to multiple values, only if none of the keys exist
msetnx(JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set multiple keys to multiple values, only if none of the keys exist
MULTI - Static variable in class io.vertx.reactivex.redis.client.Command
 
multi(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command multi.
multi(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Mark the start of a RedisTransaction block
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
 
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
 
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.ext.asyncsql
Represents an asynchronous MySQL client

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

MySQLClient(MySQLClient) - Constructor for class io.vertx.reactivex.ext.asyncsql.MySQLClient
 
MySQLClient(Object) - Constructor for class io.vertx.reactivex.ext.asyncsql.MySQLClient
 
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
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
A pool of MySQL connections.
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<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<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(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
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.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
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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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
Get a net socket for the underlying connection of this request.
netSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Deprecated.
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
Return the Netty EventLoopGroup used by Vert.x
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
newDelimited(String, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(String, Observable<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(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, 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(Buffer, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(Buffer, Observable<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, 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.
newFixed(int, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newFixed(int, Observable<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(AmqpBridge) - Static method in class io.vertx.reactivex.amqpbridge.AmqpBridge
 
newInstance(CassandraClient) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
 
newInstance(CassandraRowStream) - Static method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
newInstance(Mapper) - Static method in class io.vertx.reactivex.cassandra.Mapper
 
newInstance(Mapper, TypeArg<T>) - Static method in class io.vertx.reactivex.cassandra.Mapper
 
newInstance(MappingManager) - Static method in class io.vertx.reactivex.cassandra.MappingManager
 
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(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(CompositeFuture) - Static method in class io.vertx.reactivex.core.CompositeFuture
 
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(Message, TypeArg<T>) - 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(AsyncFile) - Static method in class io.vertx.reactivex.core.file.AsyncFile
 
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(Future) - Static method in class io.vertx.reactivex.core.Future
 
newInstance(Future, TypeArg<T>) - Static method in class io.vertx.reactivex.core.Future
 
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(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(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(AsyncSQLClient) - Static method in class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
 
newInstance(MySQLClient) - Static method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
 
newInstance(PostgreSQLClient) - Static method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
 
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(JDBCHashStrategy) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
newInstance(JWTAuth) - Static method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
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(AccessToken) - Static method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
newInstance(KeycloakHelper) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
newInstance(OAuth2Auth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
newInstance(OAuth2RBAC) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
newInstance(OAuth2Response) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
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(GithubAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
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(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(KeycloakRBAC) - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
newInstance(MicroProfileRBAC) - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
newInstance(ShiroAuth) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
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(BaseBridgeEvent) - Static method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
newInstance(ConsulClient) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
 
newInstance(ConsulService) - Static method in class io.vertx.reactivex.ext.consul.ConsulService
 
newInstance(Watch) - Static method in class io.vertx.reactivex.ext.consul.Watch
 
newInstance(Watch, TypeArg<T>) - 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(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(MailClient) - Static method in class io.vertx.reactivex.ext.mail.MailClient
 
newInstance(MailService) - Static method in class io.vertx.reactivex.ext.mail.MailService
 
newInstance(MongoClient) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
 
newInstance(MongoService) - Static method in class io.vertx.reactivex.ext.mongo.MongoService
 
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(RouterFactory, TypeArg<Specification>) - 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(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(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(Cookie) - Static method in class io.vertx.reactivex.ext.web.Cookie
 
newInstance(FileUpload) - Static method in class io.vertx.reactivex.ext.web.FileUpload
 
newInstance(AuthHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
 
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(CookieHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CookieHandler
 
newInstance(CorsHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
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(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(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(JWTAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
newInstance(LoggerHandler) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
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(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(SessionHandler) - Static method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
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(UserSessionHandler) - Static method in class io.vertx.reactivex.ext.web.handler.UserSessionHandler
 
newInstance(VirtualHostHandler) - Static method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
 
newInstance(LanguageHeader) - Static method in class io.vertx.reactivex.ext.web.LanguageHeader
 
newInstance(Locale) - Static method in class io.vertx.reactivex.ext.web.Locale
 
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(ParsedHeaderValue) - Static method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
 
newInstance(ParsedHeaderValues) - Static method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
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(LocalSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
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(TemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
 
newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
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(KafkaConsumer, TypeArg<K>, TypeArg<V>) - 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(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(KafkaProducer, TypeArg<K>, TypeArg<V>) - 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(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(MqttMessage) - Static method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
 
newInstance(MqttPublishMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
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(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(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(BasicProperties) - Static method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
newInstance(Envelope) - Static method in class io.vertx.reactivex.rabbitmq.Envelope
 
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(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(RedisClient) - Static method in class io.vertx.reactivex.redis.RedisClient
 
newInstance(RedisTransaction) - Static method in class io.vertx.reactivex.redis.RedisTransaction
 
newInstance(Script) - Static method in class io.vertx.reactivex.redis.Script
 
newInstance(RedisSentinel) - Static method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
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(Transaction) - Static method in class io.vertx.reactivex.sqlclient.Transaction
 
newInstance(Tuple) - Static method in class io.vertx.reactivex.sqlclient.Tuple
 
newParser() - 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.
newParser(Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(Observable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
Create a new JsonParser instance.
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.
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).
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 mime encoded String of random data with the given length.
nickName(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
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
Return the normalised path for the request.
notificationHandler(Handler<PgNotification>) - Method in class io.vertx.reactivex.pgclient.PgConnection
Set an handler called when the connection receives notification on a channel.
nullArg() - Method in class io.vertx.reactivex.redis.client.Request
Adds a NULL encoded string
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 AuthProvider 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
 
OAuth2RBAC - Class in io.vertx.reactivex.ext.auth.oauth2
Functional interface that allows users to implement custom RBAC verifiers for OAuth2/OpenId Connect.
OAuth2RBAC(OAuth2RBAC) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
OAuth2RBAC(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
OAuth2Response - Class in io.vertx.reactivex.ext.auth.oauth2
A response from a fetch request.
OAuth2Response(OAuth2Response) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
OAuth2Response(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
OBJECT - Static variable in class io.vertx.reactivex.redis.client.Command
 
object(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command object.
object(String, ObjectCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Inspect the internals of Redis objects
object(String, ObjectCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Inspect the internals of Redis objects
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.
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(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.
offset() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
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, 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.
onComplete(Handler<AsyncResult<CompositeFuture>>) - Method in class io.vertx.reactivex.core.CompositeFuture
 
onComplete(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Future
Add a handler to be notified of the result.
one(Handler<AsyncResult<Row>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
onFailure(Handler<Throwable>) - Method in class io.vertx.reactivex.core.CompositeFuture
 
onFailure(Handler<Throwable>) - Method in class io.vertx.reactivex.core.Future
Add a handler to be notified of the failed result.
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).
onSuccess(Handler<CompositeFuture>) - Method in class io.vertx.reactivex.core.CompositeFuture
 
onSuccess(Handler<T>) - Method in class io.vertx.reactivex.core.Future
Add a handler to be notified of the succeeded result.
onUnpublish(String) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
Notify an existing record has been removed
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
opaqueAccessToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The RAW String if available for the Access Token
opaqueIdToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The RAW String if available for the Id Token
opaqueRefreshToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The RAW String if available for the Refresh Token
open() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Explicitly opens the circuit.
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
 
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
 
options(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server with the specified options.
options(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and port.
options(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and default port.
options(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
options(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
options(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
options(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the default host and port.
options(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
options() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
optionsAbs(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server using an absolute URI
optionsAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
optionsNow(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
optionsNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
optionsNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
optionsNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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
order(int) - Method in class io.vertx.reactivex.ext.web.Route
Specify the order for this route.
otherwise(Function<Throwable, CompositeFuture>) - Method in class io.vertx.reactivex.core.CompositeFuture
Apply a mapper function on this future.
otherwise(CompositeFuture) - Method in class io.vertx.reactivex.core.CompositeFuture
Map the failure of a future to a specific value.
otherwise(Function<Throwable, T>) - Method in class io.vertx.reactivex.core.Future
Apply a mapper function on this future.
otherwise(T) - Method in class io.vertx.reactivex.core.Future
Map the failure of a future to a specific value.
otherwiseEmpty() - Method in class io.vertx.reactivex.core.CompositeFuture
Map the failure of a future to null.
otherwiseEmpty() - Method in class io.vertx.reactivex.core.Future
Map the failure of a future to null.
owner() - Method in class io.vertx.reactivex.core.Context
 

P

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.
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.
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
 
parameterTypeValidator() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Return ParameterTypeValidator instance used inside this parameter validation rule
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(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.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

ParsedHeaderValues(ParsedHeaderValues) - Constructor for class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
ParsedHeaderValues(Object) - Constructor for class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
parseOperationSpec() - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
Function that parse the operation specification and generate validation rules
parseOperationSpec() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Function that parse the operation specification and generate validation rules
parseToken(String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Parse the token string with base64 decoder.
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, 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, Handler<AsyncResult<Void>>) - 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.ConsulService
 
passCheckWithNote(String, String, Handler<AsyncResult<Void>>) - 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.ConsulService
 
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(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(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the specified host and default port.
patch() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP PATCH request
patch(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path
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
 
pathParam(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Gets the value of a single path parameter
pathParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Get path parameter by name
pathParametersNames() - Method in class io.vertx.reactivex.ext.web.api.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
 
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.HttpClientRequest
Deprecated.
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
 
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.kafka.client.consumer.KafkaConsumer
 
pause(TopicPartition) - 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(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
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
 
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.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(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.
peersStatus(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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
Returns a periodic timer as a read stream.
PERSIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
persist(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command persist.
persist(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove the expiration from a key
persist(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove the expiration from a key
PEXPIRE - Static variable in class io.vertx.reactivex.redis.client.Command
 
pexpire(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpire.
pexpire(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set a key's time to live in milliseconds
pexpire(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set a key's time to live in milliseconds
PEXPIREAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
pexpireat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpireat.
pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the expiration for a key as a UNIX timestamp specified in milliseconds
pexpireat(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp specified in milliseconds
PFADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfadd.
pfadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Adds the specified element to the specified HyperLogLog.
pfadd(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Adds the specified element to the specified HyperLogLog.
pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Adds the specified elements to the specified HyperLogLog.
pfaddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Adds the specified elements to the specified HyperLogLog.
PFCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfcount.
pfcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the approximated cardinality of the set observed by the HyperLogLog at key.
pfcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the approximated cardinality of the set observed by the HyperLogLog at key.
pfcountMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcountMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
PFDEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfdebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfdebug.
PFMERGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfmerge.
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Merge N different HyperLogLogs into a single one.
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Merge N different HyperLogLogs into a single one.
PFSELFTEST - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfselftest(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfselftest.
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
A pool of PostgreSQL connections.
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(Buffer, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a frame to the remote endpoint.
ping(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a PING command to check if the server is alive.
PING - Static variable in class io.vertx.reactivex.ext.stomp.Frames
 
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(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
PING - Static variable in class io.vertx.reactivex.redis.client.Command
 
ping(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ping.
ping(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Ping the server
ping(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Ping the server
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.HttpClientRequest
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<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
 
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
Pause this stream and return a to transfer the elements of this stream to a destination .
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(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() - 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.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 .
pipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
pipeTo(WriteStream<AmqpMessage>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
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
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
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
pipeTo(WriteStream<Message<T>>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
pipeTo(WriteStream<HttpClientResponse>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - 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
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - 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
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - 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
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - 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
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - 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
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - 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
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
pipeTo(WriteStream<JsonEvent>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
pipeTo(WriteStream<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
pipeTo(WriteStream<JsonArray>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
pipeTo(WriteStream<TestCaseReport>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
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<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
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<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
pipeTo(WriteStream<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
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
pipeTo(WriteStream<Response>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
poll(long, Handler<AsyncResult<KafkaConsumerRecords<K, V>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Deprecated.
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(long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Deprecated.
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(String) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Create a connection pool to the DB2 server configured with the given connectOptions and poolOptions.
pool(Vertx, DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a specific instance.
pool(String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Create a connection pool to the MySQL server configured with the given connectOptions and poolOptions.
pool(Vertx, MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a specific instance.
pool() - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from the environment variables.
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.pgclient.PgPool
Like PgPool.pool() with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(Vertx, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from the environment variables.
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from connectionUri.
pool(PgConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(Vertx, PgConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a specific instance.
Pool - Class in io.vertx.reactivex.sqlclient
A pool of SQL connections.
Pool(Pool) - Constructor for class io.vertx.reactivex.sqlclient.Pool
 
Pool(Object) - Constructor for class io.vertx.reactivex.sqlclient.Pool
 
pool(SqlConnectOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and default PoolOptions
pool(SqlConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
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.SocketAddress
 
port(int) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new port value.
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(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP POST request to send to the server with the specified options.
post(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP POST request to send to the server at the specified host and port.
post(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP POST request to send to the server at the specified host and default port.
post(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
post(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
post(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
post(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP POST request to send to the server at the default host and port.
post(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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(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(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the specified host and default port.
post() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP POST request
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
post(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command post.
postAbs(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP POST request to send to the server using an absolute URI
postAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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
PostgreSQLClient - Class in io.vertx.reactivex.ext.asyncsql
Represents an PostgreSQL client

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

PostgreSQLClient(PostgreSQLClient) - Constructor for class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
 
PostgreSQLClient(Object) - Constructor for class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
 
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
preferredLanguage() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Helper to return the user preferred language.
preferredLocale() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
preferredUsername(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
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.mysqlclient.MySQLConnection
 
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 query.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Create a prepared query.
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<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
 
preparedQuery(String) - Method in class io.vertx.reactivex.sqlclient.SqlClient
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(short) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
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() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
Retrieve the value in the priority field.
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<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
 
promise() - Static method in class io.vertx.reactivex.core.Promise
Create a promise that hasn't completed yet
properties() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
property(PropertyKind<V>) - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the 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
PropertyKind<T> - Class in io.vertx.reactivex.sqlclient
Represents which kind the property is.
PropertyKind(PropertyKind) - Constructor for class io.vertx.reactivex.sqlclient.PropertyKind
 
PropertyKind(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.PropertyKind
 
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
 
protocolVersion() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
PSETEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psetex.
psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value and expiration in milliseconds of a key
psetex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value and expiration in milliseconds of a key
PSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psubscribe.
psubscribe(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for messages published to channels matching the given pattern
psubscribe(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for messages published to channels matching the given pattern
psubscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for messages published to channels matching the given patterns
psubscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for messages published to channels matching the given patterns
PSYNC - Static variable in class io.vertx.reactivex.redis.client.Command
 
psync(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psync.
PTTL - Static variable in class io.vertx.reactivex.redis.client.Command
 
pttl(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pttl.
pttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the time to live for a key in milliseconds
pttl(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the time to live for a key in milliseconds
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(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 but specifying options that can be used to configure the delivery.
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, 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) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT client
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, 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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
publish(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command publish.
publish(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Post a message to a channel
publish(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Post a message to a channel
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.
publishAcknowledge(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBACK message to the remote MQTT client
publishAcknowledgeHandler(Handler<Integer>) - 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
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.
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
publishReceivedHandler(Handler<Integer>) - 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
publishReleaseHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the pubrel handler on the MQTT endpoint.
PUBSUB - Static variable in class io.vertx.reactivex.redis.client.Command
 
pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pubsub.
pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Lists the currently active channels - only those matching the pattern
pubsubChannels(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Lists the currently active channels - only those matching the pattern
pubsubNumpat(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumpat(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumsub(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
pubsubNumsub(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
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
 
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(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(Observable<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(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(Observable<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
PUNSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command punsubscribe.
punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Stop listening for messages posted to channels matching the given patterns
punsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Stop listening for messages posted to channels matching the given patterns
push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - 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, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

pushHandler(Handler<HttpClientRequest>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a push handler for this request.

The handler is called when the client receives a push promise from the server.

put(String, Object) - Method in class io.vertx.reactivex.core.Context
Put some data in the context.
put(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP PUT request to send to the server with the specified options.
put(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and port.
put(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and default port.
put(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
put(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
put(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
put(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP PUT request to send to the server at the default host and port.
put(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
put(K, V, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
put(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Put an entry in the map
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, 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) - 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(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(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() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP PUT request
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, 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(Session, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Add a session with the specified ID.
putAbs(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI
putAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
putHeader(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
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(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putHeader(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to set a new HTTP header.
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.
putHeaders(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to add multiple HTTP headers .
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.
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
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
putTrailer(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Put an HTTP trailer
putTrailer(CharSequence, 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(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putValue(String, String, Handler<AsyncResult<Boolean>>) - 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.ConsulService
 
putValueWithOptions(String, String, KeyValueOptions, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
putValueWithOptions(String, String, KeyValueOptions, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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(Object, JsonPointerIterator) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.
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(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() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Create a prepared query for this statement.
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
 
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.
queryContext(Function<ApolloWSMessage, Object>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the query context object.
queryContext(Function<RoutingContext, Object>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Customize the query context object.
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(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Get query parameter by name
queryParametersNames() - Method in class io.vertx.reactivex.ext.web.api.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.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
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, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
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.asyncsql.MySQLClient
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.asyncsql.PostgreSQLClient
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(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(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, 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, 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, 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, Handler<AsyncResult<Void>>) - 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, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue
queueDeclare(String, boolean, boolean, boolean, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue with config options
queueDeclareAuto(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDelete(String, Handler<AsyncResult<JsonObject>>) - 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, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete a queue
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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange

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
 
RANDOMKEY - Static variable in class io.vertx.reactivex.redis.client.Command
 
randomkey(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command randomkey.
randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a random key from the keyspace
randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a random key from the keyspace
raw() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
raw(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create a request with a custom HTTP method to send to the server at the default host and port.
raw(String, int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create a request with a custom HTTP method to send to the server at the specified host and port.
raw(String, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create a request with a custom HTTP method to send to the server at the specified host and default port.
rawAbs(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create a request with a custom HTTP method to send to the server using an absolute URI, specifying a response handler to receive the response
rawAccessToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Get raw `access_token` string from the principal.
rawIdToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Get raw `id_token` string from the principal.
rawLine() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
rawMethod() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
rawMethod(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a custom HTTP method
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
rbacHandler(OAuth2RBAC) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
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.
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.
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, 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, 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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
readonly(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readonly.
ReadStream<T> - Interface in io.vertx.reactivex.core.streams
Represents a stream of items that can be read from.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
readwrite(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readwrite.
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
 
recover(Function<Throwable, Future<CompositeFuture>>) - Method in class io.vertx.reactivex.core.CompositeFuture
Handles a failure of this Future by returning the result of another Future.
recover(Function<Throwable, Future<T>>) - Method in class io.vertx.reactivex.core.Future
Handles a failure of this Future by returning the result of another Future.
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, Future<HttpClientRequest>>) - 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
 
RedisClient - Class in io.vertx.reactivex.redis
This factory is deprecated use Redis instead, or for a typed API RedisAPI.
RedisClient(RedisClient) - Constructor for class io.vertx.reactivex.redis.RedisClient
 
RedisClient(Object) - Constructor for class io.vertx.reactivex.redis.RedisClient
 
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
 
RedisSentinel - Class in io.vertx.reactivex.redis.sentinel
This factory is deprecated use Redis instead, or for a typed API RedisAPI.
RedisSentinel(RedisSentinel) - Constructor for class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
RedisSentinel(Object) - Constructor for class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
RedisTransaction - Class in io.vertx.reactivex.redis
This factory is deprecated use Redis instead, or for a typed API RedisAPI.
RedisTransaction(RedisTransaction) - Constructor for class io.vertx.reactivex.redis.RedisTransaction
 
RedisTransaction(Object) - Constructor for class io.vertx.reactivex.redis.RedisTransaction
 
refresh(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Refresh the access token
refreshToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Deprecated.
regenerateId() - Method in class io.vertx.reactivex.ext.web.Session
 
register(String, 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.HealthCheckHandler
Registers a health check procedure.
register(String, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Registers a health check procedure.
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.
registerCheck(CheckOptions, Handler<AsyncResult<Void>>) - 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.ConsulService
 
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
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
registerCommands(List<Command>, Handler<AsyncResult<List<Command>>>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a list of commands.
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.
registerService(ServiceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
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.shareddata.Lock
Release the lock.
release(ServiceReference) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Releases the service reference.
release() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Releases the reference.
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.
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
 
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(String) - Method in class io.vertx.reactivex.core.Context
Remove some data from the context.
remove(String) - Method in class io.vertx.reactivex.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.remove(java.lang.String) but accepting CharSequence as parameters
remove(K, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Remove an entry from the map
remove(AuthProvider) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
Removes a provider from the chain.
remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
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(AuthHandler) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Removes a provider from the chain.
remove() - Method in class io.vertx.reactivex.ext.web.Route
Remove this route from the router
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
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
removeCloseHook(Closeable) - Method in class io.vertx.reactivex.core.Context
 
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, boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Remove a cookie from the cookie set.
removeCookie(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
removeCookie(String, boolean) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove a cookie from the cookie set.
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
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
removeEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove an end handler
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, 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.
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.
removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
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.
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
RENAME - Static variable in class io.vertx.reactivex.redis.client.Command
 
rename(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rename.
rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Rename a key
rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Rename a key
RENAMENX - Static variable in class io.vertx.reactivex.redis.client.Command
 
renamenx(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command renamenx.
renamenx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Rename a key, only if the new key does not exist
renamenx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Rename a key, only if the new key does not exist
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, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
Deprecated.
render(RoutingContext, String, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
Deprecated.
renewSession(String, Handler<AsyncResult<Session>>) - 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.ConsulService
 
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
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(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
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
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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
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.
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
REPLCONF - Static variable in class io.vertx.reactivex.redis.client.Command
 
replconf(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replconf.
REPLICAOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
replicaof(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replicaof.
reply(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message.
reply(Object, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.reactivex.core.eventbus.Message
Deprecated.
reply(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
Link Message.reply(java.lang.Object) but allows you to specify delivery options for the reply.
reply(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.reactivex.core.eventbus.Message
Deprecated.
replyAddress() - Method in class io.vertx.reactivex.core.eventbus.Message
The reply address.
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.
replyAndRequest(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.reactivex.core.eventbus.Message
Like but specifying options that can be used to configure the delivery.
replyTo() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
replyTo(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
replyTo() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
replyToGroupId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
replyToGroupId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
request(String, Object, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
request(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
request(HttpMethod, SocketAddress, RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.request(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, io.vertx.core.http.RequestOptions) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
request(HttpMethod, RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server with the specified options.
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 specified host and port.
request(HttpMethod, SocketAddress, int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.request(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, io.vertx.core.http.RequestOptions) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
request(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the specified host and default port.
request(HttpMethod, RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
request(HttpMethod, SocketAddress, RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.request(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, io.vertx.core.http.RequestOptions) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
request(HttpMethod, int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
request(HttpMethod, SocketAddress, int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.request(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, io.vertx.core.http.RequestOptions) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
request(HttpMethod, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
request() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
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, 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, 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, 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, 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, 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, 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, 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() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
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
 
requestAbs(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server using an absolute URI
requestAbs(HttpMethod, SocketAddress, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.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, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
requestAbs(HttpMethod, SocketAddress, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
Like HttpClient.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, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP request to send to the server using an absolute URI
requestAbs(HttpMethod, 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.
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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

RequestParameter(RequestParameter) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameter
 
RequestParameter(Object) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameter
 
RequestParameters - Class in io.vertx.reactivex.ext.web.api
Container for request parameters

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

RequestParameters(RequestParameters) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameters
 
RequestParameters(Object) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameters
 
requestStream() - Method in class io.vertx.reactivex.core.http.HttpServer
Return the request stream for the server.
requiresBody() - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
reroute(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Restarts the current router with a new path and reusing the original method.
reroute(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Restarts the current router with a new method and path.
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(long) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Reset this request:

for HTTP/2, this performs send an HTTP/2 reset frame with the specified error code for HTTP/1.x, this closes the connection when the current request is inflight

When the request has not yet been sent, the request will be aborted and false is returned as indicator.

reset() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code 0.
reset(long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code.
reset(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Reset all the masters with matching name.
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(Promise<Void>) - Method in class io.vertx.reactivex.ext.unit.Async
Completes the future upon completion, otherwise fails it.
resolve(Promise<T>) - Method in class io.vertx.reactivex.ext.unit.Completion
Completes the future upon completion, otherwise fails it.
resolve(Promise<Void>) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
Completes the future upon completion, otherwise fails it.
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, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records 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, 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, 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, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the PTR record 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, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the TXT records for the given name.
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 - 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
 
RESTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
restore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restore.
restore(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Create a key using the provided serialized value, previously obtained using DUMP.
restore(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Create a key using the provided serialized value, previously obtained using DUMP.
RESTORE_ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
 
restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restoreAsking.
result() - Method in class io.vertx.reactivex.core.CompositeFuture
The result of the operation.
result() - Method in class io.vertx.reactivex.core.Future
The result of the operation.
resultAt(int) - Method in class io.vertx.reactivex.core.CompositeFuture
Returns the result of a wrapped future
ResultSet - Class in io.vertx.reactivex.cassandra
It is like ResultSet, 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
 
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.HttpClientRequest
Deprecated.
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
 
resume() - Method in class io.vertx.reactivex.ext.shell.system.Job
Resume the job to foreground.
resume(boolean) - Method in class io.vertx.reactivex.ext.shell.system.Job
Resume the job.
resume() - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume(boolean) - 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(boolean, Handler<Void>) - 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.kafka.client.consumer.KafkaConsumer
 
resume(TopicPartition) - 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(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>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
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
 
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.
retryPolicy(Function<Integer, Long>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
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.

A non positive value means there is no retry at all.

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(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke 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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
role(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command role.
role(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the role of the instance in the context of replication
role(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the role of the instance in the context of replication
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
rollback(Handler<AsyncResult<Void>>) - 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
Rollback the current transaction.
rollback(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.rollback() with an handler to be notified when the transaction rollback has completed
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
 
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
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
 
router(Vertx) - Static method in class io.vertx.reactivex.ext.web.Router
Create a router
RouterFactory<Specification> - Interface in io.vertx.reactivex.ext.web.api.contract
Main interface for Design Driven Router factory Author: Francesco Guardiani @slinkydeveloper

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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 - 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
 
routingKey() - Method in class io.vertx.reactivex.rabbitmq.Envelope
Get the routing key included in this parameter envelope
Row - Class in io.vertx.reactivex.sqlclient
Represents single row of the result set.
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
 
RowSet<R> - Class in io.vertx.reactivex.sqlclient
A set of rows.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpop(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpop.
rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the last element in a list
rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the last element in a list
RPOPLPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpoplpush.
rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove the last element in a list, append it to another list and return it
rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove the last element in a list, append it to another list and return it
RPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpush(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpush.
rpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Append one or multiple values to a list
rpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Append one or multiple values to a list
rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Append one or multiple values to a list
rpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Append one or multiple values to a list
RPUSHX - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpushx.
rpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Append a value to a list, only if the list exists
rpushx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Append a value to a list, only if the list exists
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(boolean) - 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.

When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this context's event loop is used for running the test suite.

run(TestOptions) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Run the testsuite with the specified options.

When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this context's event loop is used for running the test suite unless the TestOptions is set to false.

run(Vertx) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Run the testsuite with the default options and the specified vertx instance.

The test suite will be executed on the event loop provided by the vertx argument.

run(Vertx, TestOptions) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Run the testsuite with the specified options and the specified vertx instance.

The test suite will be executed on the event loop provided by the vertx argument when TestOptions is not set to false.

runCommand(String, JsonObject, Handler<AsyncResult<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.MongoService
 
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.
rxAddAndGet(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
rxAgentInfo() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
rxAgentInfo() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxAll() - Method in class io.vertx.reactivex.cassandra.ResultSet
rxAppend(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
rxAppend(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Append a value to a key
rxAppend(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Append a value to a key
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(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
rxAuth(String) - Method in class io.vertx.reactivex.redis.RedisClient
Authenticate to the server
rxAuth(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Authenticate to the server
rxAuthenticate(JsonObject) - Method in class io.vertx.reactivex.ext.auth.AuthProvider
Authenticate a user.
rxAuthorize(User) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Authorizes the given user against all added authorities.
rxBasicAck(long, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
rxBasicCancel(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Deprecated.
rxBasicConsume(String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Deprecated.
rxBasicConsume(String, String, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Deprecated.
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, JsonObject) - 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<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.
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.
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.Pool
Borrow a connection from the pool and begin a transaction, the underlying connection will be returned to the pool when the transaction ends.
rxBeginningOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
rxBgrewriteaof() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
rxBgrewriteaof() - Method in class io.vertx.reactivex.redis.RedisClient
Asynchronously rewrite the append-only file
rxBgrewriteaof() - Method in class io.vertx.reactivex.redis.RedisTransaction
Asynchronously rewrite the append-only file
rxBgsave(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
rxBgsave() - Method in class io.vertx.reactivex.redis.RedisClient
Asynchronously save the dataset to disk
rxBgsave() - Method in class io.vertx.reactivex.redis.RedisTransaction
Asynchronously save the dataset to disk
rxBitcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
rxBitcount(String) - Method in class io.vertx.reactivex.redis.RedisClient
Count set bits in a string
rxBitcount(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Count set bits in a string
rxBitcountRange(String, long, long) - Method in class io.vertx.reactivex.redis.RedisClient
Count set bits in a string
rxBitcountRange(String, long, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Count set bits in a string
rxBitfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
rxBitfield(String, BitFieldOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Perform arbitrary bitfield integer operations on strings.
rxBitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Perform arbitrary bitfield integer operations on strings.
rxBitop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
rxBitop(BitOperation, String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Perform bitwise operations between strings
rxBitop(BitOperation, String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Perform bitwise operations between strings
rxBitpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
rxBitpos(String, int) - Method in class io.vertx.reactivex.redis.RedisClient
Find first bit set or clear in a string
rxBitpos(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Find first bit set or clear in a string
rxBitposFrom(String, int, int) - Method in class io.vertx.reactivex.redis.RedisClient
Find first bit set or clear in a string See also bitposRange() method, which takes start, and stop offset.
rxBitposFrom(String, int, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Find first bit set or clear in a string
rxBitposRange(String, int, int, int) - Method in class io.vertx.reactivex.redis.RedisClient
Find first bit set or clear in a string Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified
rxBitposRange(String, int, int, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Find first bit set or clear in a string
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.
rxBlpop(String, int) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the first element in a list, or block until one is available
rxBlpop(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the first element in a list, or block until one is available
rxBlpopMany(List<String>, int) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the first element in any of the lists, or block until one is available
rxBlpopMany(List<String>, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the first element in any of the lists, or block until one is available
rxBrpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpop.
rxBrpop(String, int) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the last element in a list, or block until one is available
rxBrpop(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the last element in a list, or block until one is available
rxBrpoplpush(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpoplpush.
rxBrpoplpush(String, String, int) - Method in class io.vertx.reactivex.redis.RedisClient
Pop a value from a list, push it to another list and return it; or block until one is available
rxBrpoplpush(String, String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Pop a value from a list, push it to another list and return it; or block until one is available
rxBrpopMany(List<String>, int) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the last element in any of the lists, or block until one is available
rxBrpopMany(List<String>, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the last element in any of the lists, or block until one is available
rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation.
rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxBulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
rxBulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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(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.
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.
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
rxCatalogDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCatalogNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
rxCatalogNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCatalogNodeServices(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the node's registered services
rxCatalogNodeServices(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCatalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxCatalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCatalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
rxCatalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCatalogServiceNodes(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
rxCatalogServiceNodes(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCatalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
rxCatalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCatalogServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter
rxCatalogServices() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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>>)
rxCatalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
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.
rxCkquorum(String) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the majority needed to authorize the failover.
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.
rxClientGetname() - Method in class io.vertx.reactivex.redis.RedisClient
Get the current connection name
rxClientGetname() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the current connection name
rxClientKill(KillFilter) - Method in class io.vertx.reactivex.redis.RedisClient
Kill the connection of a client
rxClientKill(KillFilter) - Method in class io.vertx.reactivex.redis.RedisTransaction
Kill the connection of a client
rxClientList() - Method in class io.vertx.reactivex.redis.RedisClient
Get the list of client connections
rxClientList() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the list of client connections
rxClientPause(long) - Method in class io.vertx.reactivex.redis.RedisClient
Stop processing commands from clients for some time
rxClientPause(long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Stop processing commands from clients for some time
rxClientReply(ClientReplyOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Instruct the server whether to reply to commands.
rxClientSetname(String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the current connection name
rxClientSetname(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the current connection name
rxCloneAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Clone Acl token
rxCloneAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.amqpbridge.AmqpBridge
Shuts the bridge down, closing the underlying connection.
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.eventbus.MessageProducer
Same as MessageProducer.close() 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.HttpServer
Like HttpServer.close() 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(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
rxClose(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxClose() - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
rxClose(short) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close() but with an handler called when the operation completes
rxClose(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
rxClose() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.close() 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() but the completionHandler will be called when the close is complete
rxClose() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
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() 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.kafka.admin.KafkaAdminClient
Close the admin client
rxClose(long) - 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(long) - 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.redis.RedisClient
Close the client - when it is fully closed the handler will be called.
rxClose() - Method in class io.vertx.reactivex.redis.RedisTransaction
Close the client - when it is fully closed the handler will be called.
rxClose() - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Close the client - when it is fully closed the handler will be called.
rxClose() - Method in class io.vertx.reactivex.sqlclient.Cursor
Like Cursor.close() but with a completionHandler called when the cursor has been released.
rxClose() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Like PreparedStatement.close() but notifies the completionHandler when it's closed.
rxClose() - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
rxCluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cluster.
rxClusterAddslots(List<Long>) - Method in class io.vertx.reactivex.redis.RedisClient
Assign new hash slots to receiving node.
rxClusterAddslots(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Assign new hash slots to receiving node.
rxClusterCountFailureReports(String) - Method in class io.vertx.reactivex.redis.RedisClient
Return the number of failure reports active for a given node.
rxClusterCountFailureReports(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the number of failure reports active for a given node.
rxClusterCountkeysinslot(long) - Method in class io.vertx.reactivex.redis.RedisClient
Return the number of local keys in the specified hash slot.
rxClusterCountkeysinslot(long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the number of local keys in the specified hash slot.
rxClusterDelslots(long) - Method in class io.vertx.reactivex.redis.RedisClient
Set hash slots as unbound in receiving node.
rxClusterDelslots(long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set hash slots as unbound in receiving node.
rxClusterDelslotsMany(List<Long>) - Method in class io.vertx.reactivex.redis.RedisClient
Set hash slots as unbound in receiving node.
rxClusterDelslotsMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set hash slots as unbound in receiving node.
rxClusteredVertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
Creates a clustered instance using the specified options.
rxClusterFailover() - Method in class io.vertx.reactivex.redis.RedisClient
Forces a slave to perform a manual failover of its master.
rxClusterFailover() - Method in class io.vertx.reactivex.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
rxClusterFailOverWithOptions(FailoverOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Forces a slave to perform a manual failover of its master.
rxClusterFailOverWithOptions(FailoverOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
rxClusterForget(String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove a node from the nodes table.
rxClusterForget(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove a node from the nodes table.
rxClusterGetkeysinslot(long, long) - Method in class io.vertx.reactivex.redis.RedisClient
Return local key names in the specified hash slot.
rxClusterGetkeysinslot(long, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return local key names in the specified hash slot.
rxClusterInfo() - Method in class io.vertx.reactivex.redis.RedisClient
Provides info about Redis Cluster node state.
rxClusterInfo() - Method in class io.vertx.reactivex.redis.RedisTransaction
Provides info about Redis Cluster node state.
rxClusterKeyslot(String) - Method in class io.vertx.reactivex.redis.RedisClient
Returns the hash slot of the specified key.
rxClusterKeyslot(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Returns the hash slot of the specified key.
rxClusterMeet(String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Force a node cluster to handshake with another node.
rxClusterMeet(String, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Force a node cluster to handshake with another node.
rxClusterNodes() - Method in class io.vertx.reactivex.redis.RedisClient
Get Cluster config for the node.
rxClusterNodes() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get Cluster config for the node.
rxClusterReplicate(String) - Method in class io.vertx.reactivex.redis.RedisClient
Reconfigure a node as a slave of the specified master node.
rxClusterReplicate(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Reconfigure a node as a slave of the specified master node.
rxClusterReset() - Method in class io.vertx.reactivex.redis.RedisClient
Reset a Redis Cluster node.
rxClusterReset() - Method in class io.vertx.reactivex.redis.RedisTransaction
Reset a Redis Cluster node.
rxClusterResetWithOptions(ResetOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Reset a Redis Cluster node.
rxClusterResetWithOptions(ResetOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Reset a Redis Cluster node.
rxClusterSaveconfig() - Method in class io.vertx.reactivex.redis.RedisClient
Forces the node to save cluster state on disk.
rxClusterSaveconfig() - Method in class io.vertx.reactivex.redis.RedisTransaction
Forces the node to save cluster state on disk.
rxClusterSetConfigEpoch(long) - Method in class io.vertx.reactivex.redis.RedisClient
Set the configuration epoch in a new node.
rxClusterSetConfigEpoch(long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the configuration epoch in a new node.
rxClusterSetslot(long, SlotCmd) - Method in class io.vertx.reactivex.redis.RedisClient
Bind an hash slot to a specific node.
rxClusterSetslot(long, SlotCmd) - Method in class io.vertx.reactivex.redis.RedisTransaction
Bind an hash slot to a specific node.
rxClusterSetslotWithNode(long, SlotCmd, String) - Method in class io.vertx.reactivex.redis.RedisClient
Bind an hash slot to a specific node.
rxClusterSetslotWithNode(long, SlotCmd, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Bind an hash slot to a specific node.
rxClusterSlaves(String) - Method in class io.vertx.reactivex.redis.RedisClient
List slave nodes of the specified master node.
rxClusterSlaves(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
List slave nodes of the specified master node.
rxClusterSlots() - Method in class io.vertx.reactivex.redis.RedisClient
Get array of Cluster slot to node mappings
rxClusterSlots() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get array of Cluster slot to node mappings
rxCommand() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command command.
rxCommand() - Method in class io.vertx.reactivex.redis.RedisClient
Get array of Redis command details
rxCommand() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get array of Redis command details
rxCommandCount() - Method in class io.vertx.reactivex.redis.RedisClient
Get total number of Redis commands
rxCommandCount() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get total number of Redis commands
rxCommandGetkeys() - Method in class io.vertx.reactivex.redis.RedisClient
Extract keys given a full Redis command
rxCommandGetkeys() - Method in class io.vertx.reactivex.redis.RedisTransaction
Extract keys given a full Redis command
rxCommandInfo(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Get array of specific Redis command details
rxCommandInfo(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get array of specific Redis command details
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() with an handler to be notified when the transaction commit has completed
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).
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.
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.
rxConfigGet(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of a configuration parameter
rxConfigGet(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of a configuration parameter
rxConfigResetstat() - Method in class io.vertx.reactivex.redis.RedisClient
Reset the stats returned by INFO
rxConfigResetstat() - Method in class io.vertx.reactivex.redis.RedisTransaction
Reset the stats returned by INFO
rxConfigRewrite() - Method in class io.vertx.reactivex.redis.RedisClient
Rewrite the configuration file with the in memory configuration
rxConfigRewrite() - Method in class io.vertx.reactivex.redis.RedisTransaction
Rewrite the configuration file with the in memory configuration
rxConfigSet(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set a configuration parameter to the given value
rxConfigSet(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set a configuration parameter to the given value
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(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, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
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, DB2ConnectOptions) - Static method in class io.vertx.reactivex.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Connection
rxConnect(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
rxConnect(NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
rxConnect(int, String, NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects 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(int, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxConnect(int, String, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxConnect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
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) - Static method in class io.vertx.reactivex.pgclient.PgConnection
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgConnection
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.
rxCoordinateDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
rxCoordinateDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCoordinateNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
rxCoordinateNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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>>)
rxCoordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
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.
rxCount(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxCreate(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Create a new OpenAPI3RouterFactory
rxCreate(Vertx, String, List<JsonObject>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Create a new OpenAPI3RouterFactory
rxCreateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Create new Acl token
rxCreateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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
rxCreateCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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.
rxCreateIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
rxCreateIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxCreatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
rxCreatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCreateReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
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) - 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.AmqpConnection
Creates a receiver used to consumer messages from the given address.
rxCreateSender(String) - 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.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.AmqpConnection
Creates a sender used to send messages to the given address.
rxCreateSession() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
rxCreateSession() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxCreateSessionWithOptions(SessionOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
rxCreateSessionWithOptions(SessionOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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
rxDbsize() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dbsize.
rxDbsize() - Method in class io.vertx.reactivex.redis.RedisClient
Return the number of keys in the selected database
rxDbsize() - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the number of keys in the selected database
rxDebug() - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
rxDebug() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
rxDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command debug.
rxDebugObject(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get debugging information about a key
rxDebugObject(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get debugging information about a key
rxDebugSegfault() - Method in class io.vertx.reactivex.redis.RedisClient
Make the server crash
rxDebugSegfault() - Method in class io.vertx.reactivex.redis.RedisTransaction
Make the server crash
rxDecodeToken(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxDecr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decr.
rxDecr(String) - Method in class io.vertx.reactivex.redis.RedisClient
Decrement the integer value of a key by one
rxDecr(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Decrement the integer value of a key by one
rxDecrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decrby.
rxDecrby(String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Decrement the integer value of a key by the given number
rxDecrby(String, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Decrement the integer value of a key by the given number
rxDecrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Decrement the counter atomically and return the new count
rxDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command del.
rxDel(String) - Method in class io.vertx.reactivex.redis.RedisClient
Delete a key
rxDel(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete a key
rxDelete(List<Object>) - Method in class io.vertx.reactivex.cassandra.Mapper
Asynchronous delete method based on the column values of the primary key.
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.web.sstore.SessionStore
Delete the session with the specified ID.
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
rxDeletePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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
rxDeleteValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxDeleteValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
rxDeleteValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxDelMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete many keys
rxDelMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete many keys
rxDeployVerticle(String) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(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
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
rxDeployVerticle(Verticle) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(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
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
rxDeployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but Verticle instance is created by invoking the verticleSupplier.
rxDeregisterCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a check from the local agent.
rxDeregisterCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxDeregisterService(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a service from the local agent.
rxDeregisterService(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxDescribeCluster() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
rxDestroyAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroy Acl token
rxDestroyAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxDestroySession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroys the given session
rxDestroySession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxDiscard() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command discard.
rxDiscard() - Method in class io.vertx.reactivex.redis.RedisTransaction
Discard all commands issued after MULTI
rxDisconnect() - Method in class io.vertx.reactivex.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2ClientOptions) - 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) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxDistinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
rxDistinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxDropCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drop a collection
rxDropCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxDropIndex(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drops the index given its name.
rxDropIndex(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxDump(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dump.
rxDump(String) - Method in class io.vertx.reactivex.redis.RedisClient
Return a serialized version of the value stored at the specified key.
rxDump(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a serialized version of the value stored at the specified key.
rxEcho(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command echo.
rxEcho(String) - Method in class io.vertx.reactivex.redis.RedisClient
Echo the given string
rxEcho(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Echo the given string
rxEnd() - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end() 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(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Closes the producer, calls MessageProducer.close()
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file, see AsyncFile.close().
rxEnd(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
rxEnd(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) 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(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, 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(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() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.WebSocket
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.net.NetSocket
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(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end() but with an handler called when the operation completes
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
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.
rxEval(String, List<String>, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Execute a Lua script server side.
rxEval(String, List<String>, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Execute a Lua script server side.
rxEvalScript(Script, List<String>, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Execute a Lua script server side.
rxEvalsha(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalsha.
rxEvalsha(String, List<String>, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Execute a Lua script server side.
rxEvalsha(String, List<String>, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Execute a Lua script server side.
rxExchangeBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
rxExchangeBind(String, String, String, 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.
rxExec() - Method in class io.vertx.reactivex.redis.RedisTransaction
Execute all commands issued after MULTI
rxExecute(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecute(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
rxExecute(Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
rxExecute(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement
rxExecute() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
rxExecute(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
rxExecute() - Method in class io.vertx.reactivex.sqlclient.Query
Execute the query.
rxExecuteBatch(List<Tuple>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Context
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Context
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Vertx
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Vertx
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.WorkerExecutor
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
rxExecuteCommand(Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Deprecated.
rxExecuteCommandWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Deprecated.
rxExecutePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
rxExecutePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxExecutePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
rxExecutePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxExecuteWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
rxExecuteWithFullFetch(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecuteWithFullFetch(Statement) - Method in class io.vertx.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.
rxExists(String) - Method in class io.vertx.reactivex.redis.RedisClient
Determine if a key exists
rxExists(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine if a key exists
rxExistsMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Determine if one or many keys exist
rxExistsMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine if one or many keys exist
rxExpire(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expire.
rxExpire(String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Set a key's time to live in seconds
rxExpire(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set a key's time to live in seconds
rxExpireat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expireat.
rxExpireat(String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Set the expiration for a key as a UNIX timestamp
rxExpireat(String, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp
rxFailCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
rxFailCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxFailCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
rxFailCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxFailover(String) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Force a failover as if the master was not reachable, and without asking for agreement to other Sentinels (however a new version of the configuration will be published so that the other Sentinels will update their configurations)
rxFetch(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
rxFetch(HttpMethod, String, JsonObject, Buffer) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
rxFetchMoreResults() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
rxFind(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection
rxFind(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFindOne(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection
rxFindOne(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFindOneAndDelete(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
rxFindOneAndDelete(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFindOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
rxFindOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFindOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
rxFindOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFindOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
rxFindOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFindOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
rxFindOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFindOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
rxFindOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxFireEvent(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
rxFireEvent(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxFireEventWithOptions(String, EventOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
rxFireEventWithOptions(String, EventOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxFlush() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
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.
rxFlushall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushall.
rxFlushall() - Method in class io.vertx.reactivex.redis.RedisClient
Remove all keys from all databases
rxFlushall() - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all keys from all databases
rxFlushConfig() - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Force Sentinel to rewrite its configuration on disk, including the current Sentinel state.
rxFlushdb(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushdb.
rxFlushdb() - Method in class io.vertx.reactivex.redis.RedisClient
Remove all keys from the current database
rxFlushdb() - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all keys from the current database
rxFsProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
rxGeoadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geoadd.
rxGeoadd(String, double, double, String) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more geospatial items in the geospatial index represented using a sorted set.
rxGeoadd(String, double, double, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
rxGeoaddMany(String, List<GeoMember>) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more geospatial items in the geospatial index represented using a sorted set.
rxGeoaddMany(String, List<GeoMember>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
rxGeodist(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geodist.
rxGeodist(String, String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Return the distance between two members in the geospatial index represented by the sorted set.
rxGeodist(String, String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
rxGeodistWithUnit(String, String, String, GeoUnit) - Method in class io.vertx.reactivex.redis.RedisClient
Return the distance between two members in the geospatial index represented by the sorted set.
rxGeodistWithUnit(String, String, String, GeoUnit) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
rxGeohash(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geohash.
rxGeohash(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
rxGeohash(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
rxGeohashMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
rxGeohashMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
rxGeopos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geopos.
rxGeopos(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
rxGeopos(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
rxGeoposMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
rxGeoposMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
rxGeoradius(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadius.
rxGeoradius(String, double, double, double, GeoUnit) - Method in class io.vertx.reactivex.redis.RedisClient
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
rxGeoradius(String, double, double, double, GeoUnit) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
rxGeoradiusbymember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymember.
rxGeoradiusbymember(String, String, double, GeoUnit) - Method in class io.vertx.reactivex.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
rxGeoradiusbymember(String, String, double, GeoUnit) - Method in class io.vertx.reactivex.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
rxGeoradiusbymemberRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymemberRo.
rxGeoradiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.reactivex.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
rxGeoradiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
rxGeoradiusRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusRo.
rxGeoradiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
rxGeoradiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
rxGet(List<Object>) - Method in class io.vertx.reactivex.cassandra.Mapper
Asynchronous get method based on the column values of the primary key.
rxGet(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
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(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of a key
rxGet(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of a key
rxGetAllPreparedQueries() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns a list of all prepared queries.
rxGetAllPreparedQueries() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
rxGetBinary(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of a key - without decoding as utf-8
rxGetBinary(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of a key - without decoding as utf-8
rxGetbit(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getbit.
rxGetbit(String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Returns the bit value at offset in the string value stored at key
rxGetbit(String, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Returns the bit value at offset in the string value stored at key
rxGetClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
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.
rxGetCollections() - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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.
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, 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, 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>, 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.
rxGetKeys(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxGetKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
rxGetKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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
rxGetMasterAddrByName(String) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Return the ip and port number of the master with that name.
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, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetMongoClient(ServiceDiscovery, JsonObject, 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.
rxGetPreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns an existing prepared query
rxGetPreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxGetrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getrange.
rxGetrange(String, long, long) - Method in class io.vertx.reactivex.redis.RedisClient
Get a substring of the string stored at a key
rxGetrange(String, long, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get a substring of the string stored at a key
rxGetRecord(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(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 RedisClient.
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 RedisClient.
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 RedisClient.
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 RedisClient.
rxGetset(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getset.
rxGetset(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a key and return its old value
rxGetset(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a key and return its old value
rxGetToken(JsonObject) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
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.
rxGetValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxGetValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
rxGetValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxGetValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
rxGetValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxGetValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
rxGetValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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 .
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.
rxHdel(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Delete one or more hash fields
rxHdel(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete one or more hash fields
rxHdelMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete one or more hash fields
rxHdelMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete one or more hash fields
rxHealthChecks(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
rxHealthChecks(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxHealthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
rxHealthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxHealthServiceNodes(String, boolean) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
rxHealthServiceNodes(String, boolean) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxHealthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
rxHealthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxHealthState(HealthState) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
rxHealthState(HealthState) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxHealthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
rxHealthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
rxHexists(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Determine if a hash field exists
rxHexists(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine if a hash field exists
rxHget(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hget.
rxHget(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of a hash field
rxHget(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of a hash field
rxHgetall(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hgetall.
rxHgetall(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get all the fields and values in a hash
rxHgetall(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get all the fields and values in a hash
rxHincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrby.
rxHincrby(String, String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the integer value of a hash field by the given number
rxHincrby(String, String, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the integer value of a hash field by the given number
rxHincrbyfloat(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrbyfloat.
rxHincrbyfloat(String, String, double) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the float value of a hash field by the given amount
rxHincrbyfloat(String, String, double) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the float value of a hash field by the given amount
rxHkeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hkeys.
rxHkeys(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get all the fields in a hash
rxHkeys(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get all the fields in a hash
rxHlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hlen.
rxHlen(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the number of fields in a hash
rxHlen(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the number of fields in a hash
rxHmget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmget.
rxHmget(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the values of all the given hash fields
rxHmget(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the values of all the given hash fields
rxHmset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmset.
rxHmset(String, JsonObject) - Method in class io.vertx.reactivex.redis.RedisClient
Set multiple hash fields to multiple values
rxHmset(String, JsonObject) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set multiple hash fields to multiple values
rxHost(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command host.
rxHscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hscan.
rxHscan(String, String, ScanOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Incrementally iterate hash fields and associated values
rxHscan(String, String, ScanOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Incrementally iterate hash fields and associated values
rxHset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hset.
rxHset(String, String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a hash field
rxHset(String, String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a hash field
rxHsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hsetnx.
rxHsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value of a hash field, only if the field does not exist
rxHsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value of a hash field, only if the field does not exist
rxHstrlen(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hstrlen.
rxHstrlen(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the length of the value of a hash field.
rxHvals(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hvals.
rxHvals(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get all the values in a hash
rxHvals(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get all the values in a hash
rxIncr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incr.
rxIncr(String) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the integer value of a key by one
rxIncr(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the integer value of a key by one
rxIncrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrby.
rxIncrby(String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the integer value of a key by the given amount
rxIncrby(String, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the integer value of a key by the given amount
rxIncrbyfloat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrbyfloat.
rxIncrbyfloat(String, double) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the float value of a key by the given amount
rxIncrbyfloat(String, double) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the float value of a key by the given amount
rxIncrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the new count
rxInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command info.
rxInfo() - Method in class io.vertx.reactivex.redis.RedisClient
Get information and statistics about the server
rxInfo() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get information and statistics about the server
rxInfoAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get info of Acl token
rxInfoAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxInfoSection(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get information and statistics about the server
rxInfoSection(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get information and statistics about the server
rxInfoSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the requested session information
rxInfoSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxInfoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxInfoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxInsert(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection
rxInsert(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxInsertUser(String, String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Insert a new user into mongo in the convenient way
rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxIntrospect() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
rxIntrospect(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
rxIntrospectToken(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxIntrospectToken(String, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxInvoke(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
rxIsAuthorised(String) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
rxIsAuthorized(AccessToken, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
This method should verify if the user has the given authority and return either a boolean value or an error.
rxIsAuthorized(String) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
rxKeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command keys.
rxKeys(String) - Method in class io.vertx.reactivex.redis.RedisClient
Find all keys matching the given pattern
rxKeys(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Find all keys matching the given pattern
rxLastsave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lastsave.
rxLastsave() - Method in class io.vertx.reactivex.redis.RedisClient
Get the UNIX time stamp of the last successful save to disk
rxLastsave() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the UNIX time stamp of the last successful save to disk
rxLatency(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command latency.
rxLeaderStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
rxLeaderStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxLindex(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lindex.
rxLindex(String, int) - Method in class io.vertx.reactivex.redis.RedisClient
Get an element from a list by its index
rxLindex(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get an element from a list by its index
rxLink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
rxLinsert(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command linsert.
rxLinsert(String, InsertOptions, String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Insert an element before or after another element in a list
rxLinsert(String, InsertOptions, String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Insert an element before or after another element in a list
rxListAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get list of Acl token
rxListAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxListConsumerGroups() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
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() but 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.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(int) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen() 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.http.HttpServer
Like HttpServer.listen() 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() but providing a handler that will be notified when the server is listening, or fails.
rxListen(int, String) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
rxListen(int) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
rxListen(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen() 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(int, String) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
rxListen(int) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
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(int) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port.
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(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() - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
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
rxListEvents() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxListEventsWithOptions(EventListOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent.
rxListEventsWithOptions(EventListOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxListIndexes(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get all the indexes in this collection.
rxListIndexes(String) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxListNodeSessions(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions for a given node
rxListNodeSessions(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxListNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxListNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxListSessions() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions
rxListSessions() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxListSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxListSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
rxLlen(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the length of a list
rxLlen(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the length of a list
rxLoadJWK() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxLocalChecks() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
rxLocalChecks() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxLocalServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns list of services registered with the local agent.
rxLocalServices() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxLogout() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
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(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpop.
rxLpop(String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the first element in a list
rxLpop(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the first element in a list
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.
rxLpush(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Prepend one value to a list
rxLpush(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Prepend one value to a list
rxLpushMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Prepend one or multiple values to a list
rxLpushMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Prepend one or multiple values to a list
rxLpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpushx.
rxLpushx(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Prepend a value to a list, only if the list exists
rxLpushx(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Prepend a value to a list, only if the list exists
rxLrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrange.
rxLrange(String, long, long) - Method in class io.vertx.reactivex.redis.RedisClient
Get a range of elements from a list
rxLrange(String, long, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get a range of elements from a list
rxLrem(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrem.
rxLrem(String, long, String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove elements from a list
rxLrem(String, long, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove elements from a list
rxLset(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lset.
rxLset(String, long, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value of an element in a list by its index
rxLset(String, long, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value of an element in a list by its index
rxLtrim(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ltrim.
rxLtrim(String, long, long) - Method in class io.vertx.reactivex.redis.RedisClient
Trim a list to the specified range
rxLtrim(String, long, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Trim a list to the specified range
rxMaintenanceService(MaintenanceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Places a given service into "maintenance mode"
rxMaintenanceService(MaintenanceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxMaster(String) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Show the state and info of the specified master
rxMasters() - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Show a list of monitored masters and their state
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.
rxMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mget.
rxMget(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the value of the given key
rxMget(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the value of the given key
rxMgetMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the values of all the given keys
rxMgetMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the values of all the given keys
rxMigrate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command migrate.
rxMigrate(String, int, String, int, long, MigrateOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Atomically transfer a key from a Redis instance to another one.
rxMigrate(String, int, String, int, long, MigrateOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Atomically transfer a key from a Redis instance to another one.
rxMkdir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdir(String, 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.
rxMonitor() - Method in class io.vertx.reactivex.redis.RedisClient
Listen for all requests received by the server in real time
rxMonitor() - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for all requests received by the server in real time
rxMove(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMove(String, String, CopyOptions) - 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, int) - Method in class io.vertx.reactivex.redis.RedisClient
Move a key to another database
rxMove(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Move a key to another database
rxMset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mset.
rxMset(JsonObject) - Method in class io.vertx.reactivex.redis.RedisClient
Set multiple keys to multiple values
rxMset(JsonObject) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set multiple keys to multiple values
rxMsetnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command msetnx.
rxMsetnx(JsonObject) - Method in class io.vertx.reactivex.redis.RedisClient
Set multiple keys to multiple values, only if none of the keys exist
rxMsetnx(JsonObject) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set multiple keys to multiple values, only if none of the keys exist
rxMulti() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command multi.
rxMulti() - Method in class io.vertx.reactivex.redis.RedisTransaction
Mark the start of a RedisTransaction block
rxObject(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command object.
rxObject(String, ObjectCmd) - Method in class io.vertx.reactivex.redis.RedisClient
Inspect the internals of Redis objects
rxObject(String, ObjectCmd) - Method in class io.vertx.reactivex.redis.RedisTransaction
Inspect the internals of Redis objects
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.
rxOnComplete() - Method in class io.vertx.reactivex.core.CompositeFuture
 
rxOnComplete() - Method in class io.vertx.reactivex.core.Future
Add a handler to be notified of the result.
rxOne() - Method in class io.vertx.reactivex.cassandra.ResultSet
rxOpen(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Open the file represented by path, asynchronously.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
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".
rxPassCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxPassCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
rxPassCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
rxPeersStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxPersist(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command persist.
rxPersist(String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove the expiration from a key
rxPersist(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove the expiration from a key
rxPexpire(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpire.
rxPexpire(String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Set a key's time to live in milliseconds
rxPexpire(String, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set a key's time to live in milliseconds
rxPexpireat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpireat.
rxPexpireat(String, long) - Method in class io.vertx.reactivex.redis.RedisClient
Set the expiration for a key as a UNIX timestamp specified in milliseconds
rxPexpireat(String, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp specified in milliseconds
rxPfadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfadd.
rxPfadd(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Adds the specified element to the specified HyperLogLog.
rxPfadd(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Adds the specified element to the specified HyperLogLog.
rxPfaddMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Adds the specified elements to the specified HyperLogLog.
rxPfaddMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Adds the specified elements to the specified HyperLogLog.
rxPfcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfcount.
rxPfcount(String) - Method in class io.vertx.reactivex.redis.RedisClient
Return the approximated cardinality of the set observed by the HyperLogLog at key.
rxPfcount(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the approximated cardinality of the set observed by the HyperLogLog at key.
rxPfcountMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
rxPfcountMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
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.
rxPfmerge(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Merge N different HyperLogLogs into a single one.
rxPfmerge(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Merge N different HyperLogLogs into a single one.
rxPfselftest() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfselftest.
rxPing(Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a frame to the remote endpoint.
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(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ping.
rxPing() - Method in class io.vertx.reactivex.redis.RedisClient
Ping the server
rxPing() - Method in class io.vertx.reactivex.redis.RedisTransaction
Ping the server
rxPipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
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<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
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 class io.vertx.reactivex.core.net.NetSocket
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<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
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<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
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<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
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<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
rxPoll(long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Deprecated.
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).
rxPost(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command post.
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.mysqlclient.MySQLConnection
 
rxPrepare(String) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
rxPrepare(String) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Create a prepared query.
rxPrepare(String) - Method in class io.vertx.reactivex.sqlclient.Transaction
Create a prepared query.
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.
rxPsetex(String, long, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value and expiration in milliseconds of a key
rxPsetex(String, long, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value and expiration in milliseconds of a key
rxPsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psubscribe.
rxPsubscribe(String) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for messages published to channels matching the given pattern
rxPsubscribe(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for messages published to channels matching the given pattern
rxPsubscribeMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for messages published to channels matching the given patterns
rxPsubscribeMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for messages published to channels matching the given patterns
rxPsync(String, 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.
rxPttl(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the time to live for a key in milliseconds
rxPttl(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the time to live for a key in milliseconds
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, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command publish.
rxPublish(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Post a message to a channel
rxPublish(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Post a message to a channel
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.
rxPubsub(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pubsub.
rxPubsubChannels(String) - Method in class io.vertx.reactivex.redis.RedisClient
Lists the currently active channels - only those matching the pattern
rxPubsubChannels(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Lists the currently active channels - only those matching the pattern
rxPubsubNumpat() - Method in class io.vertx.reactivex.redis.RedisClient
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
rxPubsubNumpat() - Method in class io.vertx.reactivex.redis.RedisTransaction
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
rxPubsubNumsub(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
rxPubsubNumsub(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
rxPunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command punsubscribe.
rxPunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Stop listening for messages posted to channels matching the given patterns
rxPunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Stop listening for messages posted to channels matching the given patterns
rxPush(HttpMethod, String, 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) - 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.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

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
rxPut(Session) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Add a session with the specified ID.
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
rxPutValue(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxPutValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
rxPutValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
Execute a one shot SQL statement that returns a single SQL row.
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.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
Execute a one shot SQL statement with arguments 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.
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(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.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.
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.
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.
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
rxRandomkey() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command randomkey.
rxRandomkey() - Method in class io.vertx.reactivex.redis.RedisClient
Return a random key from the keyspace
rxRandomkey() - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a random key from the keyspace
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.
rxRead(int) - Method in class io.vertx.reactivex.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
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.
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.
rxRefresh() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Refresh the access token
rxRegisterCheck(CheckOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Add a new check to the local agent.
rxRegisterCheck(CheckOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
rxRegisterService(ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.
rxRemove(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
rxRemove(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
rxRemove(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
rxRemoveDocument(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
rxRemoveDocument(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxRemoveDocuments(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
rxRemoveDocuments(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxRemoveDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
rxRemoveDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxRemoveDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
rxRemoveDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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.
rxRemoveOne(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
rxRemoveOne(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
rxRemoveOneWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
rxRemoveOneWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
rxRemoveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
rxRemoveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
rxRename(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rename.
rxRename(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Rename a key
rxRename(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Rename a key
rxRenamenx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command renamenx.
rxRenamenx(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Rename a key, only if the new key does not exist
rxRenamenx(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Rename a key, only if the new key does not exist
rxRender(JsonObject, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
rxRender(Map<String, Object>, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
rxRender(RoutingContext, String) - Method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
Deprecated.
rxRender(RoutingContext, String, String) - Method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
Deprecated.
rxRenewSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Renews the given session.
rxRenewSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
rxReplace(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
rxReplaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
rxReplaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxReplaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
rxReplaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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
rxReplaceWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
rxReplaceWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
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.
rxReply(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
Deprecated.
rxReply(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
Deprecated.
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
Like but specifying options that can be used to configure the delivery.
rxRequest(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
rxRequest(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
rxReset(String) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Reset all the masters with matching name.
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.
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.
rxRestore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restore.
rxRestore(String, long, String) - Method in class io.vertx.reactivex.redis.RedisClient
Create a key using the provided serialized value, previously obtained using DUMP.
rxRestore(String, long, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Create a key using the provided serialized value, previously obtained using DUMP.
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(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke access or refresh token
rxRole() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command role.
rxRole() - Method in class io.vertx.reactivex.redis.RedisClient
Return the role of the instance in the context of replication
rxRole() - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the role of the instance in the context of replication
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() with an handler to be notified when the transaction rollback has completed
rxRpop(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpop.
rxRpop(String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and get the last element in a list
rxRpop(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and get the last element in a list
rxRpoplpush(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpoplpush.
rxRpoplpush(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove the last element in a list, append it to another list and return it
rxRpoplpush(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove the last element in a list, append it to another list and return it
rxRpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpush.
rxRpush(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Append one or multiple values to a list
rxRpush(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Append one or multiple values to a list
rxRpushMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Append one or multiple values to a list
rxRpushMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Append one or multiple values to a list
rxRpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpushx.
rxRpushx(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Append a value to a list, only if the list exists
rxRpushx(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Append a value to a list, only if the list exists
rxRunCommand(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
rxRunCommand(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxSadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sadd.
rxSadd(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Add a member to a set
rxSadd(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add a member to a set
rxSaddMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more members to a set
rxSaddMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more members to a set
rxSave(T) - Method in class io.vertx.reactivex.cassandra.Mapper
Asynchronous save method.
rxSave(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection
rxSave(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxSave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command save.
rxSave() - Method in class io.vertx.reactivex.redis.RedisClient
Synchronously save the dataset to disk
rxSave() - Method in class io.vertx.reactivex.redis.RedisTransaction
Synchronously save the dataset to disk
rxSaveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
rxSaveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxScan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scan.
rxScan(String, ScanOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Incrementally iterate the keys space
rxScan(String, ScanOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Incrementally iterate the keys space
rxScard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scard.
rxScard(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the number of members in a set
rxScard(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the number of members in a set
rxScript(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command script.
rxScriptDebug(ScriptDebugOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Set the debug mode for executed scripts.
rxScriptExists(String) - Method in class io.vertx.reactivex.redis.RedisClient
Check existence of script in the script cache.
rxScriptExists(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Check existence of script in the script cache.
rxScriptExistsMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Check existence of scripts in the script cache.
rxScriptExistsMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Check existence of scripts in the script cache.
rxScriptFlush() - Method in class io.vertx.reactivex.redis.RedisClient
Remove all the scripts from the script cache.
rxScriptFlush() - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all the scripts from the script cache.
rxScriptKill() - Method in class io.vertx.reactivex.redis.RedisClient
Kill the script currently in execution.
rxScriptKill() - Method in class io.vertx.reactivex.redis.RedisTransaction
Kill the script currently in execution.
rxScriptLoad(String) - Method in class io.vertx.reactivex.redis.RedisClient
Load the specified Lua script into the script cache.
rxScriptLoad(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Load the specified Lua script into the script cache.
rxSdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiff.
rxSdiff(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Subtract multiple sets
rxSdiff(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Subtract multiple sets
rxSdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiffstore.
rxSdiffstore(String, String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Subtract multiple sets and store the resulting set in a key
rxSdiffstore(String, String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Subtract multiple sets and store the resulting set in a key
rxSeek(TopicPartition, long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
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.
rxSelect(int) - Method in class io.vertx.reactivex.redis.RedisClient
Change the selected database for the current connection
rxSelect(int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Change the selected database for the current connection
rxSend(Buffer, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
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, 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, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Deprecated.
rxSend(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Deprecated.
rxSend() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
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.
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) 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.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) 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.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) 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) 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.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) 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.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) 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.
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
rxSendMail(MailMessage) - Method in class io.vertx.reactivex.ext.mail.MailService
 
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(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
rxSendStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
rxSendStream(Observable<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.
rxSentinels(String) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Show a list of sentinel instances for this master, and their state
rxSet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command set.
rxSet(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a key
rxSet(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a key
rxSetAutoCommit(boolean) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
rxSetBinary(String, Buffer) - Method in class io.vertx.reactivex.redis.RedisClient
Set the binary string value of a key - without encoding as utf-8
rxSetBinary(String, Buffer) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the binary string value of a key - without encoding as utf-8
rxSetBinaryWithOptions(String, Buffer, SetOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a key
rxSetBinaryWithOptions(String, Buffer, SetOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a key
rxSetbit(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setbit.
rxSetbit(String, long, int) - Method in class io.vertx.reactivex.redis.RedisClient
Sets or clears the bit at offset in the string value stored at key
rxSetbit(String, long, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Sets or clears the bit at offset in the string value stored at key
rxSetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setex.
rxSetex(String, long, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value and expiration of a key
rxSetex(String, long, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value and expiration of a key
rxSetHandler() - Method in class io.vertx.reactivex.core.CompositeFuture
Deprecated.
rxSetHandler() - Method in class io.vertx.reactivex.core.Future
Deprecated.
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.
rxSetnx(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value of a key, only if the key does not exist
rxSetnx(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value of a key, only if the key does not exist
rxSetOption(MySQLSetOption) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
rxSetrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setrange.
rxSetrange(String, int, String) - Method in class io.vertx.reactivex.redis.RedisClient
Overwrite part of a string at key starting at the specified offset
rxSetrange(String, int, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Overwrite part of a string at key starting at the specified offset
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.
rxSetWithOptions(String, String, SetOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a key
rxSetWithOptions(String, String, SetOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a key
rxSeveral(int) - Method in class io.vertx.reactivex.cassandra.ResultSet
Fetch a specific amount of rows and notify via a handler.
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.
rxSinter(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Intersect multiple sets
rxSinter(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Intersect multiple sets
rxSinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinterstore.
rxSinterstore(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Intersect multiple sets and store the resulting set in a key
rxSinterstore(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Intersect multiple sets and store the resulting set in a key
rxSismember(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sismember.
rxSismember(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Determine if a given value is a member of a set
rxSismember(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine if a given value is a member of a set
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.
rxSlaveof(String, int) - Method in class io.vertx.reactivex.redis.RedisClient
Make the server a slave of another instance
rxSlaveof(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Make the server a slave of another instance
rxSlaveofNoone() - Method in class io.vertx.reactivex.redis.RedisClient
Make this server a master
rxSlaveofNoone() - Method in class io.vertx.reactivex.redis.RedisTransaction
Make this server a master
rxSlaves(String) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Show a list of slaves for this master, and their state
rxSlowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slowlog.
rxSlowlogGet(int) - Method in class io.vertx.reactivex.redis.RedisClient
Read the Redis slow queries log
rxSlowlogGet(int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Read the Redis slow queries log
rxSlowlogLen() - Method in class io.vertx.reactivex.redis.RedisClient
Get the length of the Redis slow queries log
rxSlowlogLen() - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the length of the Redis slow queries log
rxSlowlogReset() - Method in class io.vertx.reactivex.redis.RedisClient
Reset the Redis slow queries log
rxSlowlogReset() - Method in class io.vertx.reactivex.redis.RedisTransaction
Reset the Redis slow queries log
rxSmembers(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smembers.
rxSmembers(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get all the members in a set
rxSmembers(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get all the members in a set
rxSmove(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smove.
rxSmove(String, String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Move a member from one set to another
rxSmove(String, String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Move a member from one set to another
rxSort(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sort.
rxSort(String, SortOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Sort the elements in a list, set or sorted set
rxSort(String, SortOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Sort the elements in a list, set or sorted set
rxSpecifySchema(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
rxSpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spop.
rxSpop(String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and return a random member from a set
rxSpop(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and return a random member from a set
rxSpopMany(String, int) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and return random members from a set
rxSpopMany(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and return random members from a set
rxSrandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srandmember.
rxSrandmember(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get one or multiple random members from a set
rxSrandmember(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get one or multiple random members from a set
rxSrandmemberCount(String, int) - Method in class io.vertx.reactivex.redis.RedisClient
Get one or multiple random members from a set
rxSrandmemberCount(String, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get one or multiple random members from a set
rxSrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srem.
rxSrem(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove one member from a set
rxSrem(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove one member from a set
rxSremMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove one or more members from a set
rxSremMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove one or more members from a set
rxSscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sscan.
rxSscan(String, String, ScanOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Incrementally iterate Set elements
rxSscan(String, String, ScanOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Incrementally iterate Set elements
rxStart(String, int, String, String) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
rxStart(String, int) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
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.
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.
rxStrlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command strlen.
rxStrlen(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the length of the value stored in a key
rxStrlen(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the length of the value stored in a key
rxSubscribe(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
rxSubscribe(Set<String>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
rxSubscribe(String, int) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
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(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command subscribe.
rxSubscribe(String) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for messages published to the given channels
rxSubscribe(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for messages published to the given channels
rxSubscribeMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for messages published to the given channels
rxSubscribeMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for messages published to the given channels
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.
rxSunion(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Add multiple sets
rxSunion(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add multiple sets
rxSunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunionstore.
rxSunionstore(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Add multiple sets and store the resulting set in a key
rxSunionstore(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add multiple sets and store the resulting set in a key
rxSwapdb(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command swapdb.
rxSwapdb(int, int) - Method in class io.vertx.reactivex.redis.RedisClient
Swaps two Redis databases
rxSwapdb(int, int) - Method in class io.vertx.reactivex.redis.RedisTransaction
Swaps two Redis databases
rxSymlink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
rxSync() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sync.
rxSync() - Method in class io.vertx.reactivex.redis.RedisClient
Internal command used for replication
rxSync() - Method in class io.vertx.reactivex.redis.RedisTransaction
Internal command used for replication
rxTime() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command time.
rxTime() - Method in class io.vertx.reactivex.redis.RedisClient
Return the current server time
rxTime() - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the current server time
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.
rxTouch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command touch.
rxTouch(String) - Method in class io.vertx.reactivex.redis.RedisClient
Alters the last access time of a key(s).
rxTouchMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Alters the last access time of a key(s).
rxToWebSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
rxTransaction(TxnRequest) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
rxTransaction(TxnRequest) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxTruncate(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
rxTtl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ttl.
rxTtl(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the time to live for a key
rxTtl(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the time to live for a key
rxType(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command type.
rxType(String) - Method in class io.vertx.reactivex.redis.RedisClient
Determine the type stored at key
rxType(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine the type stored at key
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.
rxUnlink(String) - Method in class io.vertx.reactivex.redis.RedisClient
Delete a key asynchronously in another thread.
rxUnlink(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete a key asynchronously in another thread.
rxUnlinkMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete multiple keys asynchronously in another thread.
rxUnlinkMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete multiple keys asynchronously in another thread.
rxUnlistenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
rxUnlistenMulticastGroup(String, 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.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
rxUnsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unsubscribe.
rxUnsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Stop listening for messages posted to the given channels
rxUnsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Stop listening for messages posted to the given channels
rxUnwatch() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unwatch.
rxUnwatch() - Method in class io.vertx.reactivex.redis.RedisTransaction
Forget about all watched keys
rxUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
rxUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
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(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.
rxUpdateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Update Acl token
rxUpdateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxUpdateCheck(String, CheckStatus) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
rxUpdateCheck(String, CheckStatus) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxUpdateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
rxUpdateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxUpdateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
rxUpdateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxUpdateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
rxUpdateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
rxUpdatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
rxUpdatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxUpdateSettings(Http2Settings) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

rxUpdateWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
rxUpdateWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
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
rxUserInfo() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
rxWait(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command wait.
rxWait(long, long) - Method in class io.vertx.reactivex.redis.RedisClient
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
rxWait(long, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
rxWaitForConfirms() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
rxWaitForConfirms(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".
rxWarnCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxWarnCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
rxWarnCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
rxWatch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command watch.
rxWatch(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
rxWatchMany(List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
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(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
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(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified options.
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.
rxWrite(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
rxWrite(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
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(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
rxWrite(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
rxWrite(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWrite(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
rxWrite(String, String) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Like 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(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
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
 
rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
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.
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(String, 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.
rxZadd(String, double, String) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more members to a sorted set, or update its score if it already exists
rxZadd(String, double, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more members to a sorted set, or update its score if it already exists
rxZaddMany(String, Map<String, Double>) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more members to a sorted set, or update its score if it already exists
rxZaddMany(String, Map<String, Double>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more members to a sorted set, or update its score if it already exists
rxZcard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcard.
rxZcard(String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the number of members in a sorted set
rxZcard(String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the number of members in a sorted set
rxZcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcount.
rxZcount(String, double, double) - Method in class io.vertx.reactivex.redis.RedisClient
Count the members in a sorted set with scores within the given values
rxZcount(String, double, double) - Method in class io.vertx.reactivex.redis.RedisTransaction
Count the members in a sorted set with scores within the given values
rxZincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zincrby.
rxZincrby(String, double, String) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the score of a member in a sorted set
rxZincrby(String, double, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the score of a member in a sorted set
rxZinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinterstore.
rxZinterstore(String, List<String>, AggregateOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key
rxZinterstore(String, List<String>, AggregateOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key
rxZinterstoreWeighed(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
rxZinterstoreWeighed(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
rxZlexcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zlexcount.
rxZlexcount(String, String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Count the number of members in a sorted set between a given lexicographical range
rxZlexcount(String, String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Count the number of members in a sorted set between a given lexicographical range
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.
rxZrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrange.
rxZrange(String, long, long) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by index
rxZrange(String, long, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by index
rxZrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebylex.
rxZrangebylex(String, String, String, LimitOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by lexicographical range
rxZrangebylex(String, String, String, LimitOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by lexicographical range
rxZrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebyscore.
rxZrangebyscore(String, String, String, RangeLimitOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by score
rxZrangebyscore(String, String, String, RangeLimitOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by score
rxZrangeWithOptions(String, long, long, RangeOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by index
rxZrangeWithOptions(String, long, long, RangeOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by index
rxZrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrank.
rxZrank(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Determine the index of a member in a sorted set
rxZrank(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine the index of a member in a sorted set
rxZrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrem.
rxZrem(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove one member from a sorted set
rxZrem(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove one member from a sorted set
rxZremMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove one or more members from a sorted set
rxZremMany(String, List<String>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove one or more members from a sorted set
rxZremrangebylex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebylex.
rxZremrangebylex(String, String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all members in a sorted set between the given lexicographical range
rxZremrangebylex(String, String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all members in a sorted set between the given lexicographical range
rxZremrangebyrank(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyrank.
rxZremrangebyrank(String, long, long) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all members in a sorted set within the given indexes
rxZremrangebyrank(String, long, long) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all members in a sorted set within the given indexes
rxZremrangebyscore(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyscore.
rxZremrangebyscore(String, String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all members in a sorted set within the given scores
rxZremrangebyscore(String, String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all members in a sorted set within the given scores
rxZrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrange.
rxZrevrange(String, long, long, RangeOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by index, with scores ordered from high to low
rxZrevrange(String, long, long, RangeOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by index, with scores ordered from high to low
rxZrevrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebylex.
rxZrevrangebylex(String, String, String, LimitOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
rxZrevrangebylex(String, String, String, LimitOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
rxZrevrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebyscore.
rxZrevrangebyscore(String, String, String, RangeLimitOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by score, with scores ordered from high to low
rxZrevrangebyscore(String, String, String, RangeLimitOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by score, with scores ordered from high to low
rxZrevrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrank.
rxZrevrank(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Determine the index of a member in a sorted set, with scores ordered from high to low
rxZrevrank(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine the index of a member in a sorted set, with scores ordered from high to low
rxZscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscan.
rxZscan(String, String, ScanOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Incrementally iterate sorted sets elements and associated scores
rxZscan(String, String, ScanOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Incrementally iterate sorted sets elements and associated scores
rxZscore(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscore.
rxZscore(String, String) - Method in class io.vertx.reactivex.redis.RedisClient
Get the score associated with the given member in a sorted set
rxZscore(String, String) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the score associated with the given member in a sorted set
rxZunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunionstore.
rxZunionstore(String, List<String>, AggregateOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Add multiple sorted sets and store the resulting sorted set in a new key
rxZunionstore(String, List<String>, AggregateOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add multiple sorted sets and store the resulting sorted set in a new key
rxZunionstoreWeighed(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.reactivex.redis.RedisClient
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
rxZunionstoreWeighed(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add multiple sorted sets using weights, and store the resulting sorted set in a new key

S

SADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
sadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sadd.
sadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add a member to a set
sadd(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add a member to a set
saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more members to a set
saddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more members to a set
SalesforceAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Salesforce.
SalesforceAuth(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
 
save(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.Mapper
Asynchronous save method.
save(String, JsonObject, Handler<AsyncResult<String>>) - 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.MongoService
 
SAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
save(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command save.
save(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Synchronously save the dataset to disk
save(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Synchronously save the dataset to disk
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
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
scan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scan.
scan(String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Incrementally iterate the keys space
scan(String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Incrementally iterate the keys space
SCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
scard(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scard.
scard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the number of members in a set
scard(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the number of members in a set
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.
scheme() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
SCRIPT - Static variable in class io.vertx.reactivex.redis.client.Command
 
script(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command script.
Script - Class in io.vertx.reactivex.redis
This factory is deprecated use Redis instead, or for a typed API RedisAPI.
Script(Script) - Constructor for class io.vertx.reactivex.redis.Script
 
Script(Object) - Constructor for class io.vertx.reactivex.redis.Script
 
scriptDebug(ScriptDebugOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the debug mode for executed scripts.
scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Check existence of script in the script cache.
scriptExists(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Check existence of script in the script cache.
scriptExistsMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Check existence of scripts in the script cache.
scriptExistsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Check existence of scripts in the script cache.
scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all the scripts from the script cache.
scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all the scripts from the script cache.
scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Kill the script currently in execution.
scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Kill the script currently in execution.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Load the specified Lua script into the script cache.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Load the specified Lua script into the script cache.
SDIFF - Static variable in class io.vertx.reactivex.redis.client.Command
 
sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiff.
sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Subtract multiple sets
sdiff(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Subtract multiple sets
SDIFFSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiffstore.
sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Subtract multiple sets and store the resulting set in a key
sdiffstore(String, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Subtract multiple sets and store the resulting set in a key
secretKey() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
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(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
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>, 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(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
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>, 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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
select(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command select.
select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Change the selected database for the current connection
select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Change the selected database for the current connection
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(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message.
send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
send(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Sends a message.
send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Deprecated.
send(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Deprecated.
send(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Deprecated.
send(T, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Deprecated.
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<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
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<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(Frame, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends the given frame to the server.
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<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
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(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, 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.
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
Same as HttpServerResponse.sendFile(java.lang.String) using offset @code{0} which means starting from the beginning of the file.
sendFile(String, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.sendFile(java.lang.String) using length @code{Long.MAX_VALUE} which means until the end of the file.
sendFile(String, long, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Ask the OS to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) 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.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) 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.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String) 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
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, long, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) 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.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) 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.net.NetSocket
Same as NetSocket.sendFile(java.lang.String) but also takes a handler that will be called when the send has completed or a failure has occurred
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.
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
Forces the head of the request to be written before HttpClientRequest.end(java.lang.String) is called on the request or any data is written to it.
sendHead(Handler<HttpVersion>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Like HttpClientRequest.sendHead() but with an handler after headers have been sent.
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, 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, Handler<AsyncResult<MailResult>>) - 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.MailService
 
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(ReadStream<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - 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(Observable<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
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
 
sentinels(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Show a list of sentinel instances for this master, and their state
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
 
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 - 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
 
serverWebSocket() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
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
 
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
 
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 - Class in io.vertx.reactivex.ext.shell.session
A shell session.
Session(Session) - Constructor for class io.vertx.reactivex.ext.shell.session.Session
 
Session(Object) - Constructor for class io.vertx.reactivex.ext.shell.session.Session
 
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.web
Represents a browser session.
Session(Session) - Constructor for class io.vertx.reactivex.ext.web.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
 
sessionState(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
SessionStore - Class in io.vertx.reactivex.ext.web.sstore
A session store is used to store sessions for an Vert.x-Web web app

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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(String, String) - Method in class io.vertx.reactivex.core.MultiMap
Sets a value under the specified name.
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(String, Iterable<String>) - Method in class io.vertx.reactivex.core.MultiMap
Sets values for the specified name.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
set(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command set.
set(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a key
set(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a key
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
Allows the selection of the hashing algorithm.
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
Enable/Disable access to the root of the filesystem
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.
setAudience(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Set the audience list
setAuthenticationQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Set the authentication query to use.
setAuthProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
setAuthProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Deprecated.
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.
setBinary(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the binary string value of a key - without encoding as utf-8
setBinary(String, Buffer, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the binary string value of a key - without encoding as utf-8
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a key
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a key
SETBIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setbit.
setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Sets or clears the bit at offset in the string value stored at key
setbit(String, long, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Sets or clears the bit at offset in the string value stored at key
setBody(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the body.
setBodyHandler(BodyHandler) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Supply your own BodyHandler if you would like to control body limit, uploads directory and deletion of uploaded files
setBodyHandler(BodyHandler) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Supply your own BodyHandler if you would like to control body limit, uploads directory and deletion of uploaded files
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, 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.
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.
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
setChanged(boolean) - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
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
Set the name of the collection to be used.
setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in class io.vertx.reactivex.config.ConfigRetriever
setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Sets whether the 'HttpOnly' flag should be set for 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.
setCookieSecureFlag(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
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
 
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
setDomain(String) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the domain of this cookie
setDomain(String) - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
setex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setex.
setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value and expiration of a key
setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value and expiration of a key
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.
setExtension(String) - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
Deprecated.
setExternalSalt(String) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Set an external salt.
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
When set, this function is called while creating the payload of OperationRequest
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
When set, this function is called while creating the payload of OperationRequest
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<AsyncResult<CompositeFuture>>) - Method in class io.vertx.reactivex.core.CompositeFuture
Deprecated.
setHandler(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Future
Deprecated.
setHandler(Handler<WatchResult<T>>) - Method in class io.vertx.reactivex.ext.consul.Watch
Set the result handler.
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.
setHandshake(Future<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
setHashAlgorithm(HashAlgorithm) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The Hash Algorithm which is used by the current instance
setHashStrategy(HashStrategy) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The HashStrategy which is used by the current instance
setHeaderName(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the header name.
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
Set the request host.

For HTTP/2 it sets the pseudo header otherwise it sets the header

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.
setHttpOnly(boolean) - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
setIgnoreExpiration(boolean) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Set whether expiration is ignored
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.
setIssuer(String) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Set the issuer
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.
setMaxAge(long) - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
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
setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
Set the max cache size for the engine
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
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
Set the mode for the engine
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.web.api.RequestParameter
Set parameter name
setNonces(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Provide a application configuration level on hash nonce's as a ordered list of nonces where each position corresponds to a version.
setNonces(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Sets a ordered list of nonces where each position corresponds to a version.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
setnx(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setnx.
setnx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the value of a key, only if the key does not exist
setnx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the value of a key, only if the key does not exist
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(List<Option>) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the list of arguments.
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
Set options of router factory.
setOptions(RouterFactoryOptions) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Set options of router factory.
setOutput(Handler<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
setPasswordCredentialField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Set the name of the field to be used as property for the password of credentials in the method AuthProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.User>>).
setPasswordField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the password Defaults to MongoAuth
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.
setPath(String) - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
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
Set the name of the field to be used for the permissions.
setPermissionsQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Set the permissions query to use.
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.
SETRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setrange.
setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Overwrite part of a string at key starting at the specified offset
setrange(String, int, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Overwrite part of a string at key starting at the specified offset
setRawMessage(JsonObject) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Get 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
Get the raw JSON message for the event.
setRawMethod(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the value the method to send when the method is used.
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.
setResponseBody(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the body returned by the handler when the XSRF token is missing or invalid.
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
Set the name of the field to be used for the roles.
setRolePrefix(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolePrefix(String) - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolesQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Set the roles query to use.
setSaltField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the salt.
setSaltStyle(HashSaltStyle) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Set the saltstyle as defined by HashSaltStyle.
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
setSecure(boolean) - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
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
Set the session.
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, 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
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

This is not implemented for HTTP/1.x.

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.
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, 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.
setTrustJWT(boolean) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
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.
setUploadsDirectory(String) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set the uploads directory to use
setUser(User) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the user.
setUsernameCredentialField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
setUsernameField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the username.
setUsernameParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the username
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(String) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the value of this cookie
setValue(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Set value
setValue(String) - Method in class io.vertx.reactivex.ext.web.Cookie
Deprecated.
setWebRoot(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the web root
setWindowSize(int) - Method in class io.vertx.reactivex.core.http.HttpConnection
Update the current connection wide window size to a new size.
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Set the string value of a key
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Set the string value of a key
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.eventbus.MessageProducer
 
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.kafka.client.producer.KafkaProducer
 
several(int, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
Fetch a specific amount of rows and notify via a handler.
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
 
sharedData() - Method in class io.vertx.reactivex.core.Vertx
Get the shared data object.
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.

A shell server is associated with a collection of : the ShellServer.registerTermServer(io.vertx.reactivex.ext.shell.term.TermServer) method registers a term 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.

The shell service will expose commands using CommandResolver on the classpath and the shared command registry for the Vert.x instance.

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 AuthProvider 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
Like HttpConnection.shutdown() but with a configurable timeout value.
SHUTDOWN - Static variable in class io.vertx.reactivex.redis.client.Command
 
shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command shutdown.
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
 
SingleHelper - Class in io.vertx.reactivex.core
 
SingleHelper() - Constructor for class io.vertx.reactivex.core.SingleHelper
 
SINTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
sinter(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinter.
sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Intersect multiple sets
sinter(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Intersect multiple sets
SINTERSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinterstore.
sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Intersect multiple sets and store the resulting set in a key
sinterstore(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Intersect multiple sets and store the resulting set in a key
SISMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
sismember(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sismember.
sismember(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Determine if a given value is a member of a set
sismember(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine if a given value is a member of a set
size() - Method in class io.vertx.reactivex.core.CompositeFuture
 
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(Handler<AsyncResult<Integer>>) - 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(Handler<AsyncResult<Integer>>) - 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.SqlResult
Get the number of rows retrieved in the SqlResult.
size() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
slaveof(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slaveof.
slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Make the server a slave of another instance
slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Make the server a slave of another instance
slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Make this server a master
slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Make this server a master
slaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
Show a list of slaves for this master, and their state
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slowlog.
slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Read the Redis slow queries log
slowlogGet(int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Read the Redis slow queries log
slowlogLen(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the length of the Redis slow queries log
slowlogLen(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the length of the Redis slow queries log
slowlogReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Reset the Redis slow queries log
slowlogReset(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Reset the Redis slow queries log
SMEMBERS - Static variable in class io.vertx.reactivex.redis.client.Command
 
smembers(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smembers.
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get all the members in a set
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get all the members in a set
SMOVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
smove(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smove.
smove(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Move a member from one set to another
smove(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Move a member from one set to another
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.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
 
SORT - Static variable in class io.vertx.reactivex.redis.client.Command
 
sort(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sort.
sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Sort the elements in a list, set or sorted set
sort(String, SortOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Sort the elements in a list, set or sorted set
SoundcloudAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for SoundCloud.
SoundcloudAuth(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, 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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
spop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spop.
spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and return a random member from a set
spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and return a random member from a set
spopMany(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove and return random members from a set
spopMany(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove and return random members from a set
SQLClient - Class in io.vertx.reactivex.ext.sql
A common asynchronous client interface for interacting with SQL compliant database

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

SQLClient(SQLClient) - Constructor for class io.vertx.reactivex.ext.sql.SQLClient
 
SQLClient(Object) - Constructor for class io.vertx.reactivex.ext.sql.SQLClient
 
SqlClient - Class in io.vertx.reactivex.sqlclient
Defines the 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
 
SQLClientHelper - Class in io.vertx.reactivex.ext.sql
Utilities for generating observables with a SQLClient.
SQLConnection - Class in io.vertx.reactivex.ext.sql
Represents a connection to a SQL database

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

SQLConnection(SQLConnection) - Constructor for class io.vertx.reactivex.ext.sql.SQLConnection
 
SQLConnection(Object) - Constructor for class io.vertx.reactivex.ext.sql.SQLConnection
 
SqlConnection - Class in io.vertx.reactivex.sqlclient
A connection to database server.
SqlConnection(SqlConnection) - Constructor for class io.vertx.reactivex.sqlclient.SqlConnection
 
SqlConnection(Object) - Constructor for class io.vertx.reactivex.sqlclient.SqlConnection
 
SQLOperations - Interface in io.vertx.reactivex.ext.sql
Represents a SQL query interface to a database

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

SqlResult<T> - Class in io.vertx.reactivex.sqlclient
Represents the result of an operation on database.
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
 
SRANDMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srandmember.
srandmember(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get one or multiple random members from a set
srandmember(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get one or multiple random members from a set
srandmemberCount(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get one or multiple random members from a set
srandmemberCount(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get one or multiple random members from a set
SREM - Static variable in class io.vertx.reactivex.redis.client.Command
 
srem(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srem.
srem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove one member from a set
srem(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove one member from a set
sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove one or more members from a set
sremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove one or more members from a set
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
sscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sscan.
sscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Incrementally iterate Set elements
sscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Incrementally iterate Set elements
ssl(Boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
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
 
stackTrace() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
start(String, int, String, String, Handler<AsyncResult<AmqpBridge>>) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
start(String, int, Handler<AsyncResult<AmqpBridge>>) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
start(Future<Void>) - Method in class io.vertx.reactivex.core.AbstractVerticle
 
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(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(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(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.
statusCode() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
statusCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
the returned status code from the HTTP layer.
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
 
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(Future<Void>) - Method in class io.vertx.reactivex.core.AbstractVerticle
 
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 stop.
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.
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.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
strlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command strlen.
strlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the length of the value stored in a key
strlen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the length of the value stored in a key
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(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, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<Frame>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(Set<String>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(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(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(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(Map<String, Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topics with related QoS levels
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command subscribe.
subscribe(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for messages published to the given channels
subscribe(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for messages published to the given channels
subscribeAcknowledge(int, List<MqttQoS>) - 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.
subscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Listen for messages published to the given channels
subscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Listen for messages published to the given channels
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(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
SUBSTR - Static variable in class io.vertx.reactivex.redis.client.Command
 
substr(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command substr.
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(int) - Method in class io.vertx.reactivex.core.CompositeFuture
Returns true if a wrapped future is succeeded
succeeded() - Method in class io.vertx.reactivex.core.Future
Did it succeed?
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.
succeededFuture() - Static method in class io.vertx.reactivex.core.Future
Create a succeeded future with a null result
succeededFuture(T) - Static method in class io.vertx.reactivex.core.Future
Created a succeeded future with the specified result.
success() - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
SUNION - Static variable in class io.vertx.reactivex.redis.client.Command
 
sunion(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunion.
sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add multiple sets
sunion(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add multiple sets
SUNIONSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunionstore.
sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add multiple sets and store the resulting set in a key
sunionstore(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add multiple sets and store the resulting set in a key
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
swapdb(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command swapdb.
swapdb(int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Swaps two Redis databases
swapdb(int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Swaps two Redis databases
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
sync(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sync.
sync(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Internal command used for replication
sync(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Internal command used for replication
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

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

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
 
TemplateEngine - Class in io.vertx.reactivex.ext.web.templ
A template engine 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.templ.TemplateEngine
 
TemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.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
 
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, Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Add a new test case to the suite.
test(String, int, Handler<TestContext>) - Method in class io.vertx.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
 
textData() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
textFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFileUpload(String, String, Buffer, 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 automatically registers 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 automatically registers 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 automatically registers 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.
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
time(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command time.
time(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return the current server time
time(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return the current server time
timeout(long) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configures the amount of time in milliseconds after which if the request does not return any data within the timeout period an TimeoutException fails the request.
timeout() - Method in class io.vertx.reactivex.ext.web.Session
 
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
Returns a one-shot timer as a read stream.
timestamp() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
timestamp() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
timestamp() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
timestampType() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
to(WriteStream<T>) - Method in class io.vertx.reactivex.core.streams.Pipe
Like Pipe.to(io.vertx.reactivex.core.streams.WriteStream<T>) but without a completion handler
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.
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[].
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.HttpClientRequest
 
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.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.web.api.RequestParameter
Converts deeply this RequestParameter in a Json representation
toJson() - Method in class io.vertx.reactivex.ext.web.api.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
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.
tokenType() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
toLong() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Long.
toNetSocket(Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
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.HttpClientRequest
 
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.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.eventbus.MessageProducer
 
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.kafka.client.producer.KafkaProducer
 
topic(Vertx, String) - Static method in class io.vertx.reactivex.ext.stomp.Destination
 
topic() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
topic() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
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
 
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.amqpbridge.AmqpBridge
 
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.Mapper
 
toString() - Method in class io.vertx.reactivex.cassandra.MappingManager
 
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.config.ConfigRetriever
 
toString() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a String representation of the Buffer with the UTF-8encoding
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() - 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.CompositeFuture
 
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.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.Future
 
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.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.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.asyncsql.AsyncSQLClient
 
toString() - Method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
 
toString() - Method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
 
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.JDBCHashStrategy
 
toString() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
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.oauth2.AccessToken
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
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.GithubAuth
 
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.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.oauth2.rbac.KeycloakRBAC
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
toString() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
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.bridge.BaseBridgeEvent
 
toString() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
toString() - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
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.MailClient
 
toString() - Method in class io.vertx.reactivex.ext.mail.MailService
 
toString() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
toString() - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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.HttpRequest
 
toString() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
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.Cookie
 
toString() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
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.CookieHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
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.ApolloWSHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
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.JWTAuthHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
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.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.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.UserSessionHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
toString() - Method in class io.vertx.reactivex.ext.web.Locale
 
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.ParsedHeaderValues
 
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.LocalSessionStore
 
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.TemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
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.MqttPublishMessage
 
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.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.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.BasicProperties
 
toString() - Method in class io.vertx.reactivex.rabbitmq.Envelope
 
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.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(Charset) - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a String encoded with the given charset.
toString() - Method in class io.vertx.reactivex.redis.RedisClient
 
toString() - Method in class io.vertx.reactivex.redis.RedisTransaction
 
toString() - Method in class io.vertx.reactivex.redis.Script
 
toString() - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
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.Transaction
 
toString() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
toSubscriber() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
toSubscriber() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
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.kafka.client.producer.KafkaProducer
 
totalSpace() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
TOUCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
touch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command touch.
touch(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Alters the last access time of a key(s).
touchMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Alters the last access time of a key(s).
toURI() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a URI representation of the JSON Pointer
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
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
 
transaction(TxnRequest, Handler<AsyncResult<TxnResponse>>) - 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.ConsulService
 
transaction() - Method in class io.vertx.reactivex.redis.RedisClient
Return a RedisTransaction instance
Transaction - Class in io.vertx.reactivex.sqlclient
A transaction that allows to control the transaction and receive events.
Transaction(Transaction) - Constructor for class io.vertx.reactivex.sqlclient.Transaction
 
Transaction(Object) - Constructor for class io.vertx.reactivex.sqlclient.Transaction
 
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(CompositeFuture) - Method in class io.vertx.reactivex.core.CompositeFuture
Deprecated.
tryComplete() - Method in class io.vertx.reactivex.core.CompositeFuture
Try to set this instance as result.
tryComplete(T) - Method in class io.vertx.reactivex.core.Future
Deprecated.
tryComplete() - Method in class io.vertx.reactivex.core.Future
Deprecated.
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.
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.
tryFail(Throwable) - Method in class io.vertx.reactivex.core.Future
Deprecated.
tryFail(String) - Method in class io.vertx.reactivex.core.Future
Deprecated.
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.
tryFail(String) - Method in class io.vertx.reactivex.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
ttl() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
ttl(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
TTL - Static variable in class io.vertx.reactivex.redis.client.Command
 
ttl(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ttl.
ttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the time to live for a key
ttl(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the time to live for a key
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 - 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
 
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.
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.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
 
type() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
TYPE - Static variable in class io.vertx.reactivex.redis.client.Command
 
type(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command type.
type() - Method in class io.vertx.reactivex.redis.client.Response
The response return type.
type(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Determine the type stored at key
type(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine the type stored at key
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.EventBusService
Name of the type.
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.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
 

U

unallocatedSpace() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
undeploy(String) - Method in class io.vertx.reactivex.core.Vertx
Undeploy a verticle deployment.
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, 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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
unlink(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unlink.
unlink(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete a key asynchronously in another thread.
unlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete a key asynchronously in another thread.
unlinkBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
unlinkMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Delete multiple keys asynchronously in another thread.
unlinkMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Delete multiple keys asynchronously in another thread.
unlistenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - 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, Handler<AsyncResult<DatagramSocket>>) - 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(Class<T>) - Static method in class io.vertx.reactivex.core.FlowableHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.FlowableHelper
 
unmarshaller(Class<T>, ObjectMapper) - Static method in class io.vertx.reactivex.core.FlowableHelper
 
unmarshaller(TypeReference<T>, ObjectMapper) - Static method in class io.vertx.reactivex.core.FlowableHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.MaybeHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.MaybeHelper
 
unmarshaller(Class<T>, ObjectMapper) - Static method in class io.vertx.reactivex.core.MaybeHelper
 
unmarshaller(TypeReference<T>, ObjectMapper) - Static method in class io.vertx.reactivex.core.MaybeHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.ObservableHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.ObservableHelper
 
unmarshaller(Class<T>, ObjectMapper) - Static method in class io.vertx.reactivex.core.ObservableHelper
 
unmarshaller(TypeReference<T>, ObjectMapper) - Static method in class io.vertx.reactivex.core.ObservableHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.SingleHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.SingleHelper
 
unmarshaller(Class<T>, ObjectMapper) - Static method in class io.vertx.reactivex.core.SingleHelper
 
unmarshaller(TypeReference<T>, ObjectMapper) - Static method in class io.vertx.reactivex.core.SingleHelper
 
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
Like CommandRegistry.unregisterCommand(java.lang.String), without a completion handler.
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(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, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
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(String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
unsubscribe(String, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
UNSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
unsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
Stop listening for messages posted to the given channels
unsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Stop listening for messages posted to the given channels
unsubscribeAcknowledge(int) - 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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
unwatch(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unwatch.
unwatch(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Forget about all watched keys
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
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.
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.
updateAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Update Acl token
updateAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
updateCheck(String, CheckStatus, Handler<AsyncResult<Void>>) - 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.ConsulService
 
updateCheckWithNote(String, CheckStatus, String, Handler<AsyncResult<Void>>) - 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.ConsulService
 
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
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
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
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
 
updatePreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
updatePreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
 
updateSettings(Http2Settings) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send to the remote endpoint an update of the server 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

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Deprecated.
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
Deprecated.
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() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Deprecated.
upgradeToSsl(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String, Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
uploadedFileName() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Set an upload handler.
uri() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
uri() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
uri() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
uri(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new request URI value.
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
usableSpace() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
useNormalisedPath(boolean) - Method in class io.vertx.reactivex.ext.web.Route
If true then the normalised request path will be used when routing (e.g.
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() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get the authenticated user (if any).
userId() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
 
userInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
UserSessionHandler - Class in io.vertx.reactivex.ext.web.handler
This handler should be used if you want to store the User object in the Session so it's available between different requests, without you having re-authenticate each time.
UserSessionHandler(UserSessionHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.UserSessionHandler
 
UserSessionHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.UserSessionHandler
 
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
This function have to be synchronous.
validateArrayParam(List<String>) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
This function will be called when there is a List that need to be validated.
validateSingleParam(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
This function will be called when there is only a string as parameter.
ValidationHandler - Interface in io.vertx.reactivex.ext.web.api.validation
Base interface for validation.
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.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 result value.
value() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the result value.
variant() - Method in class io.vertx.reactivex.ext.web.Locale
Deprecated.
verify(String, String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Time constant password check.
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.
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 - 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
 
vertx() - Static method in class io.vertx.reactivex.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
Creates a non clustered instance using the specified 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
 
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
 
virtualHost(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a virtual host value.
VirtualHostHandler - Class in io.vertx.reactivex.ext.web.handler
Handler that will filter requests based on the request Host name.
VirtualHostHandler(VirtualHostHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
 
VirtualHostHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
 

W

WAIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
wait(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command wait.
wait(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
wait(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
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.
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.
warnCheck(String, Handler<AsyncResult<Void>>) - 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.ConsulService
 
warnCheckWithNote(String, String, Handler<AsyncResult<Void>>) - 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.ConsulService
 
wasApplied() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
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
 
watch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command watch.
watch(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
watchMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
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
 
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(RequestOptions, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(int, String, String, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(RequestOptions, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(int, String, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, String, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(RequestOptions, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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(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(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(WebSocketConnectOptions, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified options.
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
 
websocketAbs(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
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(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.core.http.HttpServer
Deprecated.
webSocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set the WebSocket handler for the server to wsHandler.
webSocketHandler() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Gets the able to manage web socket connections.
websocketStream(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(RequestOptions, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(int, String, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(String, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(RequestOptions, MultiMap, WebsocketVersion) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(RequestOptions, MultiMap, WebsocketVersion, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(String, MultiMap, WebsocketVersion) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream(String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Deprecated.
websocketStream() - Method in class io.vertx.reactivex.core.http.HttpServer
Deprecated.
webSocketStream() - Method in class io.vertx.reactivex.core.http.HttpServer
Return the WebSocket stream for the server.
websocketStreamAbs(String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.reactivex.core.http.HttpClient
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
 
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
 
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
 
withShortAsBody(short) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withSymbolAsBody(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withUuidAsBody(UUID) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
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(List<Object>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the provided list with a tuple.
wrap(Object[]) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the provided array with a tuple.
write(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
write(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
write(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
write(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
write(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
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) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
write(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Write a String to the request body, encoded as UTF-8.
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
write(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Write a String to the request body, encoded using the encoding enc.
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as HttpClientRequest.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
write(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Write a String to the response body, encoded using the encoding enc.
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
write(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Write a String to the response body, encoded in UTF-8.
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
write(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
write(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
write(Object, JsonPointerIterator, Object, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Write newElement in objectToWrite using this pointer.
write(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
 
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
write(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Write a String to the connection, encoded in UTF-8.
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.write(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
write(String, String) - Method in class io.vertx.reactivex.core.net.NetSocket
Write a String to the connection, encoded using the encoding enc.
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Like 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(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Write some data to the stream.
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(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(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Writes the given frame to the socket.
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(String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Write a String to the socket, encoded in UTF-8.
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
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
 
write(KafkaProducerRecord<K, V>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeBinaryMessage(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a (potentially large) piece of binary data to the connection.
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.writeBinaryMessage(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
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(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
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.HttpServerResponse
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Write a final WebSocket binary frame to the connection
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.writeFinalBinaryFrame(io.vertx.reactivex.core.buffer.Buffer) but with an handler called when the operation completes
writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Write a final WebSocket text frame to the connection
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.writeFinalTextFrame(java.lang.String) but with an handler called when the operation completes
writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Write a WebSocket frame to the connection
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.writeFrame(io.vertx.reactivex.core.http.WebSocketFrame) but with an handler called when the operation completes
writeHandlerID() - Method in class io.vertx.reactivex.core.net.NetSocket
When a NetSocket is created it automatically registers 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 automatically registers 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.
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.
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.
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.eventbus.MessageProducer
This will return true if there are more bytes in the write queue than the value set using MessageProducer.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.kafka.client.producer.KafkaProducer
 
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, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeTextMessage(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeTextMessage(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a (potentially large) piece of text data to the connection.
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.writeTextMessage(java.lang.String) but with an handler called when the operation completes
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 - Static variable in class io.vertx.reactivex.redis.client.Command
 
xack(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xack.
XADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
xadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xadd.
XCLAIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xclaim.
XDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
xdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xdel.
XGROUP - Static variable in class io.vertx.reactivex.redis.client.Command
 
xgroup(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xgroup.
XINFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
xinfo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xinfo.
XLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
xlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xlen.
XPENDING - Static variable in class io.vertx.reactivex.redis.client.Command
 
xpending(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xpending.
XRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
xrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrange.
XREAD - Static variable in class io.vertx.reactivex.redis.client.Command
 
xread(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xread.
XREADGROUP - Static variable in class io.vertx.reactivex.redis.client.Command
 
xreadgroup(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xreadgroup.
XREVRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
xrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrevrange.
XSETID - Static variable in class io.vertx.reactivex.redis.client.Command
 
xsetid(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xsetid.
XTRIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
xtrim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xtrim.

Z

ZADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
zadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zadd.
zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more members to a sorted set, or update its score if it already exists
zadd(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more members to a sorted set, or update its score if it already exists
zaddMany(String, Map<String, Double>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add one or more members to a sorted set, or update its score if it already exists
zaddMany(String, Map<String, Double>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add one or more members to a sorted set, or update its score if it already exists
ZCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
zcard(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcard.
zcard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the number of members in a sorted set
zcard(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the number of members in a sorted set
ZCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
zcount(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcount.
zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Count the members in a sorted set with scores within the given values
zcount(String, double, double, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Count the members in a sorted set with scores within the given values
ZINCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
zincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zincrby.
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Increment the score of a member in a sorted set
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Increment the score of a member in a sorted set
ZINTERSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinterstore.
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
ZLEXCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
zlexcount(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zlexcount.
zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Count the number of members in a sorted set between a given lexicographical range
zlexcount(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Count the number of members in a sorted set between a given lexicographical range
ZPOPMAX - Static variable in class io.vertx.reactivex.redis.client.Command
 
zpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmax.
ZPOPMIN - Static variable in class io.vertx.reactivex.redis.client.Command
 
zpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmin.
ZRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrange.
zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by index
zrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by index
ZRANGEBYLEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebylex.
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by lexicographical range
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by lexicographical range
ZRANGEBYSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebyscore.
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by score
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by score
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by index
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by index
ZRANK - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrank(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrank.
zrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Determine the index of a member in a sorted set
zrank(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine the index of a member in a sorted set
ZREM - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrem(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrem.
zrem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove one member from a sorted set
zrem(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove one member from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove one or more members from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove one or more members from a sorted set
ZREMRANGEBYLEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
zremrangebylex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebylex.
zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all members in a sorted set between the given lexicographical range
zremrangebylex(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all members in a sorted set between the given lexicographical range
ZREMRANGEBYRANK - Static variable in class io.vertx.reactivex.redis.client.Command
 
zremrangebyrank(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyrank.
zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all members in a sorted set within the given indexes
zremrangebyrank(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all members in a sorted set within the given indexes
ZREMRANGEBYSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zremrangebyscore(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyscore.
zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Remove all members in a sorted set within the given scores
zremrangebyscore(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Remove all members in a sorted set within the given scores
ZREVRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrange.
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by index, with scores ordered from high to low
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by index, with scores ordered from high to low
ZREVRANGEBYLEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrevrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebylex.
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low
ZREVRANGEBYSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrevrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebyscore.
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Return a range of members in a sorted set, by score, with scores ordered from high to low
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Return a range of members in a sorted set, by score, with scores ordered from high to low
ZREVRANK - Static variable in class io.vertx.reactivex.redis.client.Command
 
zrevrank(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrank.
zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Determine the index of a member in a sorted set, with scores ordered from high to low
zrevrank(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Determine the index of a member in a sorted set, with scores ordered from high to low
ZSCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
zscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscan.
zscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
Incrementally iterate sorted sets elements and associated scores
zscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Incrementally iterate sorted sets elements and associated scores
ZSCORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zscore(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscore.
zscore(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
Get the score associated with the given member in a sorted set
zscore(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Get the score associated with the given member in a sorted set
ZUNIONSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
zunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunionstore.
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
Add multiple sorted sets using weights, and store the resulting sorted set in a new key

_

__TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpClient
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpConnection
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpMessage
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpReceiver
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.amqp.AmqpSender
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.amqpbridge.AmqpBridge
 
__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.Mapper
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.cassandra.MappingManager
 
__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.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.CompositeFuture
 
__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.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.Future
 
__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.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.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.asyncsql.AsyncSQLClient
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
 
__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.JDBCHashStrategy
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
__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.oauth2.AccessToken
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
__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.OAuth2RBAC
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
__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.GithubAuth
 
__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.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.oauth2.rbac.KeycloakRBAC
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
__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.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.ConsulService
 
__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.MailClient
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.mail.MailService
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.mongo.MongoService
 
__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.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.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.Cookie
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.FileUpload
 
__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.CookieHandler
 
__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.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.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.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.JWTAuthHandler
 
__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.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.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.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.UserSessionHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.LanguageHeader
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.Locale
 
__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.ParsedHeaderValues
 
__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.LocalSessionStore
 
__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.TemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
__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.MqttPublishMessage
 
__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.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.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.BasicProperties
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.rabbitmq.Envelope
 
__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.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.redis.RedisClient
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.redis.RedisTransaction
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.redis.Script
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.redis.sentinel.RedisSentinel
 
__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.Transaction
 
__TYPE_ARG - Static variable in class io.vertx.reactivex.sqlclient.Tuple
 
__typeArg_0 - Variable in class io.vertx.reactivex.cassandra.Mapper
 
__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.Future
 
__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.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_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.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
 
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 _ 

Copyright © 2021 Eclipse. All rights reserved.