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 Z _ 

A

abort(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abortHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
AbstractVerticle - Class in io.vertx.rxjava.core
 
AbstractVerticle() - Constructor for class io.vertx.rxjava.core.AbstractVerticle
 
accept() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
accept(HttpServerRequest) - Method in class io.vertx.rxjava.ext.web.Router
Deprecated.
accept() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Like MqttEndpoint.accept() with no session is present.
accept(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
acceptableLanguages() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Returns the languages for the current request.
acceptableLocales() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Deprecated.
acceptCharset() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
acceptEncoding() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
acceptLanguage() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
acceptMoreValues(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given option accept more values.
AccessToken - Class in io.vertx.rxjava.ext.auth.oauth2
AccessToken extension to the User interface

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

AccessToken(AccessToken) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
accessToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The Access Token if present parsed as a JsonObject
accessToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Get decoded `access_token` from the principal.
ack(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a ACK frame.
ack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a ACK frame is received.
Acknowledgement - Class in io.vertx.rxjava.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement(Acknowledgement) - Constructor for class io.vertx.rxjava.ext.stomp.Acknowledgement
 
acr(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
actualPort() - Method in class io.vertx.rxjava.core.http.HttpServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava.core.net.NetServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Gets the port on which the server is listening.
actualPort() - Method in class io.vertx.rxjava.mqtt.MqttServer
The actual port the server is listening on.
add(String, String) - Method in class io.vertx.rxjava.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in class io.vertx.rxjava.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.rxjava.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
addAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in class io.vertx.rxjava.core.MultiMap
Adds all the entries from a Map to this
addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGetObservable(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Deprecated.
addArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CLI
Adds an argument.
addArguments(List<Argument>) - Method in class io.vertx.rxjava.core.cli.CLI
Adds a set of arguments.
addAuthorities(Set<String>) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Add a set of required authorities for this auth handler
addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Add a set of required authorities for this auth handler
addAuthority(String) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Add a required authority for this auth handler
addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Add a required authority for this auth handler
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Provides a handler that will be called after the last part of the body is written to the wire.
addCloseHook(Closeable) - Method in class io.vertx.rxjava.core.Context
 
addCookie(Cookie) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a cookie.
addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a custom validator.
addExpectedContentType(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add an expected content type of request.
addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Add a failure handler by operation_id field in Operation object
addFormParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a single parameter inside a form with included parameter types
addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a form parameters array with included parameter types
addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a form parameters array with a custom pattern
addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a form parameter with a custom type validator.
addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a single parameter inside a form with a custom pattern
addGlobalHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Add global handler to be applied prior to Router being generated.
addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Add global handler to be applied prior to Router being generated.
addHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Add an handler by operation_id field in Operation object
addHeader(String, String) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
addHeader(String, Buffer) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
addHeader(KafkaHeader) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a header parameter with included parameter types
addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a header parameter with a custom type validator.
addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a header parameter with a custom pattern
addHeaders(List<KafkaHeader>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
Add a list of headers to this record.
addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a handler that will be called just before headers are written to the response.
addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is received by Vert.x
addJsonBodySchema(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a json schema for body with Content-Type "application/json"
addMultipartRequiredFile(String, String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add an expected filename inside multipart request.
addOption(Option) - Method in class io.vertx.rxjava.core.cli.CLI
Adds an option.
addOptions(List<Option>) - Method in class io.vertx.rxjava.core.cli.CLI
Adds a set of options.
addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is sent from Vert.x
addPathParam(String, ParameterType) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a path parameter with included parameter types.
addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a path parameter with a custom type validator.
addPathParamWithPattern(String, String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a path parameter with a custom pattern.
addQueryParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameter with included parameter types
addQueryParam(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Add a query parameter to the request.
addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameters array with included parameter types
addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameters array with a custom pattern
addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameter with a custom type validator.
addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a query parameter with a custom pattern
address() - Method in class io.vertx.rxjava.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
addSecurityHandler(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Mount to paths that have to follow a security schema a security handler
addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Mount to paths that have to follow a security schema a security handler
addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Add a particular scope validator.
addXMLBodySchema(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Add a xml schema for body with Content-Type "application/xml"
AdminUtils - Class in io.vertx.rxjava.kafka.admin
Provides a wrapper around important methods in Kafka's AdminUtils, namely

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

AdminUtils(AdminUtils) - Constructor for class io.vertx.rxjava.kafka.admin.AdminUtils
 
after(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed after the tests.
afterEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
aggregate(String, JsonArray) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run aggregate MongoDB command.
all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.ResultSet
 
all(Future<T1>, Future<T2>) - Static method in class io.vertx.rxjava.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
all(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.rxjava.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.rxjava.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.rxjava.core.CompositeFuture
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.rxjava.core.CompositeFuture
all(List<Future>) - Static method in class io.vertx.rxjava.core.CompositeFuture
allArguments() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
allowCredentials(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Set whether credentials are allowed.
allowedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an allowed header
allowedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add a set of allowed headers
allowedMethod(HttpMethod) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an allowed method
allowedOrigins(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
allowEmptyValue() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
allowEmptyValue is used in query, header, cookie and form parameters.
AmqpBridge - Class in io.vertx.rxjava.amqpbridge
Vert.x AMQP Bridge.
AmqpBridge(AmqpBridge) - Constructor for class io.vertx.rxjava.amqpbridge.AmqpBridge
 
any(Future<T1>, Future<T2>) - Static method in class io.vertx.rxjava.core.CompositeFuture
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
any(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.rxjava.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.rxjava.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.rxjava.core.CompositeFuture
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.rxjava.core.CompositeFuture
any(List<Future>) - Static method in class io.vertx.rxjava.core.CompositeFuture
append(AuthProvider) - Method in class io.vertx.rxjava.ext.auth.ChainAuth
Appends a auth provider to the chain.
append(AuthHandler) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
append(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Append a value to a key
append(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append a value to a key
appendBuffer(Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendByte(byte) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendBytes(byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendDouble(double) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendFloat(float) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendLong(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLongLE(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer in the Little Endian Byte Order.
appendObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
appendObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
appendShort(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendString(String, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendUnsignedByte(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedInt(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedIntLE(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appId() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
apply(ResponsePredicateResult) - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
args() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
argsTokens() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
arrayEventMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
arrayValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
arrayValueMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json array.
as(BodyCodec<U>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to decode the response with the responseCodec.
assertEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertFalse(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is false.
assertInRange(double, double, double) - Method in class io.vertx.rxjava.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertNotEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is not null.
assertNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is null.
assertTrue(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is true.
assign(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
Async - Class in io.vertx.rxjava.ext.unit
An asynchronous exit point for a test.

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

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

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

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

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

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

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

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

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

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

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

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

AsyncFile - Class in io.vertx.rxjava.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile(AsyncFile) - Constructor for class io.vertx.rxjava.core.file.AsyncFile
 
AsyncMap<K,V> - Class in io.vertx.rxjava.core.shareddata
An asynchronous map.
AsyncMap(AsyncMap) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
 
AsyncMap(AsyncMap, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
 
AsyncSQLClient - Class in io.vertx.rxjava.ext.asyncsql
Represents an asynchronous SQL client

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

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

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

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

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

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

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

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

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

AzureADAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Azure AD.
AzureADAuth(AzureADAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 

B

backgroundHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
BaseBridgeEvent - Class in io.vertx.rxjava.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
baseCommands(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
basicAck(long, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAckObservable(long, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
BasicAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
basicCancel(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
basicCancel(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
basicCancelObservable(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
basicConsume(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
basicConsume(String, String, boolean, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
basicConsume(String, String, boolean, Handler<AsyncResult<String>>, Handler<Throwable>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
basicConsumeObservable(String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
basicConsumeObservable(String, String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumerObservable(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
basicConsumerObservable(String, QueueOptions) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
basicGet(String, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGetObservable(String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
basicNack(long, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNackObservable(long, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
BasicProperties - Class in io.vertx.rxjava.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.rxjava.rabbitmq.BasicProperties
 
basicPublish(String, String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublishObservable(String, String, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
basicQos(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQosObservable(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
basicQosObservable(int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
basicQosObservable(int, int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParamsObservable(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Set the handler to be used when batches of messages are fetched from the Kafka server.
batchObservable(List<String>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParamsObservable(String, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
before(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before the tests.
beforeEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
The time at which the test began in millis.
beginTX(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Asynchronously rewrite the append-only file
bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Asynchronously rewrite the append-only file
bgrewriteaofObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
bgrewriteaofObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Asynchronously save the dataset to disk
bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Asynchronously save the dataset to disk
bgsaveObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
bgsaveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
binaryData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
binaryFileUpload(String, String, String, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryHandlerID() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
When a Websocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava.core.http.WebSocket
When a Websocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
When a Websocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Return the binary value.
bindings() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
bitcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Count set bits in a string
bitcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Count set bits in a string
bitcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
bitcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Count set bits in a string
bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Count set bits in a string
bitcountRangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
bitcountRangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
bitfield(String, BitFieldOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Perform arbitrary bitfield integer operations on strings.
bitfieldObservable(String, BitFieldOptions) - Method in class io.vertx.rxjava.redis.RedisClient
bitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Perform arbitrary bitfield integer operations on strings.
bitfieldWithOverflowObservable(String, BitFieldOptions, BitFieldOverflowOptions) - Method in class io.vertx.rxjava.redis.RedisClient
bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Perform bitwise operations between strings
bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Perform bitwise operations between strings
bitopObservable(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
bitopObservable(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
bitpos(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string
bitpos(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string See also bitposRange() method, which takes start, and stop offset.
bitposFrom(String, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
bitposFromObservable(String, int, int) - Method in class io.vertx.rxjava.redis.RedisClient
bitposFromObservable(String, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
bitposObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
bitposObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified
bitposRange(String, int, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
bitposRangeObservable(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisClient
bitposRangeObservable(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.rxjava.ext.web.Route
Specify a blocking request handler for the route.
blockingScheduler(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockMulticastGroup(String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroupObservable(String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
blockMulticastGroupObservable(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the first element in a list, or block until one is available
blpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the first element in a list, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the first element in any of the lists, or block until one is available
blpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the first element in any of the lists, or block until one is available
blpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisClient
blpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
blpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
blpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
body() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
body() - Method in class io.vertx.rxjava.core.eventbus.Message
The body of the message.
body() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
The HTTP response body as a buffer
body() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Return request body
body() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
body() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
bodyAsBuffer() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsJson(Class<R>) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsString() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
BodyCodec<T> - Class in io.vertx.rxjava.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec(BodyCodec) - Constructor for class io.vertx.rxjava.ext.web.codec.BodyCodec
 
BodyCodec(BodyCodec, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.codec.BodyCodec
 
bodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which gathers the entire request body and sets it on the .
BodyHandler(BodyHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.BodyHandler
 
bodyStream() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
booleanValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
BoxAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for box.com.
BoxAuth(BoxAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
bridge(Vertx, BridgeOptions) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
bridge(BridgeOptions) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
bridge(BridgeOptions) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(BridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.BridgeOptions) but specifying a handler that will receive bridge events.
BridgeEvent - Class in io.vertx.rxjava.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the last element in a list, or block until one is available
brpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the last element in a list, or block until one is available
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpushObservable(String, String, int) - Method in class io.vertx.rxjava.redis.RedisClient
brpoplpushObservable(String, String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the last element in any of the lists, or block until one is available
brpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the last element in any of the lists, or block until one is available
brpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisClient
brpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
brpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
brpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Buffer - Class in io.vertx.rxjava.core.buffer
Most data is shuffled around inside Vert.x using buffers.
Buffer(Buffer) - Constructor for class io.vertx.rxjava.core.buffer.Buffer
 
buffer() - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
buffer(byte[]) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(ByteBuf) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a Netty ByteBuf.
buffer() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
build(Vertx) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Build the command
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation.
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
bulkWriteObservable(String, List<BulkOperation>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
bulkWriteObservable(String, List<BulkOperation>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
bulkWriteWithOptionsObservable(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
bulkWriteWithOptionsObservable(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
bytesRead() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
bytesWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 

C

cached() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cachedAs(Class<X>) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the service object if already retrieved.
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Deprecated.
callObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParamsObservable(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
callWithParamsObservable(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
cancel() - Method in class io.vertx.rxjava.core.TimeoutStream
Cancels the timeout.
cancel() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancel(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancelObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Deprecated.
cancelTimer(long) - Method in class io.vertx.rxjava.core.Vertx
Cancels the timer with the specified id.
caseInsensitiveMultiMap() - Static method in class io.vertx.rxjava.core.MultiMap
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
CassandraClient - Class in io.vertx.rxjava.cassandra
Eclipse Vert.x Cassandra client.
CassandraClient(CassandraClient) - Constructor for class io.vertx.rxjava.cassandra.CassandraClient
 
CassandraRowStream - Class in io.vertx.rxjava.cassandra
A for consumption.
CassandraRowStream(CassandraRowStream) - Constructor for class io.vertx.rxjava.cassandra.CassandraRowStream
 
catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogNodes(Handler<AsyncResult<NodeList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServices(Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
cause(int) - Method in class io.vertx.rxjava.core.CompositeFuture
Returns a cause of a wrapped future
cause() - Method in class io.vertx.rxjava.core.Future
A Throwable describing failure.
cause() - Method in class io.vertx.rxjava.ext.consul.WatchResult
A Throwable describing failure.
certificatePath() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Filesystem path to the X.509 certificate file in PEM format .
ChainAuth - Class in io.vertx.rxjava.ext.auth
Chain several auth providers as if they were one.
ChainAuth(ChainAuth) - Constructor for class io.vertx.rxjava.ext.auth.ChainAuth
 
ChainAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that chains to a sequence of handlers.
ChainAuthHandler(ChainAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
changeTopicConfig(String, Map<String, String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Updates the configuration of the topic given by topicName.
charset() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
charSet() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
checksum() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
Deprecated.
chmod(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodRecursiveObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chown(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chownBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of
chownObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
CircuitBreaker - Class in io.vertx.rxjava.circuitbreaker
An implementation of the circuit breaker pattern for Vert.x

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

CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
ckquorum(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the majority needed to authorize the failover.
ckquorumObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
clear() - Method in class io.vertx.rxjava.core.MultiMap
Removes all
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Clear all entries in the map
clear() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
Clears the chain.
clear() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Clears the chain.
clear() - Method in class io.vertx.rxjava.ext.web.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Remove all sessions from the store.
clearCache() - Method in class io.vertx.rxjava.ext.auth.User
The User object will cache any authorities that it knows it has to avoid hitting the underlying auth provider each time.
clearObservable() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
use AsyncMap.rxClear() instead
clearObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Deprecated.
clearUser() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Clear the current user object in the context.
CLI - Class in io.vertx.rxjava.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
CLI(CLI) - Constructor for class io.vertx.rxjava.core.cli.CLI
 
cli() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
cli() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the current connection name
clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the current connection name
clientGetnameObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clientGetnameObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
clientId() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
clientIdentifier() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Kill the connection of a client
clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Kill the connection of a client
clientKillObservable(KillFilter) - Method in class io.vertx.rxjava.redis.RedisClient
clientKillObservable(KillFilter) - Method in class io.vertx.rxjava.redis.RedisTransaction
clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the list of client connections
clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the list of client connections
clientListObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clientListObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Stop processing commands from clients for some time
clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop processing commands from clients for some time
clientPauseObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clientPauseObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
clientReply(ClientReplyOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Instruct the server whether to reply to commands.
clientReplyObservable(ClientReplyOptions) - Method in class io.vertx.rxjava.redis.RedisClient
clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the current connection name
clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the current connection name
clientSetnameObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
clientSetnameObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
CliToken - Class in io.vertx.rxjava.ext.shell.cli
A parsed token in the command line interface.
CliToken(CliToken) - Constructor for class io.vertx.rxjava.ext.shell.cli.CliToken
 
cloneAclToken(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Clone Acl token
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Shuts the bridge down, closing the underlying connection.
close() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Closes the circuit breaker.
close() - Method in class io.vertx.rxjava.config.ConfigRetriever
Closes the retriever.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket.
close() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Closes the producer, this method should be called when the message producer is not used anymore.
close() - Method in class io.vertx.rxjava.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Close the file.
close() - Method in class io.vertx.rxjava.core.http.HttpClient
Close the client.
close() - Method in class io.vertx.rxjava.core.http.HttpConnection
Close the connection and all the currently active streams.
close() - Method in class io.vertx.rxjava.core.http.HttpServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Close the underlying TCP connection corresponding to the request.
close() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Close the WebSocket sending the default close frame.
close(short) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
close(short, String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
close() - Method in class io.vertx.rxjava.core.http.WebSocket
Close the WebSocket sending the default close frame.
close(short) - Method in class io.vertx.rxjava.core.http.WebSocket
 
close(short, String) - Method in class io.vertx.rxjava.core.http.WebSocket
 
close() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Close the WebSocket sending the default close frame.
close(short) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
close(short, String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
close() - Method in class io.vertx.rxjava.core.net.NetClient
Close the client.
close() - Method in class io.vertx.rxjava.core.net.NetServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.rxjava.core.net.NetSocket
Close the NetSocket
close() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Close and release the map
close() - Method in class io.vertx.rxjava.core.Vertx
Stop the the Vertx instance and release any resources held by it.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
close() - Method in class io.vertx.rxjava.core.WorkerExecutor
Close the executor.
close() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Close the client and release its resources
close() - Method in class io.vertx.rxjava.ext.mail.MailClient
close the MailClient
close() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Close the client and release its resources
close() - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
close() - Method in class io.vertx.rxjava.ext.shell.Shell
Close the shell.
close() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.JobController
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
close() - Method in class io.vertx.rxjava.ext.shell.system.JobController
Close the shell session and terminate all the underlying jobs.
close() - Method in class io.vertx.rxjava.ext.shell.term.Term
Close the connection to terminal.
close() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Like TermServer.close() but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Close the client and release all resources.
close() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Close the client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close() - Method in class io.vertx.rxjava.ext.stomp.StompClient
Closes the client.
close() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Closes the connection without sending the DISCONNECT frame.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Closes the connection with the client.
close() - Method in class io.vertx.rxjava.ext.web.client.WebClient
Close the client.
close() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Close it
close(int, String) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Close it giving a status code and reason.
close() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Close the store
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Closes the underlying connection to Zookeeper.
close() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Close the consumer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Close the consumer
close() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
close() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Close the endpoint, so the connection with remote MQTT client
close() - Method in class io.vertx.rxjava.mqtt.MqttServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Close the client - when it is fully closed the handler will be called.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Close the client - when it is fully closed the handler will be called.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Close the client - when it is fully closed the handler will be called.
close() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Closes the service discovery
close(Handler<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Close the exporter
close(Handler<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
Closes the importer
closed() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to close.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set a close handler for the response, this is called when the underlying connection is closed and the response was still using the connection.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.term.Term
Set a handler that will be called when the terminal is closed.
closeHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when the STOMP connection is closed.
closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a connection with the client is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Set a handler that will be called when the connection with server is closed
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set a close handler.
closeObservable() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.core.http.HttpServer
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.core.net.NetServer
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.core.Vertx
Deprecated.
use Vertx.rxClose() instead
closeObservable() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
closeObservable() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Deprecated.
closeReason() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
closeStatusCode() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
CloudFoundryAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for CloudFoundry UAA.
CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Assign new hash slots to receiving node.
clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Assign new hash slots to receiving node.
clusterAddslotsObservable(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
clusterAddslotsObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of failure reports active for a given node.
clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of failure reports active for a given node.
clusterCountFailureReportsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
clusterCountFailureReportsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of local keys in the specified hash slot.
clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of local keys in the specified hash slot.
clusterCountkeysinslotObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
clusterCountkeysinslotObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set hash slots as unbound in receiving node.
clusterDelslots(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set hash slots as unbound in receiving node.
clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set hash slots as unbound in receiving node.
clusterDelslotsManyObservable(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
clusterDelslotsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterDelslotsObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clusterDelslotsObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
ClusteredSessionStore - Class in io.vertx.rxjava.ext.web.sstore
A session store which stores sessions in a distributed map so they are available across the cluster.
ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.rxjava.core.Vertx
Creates a clustered instance using the specified options.
clusteredVertxObservable(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
clusterFailover(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailover(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterFailoverObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clusterFailoverObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
clusterFailOverWithOptionsObservable(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisClient
clusterFailOverWithOptionsObservable(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterForget(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove a node from the nodes table.
clusterForget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove a node from the nodes table.
clusterForgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
clusterForgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return local key names in the specified hash slot.
clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return local key names in the specified hash slot.
clusterGetkeysinslotObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisClient
clusterGetkeysinslotObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterId() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Provides info about Redis Cluster node state.
clusterInfo(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Provides info about Redis Cluster node state.
clusterInfoObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clusterInfoObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Returns the hash slot of the specified key.
clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the hash slot of the specified key.
clusterKeyslotObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
clusterKeyslotObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Force a node cluster to handshake with another node.
clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Force a node cluster to handshake with another node.
clusterMeetObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
clusterMeetObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get Cluster config for the node.
clusterNodes(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get Cluster config for the node.
clusterNodesObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clusterNodesObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reconfigure a node as a slave of the specified master node.
clusterReplicate(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reconfigure a node as a slave of the specified master node.
clusterReplicateObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
clusterReplicateObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reset a Redis Cluster node.
clusterReset(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset a Redis Cluster node.
clusterResetObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clusterResetObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reset a Redis Cluster node.
clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset a Redis Cluster node.
clusterResetWithOptionsObservable(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
clusterResetWithOptionsObservable(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Forces the node to save cluster state on disk.
clusterSaveconfig(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces the node to save cluster state on disk.
clusterSaveconfigObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clusterSaveconfigObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the configuration epoch in a new node.
clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the configuration epoch in a new node.
clusterSetConfigEpochObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
clusterSetConfigEpochObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSetslotObservable(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisClient
clusterSetslotObservable(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Bind an hash slot to a specific node.
clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Bind an hash slot to a specific node.
clusterSetslotWithNodeObservable(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisClient
clusterSetslotWithNodeObservable(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
List slave nodes of the specified master node.
clusterSlaves(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
List slave nodes of the specified master node.
clusterSlavesObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
clusterSlavesObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of Cluster slot to node mappings
clusterSlots(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of Cluster slot to node mappings
clusterSlotsObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
clusterSlotsObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
code() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
column(String) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Will convert the column name to the json array index.
columns() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Returns all column names available in the underlying resultset.
Command - Class in io.vertx.rxjava.ext.shell.command
A Vert.x Shell command, it can be created from any language using the CommandBuilder.command(java.lang.String) or from a Java class using io.vertx.rxjava.ext.shell.command.Command#create

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

Command(Command) - Constructor for class io.vertx.rxjava.ext.shell.command.Command
 
command(String) - Static method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Create a new commmand builder, the command is responsible for managing the options and arguments via the #args() arguments.
command(CLI) - Static method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Create a new commmand with its CLI descriptor.
command(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of Redis command details
command(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of Redis command details
CommandBuilder - Class in io.vertx.rxjava.ext.shell.command
A build for Vert.x Shell command.
CommandBuilder(CommandBuilder) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get total number of Redis commands
commandCount(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get total number of Redis commands
commandCountObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
commandCountObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Extract keys given a full Redis command
commandGetkeys(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Extract keys given a full Redis command
commandGetkeysObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
commandGetkeysObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of specific Redis command details
commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of specific Redis command details
commandInfoObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
commandInfoObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
CommandLine - Class in io.vertx.rxjava.core.cli
The parser transforms a CLI (a model) into an CommandLine.
CommandLine(CommandLine) - Constructor for class io.vertx.rxjava.core.cli.CommandLine
 
commandLine() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
commandObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
commandObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
CommandProcess - Class in io.vertx.rxjava.ext.shell.command
The command process provides interaction with the process of the command provided by Vert.x Shell.
CommandProcess(CommandProcess) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandProcess
 
CommandRegistry - Class in io.vertx.rxjava.ext.shell.command
A registry that contains the commands known by a shell.

It is a mutable command resolver.

CommandRegistry(CommandRegistry) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
CommandResolver - Class in io.vertx.rxjava.ext.shell.command
A resolver for commands, so the shell can discover commands.
CommandResolver(CommandResolver) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandResolver
 
commands() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
commit() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commitHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a COMMIT frame is received.
commitObservable() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Deprecated.
committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
compareAndSetObservable(long, long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Deprecated.
complete(CompositeFuture) - Method in class io.vertx.rxjava.core.CompositeFuture
Set the result.
complete() - Method in class io.vertx.rxjava.core.CompositeFuture
Set this instance as result.
complete(T) - Method in class io.vertx.rxjava.core.Future
Set the result.
complete() - Method in class io.vertx.rxjava.core.Future
Set a null result.
complete(Boolean) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Set the result.
complete(List<String>) - Method in class io.vertx.rxjava.ext.shell.cli.Completion
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
complete(String, boolean) - Method in class io.vertx.rxjava.ext.shell.cli.Completion
End the completion with a value that will be inserted to complete the line.
complete(Completion) - Method in class io.vertx.rxjava.ext.shell.command.Command
Perform command completion, when the command is done completing it should call or )} method to signal completion is done.
complete() - Method in class io.vertx.rxjava.ext.unit.Async
Signals the asynchronous operation is done, this method must be called with a count greater than 0, otherwise it throws an IllegalStateException to signal the error.
complete(Boolean) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Set the result.
completer() - Method in class io.vertx.rxjava.core.CompositeFuture
 
completer() - Method in class io.vertx.rxjava.core.Future
 
completer() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
completer() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
Completion - Class in io.vertx.rxjava.ext.shell.cli
The completion object

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

Completion(Completion) - Constructor for class io.vertx.rxjava.ext.shell.cli.Completion
 
Completion<T> - Class in io.vertx.rxjava.ext.unit
A completion object that emits completion notifications either succeeded or failed.
Completion(Completion) - Constructor for class io.vertx.rxjava.ext.unit.Completion
 
Completion(Completion, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.unit.Completion
 
completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler(Handler<Completion>) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.
completionHandlerObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Deprecated.
component() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Gets the parsed component part of the MIME.
compose(Handler<CompositeFuture>, Future<U>) - Method in class io.vertx.rxjava.core.CompositeFuture
Compose this future with a provided next future.
compose(Function<CompositeFuture, Future<U>>) - Method in class io.vertx.rxjava.core.CompositeFuture
Compose this future with a mapper function.
compose(Handler<T>, Future<U>) - Method in class io.vertx.rxjava.core.Future
Compose this future with a provided next future.
compose(Function<T, Future<U>>) - Method in class io.vertx.rxjava.core.Future
Compose this future with a mapper function.
compose(Handler<Boolean>, Future<U>) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Compose this future with a provided next future.
compose(Function<Boolean, Future<U>>) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Compose this future with a mapper function.
compose(Handler<Boolean>, Future<U>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Compose this future with a provided next future.
compose(Function<Boolean, Future<U>>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Compose this future with a mapper function.
CompositeFuture - Class in io.vertx.rxjava.core
The composite future wraps a list of futures, it is useful when several futures needs to be coordinated.
CompositeFuture(CompositeFuture) - Constructor for class io.vertx.rxjava.core.CompositeFuture
 
computeHash(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Compute the hashed password given the unhashed password and the salt without nonce The implementation relays to the JDBCHashStrategy provided.
computeHash(String, String, int) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Compute the hashed password given the unhashed password and the salt The implementation relays to the JDBCHashStrategy provided.
computeHash(String, String, int) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Compute the hashed password given the unhashed password and the salt
computeHash(String, User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Compute the hashed password given the unhashed password and the user
config() - Method in class io.vertx.rxjava.core.Context
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
configGet(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a configuration parameter
configGet(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a configuration parameter
configGetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
configGetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reset the stats returned by INFO
configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset the stats returned by INFO
configResetstatObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
configResetstatObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
ConfigRetriever - Class in io.vertx.rxjava.config
Defines a configuration retriever that read configuration from and tracks changes periodically.
ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.rxjava.config.ConfigRetriever
 
configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Rewrite the configuration file with the in memory configuration
configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Rewrite the configuration file with the in memory configuration
configRewriteObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
configRewriteObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set a configuration parameter to the given value
configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a configuration parameter to the given value
configSetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
configSetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
configStream() - Method in class io.vertx.rxjava.config.ConfigRetriever
 
configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Configures the heartbeat.
confirmSelect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
confirmSelectObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
connect() - Method in class io.vertx.rxjava.cassandra.CassandraClient
Connect to a Cassandra service.
connect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Connect to a Cassandra service.
connect(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Connect to a Cassandra service.
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP CONNECT request
connect(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path
connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connectHandler(Handler<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetServer
Supply a connect handler for this server.
connectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a CONNECT frame is received.
connection() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
connection() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
connection() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
connectionDroppedHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava.core.http.HttpClient
Set a connection handler for the client.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set a connection handler called when an HTTP connection has been established.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set a connection handler for the server.
connectObservable(int, String) - Method in class io.vertx.rxjava.core.net.NetClient
connectObservable(int, String, String) - Method in class io.vertx.rxjava.core.net.NetClient
connectObservable(SocketAddress) - Method in class io.vertx.rxjava.core.net.NetClient
connectObservable(SocketAddress, String) - Method in class io.vertx.rxjava.core.net.NetClient
connectObservable(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompClient
connectObservable(NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
connectObservable(int, String, NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
connectObservable() - Method in class io.vertx.rxjava.ext.stomp.StompClient
connectStream() - Method in class io.vertx.rxjava.core.net.NetServer
Return the connect stream for this server.
connectWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path regex
ConsulClient - Class in io.vertx.rxjava.ext.consul
A Vert.x service used to interact with Consul.
ConsulClient(ConsulClient) - Constructor for class io.vertx.rxjava.ext.consul.ConsulClient
 
consumer(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message consumer against the specified address.
consumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a consumer and register it against the specified address.
consumerTag() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
consumerTag() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
consumes(String) - Method in class io.vertx.rxjava.ext.web.Route
Add a content type consumed by this route.
ContainerDeserializer - Class in io.vertx.rxjava.ext.web.api.validation
Interface that define methods for deserialization of array and objects

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

ContainerDeserializer(ContainerDeserializer) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
contains(String) - Method in class io.vertx.rxjava.core.MultiMap
Checks to see if there is a value with the specified name
contains(String, String, boolean) - Method in class io.vertx.rxjava.core.MultiMap
Check if there is a header with the specified name and value.
contains(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting a CharSequence as a parameter
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting CharSequence parameters.
containsKey(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Returns @{code true} if this map maps one or more keys to the specified value.
contentEncoding() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
contentTransferEncoding() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
contentType() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
contentType(String) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching the mimeType.
contentType(List<String>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
contentType() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
contentType() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
contentType() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
Context - Class in io.vertx.rxjava.core
The execution context of a Handler execution.
Context(Context) - Constructor for class io.vertx.rxjava.core.Context
 
continuationFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a continuation frame
continueHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
If you send an HTTP request with the header Expect set to the value 100-continue and the server responds with an interim HTTP response with a status code of 100 and a continue handler has been set using this method, then the handler will be called.
Cookie - Class in io.vertx.rxjava.ext.web
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.rxjava.ext.web.Cookie
 
cookie(String, String) - Static method in class io.vertx.rxjava.ext.web.Cookie
Create a new cookie
cookieCount() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
CookieHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which decodes cookies from the request, makes them available in the and writes them back in the response.
CookieHandler(CookieHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CookieHandler
 
cookieParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get cookie parameter by name
cookieParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get list of all parameter names inside cookie
cookies() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
cookies() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
cookies() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
copy() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Copy this request
copyBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
copyObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
copyObservable(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
copyRecursiveObservable(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
correlationId() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
CorsHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
CorsHandler(CorsHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CorsHandler
 
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Count matching documents in a collection.
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
count() - Method in class io.vertx.rxjava.ext.unit.Async
 
countDown() - Method in class io.vertx.rxjava.ext.unit.Async
Count down the async.
Counter - Class in io.vertx.rxjava.core.shareddata
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
Counter(Counter) - Constructor for class io.vertx.rxjava.core.shareddata.Counter
 
countObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
countObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
country() - Method in class io.vertx.rxjava.ext.web.Locale
Deprecated.
create(Vertx) - Static method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Creates a Bridge.
create(Vertx, AmqpBridgeOptions) - Static method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Creates a Bridge with the given options.
create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker.
create(String, Vertx) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker, with default options.
create(Vertx) - Static method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
Creates the handler, using the default notification address.
create(Vertx, String) - Static method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
Creates the handler.
create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.rxjava.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever.
create(Vertx) - Static method in class io.vertx.rxjava.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever, using the default settings (json file, system properties and environment variables).
create(String) - Static method in class io.vertx.rxjava.core.cli.CLI
Creates an instance of CLI using the default implementation.
create(CLI) - Static method in class io.vertx.rxjava.core.cli.CommandLine
Creates a command line object from the CLI.
create() - Static method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance.
create(String) - Static method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
create() - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider
create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth.
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth by using the given htfile file.
create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, JDBCClient) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Create a JDBC auth provider implementation
create(Vertx, JWTAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
Create a JWT auth provider
create(MongoClient, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Creates an instance of MongoAuth by using the given and configuration object.
create(Vertx, OAuth2FlowType, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
create(Vertx, OAuth2FlowType) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
create() - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
Factory method to create a RBAC handler for tokens adhering to the MP-JWT 1.1 spec.
create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
Deprecated.
create(Vertx, ShiroAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
Create a Shiro auth provider
create(Vertx) - Static method in class io.vertx.rxjava.ext.consul.ConsulClient
Create a Consul client with default options.
create(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.ConsulClient
Create a Consul client.
create(Vertx) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
Creates a metric service for a given Vertx instance.
create(Vertx, AuthProvider) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Creates a new instance of the default implementation of HealthChecks.
create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Create a new registry.
create() - Static method in class io.vertx.rxjava.ext.shell.session.Session
Create a new empty session.
create(Vertx, ShellServerOptions) - Static method in class io.vertx.rxjava.ext.shell.ShellServer
Create a new shell server with default options.
create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.ShellServer
Create a new shell server with specific options.
create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.ShellService
create(Vertx, ShellServiceOptions) - Static method in class io.vertx.rxjava.ext.shell.ShellService
Create a new shell service.
create() - Static method in class io.vertx.rxjava.ext.shell.term.Pty
Create a new pseudo terminal with no terminal type.
create(String) - Static method in class io.vertx.rxjava.ext.shell.term.Pty
Create a new pseudo terminal.
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
create(Vertx, String) - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
Creates a destination for the given address.
create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompClientOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompServerOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation, and use the default options.
create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Creates an instance of StompServerHandler using the default (compliant) implementation.
create(Vertx, ReportingOptions) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Create a message handler reporting with the specified options.
create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
create(String, Handler<TestContext>) - Static method in class io.vertx.rxjava.ext.unit.TestCase
Create a test case.
create(String) - Static method in class io.vertx.rxjava.ext.unit.TestSuite
Create and return a new test suite.
create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Create a new OpenAPI3RouterFactory
create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Create a new OpenAPI3RouterFactory
create(String, Object) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
create(Object) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
create() - Static method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Factory method to create an HTTPRequestValidationHandler
create(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate.
create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate, using a custom errorConverter.
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
Create a web client using the provided vertx instance and default options.
create(Vertx, WebClientOptions) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
Create a web client using the provided vertx instance.
create(Function<Buffer, T>) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
Create a codec that buffers the entire body and then apply the decode function and returns the result.
create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Create a basic auth handler
create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Create a basic auth handler, specifying realm
create() - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Create a body handler with defaults
create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Create a body handler setting if it should handle file uploads
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Create a body handler and use the given upload directory.
create() - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
create() - Static method in class io.vertx.rxjava.ext.web.handler.CookieHandler
Create a cookie handler
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Create a CORS handler
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Instantiate a new CSRFHandlerImpl with a secret
create(HtdigestAuth) - Static method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Create a digest auth handler
create(HtdigestAuth, long) - Static method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Create a digest auth handler, specifying the expire timeout for nonces.
create() - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Create an error handler using defaults
create(String, boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Create an error handler
create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Create an error handler
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Create an error handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Create a handler with defaults
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path
create(String, long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
create(long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Create a handler with the specified max cache time
create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Create a handler
create(AuthProvider, String, String, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Create a handler
create(JWTAuth) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create(JWTAuth, String) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Create a handler with default format
create(LoggerFormat) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerFormat) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(OAuth2Auth, String) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler with host pinning
create(OAuth2Auth) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler without host pinning.
create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthProvider, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Create a handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler.
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler with a custom disable flag.
create() - Static method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
Create a handler
create(SessionStore) - Static method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Create a session handler
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Create a handler using defaults
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Create a handler, specifying web-root
create(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
Create a handler
create(TemplateEngine, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
Create a handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
Create a handler
create(long) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
Create a handler
create(long, int) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
Create a handler
create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
Create a new handler
create(String, Handler<RoutingContext>) - Static method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
Create a handler
create() - Static method in class io.vertx.rxjava.ext.web.Locale
Deprecated.
create(String) - Static method in class io.vertx.rxjava.ext.web.Locale
Deprecated.
create(String, String) - Static method in class io.vertx.rxjava.ext.web.Locale
Deprecated.
create(String, String, String) - Static method in class io.vertx.rxjava.ext.web.Locale
Deprecated.
create() - Static method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Create a session store.

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

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

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

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

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

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

createShell(Term) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createSSHTermServer(Vertx) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx, SSHTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createStringEnumTypeValidator(List<String>) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Create an enum type validator
createStringTypeValidator(Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Create a new string type validator
createStringTypeValidator(String, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Create a new string type validator
createStringTypeValidator(String, Integer, Integer, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Create a new string type validator
createTelnetTermServer(Vertx) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTempDirectory(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
createTempDirectoryBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempDirectoryBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempDirectoryObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempDirectoryObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempDirectoryObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFile(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFileBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFileBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFileBlocking(String, String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFileObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFileObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFileObservable(String, String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createText(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
Create a text token.
createTopic(String, int, int, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Creates a new Kafka topic on all Brokers managed by the given Zookeeper instance(s)
createTopic(String, int, int, Map<String, String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Creates a new Kafka topic on all Brokers managed by the given Zookeeper instance(s).
createWithHealthChecks(HealthChecks, AuthProvider) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
creationTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was created
CSRFHandler - Class in io.vertx.rxjava.ext.web.handler
This handler adds a CSRF token to requests which mutate state.
CSRFHandler(CSRFHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
current() - Static method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x context.
current(Vertx) - Static method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x instance.
currentContext() - Static method in class io.vertx.rxjava.core.Vertx
Gets the current context
currentRoute() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Set an custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set a custom frame handler.
CustomValidator - Class in io.vertx.rxjava.ext.web.api.validation
This interface is used to add custom synchronous functions inside validation process.
CustomValidator(CustomValidator) - Constructor for class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 

D

data() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
data() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
data() - Method in class io.vertx.rxjava.ext.web.Session
 
DatagramPacket - Class in io.vertx.rxjava.core.datagram
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
DatagramPacket(DatagramPacket) - Constructor for class io.vertx.rxjava.core.datagram.DatagramPacket
 
DatagramSocket - Class in io.vertx.rxjava.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.rxjava.core.datagram.DatagramSocket
 
dbsize(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of keys in the selected database
dbsize(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of keys in the selected database
dbsizeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
dbsizeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get debugging information about a key
debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get debugging information about a key
debugObjectObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
debugObjectObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Make the server crash
debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Make the server crash
debugSegfaultObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
debugSegfaultObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
decodeTokenObservable(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
decr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Decrement the integer value of a key by one
decr(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Decrement the integer value of a key by one
decrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Decrement the integer value of a key by the given number
decrby(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Decrement the integer value of a key by the given number
decrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
decrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrementAndGetObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
Deprecated.
decrObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
decrObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
DEFAULT_ALWAYS_ASYNC_FS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether async filesystem access should always be used
DEFAULT_AUTHENTICATE_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
The default query to be used for authentication
DEFAULT_BODY_LIMIT - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default max size for a request body.
DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default cache entry timeout, when caching
DEFAULT_CACHING_ENABLED - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether cache header handling is enabled
DEFAULT_CHARSET - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default charset.
DEFAULT_CHARSET - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default charset.
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the collection to be used
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default timeout for connect.
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default timeout for connect.
DEFAULT_CONTENT_TYPE - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
The default content type header to be used in the response
DEFAULT_CONVERTER - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default of whether the cookie has the HttpOnly flag set More info: https://www.owasp.org/index.php/HttpOnly
DEFAULT_COOKIE_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_PATH - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_SECURE_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default of whether the cookie has the 'secure' flag set to allow transmission over https only.
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is transported in credentials by method AuthProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.auth.User>>)
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is transported in credentials by method AuthProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.auth.User>>)
DEFAULT_DATABASE - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default database.
DEFAULT_DATABASE - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default database name.
DEFAULT_DB_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoClient
The name of the default database
DEFAULT_DB_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoService
The name of the default database
DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default value of whether uploaded files should be removed after handling the request
DEFAULT_DIRECTORY_LISTING - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether directory listing is enabled
DEFAULT_DIRECTORY_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default template file to use for directory listing
DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
DEFAULT_DISPLAY_EXCEPTION_DETAILS - Static variable in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Should exception details be displayed by default?
DEFAULT_DS_NAME - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default name used for the PostGreSQL pool.
DEFAULT_DS_NAME - Static variable in class io.vertx.rxjava.ext.jdbc.JDBCClient
The name of the default data source
DEFAULT_ENABLE_FS_TUNING - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether fs async/sync tuning should be used
DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.ErrorHandler
The default template to use for rendering
DEFAULT_ERRORCODE - Static variable in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
The default error code
DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default value of whether files are read -only and never will be updated
DEFAULT_FORMAT - Static variable in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
DEFAULT_HEADER_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
DEFAULT_HOST - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default host.
DEFAULT_HOST - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default host.
DEFAULT_INCLUDE_HIDDEN - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether hidden files can be served
DEFAULT_INDEX_PAGE - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
The default index page
DEFAULT_INDEX_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
The default index page
DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Default path the user will be redirected to
DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.rxjava.ext.web.handler.FaviconHandler
The default max age in seconds as set in the cache-control header
DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default max age for cache headers
DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in class io.vertx.rxjava.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.rxjava.ext.web.handler.StaticHandler
The default max cache size
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Default max number of templates to cache
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
Default max number of templates to cache
DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default value of whether form attributes should be merged into request params
DEFAULT_NAG_HTTPS - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
The default nonce expire timeout to use in milliseconds.
DEFAULT_PASSWORD - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default database password.
DEFAULT_PASSWORD - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default user password.
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.rxjava.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.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSIONS_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
The default query to retrieve all permissions for the role
DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.cassandra.CassandraClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default name used for the MySQL pool.
DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.mail.MailClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoService
The name of the default pool
DEFAULT_PORT - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default port.
DEFAULT_PORT - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default port.
DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.rxjava.ext.jdbc.JDBCClient
The default data source provider is C3P0
DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether Range request handling support should be used
DEFAULT_REALM - Static variable in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
The default realm to use
DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Default of how often, in ms, to check for expired sessions
DEFAULT_RESPONSE_BODY - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Default retry time out, in ms, for a session not found in this store.
DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
The default value of the session attribute which will contain the return url
DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Default name of param used to store return url information in session
DEFAULT_ROLE_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
The default role prefix
DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
The default role prefix
DEFAULT_ROLES_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
The default query to retrieve all roles for the user
DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether access to the root of the file system should be allowed or just allow from the current working directory.
DEFAULT_SALT_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the salt field
DEFAULT_SEND_VARY_HEADER - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether vary header should be sent.
DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default name of session cookie
DEFAULT_SESSION_COOKIE_PATH - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default path of session cookie
DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
The default name used for the session map
DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Default name for map used to store sessions
DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default time, in ms, that a session lasts for without being accessed before expiring.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.SessionStore
Default length for a session id.
DEFAULT_SESSIONID_MIN_LENGTH - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default min length for a session id.
DEFAULT_TEMPLATE_DIRECTORY - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
The default directory where templates will be looked for
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_MODE - Static variable in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
DEFAULT_TEST_TIMEOUT - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default timeout for tests.
DEFAULT_TEST_TIMEOUT - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default timeout for tests.
DEFAULT_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
The default timeout, in ms
DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default uploads directory on server for file uploads
DEFAULT_USER - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
The default database user.
DEFAULT_USER - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
The default database user.
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_PARAM - Static variable in class io.vertx.rxjava.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.rxjava.ext.web.handler.StaticHandler
Default value of the web-root, where files are served from
DEFAULT_WEIGHT - Static variable in class io.vertx.rxjava.ext.web.LanguageHeader
If no "q" parameter is present, the default weight is 1.
DEFAULT_WEIGHT - Static variable in class io.vertx.rxjava.ext.web.MIMEHeader
If no "q" parameter is present, the default weight is 1.
DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in class io.vertx.rxjava.core.eventbus.MessageProducer
 
del(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete a key
del(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete a key
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(RequestOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server with the specified options.
delete(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server with the specified options, specifying a response handler to receive the response
delete(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and port, specifying a response handler to receive the response
delete(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the specified host and default port, specifying a response handler to receive the response
delete(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server at the default host and port, specifying a response handler to receive the response
delete() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Delete the private key and certificate files.
delete(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP DELETE request
delete(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Delete the session with the specified ID.
deleteAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI
deleteAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteAbs(String) - Method in class io.vertx.rxjava.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.rxjava.core.file.FileSystem
deleteObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
deleteObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Deletes an existing prepared query
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
deleteRecursiveObservable(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
deleteTopic(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Delete the Kafka topic given by the topicName.
deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deleteWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path regex
delimitedMode(String) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
deliver(int) - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
DeliveryContext<T> - Class in io.vertx.rxjava.core.eventbus
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
DeliveryContext(DeliveryContext) - Constructor for class io.vertx.rxjava.core.eventbus.DeliveryContext
 
DeliveryContext(DeliveryContext, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.DeliveryContext
 
deliveryMode() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
deliveryOptions(DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Update the delivery options of this producer.
deliveryTag() - Method in class io.vertx.rxjava.rabbitmq.Envelope
Get the delivery tag included in this parameter envelope
delMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete many keys
delMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete many keys
delManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
delManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
delObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
delObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
deploymentID() - Method in class io.vertx.rxjava.core.Context
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
deploymentIDs() - Method in class io.vertx.rxjava.core.Vertx
Return a Set of deployment IDs for the currently deployed deploymentIDs.
deployVerticle(Vertx, Verticle) - Static method in class io.vertx.rxjava.core.RxHelper
Deploy a verticle you have created yourself, using an RxJava vertx instance.
deployVerticle(Vertx, Verticle, DeploymentOptions) - Static method in class io.vertx.rxjava.core.RxHelper
Like RxHelper.deployVerticle(Vertx, Verticle), but DeploymentOptions are provided to configure the deployment.
deployVerticle(String) - Method in class io.vertx.rxjava.core.Vertx
Deploy a verticle instance given a name.
deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
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.rxjava.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.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Verticle) - Method in class io.vertx.rxjava.core.Vertx
Deploy a verticle instance that you have created yourself.
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
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.rxjava.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.rxjava.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.rxjava.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.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but Verticle instance is created by invoking the verticleSupplier.
deployVerticleObservable(String) - Method in class io.vertx.rxjava.core.Vertx
deployVerticleObservable(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
deployVerticleObservable(Verticle) - Method in class io.vertx.rxjava.core.Vertx
deployVerticleObservable(Verticle, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
deployVerticleObservable(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a service from the local agent.
deserializeArray(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
deserializeObject(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
Destination - Class in io.vertx.rxjava.ext.stomp
Represents a STOMP destination.
Destination(Destination) - Constructor for class io.vertx.rxjava.ext.stomp.Destination
 
destination() - Method in class io.vertx.rxjava.ext.stomp.Destination
 
DestinationFactory - Class in io.vertx.rxjava.ext.stomp
Interface implemented to customize the destination creation.
DestinationFactory(DestinationFactory) - Constructor for class io.vertx.rxjava.ext.stomp.DestinationFactory
 
destinationFactory(DestinationFactory) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the DestinationFactory used to create Destination objects.
destroy() - Method in class io.vertx.rxjava.ext.web.Session
Destroy the session
destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroy Acl token
destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroys the given session
DigestAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
DigestAuthHandler(DigestAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
disable() - Method in class io.vertx.rxjava.ext.web.Route
Disable this route.
discard(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Discard all commands issued after MULTI
discardObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
disconnect() - Method in class io.vertx.rxjava.cassandra.CassandraClient
Disconnects from the Cassandra service.
disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Disconnects from the Cassandra service.
disconnect() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
disconnect() - Method in class io.vertx.rxjava.mqtt.MqttClient
Disconnects from the MQTT server
disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
disconnectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a DISCONNECT frame is received.
disconnectHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set a disconnect handler on the MQTT endpoint.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
dispatch(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Dispatches the given frame.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
distinctBatch(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatchWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctObservable(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
distinctObservable(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
distinctWithQueryObservable(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
distinctWithQueryObservable(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
DnsClient - Class in io.vertx.rxjava.core.dns
Provides a way to asynchronously lookup information from DNS servers.
DnsClient(DnsClient) - Constructor for class io.vertx.rxjava.core.dns.DnsClient
 
domainSocketAddress(String) - Static method in class io.vertx.rxjava.core.net.SocketAddress
Create a domain socket address.
doubleValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
DropboxAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Dropbox.
DropboxAuth(DropboxAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
dropCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
dropCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drops the index given its name.
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
dropIndexObservable(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
dropIndexObservable(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a serialized version of the value stored at the specified key.
dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a serialized version of the value stored at the specified key.
dumpObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
dumpObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
durationTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
How long the test lasted in millis.

E

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

echo(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Echo the given string
echo(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Echo the given string
echoObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
echoObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
email(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
enable() - Method in class io.vertx.rxjava.ext.web.Route
Enable this route.
encode() - Method in class io.vertx.rxjava.ext.web.Cookie
Encode the cookie to a string.
end(T) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Same as MessageProducer.end(T) but writes some data to the stream before ending.
end() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Closes the producer, calls MessageProducer.close()
end(Buffer) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as AsyncFile.end(io.vertx.rxjava.core.buffer.Buffer) but writes some data to the stream before ending.
end() - Method in class io.vertx.rxjava.core.file.AsyncFile
Close the file, see AsyncFile.close().
end(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but writes a String in UTF-8 encoding
end(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but writes a String with the specified encoding
end(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as HttpClientRequest.end(java.lang.String) but writes some data to the request body before ending.
end() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Ends the request.
end(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(java.lang.String) but writes a String in UTF-8 encoding before ending the response.
end(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(java.lang.String) but writes a String with the specified encoding before ending the response.
end(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(java.lang.String) but writes some data to the response body before ending.
end() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Ends the response.
end(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as WebSocketBase.end(io.vertx.rxjava.core.buffer.Buffer) but writes some data to the stream before ending.
end() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
end(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as WebSocketBase.end(io.vertx.rxjava.core.buffer.Buffer) but writes some data to the stream before ending.
end() - Method in class io.vertx.rxjava.core.http.WebSocket
end(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as WebSocketBase.end(io.vertx.rxjava.core.buffer.Buffer) but writes some data to the stream before ending.
end() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
end(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.end(io.vertx.rxjava.core.buffer.Buffer) but writes some data to the stream before ending.
end() - Method in class io.vertx.rxjava.core.net.NetSocket
end() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
End the stream, this must be called after all the json stream has been processed.
end() - Method in interface io.vertx.rxjava.core.streams.WriteStream
Ends the stream.
end(T) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as WriteStream.end() but writes some data to the stream before ending.
end() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
End the process with the exit status
end(int) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
End the process.
end(Buffer) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.rxjava.core.buffer.Buffer) but writes some data to the stream before ending.
end() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
end() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
end(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
ended() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set an end handler for the response.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.core.parsetools.JsonParser
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
endHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.ext.sql.SQLRowStream
 
endHandler(Handler<TestResult>) - Method in class io.vertx.rxjava.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.rxjava.ext.unit.report.TestSuiteReport
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Set an end handler.
endOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
endpointHandler(Handler<MqttEndpoint>) - Method in class io.vertx.rxjava.mqtt.MqttServer
Set the endpoint handler for the server.
entries() - Method in class io.vertx.rxjava.core.MultiMap
Returns all entries in the multi-map.
Envelope - Class in io.vertx.rxjava.rabbitmq
Like com.rabbitmq.client.Envelope.
Envelope(Envelope) - Constructor for class io.vertx.rxjava.rabbitmq.Envelope
 
envelope() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
equals(Object) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
 
equals(Object) - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
equals(Object) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
equals(Object) - Method in class io.vertx.rxjava.cassandra.ResultSet
 
equals(Object) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
equals(Object) - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
equals(Object) - Method in class io.vertx.rxjava.config.ConfigRetriever
 
equals(Object) - Method in class io.vertx.rxjava.core.buffer.Buffer
 
equals(Object) - Method in class io.vertx.rxjava.core.cli.CLI
 
equals(Object) - Method in class io.vertx.rxjava.core.cli.CommandLine
 
equals(Object) - Method in class io.vertx.rxjava.core.CompositeFuture
 
equals(Object) - Method in class io.vertx.rxjava.core.Context
 
equals(Object) - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
equals(Object) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
equals(Object) - Method in class io.vertx.rxjava.core.dns.DnsClient
 
equals(Object) - Method in class io.vertx.rxjava.core.dns.MxRecord
 
equals(Object) - Method in class io.vertx.rxjava.core.dns.SrvRecord
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
equals(Object) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
equals(Object) - Method in class io.vertx.rxjava.core.file.FileProps
 
equals(Object) - Method in class io.vertx.rxjava.core.file.FileSystem
 
equals(Object) - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
equals(Object) - Method in class io.vertx.rxjava.core.Future
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpClient
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpConnection
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpFrame
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpServer
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
equals(Object) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
equals(Object) - Method in class io.vertx.rxjava.core.http.WebSocket
 
equals(Object) - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
equals(Object) - Method in class io.vertx.rxjava.core.MultiMap
 
equals(Object) - Method in class io.vertx.rxjava.core.net.NetClient
 
equals(Object) - Method in class io.vertx.rxjava.core.net.NetServer
 
equals(Object) - Method in class io.vertx.rxjava.core.net.NetSocket
 
equals(Object) - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
equals(Object) - Method in class io.vertx.rxjava.core.net.SocketAddress
 
equals(Object) - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
equals(Object) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
equals(Object) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.Counter
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.Lock
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.SharedData
 
equals(Object) - Method in class io.vertx.rxjava.core.streams.Pump
 
equals(Object) - Method in class io.vertx.rxjava.core.TimeoutStream
 
equals(Object) - Method in class io.vertx.rxjava.core.Vertx
 
equals(Object) - Method in class io.vertx.rxjava.core.WorkerExecutor
 
equals(Object) - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.ChainAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.User
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
equals(Object) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
equals(Object) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.consul.Watch
 
equals(Object) - Method in class io.vertx.rxjava.ext.consul.WatchResult
 
equals(Object) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
equals(Object) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
equals(Object) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.mail.MailClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.Command
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.session.Session
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.Shell
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.ShellServer
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.ShellService
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.system.Job
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.system.Process
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.Term
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
equals(Object) - Method in class io.vertx.rxjava.ext.sql.SQLClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
 
equals(Object) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.Destination
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.Frames
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.Async
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.Completion
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.report.TestResult
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.TestCase
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.TestSuite
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.WebClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.Cookie
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.FileUpload
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.Locale
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.MIMEHeader
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.Route
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.Router
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.Session
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
equals(Object) - Method in class io.vertx.rxjava.micrometer.MetricsService
 
equals(Object) - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.MqttClient
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.MqttServer
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.Envelope
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
equals(Object) - Method in class io.vertx.rxjava.redis.RedisClient
 
equals(Object) - Method in class io.vertx.rxjava.redis.RedisTransaction
 
equals(Object) - Method in class io.vertx.rxjava.redis.Script
 
equals(Object) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
ErrorConverter - Class in io.vertx.rxjava.ext.web.client.predicate
Converts a ResponsePredicateResult to a Throwable describing the error.
ErrorConverter(ErrorConverter) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
errorConverter() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
errorFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
A general error frame handler.
errorHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.
ErrorHandler - Class in io.vertx.rxjava.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler(ErrorHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
eval(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute a Lua script server side.
eval(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Execute a Lua script server side.
evalObservable(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
evalObservable(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
evalScript(Script, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute a Lua script server side.
evalScriptObservable(Script, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
evalsha(String, List<String>, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute a Lua script server side.
evalsha(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Execute a Lua script server side.
evalshaObservable(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
evalshaObservable(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
EVENT_TEST_CASE_BEGIN - Static variable in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.core.eventbus.EventBus
 
eventBus() - Method in class io.vertx.rxjava.core.Vertx
Get the event bus object.
EventBusCollector - Class in io.vertx.rxjava.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.rxjava.ext.unit.collect.EventBusCollector
 
EventBusService - Class in io.vertx.rxjava.servicediscovery.types
for event bus services (service proxies).
EventBusService(EventBusService) - Constructor for class io.vertx.rxjava.servicediscovery.types.EventBusService
 
events(String, Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the custom user events.
events(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the custom user events.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.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.rxjava.core.datagram.DatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler called when a connection error happens
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.Vertx
Set a default exception handler for Context, set on at creation.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Sets an exception handler notified for TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Configures the exception handler notified upon TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.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.rxjava.ext.unit.TestContext
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.web.Router
Specify a handler for any unhandled exceptions on this router.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.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.rxjava.mqtt.MqttEndpoint
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.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.rxjava.rabbitmq.RabbitMQConsumer
Set an exception handler on the read stream.
exchange() - Method in class io.vertx.rxjava.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.rxjava.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBindObservable(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
exchangeDeclare(String, String, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
exchangeDeclareObservable(String, String, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
exchangeDeclareObservable(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
exchangeDelete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeDeleteObservable(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
exchangeUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbindObservable(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
exec(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Execute all commands issued after MULTI
execObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
execute(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(Statement, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(Handler<Future<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
execute(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement
executeAndReport(Future<T>, Handler<Future<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
executeAndReportWithFallback(Future<T>, Handler<Future<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
executeBlocking(Handler<Future<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Context
executeBlocking(Handler<Future<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Vertx
executeBlocking(Handler<Future<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
executeBlockingObservable(Handler<Future<T>>, boolean) - Method in class io.vertx.rxjava.core.Context
executeBlockingObservable(Handler<Future<T>>) - Method in class io.vertx.rxjava.core.Context
executeBlockingObservable(Handler<Future<T>>, boolean) - Method in class io.vertx.rxjava.core.Vertx
executeBlockingObservable(Handler<Future<T>>) - Method in class io.vertx.rxjava.core.Vertx
executeBlockingObservable(Handler<Future<T>>, boolean) - Method in class io.vertx.rxjava.core.WorkerExecutor
executeBlockingObservable(Handler<Future<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
executeCommand(Handler<Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
executeCommandWithFallback(Handler<Future<T>>, Function<Throwable, T>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
executeObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
executePreparedQuery(String, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
executeWithFallback(Handler<Future<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
executeWithFullFetch(String, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
exists(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a key exists
exists(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a key exists
existsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
existsMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if one or many keys exist
existsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if one or many keys exist
existsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
existsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
existsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
existsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
existsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
exitCode() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
expect(Function<HttpResponse<Void>, ResponsePredicateResult>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
expect(ResponsePredicate) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
expiration() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
expire(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set a key's time to live in seconds
expire(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a key's time to live in seconds
expireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the expiration for a key as a UNIX timestamp
expireat(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp
expireatObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
expireatObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
expired() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Check if the access token is expired or not.
expireObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
expireObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
exposedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an exposed header
exposedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add a set of exposed headers
extraParams(JsonObject) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Extra parameters needed to be passed while requesting a token.

F

FacebookAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Facebook.
FacebookAuth(FacebookAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
fail(int, String) - Method in class io.vertx.rxjava.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(Throwable) - Method in class io.vertx.rxjava.core.Future
Set the failure.
fail(String) - Method in class io.vertx.rxjava.core.Future
Try to set the failure.
fail() - Method in class io.vertx.rxjava.ext.unit.TestContext
Throw a failure.
fail(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(Throwable) - Method in class io.vertx.rxjava.ext.unit.TestContext
Throw a failure with the specified failure cause.
fail(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Fail the context with the specified status code.
fail(Throwable) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Fail the context with the specified throwable.
failCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
failed(int) - Method in class io.vertx.rxjava.core.CompositeFuture
Returns true if a wrapped future is failed
failed() - Method in class io.vertx.rxjava.core.Future
Did it fail?
failed() - Method in class io.vertx.rxjava.ext.consul.WatchResult
Did it fail?
failed() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
Did it fail?
failed() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
failedFuture(Throwable) - Static method in class io.vertx.rxjava.core.Future
Create a failed future with the specified failure cause.
failedFuture(String) - Static method in class io.vertx.rxjava.core.Future
Create a failed future with the specified failure message.
failover(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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)
failoverObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Failure - Class in io.vertx.rxjava.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.rxjava.ext.unit.report.Failure
 
failure() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
An exception describing failure, null if the test succeeded.
failure(String) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
Creates a failed result.
failure() - Method in class io.vertx.rxjava.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.rxjava.circuitbreaker.CircuitBreaker
 
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
Append a failure handler to the route failure handlers list.
fallback(Function<Throwable, T>) - Method in class io.vertx.rxjava.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.rxjava.ext.web.handler
A handler that serves favicons.
FaviconHandler(FaviconHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
fetch(long) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
fetch(long) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
fetch(long) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
fetch(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
fetch(long) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
fetch(long) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
fetch(long) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
fetch(long) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
fetch(long) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
fetch(long) - Method in class io.vertx.rxjava.core.http.WebSocket
 
fetch(long) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
fetch(long) - Method in class io.vertx.rxjava.core.net.NetSocket
 
fetch(long) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
fetch(long) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
fetch(long) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.core.TimeoutStream
 
fetch(String, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.rxjava.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.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(long) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Fetch the specified amount of elements.
fetchMoreResults(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.cassandra.ResultSet
 
fetchObservable(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Deprecated.
fetchObservable(HttpMethod, String, JsonObject, Buffer) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Deprecated.
fieldName() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
filename() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
fileName() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
filename() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
FileProps - Class in io.vertx.rxjava.core.file
Represents properties of a file on the file system.
FileProps(FileProps) - Constructor for class io.vertx.rxjava.core.file.FileProps
 
FileSystem - Class in io.vertx.rxjava.core.file
Contains a broad set of operations for manipulating files on the file system.
FileSystem(FileSystem) - Constructor for class io.vertx.rxjava.core.file.FileSystem
 
fileSystem() - Method in class io.vertx.rxjava.core.Vertx
Get the filesystem object.
FileSystemProps - Class in io.vertx.rxjava.core.file
Represents properties of the file system.
FileSystemProps(FileSystemProps) - Constructor for class io.vertx.rxjava.core.file.FileSystemProps
 
FileUpload - Class in io.vertx.rxjava.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload(FileUpload) - Constructor for class io.vertx.rxjava.ext.web.FileUpload
 
fileUploads() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
findBatch(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatchWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
findOneAndDeleteObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findOneAndDeleteObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
findOneAndDeleteWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findOneAndDeleteWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
findOneAndReplaceObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findOneAndReplaceObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
findOneAndReplaceWithOptionsObservable(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findOneAndReplaceWithOptionsObservable(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
findOneAndUpdateObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findOneAndUpdateObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
findOneAndUpdateWithOptionsObservable(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findOneAndUpdateWithOptionsObservable(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
findOneObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findOneObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
findWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
findWithOptionsObservable(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
fireEvent(String, Handler<AsyncResult<Event>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions, Handler<AsyncResult<Event>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
fixedSizeMode(int) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpFrame
 
floatValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
flush() - Method in class io.vertx.rxjava.core.file.AsyncFile
Flush any writes made to this file to underlying persistent storage.
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
flush(Handler<Void>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
flushall(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all keys from all databases
flushall(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all keys from all databases
flushallObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
flushallObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
flushConfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Force Sentinel to rewrite its configuration on disk, including the current Sentinel state.
flushConfigObservable() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Deprecated.
flushdb(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all keys from the current database
flushdb(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all keys from the current database
flushdbObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
flushdbObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
flushObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
Deprecated.
followRedirects(boolean) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Set wether or not to follow the directs for the request.
foregroundHandler(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.ext.shell.system.JobController
 
formAttributes() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
FormDataPart - Class in io.vertx.rxjava.ext.web.multipart
A form data part of a MultipartForm.
FormDataPart(FormDataPart) - Constructor for class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
FormLoginHandler - Class in io.vertx.rxjava.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
formParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get form parameter by name
formParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get list of all parameter names inside body form
FoursquareAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Foursquare.
FoursquareAuth(FoursquareAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
frame() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a frame handler on the connection.
frames() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
Frames - Class in io.vertx.rxjava.ext.stomp
Utility methods to build common Frames.
Frames(Frames) - Constructor for class io.vertx.rxjava.ext.stomp.Frames
 
FreeMarkerTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.
FreeMarkerTemplateEngine(FreeMarkerTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsPropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
fsPropsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Future<T> - Class in io.vertx.rxjava.core
Represents the result of an action that may, or may not, have occurred yet.
Future(Future) - Constructor for class io.vertx.rxjava.core.Future
 
Future(Future, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.Future
 
future(Handler<Future<T>>) - Static method in class io.vertx.rxjava.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.rxjava.core.Future
Create a future that hasn't completed yet

G

generateSalt() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Compute a salt string.
generateSalt() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Compute a random salt.
generateToken(JsonObject, JWTOptions) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
Generate a new JWT token.
geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoadd(String, double, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddMany(String, List<GeoMember>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddMany(String, List<GeoMember>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoaddManyObservable(String, List<GeoMember>) - Method in class io.vertx.rxjava.redis.RedisClient
geoaddManyObservable(String, List<GeoMember>) - Method in class io.vertx.rxjava.redis.RedisTransaction
geoaddObservable(String, double, double, String) - Method in class io.vertx.rxjava.redis.RedisClient
geoaddObservable(String, double, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the distance between two members in the geospatial index represented by the sorted set.
geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
geodistObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
geodistObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
geodistWithUnitObservable(String, String, String, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
geodistWithUnitObservable(String, String, String, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohash(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohashMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohashMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
geohashManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
geohashManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
geohashObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
geohashObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geopos(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geoposMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geoposMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
geoposManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
geoposManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
geoposObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
geoposObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberObservable(String, String, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
georadiusbymemberObservable(String, String, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusbymemberWithOptionsObservable(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
georadiusbymemberWithOptionsObservable(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
georadiusObservable(String, double, double, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
georadiusObservable(String, double, double, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
georadiusWithOptionsObservable(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
georadiusWithOptionsObservable(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
get(String) - Method in class io.vertx.rxjava.core.Context
Get some data from the context.
get(RequestOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server with the specified options.
get(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and default port.
get(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server with the specified options, specifying a response handler to receive the response
get(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and port, specifying a response handler to receive the response
get(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server at the specified host and default port, specifying a response handler to receive the response
get(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server at the default host and port.
get(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server at the default host and port, specifying a response handler to receive the response
get(String) - Method in class io.vertx.rxjava.core.MultiMap
Returns the value of with the specified name.
get(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
 
get(HttpClient, String) - Static method in class io.vertx.rxjava.core.RxHelper
 
get(HttpClient, String, String) - Static method in class io.vertx.rxjava.core.RxHelper
 
get(HttpClient, int, String, String) - Static method in class io.vertx.rxjava.core.RxHelper
 
get(HttpClient, int, String, String, MultiMap) - Static method in class io.vertx.rxjava.core.RxHelper
Returns an Observable<HttpClientResponse> that performs a get request each time it is subscribed.
get(K, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Get the current value of the counter
get(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Get a value from the map
get(String) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
Get an algorithm interface by its Id
get(String) - Method in class io.vertx.rxjava.ext.shell.session.Session
Get some data from the session
get(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Get some data from the context.
get(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the default host and port.
get(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and default port.
get() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP GET request
get(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get some data from the context.
get(String) - Method in class io.vertx.rxjava.ext.web.Session
Get some data from the session
get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the session with the specified ID.
get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a key
get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a key
get() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the object to access the service.
getAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server using an absolute URI
getAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
getAbs(String) - Method in class io.vertx.rxjava.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.rxjava.ext.web.RoutingContext
If the route specifies produces matches, e.g.
getAll(String) - Method in class io.vertx.rxjava.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.getAll(java.lang.String) but accepting a CharSequence as a parameter
getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndAddObservable(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Deprecated.
getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getAndIncrementObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
Deprecated.
getArgument(String) - Method in class io.vertx.rxjava.core.cli.CLI
Gets an Argument based on its name (argument name).
getArgument(int) - Method in class io.vertx.rxjava.core.cli.CLI
Gets an Argument based on its index.
getArguments() - Method in class io.vertx.rxjava.core.cli.CLI
Gets the list of defined arguments.
getArgumentValue(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArgumentValue(int) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an argument with the given index.
getArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not a list, otherwise it returns value
getAs(Class<X>) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the object to access the service.
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAsyncMapObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getAvailableWithoutFetching() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
getBaseName(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
getBaseName() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a key - without decoding as utf-8
getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a key - without decoding as utf-8
getBinaryObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
getBinaryObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
getbit(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Returns the bit value at offset in the string value stored at key
getbit(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the bit value at offset in the string value stored at key
getbitObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
getbitObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
getBody() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsJson() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsJsonArray() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsString() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getBoolean() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not a Boolean, otherwise it returns value
getBuffer(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByteBuf() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the Buffer as a Netty ByteBuf.
getBytes() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
getBytes(byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
Transfers the content of the Buffer into a byte[].
getBytes(byte[], int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Transfers the content of the Buffer into a byte[] at the specific destination.
getBytes(int, int, byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[].
getBytes(int, int, byte[], int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[] at the specific destination.
getCachedConfig() - Method in class io.vertx.rxjava.config.ConfigRetriever
Gets the last computed configuration.
getClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getClusterWideMapObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getCollectionName() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The name of the collection used to store User objects inside.
getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
getCollectionsObservable() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
getCollectionsObservable() - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
getColumnDefinitions() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
getCommand(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
Returns a single command by its name.
getConfig(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
getConfigAsFuture(ConfigRetriever) - Static method in class io.vertx.rxjava.config.ConfigRetriever
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
getConnectionObservable() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Deprecated.
getConsumer(ServiceDiscovery, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the cookie with the specified name.
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous counter.
getCounterObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getDefault() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Returns default value of parameter
getDelegate() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
 
getDelegate() - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
getDelegate() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
getDelegate() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
getDelegate() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
getDelegate() - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
getDelegate() - Method in class io.vertx.rxjava.config.ConfigRetriever
 
getDelegate() - Method in class io.vertx.rxjava.core.buffer.Buffer
 
getDelegate() - Method in class io.vertx.rxjava.core.cli.CLI
 
getDelegate() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
getDelegate() - Method in class io.vertx.rxjava.core.CompositeFuture
 
getDelegate() - Method in class io.vertx.rxjava.core.Context
 
getDelegate() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
getDelegate() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
getDelegate() - Method in class io.vertx.rxjava.core.dns.DnsClient
 
getDelegate() - Method in class io.vertx.rxjava.core.dns.MxRecord
 
getDelegate() - Method in class io.vertx.rxjava.core.dns.SrvRecord
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.EventBus
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.Message
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
getDelegate() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
getDelegate() - Method in class io.vertx.rxjava.core.file.FileProps
 
getDelegate() - Method in class io.vertx.rxjava.core.file.FileSystem
 
getDelegate() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
getDelegate() - Method in class io.vertx.rxjava.core.Future
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClient
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServer
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
getDelegate() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocket
 
getDelegate() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
getDelegate() - Method in interface io.vertx.rxjava.core.metrics.Measured
 
getDelegate() - Method in class io.vertx.rxjava.core.MultiMap
 
getDelegate() - Method in class io.vertx.rxjava.core.net.NetClient
 
getDelegate() - Method in class io.vertx.rxjava.core.net.NetServer
 
getDelegate() - Method in class io.vertx.rxjava.core.net.NetSocket
 
getDelegate() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
getDelegate() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
getDelegate() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
getDelegate() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
getDelegate() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.Counter
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.Lock
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.SharedData
 
getDelegate() - Method in class io.vertx.rxjava.core.streams.Pump
 
getDelegate() - Method in interface io.vertx.rxjava.core.streams.ReadStream
 
getDelegate() - Method in interface io.vertx.rxjava.core.streams.StreamBase
 
getDelegate() - Method in interface io.vertx.rxjava.core.streams.WriteStream
 
getDelegate() - Method in class io.vertx.rxjava.core.TimeoutStream
 
getDelegate() - Method in class io.vertx.rxjava.core.Vertx
 
getDelegate() - Method in class io.vertx.rxjava.core.WorkerExecutor
 
getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.User
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
getDelegate() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
getDelegate() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.consul.Watch
 
getDelegate() - Method in class io.vertx.rxjava.ext.consul.WatchResult
 
getDelegate() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
getDelegate() - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
getDelegate() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.mail.MailClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.session.Session
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.Shell
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.ShellServer
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.ShellService
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
 
getDelegate() - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
 
getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Destination
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Frames
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.Async
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.Completion
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestCase
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestContext
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestSuite
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.validation.ValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.WebClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.Locale
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.Route
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.Router
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.Session
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
getDelegate() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
getDelegate() - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
getDelegate() - Method in interface io.vertx.rxjava.mqtt.messages.MqttMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttServer
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.Envelope
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
getDelegate() - Method in class io.vertx.rxjava.redis.RedisClient
 
getDelegate() - Method in class io.vertx.rxjava.redis.RedisTransaction
 
getDelegate() - Method in class io.vertx.rxjava.redis.Script
 
getDelegate() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
getDescription() - Method in class io.vertx.rxjava.core.cli.CLI
 
getDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Gets the destination with the given name.
getDestinations() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
getDomain() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getDouble(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDouble() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not a Double, otherwise it returns value
getFloat(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFloat() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not a Float, otherwise it returns value
getFlowType() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Returns the configured flow type for the Oauth2 provider.
getFormAttribute(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getHashedStoredPwd(JsonArray) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Retrieve the hashed password from the result of the authentication query
getHashStrategy() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The HashStrategy which is used by the current instance
getHeader(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Looks up a HTTP response header by name, in case where the response is a list of headers, the first one is returned.
getHeader(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
Return the first header value with the specified name
getHost() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getInstanceCount() - Method in class io.vertx.rxjava.core.Context
 
getInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInteger() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not an Integer, otherwise it returns value
getIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJob(int) - Method in class io.vertx.rxjava.ext.shell.system.JobController
Returns an active job in this session by its .
getJsonArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not a JsonArray, otherwise it returns value
getJsonObject() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not a JsonObject, otherwise it returns value
getKeys(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getLocalMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Return a LocalMap with the specific name.
getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLockObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLockWithTimeoutObservable(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLong(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not a Long, otherwise it returns value
getLongLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getMasterAddrByName(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Return the ip and port number of the master with that name.
getMasterAddrByNameObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
getMaxBufferedMessages() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
getMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getMetricsSnapshot(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

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

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

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

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

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

getMongoClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getName() - Method in class io.vertx.rxjava.core.cli.CLI
 
getName() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Get parameter name
getName() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
This function return the name of the parameter expected into parameter lists
getName() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getNow(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP GET request to the server with the specified options, specifying a response handler to receive the response
getNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP GET request to the server at the specified host and port, specifying a response handler to receive the response
getNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP GET request to the server at the specified host and default port, specifying a response handler to receive the response
getNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP GET request to the server at the default host and port, specifying a response handler to receive the response
getObjectKeys() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
If value is a map of fields, it returns keys of map, otherwise it returns null
getObjectValue(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
If value is a map of fields, it returns value of field with key provided, otherwise it returns null
getObservable(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
use AsyncMap.rxGet(K) instead
getObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
Deprecated.
use Counter.rxGet() instead
getObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Deprecated.
getObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
getObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
getOption(String) - Method in class io.vertx.rxjava.core.cli.CLI
Gets an Option based on its name (short name, long name or argument name).
getOptions() - Method in class io.vertx.rxjava.core.cli.CLI
Gets the list of options.
getOptions() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Get options of router factory.
getOptions() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Get options of router factory.
getOptionValue(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an option with the matching name (can be the long name, short name or arg name).
getOrCreateContext() - Method in class io.vertx.rxjava.core.Vertx
Gets the current context, or creates one if there isn't one
getOrCreateDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Gets a Destination object if existing, or create a new one.
getOrDefault(Object, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getParam(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first param value with the specified name
getPasswordCredentialField() - Method in class io.vertx.rxjava.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.rxjava.ext.auth.User>>).
getPasswordField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the password Defaults to MongoAuth
getPath() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getPath() - Method in class io.vertx.rxjava.ext.web.Route
 
getPermissionField() - Method in class io.vertx.rxjava.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.rxjava.ext.consul.ConsulClient
Returns an existing prepared query
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get a substring of the string stored at a key
getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get a substring of the string stored at a key
getrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
getrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
getRawMessage() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
getRawMethod() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getRawValueForArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw value of the given argument.
getRawValueForOption(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw value of the given option.
getRawValues(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Deprecated.
getRawValuesForArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw values of the given argument.
getRawValuesForOption(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw values of the given option.
getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRedisClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured RedisClient.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured RedisClient.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured RedisClient.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured RedisClient.
getReference(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Gets a service reference from the given record.
getReferenceWithConfiguration(Record, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Gets a service reference from the given record, the reference is configured with the given json object.
getRoleField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the roles.
getRouter() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Construct a new router based on spec.
getRouter() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Construct a new router based on spec.
getRoutes() - Method in class io.vertx.rxjava.ext.web.Router
 
getSalt(JsonArray) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Retrieve the salt from the result of the authentication query
getSalt(User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Retrieve the salt.
getSaltField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the salt.
getSaltStyle() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Get the defined HashSaltStyle of the current instance
getScopeSeparator() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
getScript() - Method in class io.vertx.rxjava.redis.Script
 
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getSession() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a key and return its old value
getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key and return its old value
getsetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
getsetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
getSha1() - Method in class io.vertx.rxjava.redis.Script
 
getShared(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Get the shared registry for the Vert.x instance.
getShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getStatusCode() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
getStatusMessage() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
getStoredPwd(User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
getStreamPriority() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getString(int, int, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns null if value is not a String, otherwise it returns value
getSubscriptions(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
Gets all subscription ids for the given destination hold by the given client
getSummary() - Method in class io.vertx.rxjava.core.cli.CLI
 
getToken(JsonObject, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
getTokenObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
getTrailer(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Return the first trailer value with the specified name
getTrailer(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
Return the first trailer value with the specified name
getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTransactionIsolationObservable() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
getTty() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
getUnsignedByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned byte at position pos in the Buffer, as a short.
getUnsignedInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long.
getUnsignedIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
getUnsignedMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned short at position pos in the Buffer, as an int.
getUnsignedShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUserBySession(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Provides for authorization matches on a destination level, this will return the User created by the .
getUsernameCredentialField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
getUsernameField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Get the name of the field to be used for the username.
getValidationFailureHandler() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
getValidationFailureHandler() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
 
getValue(String, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValue() - Method in class io.vertx.rxjava.ext.web.Cookie
 
getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getWebClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWindowSize() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
getWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP GET request and the specified path regex
GithubAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Github.
GithubAuth(GithubAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
goAway(long) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpConnection
Like HttpConnection.goAway(long) with no buffer.
goAway(long, int, Buffer) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a go away frame to the remote endpoint of the connection.
goAwayHandler(Handler<GoAway>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler called when a frame is received.
GoogleAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Google.
GoogleAuth(GoogleAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
grantedQoSLevels() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 

H

halfOpenHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to half-open.
handle(RoutingContext) - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
Something has happened, so handle it.
handle(Buffer) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Something has happened, so handle it.
handle(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Something has happened, so handle it.
handle(SockJSSocket) - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
Something has happened, so handle it.
handle(ServerFrame) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.api.validation.ValidationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
Something has happened, so handle it.
handle(HttpServerRequest) - Method in class io.vertx.rxjava.ext.web.Router
Something has happened, so handle it.
HandlebarsTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.handlebars
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
handleContext(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
Used to route a context to the router.
handleFailure(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
Used to route a failure to the router.
handler(Handler<Row>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
handler(Handler<DatagramPacket>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
handler(Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
handler(Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
handler(Handler<JsonEvent>) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
handler(Handler<T>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set a data handler.
handler(Handler<Long>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
handler(Handler<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
handler(StompServerHandler) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Configures the StompServerHandler.
handler() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
handler(Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<TestCaseReport>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
Append a request handler to the route handlers list.
handler(Handler<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
handler(Handler<RabbitMQMessage>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Set a message handler.
handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
handlerObservable() - Method in class io.vertx.rxjava.ext.unit.Async
Deprecated.
use Async.rxHandler() instead
handlerObservable() - Method in class io.vertx.rxjava.ext.unit.Completion
Deprecated.
handlerObservable() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Deprecated.
hasDefault() - Method in class io.vertx.rxjava.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.rxjava.ext.auth.HashingStrategy
Hashes a password.
hashCode() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
 
hashCode() - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
hashCode() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
hashCode() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
hashCode() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
hashCode() - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
hashCode() - Method in class io.vertx.rxjava.config.ConfigRetriever
 
hashCode() - Method in class io.vertx.rxjava.core.buffer.Buffer
 
hashCode() - Method in class io.vertx.rxjava.core.cli.CLI
 
hashCode() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
hashCode() - Method in class io.vertx.rxjava.core.CompositeFuture
 
hashCode() - Method in class io.vertx.rxjava.core.Context
 
hashCode() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
hashCode() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
hashCode() - Method in class io.vertx.rxjava.core.dns.DnsClient
 
hashCode() - Method in class io.vertx.rxjava.core.dns.MxRecord
 
hashCode() - Method in class io.vertx.rxjava.core.dns.SrvRecord
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.EventBus
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.Message
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
hashCode() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
hashCode() - Method in class io.vertx.rxjava.core.file.FileProps
 
hashCode() - Method in class io.vertx.rxjava.core.file.FileSystem
 
hashCode() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
hashCode() - Method in class io.vertx.rxjava.core.Future
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpClient
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpServer
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
hashCode() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
hashCode() - Method in class io.vertx.rxjava.core.http.WebSocket
 
hashCode() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
hashCode() - Method in class io.vertx.rxjava.core.MultiMap
 
hashCode() - Method in class io.vertx.rxjava.core.net.NetClient
 
hashCode() - Method in class io.vertx.rxjava.core.net.NetServer
 
hashCode() - Method in class io.vertx.rxjava.core.net.NetSocket
 
hashCode() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
hashCode() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
hashCode() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
hashCode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
hashCode() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.Counter
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.Lock
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.SharedData
 
hashCode() - Method in class io.vertx.rxjava.core.streams.Pump
 
hashCode() - Method in class io.vertx.rxjava.core.TimeoutStream
 
hashCode() - Method in class io.vertx.rxjava.core.Vertx
 
hashCode() - Method in class io.vertx.rxjava.core.WorkerExecutor
 
hashCode() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
hashCode() - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
 
hashCode() - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.User
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
hashCode() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
hashCode() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
hashCode() - Method in class io.vertx.rxjava.ext.consul.Watch
 
hashCode() - Method in class io.vertx.rxjava.ext.consul.WatchResult
 
hashCode() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
hashCode() - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
hashCode() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
hashCode() - Method in class io.vertx.rxjava.ext.mail.MailClient
 
hashCode() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
hashCode() - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.session.Session
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.Shell
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.ShellServer
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.ShellService
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
hashCode() - Method in class io.vertx.rxjava.ext.sql.SQLClient
 
hashCode() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
 
hashCode() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.Destination
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.Frames
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.Async
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.Completion
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.TestCase
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.TestContext
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.TestSuite
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.WebClient
 
hashCode() - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
hashCode() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.Cookie
 
hashCode() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
hashCode() - Method in class io.vertx.rxjava.ext.web.Locale
 
hashCode() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
 
hashCode() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
hashCode() - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
hashCode() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
hashCode() - Method in class io.vertx.rxjava.ext.web.Route
 
hashCode() - Method in class io.vertx.rxjava.ext.web.Router
 
hashCode() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
hashCode() - Method in class io.vertx.rxjava.ext.web.Session
 
hashCode() - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
hashCode() - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
hashCode() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
hashCode() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
hashCode() - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
hashCode() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
hashCode() - Method in class io.vertx.rxjava.mqtt.MqttServer
 
hashCode() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.Envelope
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
hashCode() - Method in class io.vertx.rxjava.redis.RedisClient
 
hashCode() - Method in class io.vertx.rxjava.redis.RedisTransaction
 
hashCode() - Method in class io.vertx.rxjava.redis.Script
 
hashCode() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
HashingAlgorithm - Class in io.vertx.rxjava.ext.auth
Hashing Algorithm.
HashingAlgorithm(HashingAlgorithm) - Constructor for class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
HashingStrategy - Class in io.vertx.rxjava.ext.auth
Hashing Strategy manager.
HashingStrategy(HashingStrategy) - Constructor for class io.vertx.rxjava.ext.auth.HashingStrategy
 
HashStrategy - Class in io.vertx.rxjava.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.rxjava.ext.auth.mongo.HashStrategy
 
hdel(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete one or more hash fields
hdel(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete one or more hash fields
hdelMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete one or more hash fields
hdelManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
hdelManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
hdelObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
hdelObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
head(RequestOptions) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server with the specified options, specifying a response handler to receive the response
head(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and port, specifying a response handler to receive the response
head(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the specified host and default port, specifying a response handler to receive the response
head(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server at the default host and port, specifying a response handler to receive the response
head(String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path
headAbs(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
headAbs(String) - Method in class io.vertx.rxjava.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.rxjava.kafka.client.producer.KafkaHeader
 
header(String, String) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
headerParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get header parameter by name
headerParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get list of all parameter names inside header
headers() - Method in class io.vertx.rxjava.core.eventbus.Message
Multi-map of message headers.
headers() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
headers() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
headers() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
headers() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
headers() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
headers() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
The HTTP response headers from the HTTP layer.
headers() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
headers() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
headers() - Method in class io.vertx.rxjava.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.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
headers() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
headersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server with the specified options, specifying a response handler to receive the response
headNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive the response
headNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive the response
headNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive the response
headWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
HealthCheckHandler - Class in io.vertx.rxjava.ext.healthchecks
A Vert.x Web handler on which you register health check procedure.
HealthCheckHandler(HealthCheckHandler) - Constructor for class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
healthChecks(String, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
HealthChecks - Class in io.vertx.rxjava.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.rxjava.ext.healthchecks.HealthChecks
 
healthChecksWithOptions(String, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
healthServiceNodes(String, boolean, Handler<AsyncResult<ServiceEntryList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions, Handler<AsyncResult<ServiceEntryList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
healthState(HealthState, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
healthStateWithOptions(HealthState, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
height() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
HerokuAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Heroku.
HerokuAuth(HerokuAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
hexists(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a hash field exists
hexists(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a hash field exists
hexistsObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
hexistsObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a hash field
hget(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a hash field
hgetall(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the fields and values in a hash
hgetall(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the fields and values in a hash
hgetallObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
hgetallObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
hgetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
hgetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
hincrby(String, String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Increment the integer value of a hash field by the given number
hincrbyfloat(String, String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Increment the float value of a hash field by the given amount
hincrbyfloatObservable(String, String, double) - Method in class io.vertx.rxjava.redis.RedisClient
hincrbyfloatObservable(String, String, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
hincrbyObservable(String, String, long) - Method in class io.vertx.rxjava.redis.RedisClient
hincrbyObservable(String, String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
hkeys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the fields in a hash
hkeys(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the fields in a hash
hkeysObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
hkeysObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
hlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the number of fields in a hash
hlen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of fields in a hash
hlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
hlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
hmget(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the values of all the given hash fields
hmget(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the values of all the given hash fields
hmgetObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
hmgetObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple hash fields to multiple values
hmset(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set multiple hash fields to multiple values
hmsetObservable(String, JsonObject) - Method in class io.vertx.rxjava.redis.RedisClient
hmsetObservable(String, JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
host() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
host() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
host(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a new host value.
hscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate hash fields and associated values
hscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate hash fields and associated values
hscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
hscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
hset(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a hash field
hset(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a hash field
hsetnx(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Set the value of a hash field, only if the field does not exist
hsetnxObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
hsetnxObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
hsetObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
hsetObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
hstrlen(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of the value of a hash field.
hstrlenObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
HTDIGEST_FILE - Static variable in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.auth.htdigest.HtdigestAuth
 
HtpasswdAuth - Class in io.vertx.rxjava.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.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
HttpClient - Class in io.vertx.rxjava.core.http
An asynchronous HTTP client.
HttpClient(HttpClient) - Constructor for class io.vertx.rxjava.core.http.HttpClient
 
HttpClientRequest - Class in io.vertx.rxjava.core.http
Represents a client-side HTTP request.
HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.rxjava.core.http.HttpClientRequest
 
HttpClientResponse - Class in io.vertx.rxjava.core.http
Represents a client-side HTTP response.
HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.rxjava.core.http.HttpClientResponse
 
HttpConnection - Class in io.vertx.rxjava.core.http
Represents an HTTP connection.
HttpConnection(HttpConnection) - Constructor for class io.vertx.rxjava.core.http.HttpConnection
 
HttpEndpoint - Class in io.vertx.rxjava.servicediscovery.types
for HTTP endpoint (REST api).
HttpEndpoint(HttpEndpoint) - Constructor for class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
HttpFrame - Class in io.vertx.rxjava.core.http
An HTTP/2 frame.
HttpFrame(HttpFrame) - Constructor for class io.vertx.rxjava.core.http.HttpFrame
 
HTTPOperationRequestValidationHandler - Interface in io.vertx.rxjava.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.rxjava.ext.web.client
A client-side HTTP request.
HttpRequest(HttpRequest) - Constructor for class io.vertx.rxjava.ext.web.client.HttpRequest
 
HttpRequest(HttpRequest, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.client.HttpRequest
 
HTTPRequestValidationHandler - Class in io.vertx.rxjava.ext.web.api.validation
An interface for add HTTP Request validation.
HTTPRequestValidationHandler(HTTPRequestValidationHandler) - Constructor for class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
HttpResponse<T> - Class in io.vertx.rxjava.ext.web.client
An HTTP response.
HttpResponse(HttpResponse) - Constructor for class io.vertx.rxjava.ext.web.client.HttpResponse
 
HttpResponse(HttpResponse, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.client.HttpResponse
 
HttpServer - Class in io.vertx.rxjava.core.http
An HTTP and WebSockets server.
HttpServer(HttpServer) - Constructor for class io.vertx.rxjava.core.http.HttpServer
 
HttpServerFileUpload - Class in io.vertx.rxjava.core.http
Represents an file upload from an HTML FORM.
HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.rxjava.core.http.HttpServerFileUpload
 
HttpServerRequest - Class in io.vertx.rxjava.core.http
Represents a server-side HTTP request.
HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.rxjava.core.http.HttpServerRequest
 
HttpServerResponse - Class in io.vertx.rxjava.core.http
Represents a server-side HTTP response.
HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.rxjava.core.http.HttpServerResponse
 
hvals(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the values in a hash
hvals(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the values in a hash
hvalsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
hvalsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
HystrixMetricHandler - Class in io.vertx.rxjava.circuitbreaker
A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.
HystrixMetricHandler(HystrixMetricHandler) - Constructor for class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 

I

id() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
return the symbolic name for the algorithm
id() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
id() - Method in class io.vertx.rxjava.ext.web.Session
 
idToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The Id Token if present parsed as a JsonObject
idToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Get decoded `id_token` from the principal.
incr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a key by one
incr(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the integer value of a key by one
incrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a key by the given amount
incrby(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the integer value of a key by the given amount
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the float value of a key by the given amount
incrbyfloat(String, double, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the float value of a key by the given amount
incrbyfloatObservable(String, double) - Method in class io.vertx.rxjava.redis.RedisClient
incrbyfloatObservable(String, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
incrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
incrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
incrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementAndGetObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
Deprecated.
incrObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
incrObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
indicatedServerName() - Method in class io.vertx.rxjava.core.http.HttpConnection
Returns the SNI server name presented during the SSL handshake by the client.
indicatedServerName() - Method in class io.vertx.rxjava.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.rxjava.core.net.SocketAddress
Create a inet socket address, host must be non null and port must be between 0 and 65536.
info(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get information and statistics about the server
info(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get information and statistics about the server
infoAclToken(String, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get info of Acl token
infoObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
infoObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
infoSection(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get information and statistics about the server
infoSection(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get information and statistics about the server
infoSectionObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
infoSectionObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
infoSession(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the requested session information
infoSessionWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
init(Vertx, Context) - Method in class io.vertx.rxjava.core.AbstractVerticle
 
init(Vertx, JsonObject) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Initialize this store.
init(Vertx, ServicePublisher, JsonObject, Future<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Starts the exporter.
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
insertObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
insertObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Insert a new user into mongo in the convenient way
insertUserObservable(String, String, List<String>, List<String>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
insertWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
insertWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
InstagramAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Instagram.
InstagramAuth(InstagramAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
instantValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Return the Instant value.
integerValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
interrupt() - Method in class io.vertx.rxjava.ext.shell.system.Job
Attempt to interrupt the job.
interrupt() - Method in class io.vertx.rxjava.ext.shell.system.Process
Attempt to interrupt the process.
interrupt(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Attempt to interrupt the process.
interruptHandler(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.ext.shell.term.Term
Set an interrupt signal handler on the term.
inTransactionCompletable(SQLClient, Function<SQLConnection, Completable>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Completable from SQLConnection operations executed inside a transaction.
inTransactionObservable(SQLClient, Function<SQLConnection, Observable<T>>) - Static method in class io.vertx.rxjava.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.rxjava.ext.sql.SQLClientHelper
Generates a Single from SQLConnection operations executed inside a transaction.
introspect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
introspect(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
introspectObservable() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Deprecated.
introspectObservable(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Deprecated.
introspectToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Query an OAuth 2.0 authorization server to determine the active state of an OAuth 2.0 token and to determine meta-information about this token.
introspectToken(String, String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Query an OAuth 2.0 authorization server to determine the active state of an OAuth 2.0 token and to determine meta-information about this token.
introspectTokenObservable(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
introspectTokenObservable(String, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
invoke(Handler<JsonObject>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedures and computes the outcome.
invoke(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
io.vertx.rxjava.amqpbridge - package io.vertx.rxjava.amqpbridge
 
io.vertx.rxjava.cassandra - package io.vertx.rxjava.cassandra
 
io.vertx.rxjava.circuitbreaker - package io.vertx.rxjava.circuitbreaker
 
io.vertx.rxjava.config - package io.vertx.rxjava.config
 
io.vertx.rxjava.core - package io.vertx.rxjava.core
 
io.vertx.rxjava.core.buffer - package io.vertx.rxjava.core.buffer
 
io.vertx.rxjava.core.cli - package io.vertx.rxjava.core.cli
 
io.vertx.rxjava.core.datagram - package io.vertx.rxjava.core.datagram
 
io.vertx.rxjava.core.dns - package io.vertx.rxjava.core.dns
 
io.vertx.rxjava.core.eventbus - package io.vertx.rxjava.core.eventbus
 
io.vertx.rxjava.core.file - package io.vertx.rxjava.core.file
 
io.vertx.rxjava.core.http - package io.vertx.rxjava.core.http
 
io.vertx.rxjava.core.metrics - package io.vertx.rxjava.core.metrics
 
io.vertx.rxjava.core.net - package io.vertx.rxjava.core.net
 
io.vertx.rxjava.core.parsetools - package io.vertx.rxjava.core.parsetools
 
io.vertx.rxjava.core.shareddata - package io.vertx.rxjava.core.shareddata
 
io.vertx.rxjava.core.streams - package io.vertx.rxjava.core.streams
 
io.vertx.rxjava.ext.asyncsql - package io.vertx.rxjava.ext.asyncsql
 
io.vertx.rxjava.ext.auth - package io.vertx.rxjava.ext.auth
 
io.vertx.rxjava.ext.auth.htdigest - package io.vertx.rxjava.ext.auth.htdigest
 
io.vertx.rxjava.ext.auth.htpasswd - package io.vertx.rxjava.ext.auth.htpasswd
 
io.vertx.rxjava.ext.auth.jdbc - package io.vertx.rxjava.ext.auth.jdbc
 
io.vertx.rxjava.ext.auth.jwt - package io.vertx.rxjava.ext.auth.jwt
 
io.vertx.rxjava.ext.auth.mongo - package io.vertx.rxjava.ext.auth.mongo
 
io.vertx.rxjava.ext.auth.oauth2 - package io.vertx.rxjava.ext.auth.oauth2
 
io.vertx.rxjava.ext.auth.oauth2.providers - package io.vertx.rxjava.ext.auth.oauth2.providers
 
io.vertx.rxjava.ext.auth.oauth2.rbac - package io.vertx.rxjava.ext.auth.oauth2.rbac
 
io.vertx.rxjava.ext.auth.shiro - package io.vertx.rxjava.ext.auth.shiro
 
io.vertx.rxjava.ext.bridge - package io.vertx.rxjava.ext.bridge
 
io.vertx.rxjava.ext.consul - package io.vertx.rxjava.ext.consul
 
io.vertx.rxjava.ext.dropwizard - package io.vertx.rxjava.ext.dropwizard
 
io.vertx.rxjava.ext.healthchecks - package io.vertx.rxjava.ext.healthchecks
 
io.vertx.rxjava.ext.jdbc - package io.vertx.rxjava.ext.jdbc
 
io.vertx.rxjava.ext.mail - package io.vertx.rxjava.ext.mail
 
io.vertx.rxjava.ext.mongo - package io.vertx.rxjava.ext.mongo
 
io.vertx.rxjava.ext.shell - package io.vertx.rxjava.ext.shell
 
io.vertx.rxjava.ext.shell.cli - package io.vertx.rxjava.ext.shell.cli
 
io.vertx.rxjava.ext.shell.command - package io.vertx.rxjava.ext.shell.command
 
io.vertx.rxjava.ext.shell.session - package io.vertx.rxjava.ext.shell.session
 
io.vertx.rxjava.ext.shell.system - package io.vertx.rxjava.ext.shell.system
 
io.vertx.rxjava.ext.shell.term - package io.vertx.rxjava.ext.shell.term
 
io.vertx.rxjava.ext.sql - package io.vertx.rxjava.ext.sql
 
io.vertx.rxjava.ext.stomp - package io.vertx.rxjava.ext.stomp
 
io.vertx.rxjava.ext.unit - package io.vertx.rxjava.ext.unit
 
io.vertx.rxjava.ext.unit.collect - package io.vertx.rxjava.ext.unit.collect
 
io.vertx.rxjava.ext.unit.report - package io.vertx.rxjava.ext.unit.report
 
io.vertx.rxjava.ext.web - package io.vertx.rxjava.ext.web
 
io.vertx.rxjava.ext.web.api - package io.vertx.rxjava.ext.web.api
 
io.vertx.rxjava.ext.web.api.contract - package io.vertx.rxjava.ext.web.api.contract
 
io.vertx.rxjava.ext.web.api.contract.openapi3 - package io.vertx.rxjava.ext.web.api.contract.openapi3
 
io.vertx.rxjava.ext.web.api.validation - package io.vertx.rxjava.ext.web.api.validation
 
io.vertx.rxjava.ext.web.client - package io.vertx.rxjava.ext.web.client
 
io.vertx.rxjava.ext.web.client.predicate - package io.vertx.rxjava.ext.web.client.predicate
 
io.vertx.rxjava.ext.web.codec - package io.vertx.rxjava.ext.web.codec
 
io.vertx.rxjava.ext.web.common.template - package io.vertx.rxjava.ext.web.common.template
 
io.vertx.rxjava.ext.web.handler - package io.vertx.rxjava.ext.web.handler
 
io.vertx.rxjava.ext.web.handler.sockjs - package io.vertx.rxjava.ext.web.handler.sockjs
 
io.vertx.rxjava.ext.web.multipart - package io.vertx.rxjava.ext.web.multipart
 
io.vertx.rxjava.ext.web.sstore - package io.vertx.rxjava.ext.web.sstore
 
io.vertx.rxjava.ext.web.templ - package io.vertx.rxjava.ext.web.templ
 
io.vertx.rxjava.ext.web.templ.freemarker - package io.vertx.rxjava.ext.web.templ.freemarker
 
io.vertx.rxjava.ext.web.templ.handlebars - package io.vertx.rxjava.ext.web.templ.handlebars
 
io.vertx.rxjava.ext.web.templ.jade - package io.vertx.rxjava.ext.web.templ.jade
 
io.vertx.rxjava.ext.web.templ.mvel - package io.vertx.rxjava.ext.web.templ.mvel
 
io.vertx.rxjava.ext.web.templ.pebble - package io.vertx.rxjava.ext.web.templ.pebble
 
io.vertx.rxjava.ext.web.templ.rocker - package io.vertx.rxjava.ext.web.templ.rocker
 
io.vertx.rxjava.ext.web.templ.thymeleaf - package io.vertx.rxjava.ext.web.templ.thymeleaf
 
io.vertx.rxjava.kafka.admin - package io.vertx.rxjava.kafka.admin
 
io.vertx.rxjava.kafka.client.consumer - package io.vertx.rxjava.kafka.client.consumer
 
io.vertx.rxjava.kafka.client.producer - package io.vertx.rxjava.kafka.client.producer
 
io.vertx.rxjava.micrometer - package io.vertx.rxjava.micrometer
 
io.vertx.rxjava.mqtt - package io.vertx.rxjava.mqtt
 
io.vertx.rxjava.mqtt.messages - package io.vertx.rxjava.mqtt.messages
 
io.vertx.rxjava.rabbitmq - package io.vertx.rxjava.rabbitmq
 
io.vertx.rxjava.redis - package io.vertx.rxjava.redis
 
io.vertx.rxjava.redis.sentinel - package io.vertx.rxjava.redis.sentinel
 
io.vertx.rxjava.servicediscovery - package io.vertx.rxjava.servicediscovery
 
io.vertx.rxjava.servicediscovery.spi - package io.vertx.rxjava.servicediscovery.spi
 
io.vertx.rxjava.servicediscovery.types - package io.vertx.rxjava.servicediscovery.types
 
is(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Helper to analize the response body.
isArgumentAssigned(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given argument has been assigned in the command line.
isArray() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is an array
isAskingForHelp() - Method in class io.vertx.rxjava.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.rxjava.ext.web.multipart.FormDataPart
 
isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
isAuthorisedObservable(String) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
isAuthorized(AccessToken, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.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.rxjava.ext.auth.User
Is the user authorised to
isAuthorizedObservable(AccessToken, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
isAuthorizedObservable(String) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
isAutoKeepAlive() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isBinary() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isBlank() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
isBoolean() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isBoolean() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a Boolean instance
isCachingEnabled() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Returns true if the template template caches template files.
isCachingEnabled() - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
Returns true if the template engine caches template files.
isChanged() - Method in class io.vertx.rxjava.ext.web.Cookie
Has the cookie been changed? Changed cookies will be saved out in the response and sent to the browser.
isChunked() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
isChunked() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
isCleanSession() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isClose() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isClosed() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
isClustered() - Method in class io.vertx.rxjava.core.Vertx
Is this Vert.x instance clustered?
isComplete(int) - Method in class io.vertx.rxjava.core.CompositeFuture
Returns true if a wrapped future is completed
isComplete() - Method in class io.vertx.rxjava.core.Future
Has the future completed?
isCompleted() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isConnected() - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
isConnected() - Method in class io.vertx.rxjava.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.rxjava.mqtt.MqttClient
 
isConnected() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isConnected() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Check if a connection is open
isContinuation() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isDestroyed() - Method in class io.vertx.rxjava.ext.web.Session
 
isDirectory() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a directory?
isDouble() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a Double instance
isDup() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
isEmpty() - Method in class io.vertx.rxjava.core.MultiMap
Return true if empty
isEmpty() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
isEmpty() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
isEmpty() - Method in class io.vertx.rxjava.ext.web.Session
 
isEmpty() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
isEnded() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Has the request ended? I.e.
isEqual(String, String) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Time constant string comparision to avoid timming attacks.
isError() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
isEventLoopContext() - Method in class io.vertx.rxjava.core.Context
Is the current context an event loop context?
isExhausted() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
isExpectMultipart() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
isFailed() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isFileUpload() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
isFinal() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isFlagEnabled(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an option marked as a flag.
isFloat() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a Float instance
isForeground() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
isFromUserAgent() - Method in class io.vertx.rxjava.ext.web.Cookie
Has this Cookie been sent from the User Agent (the browser)? or was created during the executing on the request.
isFullyFetched() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
isHidden() - Method in class io.vertx.rxjava.core.cli.CLI
Checks whether or not the current CLI instance is hidden.
isHolding(Object) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Checks whether or not the service reference has the given service object.
isInteger() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is an Integer instance
isJsonArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a JsonArray instance
isJsonObject() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a JsonObject instance
isListening() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Checks whether or not the server is listening.
isLong() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a Long instance
isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.rxjava.ext.web.LanguageHeader
Test if this header is matched by matchTry header
isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Test if this header is matched by matchTry header
isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
Test if this header is matched by matchTry header
isMetricsEnabled() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.eventbus.EventBus
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.http.HttpClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.http.HttpServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in interface io.vertx.rxjava.core.metrics.Measured
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.net.NetClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.net.NetServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.Vertx
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.WorkerExecutor
Whether the metrics are enabled for this measured object
isMultiThreadedWorkerContext() - Method in class io.vertx.rxjava.core.Context
Is the current context a multi-threaded worker context?
isNativeTransportEnabled() - Method in class io.vertx.rxjava.core.Vertx
 
isNull() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isNull() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value is null
isNumber() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isObject() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isObject() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a map of fields
isOnEventLoopThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread an event thread?
isOnVertxThread() - Static method in class io.vertx.rxjava.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.rxjava.core.Context
Is the current thread a worker thread?
isOpenChannel() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Check if a channel is open
isOptional() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
Return true if parameter is optional
isOptionAssigned(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given option has been assigned in the command line.
isOther() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file some other type? (I.e.
isPaused() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
isPermitted() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
Is this an allowed operation as specified by the corresponding header?
isPermitted() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Is this an allowed operation as specified by the corresponding header?
isPermitted() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
Is this an allowed operation as specified by the corresponding header?
isPublishAutoAck() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isRedelivery() - Method in class io.vertx.rxjava.rabbitmq.Envelope
Get the redelivery flag included in this parameter envelope.
isRegenerated() - Method in class io.vertx.rxjava.ext.web.Session
 
isRegistered() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
isRegularFile() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a regular file?
isRetain() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
isSeenInCommandLine(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given option has been seen in the user command line.
isSend() - Method in class io.vertx.rxjava.core.eventbus.Message
Signals if this message represents a send or publish event.
isSessionPresent() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
isSizeAvailable() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
isSsl() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
isSSL() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
isSsl() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
isSsl() - Method in class io.vertx.rxjava.core.http.WebSocket
 
isSsl() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
isSsl() - Method in class io.vertx.rxjava.core.net.NetSocket
 
isSsl() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isString() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Returns true if value of RequestParameter is a String instance
isSubscriptionAutoAck() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isSucceeded() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isSymbolicLink() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a symbolic link?
isText() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isText() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
isText() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
isValid() - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the command line is valid, i.e.
isValid(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Function that checks if parameter is valid.
isValidCollection(List<String>) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Function that checks if array of values of a specific parameter.
isWorkerContext() - Method in class io.vertx.rxjava.core.Context
Is the current context a worker context?

J

JadeTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.jade
A template engine that uses Jade.
JadeTemplateEngine(JadeTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
JDBCAuth - Class in io.vertx.rxjava.ext.auth.jdbc
Factory interface for creating AuthProvider instances that use the Vert.x JDBC client.
JDBCAuth(JDBCAuth) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
JDBCClient - Class in io.vertx.rxjava.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.rxjava.ext.jdbc.JDBCClient
 
JDBCDataSource - Class in io.vertx.rxjava.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.rxjava.servicediscovery.types.JDBCDataSource
 
JDBCHashStrategy - Class in io.vertx.rxjava.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.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
Job - Class in io.vertx.rxjava.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.rxjava.ext.shell.system.Job
 
jobController() - Method in class io.vertx.rxjava.ext.shell.Shell
 
JobController - Class in io.vertx.rxjava.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.rxjava.ext.shell.system.JobController
 
jobs() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
join(Future<T1>, Future<T2>) - Static method in class io.vertx.rxjava.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
join(Future<T1>, Future<T2>, Future<T3>) - Static method in class io.vertx.rxjava.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.rxjava.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.rxjava.core.CompositeFuture
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.rxjava.core.CompositeFuture
join(List<Future>) - Static method in class io.vertx.rxjava.core.CompositeFuture
JSON - Static variable in class io.vertx.rxjava.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.rxjava.ext.web.codec.BodyCodec
Create and return a codec for Java objects encoded using Jackson mapper.
jsonArray() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
The HTTP response body as a JsonArray
jsonArray() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
JsonEvent - Class in io.vertx.rxjava.core.parsetools
A JSON event emited by the JsonParser.
JsonEvent(JsonEvent) - Constructor for class io.vertx.rxjava.core.parsetools.JsonEvent
 
jsonObject() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
The HTTP response body as a JsonObject
jsonObject() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
JsonParser - Class in io.vertx.rxjava.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.rxjava.core.parsetools.JsonParser
 
JWTAuth - Class in io.vertx.rxjava.ext.auth.jwt
Factory interface for creating JWT based AuthProvider instances.
JWTAuth(JWTAuth) - Constructor for class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
JWTAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 

K

KafkaConsumer<K,V> - Class in io.vertx.rxjava.kafka.client.consumer
Vert.x Kafka consumer.
KafkaConsumer(KafkaConsumer) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
KafkaConsumer(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
KafkaConsumerRecord<K,V> - Class in io.vertx.rxjava.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.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
KafkaConsumerRecord(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
KafkaConsumerRecords<K,V> - Class in io.vertx.rxjava.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.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
KafkaConsumerRecords(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
KafkaHeader - Class in io.vertx.rxjava.kafka.client.producer
Vert.x Kafka producer record header.
KafkaHeader(KafkaHeader) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
KafkaProducer<K,V> - Class in io.vertx.rxjava.kafka.client.producer
Vert.x Kafka producer.
KafkaProducer(KafkaProducer) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
KafkaProducer(KafkaProducer, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
KafkaProducerRecord<K,V> - Class in io.vertx.rxjava.kafka.client.producer
Vert.x Kafka producer record.
KafkaProducerRecord(KafkaProducerRecord) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
KafkaProducerRecord(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
keepAliveTimeSeconds() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
key(String, Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
key() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
key() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
keyCertOptions() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Provides the KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath()
KeycloakAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Keycloak.
KeycloakAuth(KeycloakAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
KeycloakHelper - Class in io.vertx.rxjava.ext.auth.oauth2
Helper class for processing Keycloak principal.
KeycloakHelper(KeycloakHelper) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
KeycloakRBAC - Class in io.vertx.rxjava.ext.auth.oauth2.rbac
Implementation of the Keycloak RBAC handler.
KeycloakRBAC(KeycloakRBAC) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
keyPrefix(String, Vertx) - Static method in class io.vertx.rxjava.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.rxjava.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
keys(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Find all keys matching the given pattern
keys(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find all keys matching the given pattern
keysObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
keysObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction

L

language() - Method in class io.vertx.rxjava.ext.web.Locale
Deprecated.
LanguageHeader - Class in io.vertx.rxjava.ext.web
A parsed language header.
LanguageHeader(LanguageHeader) - Constructor for class io.vertx.rxjava.ext.web.LanguageHeader
 
last() - Method in class io.vertx.rxjava.ext.web.Route
Specify this is the last route for the router.
lastAccessed() - Method in class io.vertx.rxjava.ext.web.Session
 
lastAccessedTime() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
lastAccessTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was last accessed
lastMessageId() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
lastModifiedTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was last modified
lastsave(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the UNIX time stamp of the last successful save to disk
lastsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the UNIX time stamp of the last successful save to disk
lastsaveObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
lastsaveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
lastStopped() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
leaderStatus(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
length() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get an element from a list by its index
lindex(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get an element from a list by its index
lindexObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
lindexObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
line() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
lineTokens() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
link(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
LinkedInAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for LinkedIn.
LinkedInAuth(LinkedInAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
linkObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
linsert(String, InsertOptions, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Insert an element before or after another element in a list
linsertObservable(String, InsertOptions, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
linsertObservable(String, InsertOptions, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
listAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get list of Acl token
listen(Handler<ConfigChange>) - Method in class io.vertx.rxjava.config.ConfigRetriever
Registers a listener receiving configuration changes.
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Start listening on the given port and host.
listen() - Method in class io.vertx.rxjava.core.http.HttpServer
Tell the server to start listening.
listen(int, String) - Method in class io.vertx.rxjava.core.http.HttpServer
Tell the server to start listening.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
listen(Handler<AsyncResult<TermServer>>) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
listen(int) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen() - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen() - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listen(int, String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenMulticastGroupObservable(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
listenMulticastGroupObservable(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
listenObservable(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
listenObservable(int, String) - Method in class io.vertx.rxjava.core.http.HttpServer
listenObservable(SocketAddress) - Method in class io.vertx.rxjava.core.http.HttpServer
listenObservable(int) - Method in class io.vertx.rxjava.core.http.HttpServer
listenObservable() - Method in class io.vertx.rxjava.core.http.HttpServer
listenObservable() - Method in class io.vertx.rxjava.core.net.NetServer
Deprecated.
listenObservable(int, String) - Method in class io.vertx.rxjava.core.net.NetServer
Deprecated.
listenObservable(int) - Method in class io.vertx.rxjava.core.net.NetServer
Deprecated.
listenObservable(SocketAddress) - Method in class io.vertx.rxjava.core.net.NetServer
Deprecated.
listenObservable() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Deprecated.
listenObservable() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Deprecated.
listenObservable() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Deprecated.
listenObservable(int) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Deprecated.
listenObservable(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Deprecated.
listEvents(Handler<AsyncResult<EventList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEventsWithOptions(EventListOptions, Handler<AsyncResult<EventList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listIndexes(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get all the indexes in this collection.
listIndexes(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
listIndexesObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
listIndexesObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
listNodeSessions(String, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
listSessions(Handler<AsyncResult<SessionList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions
listSessionsWithOptions(BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
LiveAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for live.com Services.
LiveAuth(LiveAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
llen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of a list
llen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of a list
llenObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
llenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
load() - Static method in class io.vertx.rxjava.ext.auth.HashingStrategy
Factory method to load the algorithms from the system
loadJWK(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Loads a JWK Set from the remote provider.
loadJWKObservable() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
localAddress() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
localAddress() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
localAddress() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
localAddress() - Method in class io.vertx.rxjava.core.http.WebSocket
 
localAddress() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
localAddress() - Method in class io.vertx.rxjava.core.net.NetSocket
 
localAddress() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the local address for this socket
localAddress() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
localChecks(Handler<AsyncResult<List<Check>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localConsumer(String) - Method in class io.vertx.rxjava.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.rxjava.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
Locale - Class in io.vertx.rxjava.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.rxjava.ext.web.Locale
 
LocalMap<K,V> - Class in io.vertx.rxjava.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap(LocalMap) - Constructor for class io.vertx.rxjava.core.shareddata.LocalMap
 
LocalMap(LocalMap, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.core.shareddata.LocalMap
 
localServices(Handler<AsyncResult<List<Service>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns list of services registered with the local agent.
LocalSessionStore - Class in io.vertx.rxjava.ext.web.sstore
A session store which is only available on a single node.
LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
Lock - Class in io.vertx.rxjava.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
Lock(Lock) - Constructor for class io.vertx.rxjava.core.shareddata.Lock
 
LoggerHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler(LoggerHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
logout(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
logoutObservable() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Deprecated.
longValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
lookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup4Observable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Deprecated.
lookup6(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookup6Observable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Deprecated.
lookupObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Deprecated.
lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the first element in a list
lpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the first element in a list
lpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
lpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
lprops(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
lpropsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
lpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend one value to a list
lpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend one value to a list
lpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend one or multiple values to a list
lpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend one or multiple values to a list
lpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
lpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
lpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
lpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
lpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend a value to a list, only if the list exists
lpushx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend a value to a list, only if the list exists
lpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
lpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
lrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get a range of elements from a list
lrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get a range of elements from a list
lrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
lrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
lrem(String, long, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove elements from a list
lrem(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove elements from a list
lremObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
lremObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
lset(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Set the value of an element in a list by its index
lsetObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
lsetObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Trim a list to the specified range
ltrim(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Trim a list to the specified range
ltrimObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
ltrimObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction

M

MailchimpAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Mailchimp.
MailchimpAuth(MailchimpAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
MailClient - Class in io.vertx.rxjava.ext.mail
SMTP mail client for Vert.x
MailClient(MailClient) - Constructor for class io.vertx.rxjava.ext.mail.MailClient
 
maintenanceService(MaintenanceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Places a given service into "maintenance mode"
map(Function<CompositeFuture, U>) - Method in class io.vertx.rxjava.core.CompositeFuture
Apply a mapper function on this future.
map(Function<T, U>) - Method in class io.vertx.rxjava.core.Future
Apply a mapper function on this future.
map(V) - Method in class io.vertx.rxjava.core.Future
Map the result of a future to a specific value.
map(Function<Boolean, U>) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Apply a mapper function on this future.
map(Function<Boolean, U>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Apply a mapper function on this future.
mapEmpty() - Method in class io.vertx.rxjava.core.Future
Map the result of a future to null.
mapTo(Class<T>) - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(TypeReference<T>) - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
master(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Show the state and info of the specified master
masterObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
masters(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Show a list of monitored masters and their state
mastersObservable() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Deprecated.
matches(String) - Method in class io.vertx.rxjava.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
maxAgeSeconds(int) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Set how long the browser should cache the information
maxRecordSize(int) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Set the maximum allowed size for a record when using the delimited mode.
Measured - Interface in io.vertx.rxjava.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.rxjava.ext.web.multipart.FormDataPart
 
merge(RequestParameter) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Merge this request parameter with another one.
message() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
Message<T> - Class in io.vertx.rxjava.core.eventbus
Represents a message that is received from the event bus in a handler.
Message(Message) - Constructor for class io.vertx.rxjava.core.eventbus.Message
 
Message(Message, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.Message
 
message() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
message() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
The failure message.
MessageConsumer<T> - Class in io.vertx.rxjava.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.rxjava.core.eventbus.MessageConsumer
 
MessageConsumer(MessageConsumer, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.MessageConsumer
 
messageCount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageCountObservable(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
messageId() - Method in interface io.vertx.rxjava.mqtt.messages.MqttMessage
 
messageId() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
messageId() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
messageId() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
messageId() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
messageId() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
MessageProducer<T> - Class in io.vertx.rxjava.core.eventbus
Represents a stream of message that can be written to.
MessageProducer(MessageProducer) - Constructor for class io.vertx.rxjava.core.eventbus.MessageProducer
 
MessageProducer(MessageProducer, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.MessageProducer
 
MessageSource - Class in io.vertx.rxjava.servicediscovery.types
Service type for data producer.
MessageSource(MessageSource) - Constructor for class io.vertx.rxjava.servicediscovery.types.MessageSource
 
method() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
The HTTP method for the request.
method() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
method(HttpMethod) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a new method value.
method(HttpMethod) - Method in class io.vertx.rxjava.ext.web.Route
Add an HTTP method for this route.
metricsNames() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
metricsNames() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
MetricsService - Class in io.vertx.rxjava.ext.dropwizard
The metrics service mainly allows to return a snapshot of measured objects.
MetricsService(MetricsService) - Constructor for class io.vertx.rxjava.ext.dropwizard.MetricsService
 
MetricsService - Class in io.vertx.rxjava.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.rxjava.micrometer.MetricsService
 
mget(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of the given key
mget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of the given key
mgetMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the values of all the given keys
mgetMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the values of all the given keys
mgetManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
mgetManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
mgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
mgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
MicroProfileRBAC - Class in io.vertx.rxjava.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.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
migrate(String, int, String, int, long, MigrateOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Atomically transfer a key from a Redis instance to another one.
migrateObservable(String, int, String, int, long, MigrateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
migrateObservable(String, int, String, int, long, MigrateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
MIMEHeader - Class in io.vertx.rxjava.ext.web
 
MIMEHeader(MIMEHeader) - Constructor for class io.vertx.rxjava.ext.web.MIMEHeader
 
mkdir(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
mkdirObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
mkdirs(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.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.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirsBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
mkdirsObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
MongoAuth - Class in io.vertx.rxjava.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.rxjava.ext.auth.mongo.MongoAuth
 
MongoClient - Class in io.vertx.rxjava.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient(MongoClient) - Constructor for class io.vertx.rxjava.ext.mongo.MongoClient
 
MongoDataSource - Class in io.vertx.rxjava.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.rxjava.servicediscovery.types.MongoDataSource
 
MongoService - Class in io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
monitor(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for all requests received by the server in real time
monitor(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for all requests received by the server in real time
monitorObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
monitorObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
moreResults() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Request for more results if available
mountOperationToEventBus(String, String) - Method in class io.vertx.rxjava.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.rxjava.ext.web.RoutingContext
 
mountServiceFromTag(String, String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.web.Router
Mount a sub router on this router
move(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.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.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Move a key to another database
move(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Move a key to another database
moveBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
moveObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
moveObservable(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
moveObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
moveObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
MqttClient - Class in io.vertx.rxjava.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.rxjava.mqtt.MqttClient
 
MqttConnAckMessage - Class in io.vertx.rxjava.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.rxjava.mqtt.messages.MqttConnAckMessage
 
MqttEndpoint - Class in io.vertx.rxjava.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.rxjava.mqtt.MqttEndpoint
 
MqttMessage - Interface in io.vertx.rxjava.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.rxjava.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.rxjava.mqtt.messages.MqttPublishMessage
 
MqttServer - Class in io.vertx.rxjava.mqtt
An MQTT server
MqttServer(MqttServer) - Constructor for class io.vertx.rxjava.mqtt.MqttServer
 
MqttSubAckMessage - Class in io.vertx.rxjava.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.rxjava.mqtt.messages.MqttSubAckMessage
 
MqttSubscribeMessage - Class in io.vertx.rxjava.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.rxjava.mqtt.messages.MqttSubscribeMessage
 
MqttTopicSubscription - Class in io.vertx.rxjava.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.rxjava.mqtt.MqttTopicSubscription
 
MqttUnsubscribeMessage - Class in io.vertx.rxjava.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.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
mset(JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple keys to multiple values
mset(JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set multiple keys to multiple values
msetnx(JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Set multiple keys to multiple values, only if none of the keys exist
msetnxObservable(JsonObject) - Method in class io.vertx.rxjava.redis.RedisClient
msetnxObservable(JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
msetObservable(JsonObject) - Method in class io.vertx.rxjava.redis.RedisClient
msetObservable(JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
multi(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Mark the start of a RedisTransaction block
MultiMap - Class in io.vertx.rxjava.core
This class represents a MultiMap of String keys to a List of String values.
MultiMap(MultiMap) - Constructor for class io.vertx.rxjava.core.MultiMap
 
multiObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
MultipartForm - Class in io.vertx.rxjava.ext.web.multipart
A multipart form.
MultipartForm(MultipartForm) - Constructor for class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
MVELTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.mvel
A template engine that uses the Handlebars library.
MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
MxRecord - Class in io.vertx.rxjava.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord(MxRecord) - Constructor for class io.vertx.rxjava.core.dns.MxRecord
 
MySQLClient - Class in io.vertx.rxjava.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.rxjava.ext.asyncsql.MySQLClient
 

N

nack(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a NACK frame.
nack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(String, String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
name() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
name() - Method in class io.vertx.rxjava.core.dns.MxRecord
The name of the MX record
name() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
name(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
name() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
name() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
name() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
The test description, may be null if none was provided.
name() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
name() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
name() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
names() - Method in class io.vertx.rxjava.core.MultiMap
Gets a immutable Set of all names
needsSeparator() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
Should the encoded string use the default separator to split fields.
NetClient - Class in io.vertx.rxjava.core.net
A TCP client.
NetClient(NetClient) - Constructor for class io.vertx.rxjava.core.net.NetClient
 
NetServer - Class in io.vertx.rxjava.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.rxjava.core.net.NetServer
 
netSocket() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Get a net socket for the underlying connection of this request.
netSocket() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Get a net socket for the underlying connection of this request.
NetSocket - Class in io.vertx.rxjava.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.rxjava.core.net.NetSocket
 
nettyEventLoopGroup() - Method in class io.vertx.rxjava.core.Vertx
Return the Netty EventLoopGroup used by Vert.x
newDelimited(String, Handler<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.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.rxjava.core.parsetools.RecordParser
newDelimited(String, Observable<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
newDelimited(String) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.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.rxjava.core.parsetools.RecordParser
newDelimited(Buffer, Observable<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
newFixed(int) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newFixed(int, Observable<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newInstance(AmqpBridge) - Static method in class io.vertx.rxjava.amqpbridge.AmqpBridge
 
newInstance(CassandraClient) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
 
newInstance(CassandraRowStream) - Static method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
newInstance(ResultSet) - Static method in class io.vertx.rxjava.cassandra.ResultSet
 
newInstance(CircuitBreaker) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
newInstance(HystrixMetricHandler) - Static method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
newInstance(ConfigRetriever) - Static method in class io.vertx.rxjava.config.ConfigRetriever
 
newInstance(Buffer) - Static method in class io.vertx.rxjava.core.buffer.Buffer
 
newInstance(CLI) - Static method in class io.vertx.rxjava.core.cli.CLI
 
newInstance(CommandLine) - Static method in class io.vertx.rxjava.core.cli.CommandLine
 
newInstance(CompositeFuture) - Static method in class io.vertx.rxjava.core.CompositeFuture
 
newInstance(Context) - Static method in class io.vertx.rxjava.core.Context
 
newInstance(DatagramPacket) - Static method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
newInstance(DatagramSocket) - Static method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
newInstance(DnsClient) - Static method in class io.vertx.rxjava.core.dns.DnsClient
 
newInstance(MxRecord) - Static method in class io.vertx.rxjava.core.dns.MxRecord
 
newInstance(SrvRecord) - Static method in class io.vertx.rxjava.core.dns.SrvRecord
 
newInstance(DeliveryContext) - Static method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
newInstance(DeliveryContext, TypeArg<T>) - Static method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
newInstance(EventBus) - Static method in class io.vertx.rxjava.core.eventbus.EventBus
 
newInstance(Message) - Static method in class io.vertx.rxjava.core.eventbus.Message
 
newInstance(Message, TypeArg<T>) - Static method in class io.vertx.rxjava.core.eventbus.Message
 
newInstance(MessageConsumer) - Static method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
newInstance(MessageConsumer, TypeArg<T>) - Static method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
newInstance(MessageProducer) - Static method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
newInstance(MessageProducer, TypeArg<T>) - Static method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
newInstance(AsyncFile) - Static method in class io.vertx.rxjava.core.file.AsyncFile
 
newInstance(FileProps) - Static method in class io.vertx.rxjava.core.file.FileProps
 
newInstance(FileSystem) - Static method in class io.vertx.rxjava.core.file.FileSystem
 
newInstance(FileSystemProps) - Static method in class io.vertx.rxjava.core.file.FileSystemProps
 
newInstance(Future) - Static method in class io.vertx.rxjava.core.Future
 
newInstance(Future, TypeArg<T>) - Static method in class io.vertx.rxjava.core.Future
 
newInstance(HttpClient) - Static method in class io.vertx.rxjava.core.http.HttpClient
 
newInstance(HttpClientRequest) - Static method in class io.vertx.rxjava.core.http.HttpClientRequest
 
newInstance(HttpClientResponse) - Static method in class io.vertx.rxjava.core.http.HttpClientResponse
 
newInstance(HttpConnection) - Static method in class io.vertx.rxjava.core.http.HttpConnection
 
newInstance(HttpFrame) - Static method in class io.vertx.rxjava.core.http.HttpFrame
 
newInstance(HttpServer) - Static method in class io.vertx.rxjava.core.http.HttpServer
 
newInstance(HttpServerFileUpload) - Static method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
newInstance(HttpServerRequest) - Static method in class io.vertx.rxjava.core.http.HttpServerRequest
 
newInstance(HttpServerResponse) - Static method in class io.vertx.rxjava.core.http.HttpServerResponse
 
newInstance(ServerWebSocket) - Static method in class io.vertx.rxjava.core.http.ServerWebSocket
 
newInstance(WebSocket) - Static method in class io.vertx.rxjava.core.http.WebSocket
 
newInstance(WebSocketBase) - Static method in interface io.vertx.rxjava.core.http.WebSocketBase
 
newInstance(WebSocketFrame) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
 
newInstance(Measured) - Static method in interface io.vertx.rxjava.core.metrics.Measured
 
newInstance(MultiMap) - Static method in class io.vertx.rxjava.core.MultiMap
 
newInstance(NetClient) - Static method in class io.vertx.rxjava.core.net.NetClient
 
newInstance(NetServer) - Static method in class io.vertx.rxjava.core.net.NetServer
 
newInstance(NetSocket) - Static method in class io.vertx.rxjava.core.net.NetSocket
 
newInstance(SelfSignedCertificate) - Static method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
newInstance(SocketAddress) - Static method in class io.vertx.rxjava.core.net.SocketAddress
 
newInstance(JsonEvent) - Static method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
newInstance(JsonParser) - Static method in class io.vertx.rxjava.core.parsetools.JsonParser
 
newInstance(RecordParser) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
 
newInstance(AsyncMap) - Static method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
newInstance(AsyncMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
newInstance(Counter) - Static method in class io.vertx.rxjava.core.shareddata.Counter
 
newInstance(LocalMap) - Static method in class io.vertx.rxjava.core.shareddata.LocalMap
 
newInstance(LocalMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.core.shareddata.LocalMap
 
newInstance(Lock) - Static method in class io.vertx.rxjava.core.shareddata.Lock
 
newInstance(SharedData) - Static method in class io.vertx.rxjava.core.shareddata.SharedData
 
newInstance(Pump) - Static method in class io.vertx.rxjava.core.streams.Pump
 
newInstance(ReadStream) - Static method in interface io.vertx.rxjava.core.streams.ReadStream
 
newInstance(ReadStream, TypeArg<T>) - Static method in interface io.vertx.rxjava.core.streams.ReadStream
 
newInstance(StreamBase) - Static method in interface io.vertx.rxjava.core.streams.StreamBase
 
newInstance(WriteStream) - Static method in interface io.vertx.rxjava.core.streams.WriteStream
 
newInstance(WriteStream, TypeArg<T>) - Static method in interface io.vertx.rxjava.core.streams.WriteStream
 
newInstance(TimeoutStream) - Static method in class io.vertx.rxjava.core.TimeoutStream
 
newInstance(Vertx) - Static method in class io.vertx.rxjava.core.Vertx
 
newInstance(WorkerExecutor) - Static method in class io.vertx.rxjava.core.WorkerExecutor
 
newInstance(AsyncSQLClient) - Static method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
newInstance(MySQLClient) - Static method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
 
newInstance(PostgreSQLClient) - Static method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
newInstance(AuthProvider) - Static method in class io.vertx.rxjava.ext.auth.AuthProvider
 
newInstance(ChainAuth) - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
 
newInstance(HashingAlgorithm) - Static method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
newInstance(HashingStrategy) - Static method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
newInstance(HtdigestAuth) - Static method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
newInstance(HtpasswdAuth) - Static method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
newInstance(JDBCAuth) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
newInstance(JDBCHashStrategy) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
newInstance(JWTAuth) - Static method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
newInstance(HashStrategy) - Static method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
newInstance(MongoAuth) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
newInstance(AccessToken) - Static method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
newInstance(KeycloakHelper) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
newInstance(OAuth2Auth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
newInstance(OAuth2RBAC) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
newInstance(OAuth2Response) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
newInstance(AzureADAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
newInstance(BoxAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
newInstance(CloudFoundryAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
newInstance(DropboxAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
newInstance(FacebookAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
newInstance(FoursquareAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
newInstance(GithubAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
newInstance(GoogleAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
newInstance(HerokuAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
newInstance(InstagramAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
newInstance(KeycloakAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
newInstance(LinkedInAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
newInstance(LiveAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
newInstance(MailchimpAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
newInstance(OpenIDConnectAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
newInstance(SalesforceAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
newInstance(ShopifyAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
newInstance(SoundcloudAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
newInstance(StripeAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
newInstance(TwitterAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
newInstance(KeycloakRBAC) - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
newInstance(MicroProfileRBAC) - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
newInstance(ShiroAuth) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
newInstance(User) - Static method in class io.vertx.rxjava.ext.auth.User
 
newInstance(VertxContextPRNG) - Static method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
newInstance(BaseBridgeEvent) - Static method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
newInstance(ConsulClient) - Static method in class io.vertx.rxjava.ext.consul.ConsulClient
 
newInstance(Watch) - Static method in class io.vertx.rxjava.ext.consul.Watch
 
newInstance(Watch, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.consul.Watch
 
newInstance(WatchResult) - Static method in class io.vertx.rxjava.ext.consul.WatchResult
 
newInstance(WatchResult, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.consul.WatchResult
 
newInstance(MetricsService) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
newInstance(HealthCheckHandler) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
newInstance(HealthChecks) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
newInstance(JDBCClient) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
newInstance(MailClient) - Static method in class io.vertx.rxjava.ext.mail.MailClient
 
newInstance(MongoClient) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
 
newInstance(MongoService) - Static method in class io.vertx.rxjava.ext.mongo.MongoService
 
newInstance(CliToken) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
newInstance(Completion) - Static method in class io.vertx.rxjava.ext.shell.cli.Completion
 
newInstance(Command) - Static method in class io.vertx.rxjava.ext.shell.command.Command
 
newInstance(CommandBuilder) - Static method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
newInstance(CommandProcess) - Static method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
newInstance(CommandRegistry) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
newInstance(CommandResolver) - Static method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
newInstance(Session) - Static method in class io.vertx.rxjava.ext.shell.session.Session
 
newInstance(Shell) - Static method in class io.vertx.rxjava.ext.shell.Shell
 
newInstance(ShellServer) - Static method in class io.vertx.rxjava.ext.shell.ShellServer
 
newInstance(ShellService) - Static method in class io.vertx.rxjava.ext.shell.ShellService
 
newInstance(Job) - Static method in class io.vertx.rxjava.ext.shell.system.Job
 
newInstance(JobController) - Static method in class io.vertx.rxjava.ext.shell.system.JobController
 
newInstance(Process) - Static method in class io.vertx.rxjava.ext.shell.system.Process
 
newInstance(Pty) - Static method in class io.vertx.rxjava.ext.shell.term.Pty
 
newInstance(SignalHandler) - Static method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
newInstance(SockJSTermHandler) - Static method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
newInstance(Term) - Static method in class io.vertx.rxjava.ext.shell.term.Term
 
newInstance(TermServer) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
 
newInstance(Tty) - Static method in class io.vertx.rxjava.ext.shell.term.Tty
 
newInstance(SQLClient) - Static method in class io.vertx.rxjava.ext.sql.SQLClient
 
newInstance(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLConnection
 
newInstance(SQLOperations) - Static method in interface io.vertx.rxjava.ext.sql.SQLOperations
 
newInstance(SQLRowStream) - Static method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
newInstance(Acknowledgement) - Static method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
newInstance(Destination) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
newInstance(DestinationFactory) - Static method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
newInstance(Frames) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
newInstance(ServerFrame) - Static method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
newInstance(StompClient) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
 
newInstance(StompClientConnection) - Static method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
newInstance(StompServer) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
 
newInstance(StompServerConnection) - Static method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
newInstance(StompServerHandler) - Static method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
newInstance(Async) - Static method in class io.vertx.rxjava.ext.unit.Async
 
newInstance(EventBusCollector) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
newInstance(Completion) - Static method in class io.vertx.rxjava.ext.unit.Completion
 
newInstance(Completion, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.unit.Completion
 
newInstance(Failure) - Static method in class io.vertx.rxjava.ext.unit.report.Failure
 
newInstance(TestCaseReport) - Static method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
newInstance(TestResult) - Static method in class io.vertx.rxjava.ext.unit.report.TestResult
 
newInstance(TestSuiteReport) - Static method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
newInstance(TestCase) - Static method in class io.vertx.rxjava.ext.unit.TestCase
 
newInstance(TestCompletion) - Static method in class io.vertx.rxjava.ext.unit.TestCompletion
 
newInstance(TestContext) - Static method in class io.vertx.rxjava.ext.unit.TestContext
 
newInstance(TestSuite) - Static method in class io.vertx.rxjava.ext.unit.TestSuite
 
newInstance(HTTPOperationRequestValidationHandler) - Static method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
newInstance(OpenAPI3RequestValidationHandler) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
newInstance(OpenAPI3RouterFactory) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
newInstance(RouterFactory) - Static method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
 
newInstance(RouterFactory, TypeArg<Specification>) - Static method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
 
newInstance(RequestParameter) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
newInstance(RequestParameters) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
newInstance(ContainerDeserializer) - Static method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
newInstance(CustomValidator) - Static method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
newInstance(HTTPRequestValidationHandler) - Static method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
newInstance(ParameterTypeValidator) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
newInstance(ParameterValidationRule) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
newInstance(ValidationHandler) - Static method in interface io.vertx.rxjava.ext.web.api.validation.ValidationHandler
 
newInstance(HttpRequest) - Static method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
newInstance(HttpRequest, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
newInstance(HttpResponse) - Static method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
newInstance(HttpResponse, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
newInstance(ErrorConverter) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
newInstance(ResponsePredicate) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
newInstance(ResponsePredicateResult) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
newInstance(WebClient) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
 
newInstance(BodyCodec) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
newInstance(BodyCodec, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
newInstance(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
newInstance(Cookie) - Static method in class io.vertx.rxjava.ext.web.Cookie
 
newInstance(FileUpload) - Static method in class io.vertx.rxjava.ext.web.FileUpload
 
newInstance(AuthHandler) - Static method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
 
newInstance(BasicAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
newInstance(BodyHandler) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
newInstance(ChainAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
newInstance(CookieHandler) - Static method in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
newInstance(CorsHandler) - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
newInstance(CSRFHandler) - Static method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
newInstance(DigestAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
newInstance(ErrorHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
newInstance(FaviconHandler) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
newInstance(FormLoginHandler) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
newInstance(JWTAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
newInstance(LoggerHandler) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
newInstance(OAuth2AuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
newInstance(RedirectAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
newInstance(ResponseContentTypeHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
newInstance(ResponseTimeHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
newInstance(SessionHandler) - Static method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
newInstance(BridgeEvent) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
newInstance(SockJSHandler) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
newInstance(SockJSSocket) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
newInstance(StaticHandler) - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
newInstance(TemplateHandler) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
newInstance(TimeoutHandler) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
newInstance(UserSessionHandler) - Static method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
newInstance(VirtualHostHandler) - Static method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
 
newInstance(LanguageHeader) - Static method in class io.vertx.rxjava.ext.web.LanguageHeader
 
newInstance(Locale) - Static method in class io.vertx.rxjava.ext.web.Locale
 
newInstance(MIMEHeader) - Static method in class io.vertx.rxjava.ext.web.MIMEHeader
 
newInstance(FormDataPart) - Static method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
newInstance(MultipartForm) - Static method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
newInstance(ParsedHeaderValue) - Static method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
 
newInstance(ParsedHeaderValues) - Static method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
newInstance(Route) - Static method in class io.vertx.rxjava.ext.web.Route
 
newInstance(Router) - Static method in class io.vertx.rxjava.ext.web.Router
 
newInstance(RoutingContext) - Static method in class io.vertx.rxjava.ext.web.RoutingContext
 
newInstance(Session) - Static method in class io.vertx.rxjava.ext.web.Session
 
newInstance(ClusteredSessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
newInstance(LocalSessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
newInstance(SessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
newInstance(FreeMarkerTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
newInstance(JadeTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
newInstance(MVELTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
newInstance(PebbleTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
newInstance(RockerTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
newInstance(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
newInstance(AdminUtils) - Static method in class io.vertx.rxjava.kafka.admin.AdminUtils
 
newInstance(KafkaConsumer) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
newInstance(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
newInstance(KafkaConsumerRecord) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
newInstance(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
newInstance(KafkaConsumerRecords) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
newInstance(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
newInstance(KafkaHeader) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
newInstance(KafkaProducer) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
newInstance(KafkaProducer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
newInstance(KafkaProducerRecord) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
newInstance(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
newInstance(MetricsService) - Static method in class io.vertx.rxjava.micrometer.MetricsService
 
newInstance(PrometheusScrapingHandler) - Static method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
newInstance(MqttConnAckMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
newInstance(MqttMessage) - Static method in interface io.vertx.rxjava.mqtt.messages.MqttMessage
 
newInstance(MqttPublishMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
newInstance(MqttSubAckMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
newInstance(MqttSubscribeMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
newInstance(MqttUnsubscribeMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
newInstance(MqttClient) - Static method in class io.vertx.rxjava.mqtt.MqttClient
 
newInstance(MqttEndpoint) - Static method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
newInstance(MqttServer) - Static method in class io.vertx.rxjava.mqtt.MqttServer
 
newInstance(MqttTopicSubscription) - Static method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
newInstance(BasicProperties) - Static method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
newInstance(Envelope) - Static method in class io.vertx.rxjava.rabbitmq.Envelope
 
newInstance(RabbitMQClient) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
newInstance(RabbitMQConsumer) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
newInstance(RabbitMQMessage) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
newInstance(RedisClient) - Static method in class io.vertx.rxjava.redis.RedisClient
 
newInstance(RedisTransaction) - Static method in class io.vertx.rxjava.redis.RedisTransaction
 
newInstance(Script) - Static method in class io.vertx.rxjava.redis.Script
 
newInstance(RedisSentinel) - Static method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
 
newInstance(ServiceDiscovery) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
newInstance(ServiceReference) - Static method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
newInstance(ServiceExporter) - Static method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
newInstance(ServiceImporter) - Static method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
newInstance(ServicePublisher) - Static method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
newInstance(EventBusService) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
newInstance(HttpEndpoint) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
newInstance(JDBCDataSource) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
newInstance(MessageSource) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
newInstance(MongoDataSource) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
newInstance(RedisDataSource) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
newParser() - Static method in class io.vertx.rxjava.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(ReadStream<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(Observable<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.JsonParser
Create a new JsonParser instance.
next() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
Call the next interceptor
next() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Tell the router to route this context to the next matching route (if any).
nextInt() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random int
nextInt(int) - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random int, between 0 (inclusive) and the specified bound (exclusive).
nextResult() - Method in class io.vertx.rxjava.ext.consul.WatchResult
The next result of the operation.
nextString(int) - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a Base64 mime encoded String of random data with the given length.
nickName(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
nodes(Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
nodes(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
none() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
normalisedPath() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Return the normalised path for the request.
numberOfSubscriptions() - Method in class io.vertx.rxjava.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.
numberPumped() - Method in class io.vertx.rxjava.core.streams.Pump
Return the total number of items pumped by this pump.

O

OAuth2Auth - Class in io.vertx.rxjava.ext.auth.oauth2
Factory interface for creating OAuth2 based AuthProvider instances.
OAuth2Auth(OAuth2Auth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
OAuth2AuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides OAuth2 Authentication support.
OAuth2AuthHandler(OAuth2AuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
OAuth2RBAC - Class in io.vertx.rxjava.ext.auth.oauth2
Functional interface that allows users to implement custom RBAC verifiers for OAuth2/OpenId Connect.
OAuth2RBAC(OAuth2RBAC) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
OAuth2Response - Class in io.vertx.rxjava.ext.auth.oauth2
A response from a fetch request.
OAuth2Response(OAuth2Response) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
object(String, ObjectCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Inspect the internals of Redis objects
object(String, ObjectCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Inspect the internals of Redis objects
objectEventMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json object.
objectObservable(String, ObjectCmd) - Method in class io.vertx.rxjava.redis.RedisClient
objectObservable(String, ObjectCmd) - Method in class io.vertx.rxjava.redis.RedisTransaction
objectValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
objectValueMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json object.
offset() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
offsetsForTimes(TopicPartition, Long, Handler<AsyncResult<OffsetAndTimestamp>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
oldId() - Method in class io.vertx.rxjava.ext.web.Session
 
onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.rxjava.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.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when messages are acknowledged.
onAuthenticationRequest(StompServerConnection, String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onAuthenticationRequestObservable(StompServerConnection, String, String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
onClose(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the connection is closed.
one(Handler<AsyncResult<Row>>) - Method in class io.vertx.rxjava.cassandra.ResultSet
 
onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.rxjava.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.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when messages are not acknowledged.
onPublish(Record) - Method in class io.vertx.rxjava.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.rxjava.ext.stomp.StompServerConnection
Notifies the connection about server activity (the server has sent a frame).
onUnpublish(String) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Notify an existing record has been removed
onUpdate(Record) - Method in class io.vertx.rxjava.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.rxjava.ext.auth.oauth2.AccessToken
The RAW String if available for the Access Token
opaqueIdToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The RAW String if available for the Id Token
opaqueRefreshToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The RAW String if available for the Refresh Token
open() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Explicitly opens the circuit.
open(String, OpenOptions, Handler<AsyncResult<AsyncFile>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Open the file represented by path, asynchronously.
OpenAPI3RequestValidationHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
OpenAPI3RouterFactory - Class in io.vertx.rxjava.ext.web.api.contract.openapi3
Interface for OpenAPI3RouterFactory.
OpenAPI3RouterFactory(OpenAPI3RouterFactory) - Constructor for class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
openBlocking(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
openHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to open.
OpenIDConnectAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for OpenID Connect.
OpenIDConnectAuth(OpenIDConnectAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
openObservable(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
options(RequestOptions) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server with the specified options, specifying a response handler to receive the response
options(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and port, specifying a response handler to receive the response
options(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the specified host and default port, specifying a response handler to receive the response
options(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server at the default host and port, specifying a response handler to receive the response
options() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
options() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
options() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
options() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
optionsAbs(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP OPTIONS request to send to the server using an absolute URI, specifying a response handler to receive the response
optionsNow(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP OPTIONS request to the server with the specified options, specifying a response handler to receive the response
optionsNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the specified host and port, specifying a response handler to receive the response
optionsNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the specified host and default port, specifying a response handler to receive the response
optionsNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Sends an HTTP OPTIONS request to the server at the default host and port, specifying a response handler to receive the response
optionsWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
order(int) - Method in class io.vertx.rxjava.ext.web.Route
Specify the order for this route.
otherwise(Function<Throwable, CompositeFuture>) - Method in class io.vertx.rxjava.core.CompositeFuture
Apply a mapper function on this future.
otherwise(CompositeFuture) - Method in class io.vertx.rxjava.core.CompositeFuture
Map the failure of a future to a specific value.
otherwise(Function<Throwable, T>) - Method in class io.vertx.rxjava.core.Future
Apply a mapper function on this future.
otherwise(T) - Method in class io.vertx.rxjava.core.Future
Map the failure of a future to a specific value.
otherwise(Function<Throwable, Boolean>) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Apply a mapper function on this future.
otherwise(Boolean) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Map the failure of a future to a specific value.
otherwise(Function<Throwable, Boolean>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Apply a mapper function on this future.
otherwise(Boolean) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Map the failure of a future to a specific value.
otherwiseEmpty() - Method in class io.vertx.rxjava.core.CompositeFuture
Map the failure of a future to null.
otherwiseEmpty() - Method in class io.vertx.rxjava.core.Future
Map the failure of a future to null.
otherwiseEmpty() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Map the failure of a future to null.
otherwiseEmpty() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Map the failure of a future to null.
owner() - Method in class io.vertx.rxjava.core.Context
 

P

parameter(String) - Method in class io.vertx.rxjava.ext.web.LanguageHeader
The value of the parameter specified by this key.
parameter(String) - Method in class io.vertx.rxjava.ext.web.MIMEHeader
The value of the parameter specified by this key.
parameter(String) - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
The value of the parameter specified by this key.
parameters() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
The parameters specified in this header value.
parameters() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
The parameters specified in this header value.
parameters() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
The parameters specified in this header value.
ParameterTypeValidator - Class in io.vertx.rxjava.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.rxjava.ext.web.api.validation.ParameterTypeValidator
 
parameterTypeValidator() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
Return ParameterTypeValidator instance used inside this parameter validation rule
ParameterValidationRule - Class in io.vertx.rxjava.ext.web.api.validation
This function is an inner wrapper for ParameterTypeValidator inside ValidationHandler parameter maps.
ParameterValidationRule(ParameterValidationRule) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
params() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
params() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
return the list of param names required for this algorithm.
parse(List<String>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.web.handler.AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentialsObservable(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
parseCredentialsObservable(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
parseCredentialsObservable(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
parseCredentialsObservable(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
parseCredentialsObservable(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
parseCredentialsObservable(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
parsedHeaders() - Method in class io.vertx.rxjava.ext.web.RoutingContext
The headers: Accept Accept-Charset Accept-Encoding Accept-Language Content-Type Parsed into ParsedHeaderValue
ParsedHeaderValue - Interface in io.vertx.rxjava.ext.web
 
ParsedHeaderValues - Class in io.vertx.rxjava.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.rxjava.ext.web.ParsedHeaderValues
 
parseOperationSpec() - Method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
Function that parse the operation specification and generate validation rules
parseOperationSpec() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Function that parse the operation specification and generate validation rules
parseToken(String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Parse the token string with base64 decoder.
partition() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
partition() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.rxjava.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.rxjava.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.rxjava.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.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
patch(String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.Router
Add a route that matches any HTTP PATCH request
patch(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path
patchAbs(String) - Method in class io.vertx.rxjava.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.rxjava.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path regex
path() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
path() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
path() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
path() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
path(String) - Method in class io.vertx.rxjava.ext.web.Route
Set the path prefix for this route.
pathname() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
pathParam(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Gets the value of a single path parameter
pathParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get path parameter by name
pathParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get list of all parameter names inside path
pathParams() - Method in class io.vertx.rxjava.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.rxjava.ext.web.Route
Set the path prefix as a regular expression.
pause() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
pause() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
pause() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
pause() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
pause() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
pause() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
pause() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
pause() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
pause() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
pause() - Method in class io.vertx.rxjava.core.http.WebSocket
 
pause() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
pause() - Method in class io.vertx.rxjava.core.net.NetSocket
 
pause() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
pause() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
pause() - Method in interface io.vertx.rxjava.core.streams.ReadStream
Pause the ReadStream, it sets the buffer in fetch mode and clears the actual demand.
pause() - Method in class io.vertx.rxjava.core.TimeoutStream
 
pause() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
pause() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
pause() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
pause() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
pause(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Pause the stream of incoming messages from queue.
paused(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpFrame
 
payload() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
PebbleTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.pebble
A template engine that uses the Pebble library.
PebbleTemplateEngine(PebbleTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
peersStatus(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
periodicStream(long) - Method in class io.vertx.rxjava.core.Vertx
Returns a periodic timer as a read stream.
persist(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove the expiration from a key
persist(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove the expiration from a key
persistObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
persistObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
pexpire(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set a key's time to live in milliseconds
pexpire(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a key's time to live in milliseconds
pexpireat(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp specified in milliseconds
pexpireatObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
pexpireatObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
pexpireObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
pexpireObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
pfadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Adds the specified element to the specified HyperLogLog.
pfadd(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Adds the specified element to the specified HyperLogLog.
pfaddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Adds the specified elements to the specified HyperLogLog.
pfaddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Adds the specified elements to the specified HyperLogLog.
pfaddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
pfaddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
pfaddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
pfaddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
pfcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisTransaction
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcountManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
pfcountManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
pfcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
pfcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Merge N different HyperLogLogs into a single one.
pfmerge(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Merge N different HyperLogLogs into a single one.
pfmergeObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
pfmergeObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
ping(Buffer, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a frame to the remote endpoint.
PING - Static variable in class io.vertx.rxjava.ext.stomp.Frames
 
ping() - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
ping() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Sends a `PING` frame to the client.
ping() - Method in class io.vertx.rxjava.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<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Ping the server
ping(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Ping the server
pingFrame(Buffer) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a ping WebSocket frame.
pingHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler notified when a frame is received from the remote endpoint.
pingHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.mqtt.MqttEndpoint
Set the pingreq handler on the MQTT endpoint.
pingObservable(Buffer) - Method in class io.vertx.rxjava.core.http.HttpConnection
pingObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
pingObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
pingResponseHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets handler which will be called after PINGRESP packet receiving
pipe(WriteStream<Buffer>) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
A body codec that pipes the body to a write stream.
poll(long, Handler<AsyncResult<KafkaConsumerRecords<K, V>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka
pollTimeout(long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Sets the poll timeout (in ms) for the underlying native Kafka Consumer.
pong() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PINGRESP message to the remote MQTT client
pongFrame(Buffer) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a pong WebSocket frame.
pongHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set a pong message handler on the connection.
pongHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
Set a pong message handler on the connection.
pongHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a pong message handler on the connection.
port() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
port(int) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a new port value.
position(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP POST request to send to the server with the specified options, specifying a response handler to receive the response
post(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive the response
post(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive the response
post(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive the response
post(String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.Router
Add a route that matches any HTTP POST request
post(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP POST request and the specified path
postAbs(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
postAbs(String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.asyncsql.PostgreSQLClient
 
postWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP POST request and the specified path regex
preferredLanguage() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Helper to return the user preferred language.
preferredLocale() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Deprecated.
preferredUsername(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Prepares the provided query string.
prevResult() - Method in class io.vertx.rxjava.ext.consul.WatchResult
The previous result of the operation.
principal() - Method in class io.vertx.rxjava.ext.auth.User
Get the underlying principal for the User.
priority() - Method in class io.vertx.rxjava.core.dns.MxRecord
The priority of the MX record.
priority() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the priority for this service record.
priority() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
Retrieve the value in the priority field.
privateKeyPath() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Filesystem path to the RSA private key file in PEM format
process() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
Process - Class in io.vertx.rxjava.ext.shell.system
A process managed by the shell.
Process(Process) - Constructor for class io.vertx.rxjava.ext.shell.system.Process
 
processArgs() - Method in class io.vertx.rxjava.core.Context
The process args
processHandler(Handler<CommandProcess>) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Set the command process handler, the process handler is called when the command is executed.
produces(String) - Method in class io.vertx.rxjava.ext.web.Route
Add a content type produced by this route.
PrometheusScrapingHandler - Class in io.vertx.rxjava.micrometer
A Vert.x Web Route handler for Prometheus metrics scraping.
PrometheusScrapingHandler(PrometheusScrapingHandler) - Constructor for class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
properties() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
PROPERTY_COLLECTION_NAME - Static variable in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the username is stored inside
props(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
propsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
propsObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
protocol() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
protocolName() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
protocolVersion() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
psetex(String, long, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value and expiration in milliseconds of a key
psetex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value and expiration in milliseconds of a key
psetexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
psetexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
psubscribe(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to channels matching the given pattern
psubscribe(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to channels matching the given pattern
psubscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to channels matching the given patterns
psubscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to channels matching the given patterns
psubscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
psubscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
psubscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
psubscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
pttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the time to live for a key in milliseconds
pttl(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the time to live for a key in milliseconds
pttlObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
pttlObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Pty - Class in io.vertx.rxjava.ext.shell.term
A pseudo terminal used for controlling a Tty.
Pty(Pty) - Constructor for class io.vertx.rxjava.ext.shell.term.Pty
 
publish(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.publish(java.lang.String, java.lang.Object) but specifying options that can be used to configure the delivery.
publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava.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.rxjava.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava.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.rxjava.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
publish(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Post a message to a channel
publish(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Post a message to a channel
publish(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Publishes a record.
publish(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Publishes a record.
publishAcknowledge(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBACK message to the remote MQTT client
publishAcknowledgeHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the puback handler on the MQTT endpoint.
publishAutoAck(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Enable/disable publishing (in/out) auto acknowledge
publishComplete(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBCOMP message to the remote MQTT client
publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets handler which will be called each time publish is completed
publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the pubcomp handler on the MQTT endpoint.
publisher(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in class io.vertx.rxjava.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.rxjava.mqtt.MqttClient
Sets handler which will be called each time server publish something to client
publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the publish handler on the MQTT endpoint.
publishObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
publishObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
publishReceived(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBREC message to the remote MQTT client
publishReceivedHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the pubrec handler on the MQTT endpoint.
publishRelease(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBREL message to the remote MQTT client
publishReleaseHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the pubrel handler on the MQTT endpoint.
pubsubChannels(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Lists the currently active channels - only those matching the pattern
pubsubChannels(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Lists the currently active channels - only those matching the pattern
pubsubChannelsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
pubsubChannelsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
pubsubNumpat(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
pubsubNumpatObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
pubsubNumpatObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
pubsubNumsub(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
pubsubNumsubObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
pubsubNumsubObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Pump - Class in io.vertx.rxjava.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.rxjava.core.streams.Pump
 
pump(ReadStream<T>, WriteStream<T>) - Static method in class io.vertx.rxjava.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(Observable<T>, WriteStream<T>) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
punsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Stop listening for messages posted to channels matching the given patterns
punsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop listening for messages posted to channels matching the given patterns
punsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
punsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest
Set a push handler for this request.

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

pushObservable(HttpMethod, String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
pushObservable(HttpMethod, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
pushObservable(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
pushObservable(HttpMethod, String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
put(String, Object) - Method in class io.vertx.rxjava.core.Context
Put some data in the context.
put(RequestOptions) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server with the specified options, specifying a response handler to receive the response
put(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive the response
put(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive the response
put(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive the response
put(K, V, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
put(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Put an entry in the map
put(String, HashingAlgorithm) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
Put or replace an algorithm into the list of system loaded algorithms.
put(String, Object) - Method in class io.vertx.rxjava.ext.shell.session.Session
Put some data in a session
put(String, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Put some data in the context.
put(String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.Router
Add a route that matches any HTTP PUT request
put(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in class io.vertx.rxjava.ext.web.Session
Put some data in a session
put(Session, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID.
putAbs(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
putAbs(String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
putHeader(String, Iterable<String>) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpServerResponse
putHeader(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to add a new HTTP header.
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.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.rxjava.core.shareddata.AsyncMap
putIfAbsent(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putIfAbsentObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
putIfAbsentObservable(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
putObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
putObservable(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
putObservable(Session) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
putTrailer(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP trailer
putTrailer(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
putTrailer(String, Iterable<String>) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpServerResponse
putValue(String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds specified key/value pair
putValueWithOptions(String, String, KeyValueOptions, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
putWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path regex

Q

qosLevel() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
qualityOfService() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
query() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
query() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
query() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
query(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
queryObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Deprecated.
queryObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
queryParam(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Gets the value of a single query parameter
queryParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get query parameter by name
queryParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Get list of all parameter names inside query
queryParams() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Return the current query parameters.
queryParams() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Returns a map of all query parameters inside the query string
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
querySingleObservable(String) - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
querySingleObservable(String) - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
querySingleObservable(String) - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
querySingleObservable(String) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
querySingleObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
querySingleObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
querySingleWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
querySingleWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
querySingleWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
querySingleWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
querySingleWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
queryStream(String, Handler<AsyncResult<CassandraRowStream>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
queryStreamObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
queryStreamWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
queryWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
queue(Vertx, String) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
queueBind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBindObservable(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
queueDeclare(String, boolean, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue
queueDeclare(String, boolean, boolean, boolean, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue with config options
queueDeclareAuto(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDeclareAutoObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
queueDeclareObservable(String, boolean, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
queueDeclareObservable(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
queueDelete(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.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.rxjava.rabbitmq.RabbitMQClient
Delete a queue
queueDeleteIfObservable(String, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
queueDeleteObservable(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient

R

RabbitMQClient - Class in io.vertx.rxjava.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.rxjava.rabbitmq.RabbitMQClient
 
RabbitMQConsumer - Class in io.vertx.rxjava.rabbitmq
A stream of messages from a rabbitmq queue.
RabbitMQConsumer(RabbitMQConsumer) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
RabbitMQMessage - Class in io.vertx.rxjava.rabbitmq
Represent a message received message received in a rabbitmq-queue.
RabbitMQMessage(RabbitMQMessage) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return a random key from the keyspace
randomkey(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a random key from the keyspace
randomkeyObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
randomkeyObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
raw() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
rawAccessToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Get raw `access_token` string from the principal.
rawIdToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Get raw `id_token` string from the principal.
rawLine() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
rawMethod() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
rawValue() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
Contains the raw value that was received from the user agent
rawValue() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Contains the raw value that was received from the user agent
rawValue() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
Contains the raw value that was received from the user agent
rbacHandler(OAuth2RBAC) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
readDir(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.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.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDirBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readDirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
readDirObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readDirObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
readFile(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readFileObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readFromBuffer(int, Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
 
readline(String, Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Term
Prompt the user a line of text.
readline(String, Handler<String>, Handler<Completion>) - Method in class io.vertx.rxjava.ext.shell.term.Term
Prompt the user a line of text, providing a completion handler to handle user's completion.
readObservable(Buffer, int, long, int) - Method in class io.vertx.rxjava.core.file.AsyncFile
ReadStream<T> - Interface in io.vertx.rxjava.core.streams
Represents a stream of items that can be read from.
readSymlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.core.file.FileSystem
readSymlinkObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
realm() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
Return the currently used realm
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.stomp.StompServerHandler
Configures a handler that get notified when a STOMP frame is received by the server.
record() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
recordAt(int) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
Get the record at the given index
RecordParser - Class in io.vertx.rxjava.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.rxjava.core.parsetools.RecordParser
 
recover(Function<Throwable, Future<CompositeFuture>>) - Method in class io.vertx.rxjava.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.rxjava.core.Future
Handles a failure of this Future by returning the result of another Future.
recover(Function<Throwable, Future<Boolean>>) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Handles a failure of this Future by returning the result of another Future.
recover(Function<Throwable, Future<Boolean>>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Handles a failure of this Future by returning the result of another Future.
RedirectAuthHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.RedirectAuthHandler
 
redirectHandler(Function<HttpClientResponse, Future<HttpClientRequest>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Set a redirect handler for the http client.
RedisClient - Class in io.vertx.rxjava.redis
 
RedisClient(RedisClient) - Constructor for class io.vertx.rxjava.redis.RedisClient
 
RedisDataSource - Class in io.vertx.rxjava.servicediscovery.types
Service type for Redis data source.
RedisDataSource(RedisDataSource) - Constructor for class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
RedisSentinel - Class in io.vertx.rxjava.redis.sentinel
Interface for sentinel commands

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

RedisSentinel(RedisSentinel) - Constructor for class io.vertx.rxjava.redis.sentinel.RedisSentinel
 
RedisTransaction - Class in io.vertx.rxjava.redis
This Interface represents a TX

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

RedisTransaction(RedisTransaction) - Constructor for class io.vertx.rxjava.redis.RedisTransaction
 
refresh(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Refresh the access token
refreshObservable() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Deprecated.
refreshToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The Refresh Token if present parsed as a JsonObject
regenerateId() - Method in class io.vertx.rxjava.ext.web.Session
 
register(String, Handler<Future<Status>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, long, Handler<Future<Status>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, Handler<Future<Status>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String, long, Handler<Future<Status>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String) - Method in class io.vertx.rxjava.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.rxjava.ext.consul.ConsulClient
Add a new check to the local agent.
registerCodec(MessageCodec) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Register a message codec.
registerCommand(Command) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
registerCommand(Command, Handler<AsyncResult<Command>>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a command
registerCommandObservable(Command) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
registerCommandResolver(CommandResolver) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Register a command resolver for this server.
registerCommands(List<Command>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
registerCommands(List<Command>, Handler<AsyncResult<List<Command>>>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a list of commands.
registerCommandsObservable(List<Command>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
registerService(ServiceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
registerServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceExporter(ServiceExporter, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerServiceImporter(ServiceImporter, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerTermServer(TermServer) - Method in class io.vertx.rxjava.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.rxjava.core.Vertx
Register a VerticleFactory that can be used for deploying Verticles based on an identifier.
reject() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Reject the WebSocket.
reject(int) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Like ServerWebSocket.reject() but with a status.
reject(MqttConnectReturnCode) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
release() - Method in class io.vertx.rxjava.core.shareddata.Lock
Release the lock.
release(ServiceReference) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Releases the service reference.
release() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Releases the reference.
releaseServiceObject(ServiceDiscovery, Object) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Release the service object retrieved using get methods from the service type interface.
remoteAddress() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
remoteAddress() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
remoteAddress() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
remoteAddress() - Method in class io.vertx.rxjava.core.http.WebSocket
 
remoteAddress() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
remoteAddress() - Method in class io.vertx.rxjava.core.net.NetSocket
 
remoteAddress() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the remote address for this socket
remoteAddress() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
remoteSettings() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
remoteSettingsHandler(Handler<Http2Settings>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler that is called when remote endpoint Http2Settings are updated.
remove(String) - Method in class io.vertx.rxjava.core.Context
Remove some data from the context.
remove(String) - Method in class io.vertx.rxjava.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.remove(java.lang.String) but accepting CharSequence as parameters
remove(K, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Remove an entry from the map
remove(AuthProvider) - Method in class io.vertx.rxjava.ext.auth.ChainAuth
Removes a provider from the chain.
remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
remove(String) - Method in class io.vertx.rxjava.ext.shell.session.Session
Remove some data from the session
remove(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Remove some data from the context.
remove(AuthHandler) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Removes a provider from the chain.
remove() - Method in class io.vertx.rxjava.ext.web.Route
Remove this route from the router
remove(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove some data from the context.
remove(String) - Method in class io.vertx.rxjava.ext.web.Session
Remove some data from the session
removeArgument(int) - Method in class io.vertx.rxjava.core.cli.CLI
Removes an argument identified by its index.
removeBodyEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove a body end handler
removeCloseHook(Closeable) - Method in class io.vertx.rxjava.core.Context
 
removeCookie(String) - Method in class io.vertx.rxjava.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.rxjava.ext.web.RoutingContext
Remove a cookie from the cookie set.
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
removeDocumentObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
removeDocumentObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
removeDocumentsObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
removeDocumentsObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
removeDocumentsWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
removeDocumentsWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
removeDocumentWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
removeDocumentWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeHeadersEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove a headers end handler
removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.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.rxjava.core.shareddata.LocalMap
Remove the entry only if there is an entry with the specified key and value.
removeIfPresentObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
removeObservable(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
removeObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
removeObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeOneObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
removeOneObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeOneWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
removeOneWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeOption(String) - Method in class io.vertx.rxjava.core.cli.CLI
Removes an option identified by its name.
removeOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
removeWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
removeWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Rename a key
rename(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Rename a key
renamenx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Rename a key, only if the new key does not exist
renamenx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Rename a key, only if the new key does not exist
renamenxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
renamenxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
renameObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
renameObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
render(JsonObject, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
Deprecated.
render(RoutingContext, String, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
Deprecated.
renderObservable(JsonObject, String) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
renderObservable(Map<String, Object>, String) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
renderObservable(RoutingContext, String) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
renderObservable(RoutingContext, String, String) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
renewSession(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Renews the given session.
replace(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoClient
Deprecated.
replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
replaceDocumentsObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
replaceDocumentsObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
replaceDocumentsWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
replaceDocumentsWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.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.rxjava.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the specified key and value.
replaceIfPresentObservable(K, V, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
replaceObservable(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
replaceObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
replaceObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
replaceWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
replaceWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
reply(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
Reply to this message.
reply(Object, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.Message
The same as reply(R message) but you can specify handler for the reply - i.e.
reply(Object, DeliveryOptions) - Method in class io.vertx.rxjava.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.rxjava.core.eventbus.Message
The same as reply(R message, DeliveryOptions) but you can specify handler for the reply - i.e.
replyAddress() - Method in class io.vertx.rxjava.core.eventbus.Message
The reply address.
replyObservable(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
Deprecated.
replyObservable(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
Deprecated.
replyTo() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
request(HttpMethod, RequestOptions) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, String, String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP request to send to the server with the specified options, specifying a response handler to receive
request(HttpMethod, int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the specified host and port, specifying a response handler to receive the response
request(HttpMethod, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive the response
request(HttpMethod, String) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port, specifying a response handler to receive the response
request() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
request(HttpMethod, int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and default port.
request(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, RequestOptions) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
requestAbs(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server using an absolute URI
requestAbs(HttpMethod, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server using an absolute URI, specifying a response handler to receive the response
requestAbs(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server using an absolute URI
requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set the request handler for the server to requestHandler.
RequestParameter - Class in io.vertx.rxjava.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.rxjava.ext.web.api.RequestParameter
 
RequestParameters - Class in io.vertx.rxjava.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.rxjava.ext.web.api.RequestParameters
 
requestStream() - Method in class io.vertx.rxjava.core.http.HttpServer
Return the request stream for the server.
requiresBody() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
reroute(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Restarts the current router with a new path and reusing the original method.
reroute(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Restarts the current router with a new method and path.
reset() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Resets the circuit breaker state (number of failure set to 0 and state set to closed).
reset() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Reset this stream with the error code 0.
reset(long) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code 0.
reset(long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code.
reset(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Reset all the masters with matching name.
resetObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
resizehandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
resizehandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.term.Term
 
resizehandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.term.Tty
Set a resize handler, the handler is called when the tty size changes.
resolve(Future<Void>) - Method in class io.vertx.rxjava.ext.unit.Async
Completes the future upon completion, otherwise fails it.
resolve(Future<T>) - Method in class io.vertx.rxjava.ext.unit.Completion
Completes the future upon completion, otherwise fails it.
resolve(Future<Void>) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completes the future upon completion, otherwise fails it.
resolveA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.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.rxjava.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveAAAAObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
resolveAObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveCNAMEObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveMXObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolveNSObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
resolvePTR(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolvePTRObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveSRVObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the TXT records for the given name.
resolveTXTObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
response() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
response() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
The which has been tested.
response() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
ResponseContentTypeHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.ResponseContentTypeHandler
 
ResponsePredicate - Class in io.vertx.rxjava.ext.web.client.predicate
A predicate on .
ResponsePredicate(ResponsePredicate) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
ResponsePredicateResult - Class in io.vertx.rxjava.ext.web.client.predicate
Represents the outcome of a ResponsePredicate applied to an .
ResponsePredicateResult(ResponsePredicateResult) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
ResponseTimeHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.ResponseTimeHandler
 
restore(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Create a key using the provided serialized value, previously obtained using DUMP.
restoreObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
restoreObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
result() - Method in class io.vertx.rxjava.core.CompositeFuture
The result of the operation.
result() - Method in class io.vertx.rxjava.core.Future
The result of the operation.
result() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
The result of the operation.
result() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
The result of the operation.
resultAt(int) - Method in class io.vertx.rxjava.core.CompositeFuture
Returns the result of a wrapped future
ResultSet - Class in io.vertx.rxjava.cassandra
It is like ResultSet, but adapted for Vert.x.
ResultSet(ResultSet) - Constructor for class io.vertx.rxjava.cassandra.ResultSet
 
resultSetClosedHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Event handler when a resultset is closed.
resume() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
resume() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
resume() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
resume() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
resume() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
resume() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
resume() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
resume() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
resume() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
resume() - Method in class io.vertx.rxjava.core.http.WebSocket
 
resume() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
resume() - Method in class io.vertx.rxjava.core.net.NetSocket
 
resume() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
resume() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
resume() - Method in interface io.vertx.rxjava.core.streams.ReadStream
Resume reading, and sets the buffer in flowing mode.
resume() - Method in class io.vertx.rxjava.core.TimeoutStream
 
resume() - Method in class io.vertx.rxjava.ext.shell.system.Job
Resume the job to foreground.
resume(boolean) - Method in class io.vertx.rxjava.ext.shell.system.Job
Resume the job.
resume() - Method in class io.vertx.rxjava.ext.shell.system.Process
Suspend the process.
resume(boolean) - Method in class io.vertx.rxjava.ext.shell.system.Process
Suspend the process.
resume(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Suspend the process.
resume(boolean, Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Suspend the process.
resume() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
resume() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
resume() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
resume() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
resume(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Resume reading from a queue.
resumeHandler(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.circuitbreaker.CircuitBreaker
 
retryTimeout() - Method in class io.vertx.rxjava.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.rxjava.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
reverseLookupObservable(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
revoke(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke access or refresh token
revokeObservable(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
RockerTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.rocker
A template engine that uses the Rocker library.
RockerTemplateEngine(RockerTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
role(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the role of the instance in the context of replication
role(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the role of the instance in the context of replication
ROLE_PREFIX - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The prefix which is used by the method when checking for role access
roleObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
roleObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
rollback(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rollbackObservable() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Deprecated.
Route - Class in io.vertx.rxjava.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.rxjava.ext.web.Route
 
route() - Method in class io.vertx.rxjava.ext.web.Router
Add a route with no matching criteria, i.e.
route(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches the specified HTTP method and path
route(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches the specified path
Router - Class in io.vertx.rxjava.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.rxjava.ext.web.Router
 
router(Vertx) - Static method in class io.vertx.rxjava.ext.web.Router
Create a router
RouterFactory<Specification> - Interface in io.vertx.rxjava.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.rxjava.ext.web.Router
Add a route that matches the specified HTTP method and path regex
routeWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches the specified path regex
RoutingContext - Class in io.vertx.rxjava.ext.web
Represents the context for the handling of a request in Vert.x-Web.
RoutingContext(RoutingContext) - Constructor for class io.vertx.rxjava.ext.web.RoutingContext
 
routingKey() - Method in class io.vertx.rxjava.rabbitmq.Envelope
Get the routing key included in this parameter envelope
rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the last element in a list
rpop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the last element in a list
rpoplpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Remove the last element in a list, append it to another list and return it
rpoplpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
rpoplpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
rpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
rpopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
rpush(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Append one or multiple values to a list
rpush(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append one or multiple values to a list
rpushMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Append one or multiple values to a list
rpushMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append one or multiple values to a list
rpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
rpushManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
rpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
rpushObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
rpushx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Append a value to a list, only if the list exists
rpushx(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append a value to a list, only if the list exists
rpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
rpushxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
run() - Method in class io.vertx.rxjava.ext.shell.system.Job
Run the job, before running the job a must be set.
run() - Method in class io.vertx.rxjava.ext.shell.system.Process
Run the process.
run(boolean) - Method in class io.vertx.rxjava.ext.shell.system.Process
Run the process.
run() - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
runCommandObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
runCommandObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
runOnContext(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the new count
rxAgentInfo() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
rxAll() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
rxAppend(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Append a value to a key
rxAppend(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append a value to a key
rxAssign(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
rxAssign(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
rxAssignment() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
rxAuth(String) - Method in class io.vertx.rxjava.redis.RedisClient
Authenticate to the server
rxAuth(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Authenticate to the server
rxAuthenticate(JsonObject) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
Authenticate a user.
rxAuthorize(User) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Authorizes the given user against all added authorities.
rxAuthorize(User) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Authorizes the given user against all added authorities.
rxBasicAck(long, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
rxBasicCancel(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
rxBasicConsume(String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
rxBasicConsume(String, String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
rxBasicConsumer(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
rxBasicConsumer(String, QueueOptions) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create a consumer with the given options.
rxBasicGet(String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
rxBasicNack(long, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Reject one or several received messages.
rxBasicPublish(String, String, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
rxBasicQos(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
rxBasicQos(int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
rxBasicQos(int, int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
rxBatch(List<String>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
rxBatchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
rxBatchWithParams(String, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
rxBeginningOffsets(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
rxBgrewriteaof() - Method in class io.vertx.rxjava.redis.RedisClient
Asynchronously rewrite the append-only file
rxBgrewriteaof() - Method in class io.vertx.rxjava.redis.RedisTransaction
Asynchronously rewrite the append-only file
rxBgsave() - Method in class io.vertx.rxjava.redis.RedisClient
Asynchronously save the dataset to disk
rxBgsave() - Method in class io.vertx.rxjava.redis.RedisTransaction
Asynchronously save the dataset to disk
rxBitcount(String) - Method in class io.vertx.rxjava.redis.RedisClient
Count set bits in a string
rxBitcount(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Count set bits in a string
rxBitcountRange(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Count set bits in a string
rxBitcountRange(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Count set bits in a string
rxBitfield(String, BitFieldOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Perform arbitrary bitfield integer operations on strings.
rxBitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Perform arbitrary bitfield integer operations on strings.
rxBitop(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Perform bitwise operations between strings
rxBitop(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Perform bitwise operations between strings
rxBitpos(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string
rxBitpos(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
rxBitposFrom(String, int, int) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string See also bitposRange() method, which takes start, and stop offset.
rxBitposFrom(String, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
rxBitposRange(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisClient
Find first bit set or clear in a string Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified
rxBitposRange(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find first bit set or clear in a string
rxBlockMulticastGroup(String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
rxBlockMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
rxBlpop(String, int) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisTransaction
Remove and get the first element in any of the lists, or block until one is available
rxBrpop(String, int) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Remove and get the last element in a list, or block until one is available
rxBrpoplpush(String, String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Pop a value from a list, push it to another list and return it; or block until one is available
rxBrpoplpush(String, String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Pop a value from a list, push it to another list and return it; or block until one is available
rxBrpopMany(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the last element in any of the lists, or block until one is available
rxBrpopMany(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the last element in any of the lists, or block until one is available
rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation.
rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxBulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
rxBulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxCall(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCall(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCancel() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
rxCatalogDatacenters() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
rxCatalogNodes() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
rxCatalogNodeServices(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the node's registered services
rxCatalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
rxCatalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
rxCatalogServiceNodes(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
rxCatalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
rxCatalogServices() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter
rxCatalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.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>>)
rxChangeTopicConfig(String, Map<String, String>) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Updates the configuration of the topic given by topicName.
rxChmod(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
rxChmodRecursive(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
rxChown(String, String, String) - Method in class io.vertx.rxjava.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.rxjava.redis.sentinel.RedisSentinel
Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the majority needed to authorize the failover.
rxClear() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Clear all entries in the map
rxClear() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Remove all sessions from the store.
rxClientGetname() - Method in class io.vertx.rxjava.redis.RedisClient
Get the current connection name
rxClientGetname() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the current connection name
rxClientKill(KillFilter) - Method in class io.vertx.rxjava.redis.RedisClient
Kill the connection of a client
rxClientKill(KillFilter) - Method in class io.vertx.rxjava.redis.RedisTransaction
Kill the connection of a client
rxClientList() - Method in class io.vertx.rxjava.redis.RedisClient
Get the list of client connections
rxClientList() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the list of client connections
rxClientPause(long) - Method in class io.vertx.rxjava.redis.RedisClient
Stop processing commands from clients for some time
rxClientPause(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop processing commands from clients for some time
rxClientReply(ClientReplyOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Instruct the server whether to reply to commands.
rxClientSetname(String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the current connection name
rxClientSetname(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the current connection name
rxCloneAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Clone Acl token
rxClose() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Shuts the bridge down, closing the underlying connection.
rxClose() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
rxClose() - Method in class io.vertx.rxjava.core.file.AsyncFile
Close the file.
rxClose() - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
rxClose() - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
rxClose() - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
rxClose() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
rxClose() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Like TermServer.close() but supplying a handler that will be notified when close is complete.
rxClose() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Close the client and release all resources.
rxClose() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Closes the connection.
rxClose() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
rxClose() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Closes the server.
rxClose() - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Closes the underlying connection to Zookeeper.
rxClose() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Close the consumer
rxClose() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
rxClose(long) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
rxClose() - Method in class io.vertx.rxjava.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
rxClose() - Method in class io.vertx.rxjava.redis.RedisClient
Close the client - when it is fully closed the handler will be called.
rxClose() - Method in class io.vertx.rxjava.redis.RedisTransaction
Close the client - when it is fully closed the handler will be called.
rxClose() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Close the client - when it is fully closed the handler will be called.
rxClusterAddslots(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
Assign new hash slots to receiving node.
rxClusterAddslots(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Assign new hash slots to receiving node.
rxClusterCountFailureReports(String) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of failure reports active for a given node.
rxClusterCountFailureReports(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of failure reports active for a given node.
rxClusterCountkeysinslot(long) - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of local keys in the specified hash slot.
rxClusterCountkeysinslot(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of local keys in the specified hash slot.
rxClusterDelslots(long) - Method in class io.vertx.rxjava.redis.RedisClient
Set hash slots as unbound in receiving node.
rxClusterDelslots(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set hash slots as unbound in receiving node.
rxClusterDelslotsMany(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
Set hash slots as unbound in receiving node.
rxClusterDelslotsMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set hash slots as unbound in receiving node.
rxClusteredVertx(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
Creates a clustered instance using the specified options.
rxClusterFailover() - Method in class io.vertx.rxjava.redis.RedisClient
Forces a slave to perform a manual failover of its master.
rxClusterFailover() - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
rxClusterFailOverWithOptions(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Forces a slave to perform a manual failover of its master.
rxClusterFailOverWithOptions(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces a slave to perform a manual failover of its master.
rxClusterForget(String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove a node from the nodes table.
rxClusterForget(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove a node from the nodes table.
rxClusterGetkeysinslot(long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Return local key names in the specified hash slot.
rxClusterGetkeysinslot(long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return local key names in the specified hash slot.
rxClusterInfo() - Method in class io.vertx.rxjava.redis.RedisClient
Provides info about Redis Cluster node state.
rxClusterInfo() - Method in class io.vertx.rxjava.redis.RedisTransaction
Provides info about Redis Cluster node state.
rxClusterKeyslot(String) - Method in class io.vertx.rxjava.redis.RedisClient
Returns the hash slot of the specified key.
rxClusterKeyslot(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the hash slot of the specified key.
rxClusterMeet(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Force a node cluster to handshake with another node.
rxClusterMeet(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Force a node cluster to handshake with another node.
rxClusterNodes() - Method in class io.vertx.rxjava.redis.RedisClient
Get Cluster config for the node.
rxClusterNodes() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get Cluster config for the node.
rxClusterReplicate(String) - Method in class io.vertx.rxjava.redis.RedisClient
Reconfigure a node as a slave of the specified master node.
rxClusterReplicate(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reconfigure a node as a slave of the specified master node.
rxClusterReset() - Method in class io.vertx.rxjava.redis.RedisClient
Reset a Redis Cluster node.
rxClusterReset() - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset a Redis Cluster node.
rxClusterResetWithOptions(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Reset a Redis Cluster node.
rxClusterResetWithOptions(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset a Redis Cluster node.
rxClusterSaveconfig() - Method in class io.vertx.rxjava.redis.RedisClient
Forces the node to save cluster state on disk.
rxClusterSaveconfig() - Method in class io.vertx.rxjava.redis.RedisTransaction
Forces the node to save cluster state on disk.
rxClusterSetConfigEpoch(long) - Method in class io.vertx.rxjava.redis.RedisClient
Set the configuration epoch in a new node.
rxClusterSetConfigEpoch(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the configuration epoch in a new node.
rxClusterSetslot(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisClient
Bind an hash slot to a specific node.
rxClusterSetslot(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisTransaction
Bind an hash slot to a specific node.
rxClusterSetslotWithNode(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisClient
Bind an hash slot to a specific node.
rxClusterSetslotWithNode(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Bind an hash slot to a specific node.
rxClusterSlaves(String) - Method in class io.vertx.rxjava.redis.RedisClient
List slave nodes of the specified master node.
rxClusterSlaves(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
List slave nodes of the specified master node.
rxClusterSlots() - Method in class io.vertx.rxjava.redis.RedisClient
Get array of Cluster slot to node mappings
rxClusterSlots() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of Cluster slot to node mappings
rxCommand() - Method in class io.vertx.rxjava.redis.RedisClient
Get array of Redis command details
rxCommand() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of Redis command details
rxCommandCount() - Method in class io.vertx.rxjava.redis.RedisClient
Get total number of Redis commands
rxCommandCount() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get total number of Redis commands
rxCommandGetkeys() - Method in class io.vertx.rxjava.redis.RedisClient
Extract keys given a full Redis command
rxCommandGetkeys() - Method in class io.vertx.rxjava.redis.RedisTransaction
Extract keys given a full Redis command
rxCommandInfo(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Get array of specific Redis command details
rxCommandInfo(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get array of specific Redis command details
rxCommit() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
rxCommit() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
rxCommitted(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
rxCompareAndSet(long, long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
rxCompletionHandler() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
rxConfigGet(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a configuration parameter
rxConfigGet(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a configuration parameter
rxConfigResetstat() - Method in class io.vertx.rxjava.redis.RedisClient
Reset the stats returned by INFO
rxConfigResetstat() - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset the stats returned by INFO
rxConfigRewrite() - Method in class io.vertx.rxjava.redis.RedisClient
Rewrite the configuration file with the in memory configuration
rxConfigRewrite() - Method in class io.vertx.rxjava.redis.RedisTransaction
Rewrite the configuration file with the in memory configuration
rxConfigSet(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set a configuration parameter to the given value
rxConfigSet(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a configuration parameter to the given value
rxConfirmSelect() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
rxConnect() - Method in class io.vertx.rxjava.cassandra.CassandraClient
Connect to a Cassandra service.
rxConnect(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Connect to a Cassandra service.
rxConnect(int, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
rxConnect(int, String, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
rxConnect(SocketAddress) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
rxConnect(SocketAddress, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
rxConnect(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
rxConnect(NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
rxConnect(int, String, NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
rxConnect() - Method in class io.vertx.rxjava.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.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxConnect(int, String, String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxCoordinateDatacenters() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
rxCoordinateNodes() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
rxCoordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
rxCopy(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopy(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopyRecursive(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCount(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Count matching documents in a collection.
rxCount(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxCreate(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Create a new OpenAPI3RouterFactory
rxCreate(Vertx, String, List<JsonObject>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Create a new OpenAPI3RouterFactory
rxCreateAclToken(AclToken) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Create new Acl token
rxCreateCollection(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Create a new collection
rxCreateCollection(String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxCreateFile(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
rxCreateFile(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
rxCreateIndex(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates an index.
rxCreateIndex(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates an index.
rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxCreatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
rxCreateSession() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Initialize a new session
rxCreateSessionWithOptions(SessionOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Initialize a new session
rxCreateTempDirectory(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
rxCreateTempFile(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTopic(String, int, int) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Creates a new Kafka topic on all Brokers managed by the given Zookeeper instance(s)
rxCreateTopic(String, int, int, Map<String, String>) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Creates a new Kafka topic on all Brokers managed by the given Zookeeper instance(s).
rxDbsize() - Method in class io.vertx.rxjava.redis.RedisClient
Return the number of keys in the selected database
rxDbsize() - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the number of keys in the selected database
rxDebugObject(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get debugging information about a key
rxDebugObject(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get debugging information about a key
rxDebugSegfault() - Method in class io.vertx.rxjava.redis.RedisClient
Make the server crash
rxDebugSegfault() - Method in class io.vertx.rxjava.redis.RedisTransaction
Make the server crash
rxDecodeToken(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxDecr(String) - Method in class io.vertx.rxjava.redis.RedisClient
Decrement the integer value of a key by one
rxDecr(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Decrement the integer value of a key by one
rxDecrby(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Decrement the integer value of a key by the given number
rxDecrby(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Decrement the integer value of a key by the given number
rxDecrementAndGet() - Method in class io.vertx.rxjava.core.shareddata.Counter
Decrement the counter atomically and return the new count
rxDel(String) - Method in class io.vertx.rxjava.redis.RedisClient
Delete a key
rxDel(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete a key
rxDelete(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
rxDelete(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Delete the session with the specified ID.
rxDeletePreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Deletes an existing prepared query
rxDeleteRecursive(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
rxDeleteTopic(String) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Delete the Kafka topic given by the topicName.
rxDeleteValue(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
rxDeleteValues(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
rxDelMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete many keys
rxDelMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete many keys
rxDeployVerticle(String) - Method in class io.vertx.rxjava.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.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but DeploymentOptions are provided to configure the deployment.
rxDeployVerticle(Verticle) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String) but Verticle instance is created by invoking the verticleSupplier.
rxDeregisterCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a check from the local agent.
rxDeregisterService(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a service from the local agent.
rxDestroyAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroy Acl token
rxDestroySession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroys the given session
rxDiscard() - Method in class io.vertx.rxjava.redis.RedisTransaction
Discard all commands issued after MULTI
rxDisconnect() - Method in class io.vertx.rxjava.cassandra.CassandraClient
Disconnects from the Cassandra service.
rxDisconnect() - Method in class io.vertx.rxjava.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDistinct(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
rxDistinct(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxDistinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
rxDistinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxDropCollection(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
rxDropCollection(String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxDropIndex(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drops the index given its name.
rxDropIndex(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxDump(String) - Method in class io.vertx.rxjava.redis.RedisClient
Return a serialized version of the value stored at the specified key.
rxDump(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a serialized version of the value stored at the specified key.
rxEcho(String) - Method in class io.vertx.rxjava.redis.RedisClient
Echo the given string
rxEcho(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Echo the given string
rxEndOffsets(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
rxEval(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute a Lua script server side.
rxEval(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Execute a Lua script server side.
rxEvalScript(Script, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute a Lua script server side.
rxEvalsha(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Execute a Lua script server side.
rxEvalsha(String, List<String>, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Execute a Lua script server side.
rxExchangeBind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
rxExchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange.
rxExchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
rxExchangeDelete(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
rxExchangeUnbind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
rxExec() - Method in class io.vertx.rxjava.redis.RedisTransaction
Execute all commands issued after MULTI
rxExecute(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecute(Statement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
rxExecute(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement
rxExecuteBlocking(Handler<Future<T>>, boolean) - Method in class io.vertx.rxjava.core.Context
Safely execute some blocking code.
rxExecuteBlocking(Handler<Future<T>>) - Method in class io.vertx.rxjava.core.Context
rxExecuteBlocking(Handler<Future<T>>, boolean) - Method in class io.vertx.rxjava.core.Vertx
Safely execute some blocking code.
rxExecuteBlocking(Handler<Future<T>>) - Method in class io.vertx.rxjava.core.Vertx
rxExecuteBlocking(Handler<Future<T>>, boolean) - Method in class io.vertx.rxjava.core.WorkerExecutor
Safely execute some blocking code.
rxExecuteBlocking(Handler<Future<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
rxExecuteCommand(Handler<Future<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
rxExecuteCommandWithFallback(Handler<Future<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
rxExecutePreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
rxExecutePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
rxExecuteWithFullFetch(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecuteWithFullFetch(Statement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExists(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
rxExists(String) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a key exists
rxExists(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a key exists
rxExistsMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if one or many keys exist
rxExistsMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if one or many keys exist
rxExpire(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Set a key's time to live in seconds
rxExpire(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a key's time to live in seconds
rxExpireat(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Set the expiration for a key as a UNIX timestamp
rxExpireat(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp
rxFailCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
rxFailCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
rxFailover(String) - Method in class io.vertx.rxjava.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.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
rxFetch(HttpMethod, String, JsonObject, Buffer) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
rxFetchMoreResults() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
rxFind(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection
rxFind(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxFindOne(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection
rxFindOne(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxFindOneAndDelete(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
rxFindOneAndDelete(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxFindOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
rxFindOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxFindOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
rxFindOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxFindOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxFindOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
rxFindOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxFindOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxFireEvent(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
rxFireEventWithOptions(String, EventOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
rxFlush() - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
rxFlushall() - Method in class io.vertx.rxjava.redis.RedisClient
Remove all keys from all databases
rxFlushall() - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all keys from all databases
rxFlushConfig() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Force Sentinel to rewrite its configuration on disk, including the current Sentinel state.
rxFlushdb() - Method in class io.vertx.rxjava.redis.RedisClient
Remove all keys from the current database
rxFlushdb() - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all keys from the current database
rxFsProps(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
rxGeoadd(String, double, double, String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
rxGeodist(String, String, String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisTransaction
Return the distance between two members in the geospatial index represented by the sorted set.
rxGeohash(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
rxGeohash(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
rxGeohashMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
rxGeohashMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
rxGeopos(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
rxGeopos(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
rxGeoposMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
rxGeoposMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
rxGeoradius(String, double, double, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
rxGeoradius(String, double, double, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
rxGeoradiusbymember(String, String, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
rxGeoradiusbymember(String, String, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
rxGeoradiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
rxGeoradiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
rxGeoradiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
rxGeoradiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).
rxGet(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
rxGet() - Method in class io.vertx.rxjava.core.shareddata.Counter
Get the current value of the counter
rxGet(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the session with the specified ID.
rxGet(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a key
rxGet(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a key
rxGetAllPreparedQueries() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns a list of all prepared queries.
rxGetAndAdd(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
rxGetAndIncrement() - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
rxGetAsyncMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the AsyncMap with the specified name.
rxGetBinary(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a key - without decoding as utf-8
rxGetBinary(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a key - without decoding as utf-8
rxGetbit(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Returns the bit value at offset in the string value stored at key
rxGetbit(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the bit value at offset in the string value stored at key
rxGetClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClusterWideMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the cluster wide map with the specified name.
rxGetCollections() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get a list of all collections in the database.
rxGetCollections() - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxGetConfig() - Method in class io.vertx.rxjava.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
rxGetConnection() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
rxGetConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.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.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
rxGetCounter(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous counter.
rxGetJDBCClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetKeys(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
rxGetKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
rxGetLock(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
rxGetLockWithTimeout(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
rxGetMasterAddrByName(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Return the ip and port number of the master with that name.
rxGetMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetPreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns an existing prepared query
rxGetrange(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Get a substring of the string stored at a key
rxGetrange(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get a substring of the string stored at a key
rxGetRecord(JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(Function<Record, Boolean>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecords(JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(Function<Record, Boolean>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisClient
Set the string value of a key and return its old value
rxGetset(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key and return its old value
rxGetToken(JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxGetTransactionIsolation() - Method in class io.vertx.rxjava.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.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
rxGetValues(String) - Method in class io.vertx.rxjava.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.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
rxGetValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
rxGetWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxHandler() - Method in class io.vertx.rxjava.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.rxjava.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
rxHdel(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Delete one or more hash fields
rxHdel(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete one or more hash fields
rxHdelMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete one or more hash fields
rxHdelMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete one or more hash fields
rxHealthChecks(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
rxHealthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
rxHealthServiceNodes(String, boolean) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
rxHealthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
rxHealthState(HealthState) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
rxHealthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
RxHelper - Class in io.vertx.rxjava.core
A set of helpers for RxJava and Vert.x.
RxHelper() - Constructor for class io.vertx.rxjava.core.RxHelper
 
rxHexists(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a hash field exists
rxHexists(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a hash field exists
rxHget(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of a hash field
rxHget(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of a hash field
rxHgetall(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the fields and values in a hash
rxHgetall(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the fields and values in a hash
rxHincrby(String, String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a hash field by the given number
rxHincrby(String, String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the integer value of a hash field by the given number
rxHincrbyfloat(String, String, double) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the float value of a hash field by the given amount
rxHincrbyfloat(String, String, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the float value of a hash field by the given amount
rxHkeys(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the fields in a hash
rxHkeys(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the fields in a hash
rxHlen(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the number of fields in a hash
rxHlen(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of fields in a hash
rxHmget(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the values of all the given hash fields
rxHmget(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the values of all the given hash fields
rxHmset(String, JsonObject) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple hash fields to multiple values
rxHmset(String, JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set multiple hash fields to multiple values
rxHscan(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate hash fields and associated values
rxHscan(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate hash fields and associated values
rxHset(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a hash field
rxHset(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a hash field
rxHsetnx(String, String, String) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Set the value of a hash field, only if the field does not exist
rxHstrlen(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of the value of a hash field.
rxHvals(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the values in a hash
rxHvals(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the values in a hash
rxIncr(String) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a key by one
rxIncr(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the integer value of a key by one
rxIncrby(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the integer value of a key by the given amount
rxIncrby(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the integer value of a key by the given amount
rxIncrbyfloat(String, double) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the float value of a key by the given amount
rxIncrbyfloat(String, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the float value of a key by the given amount
rxIncrementAndGet() - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the new count
rxInfo() - Method in class io.vertx.rxjava.redis.RedisClient
Get information and statistics about the server
rxInfo() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get information and statistics about the server
rxInfoAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get info of Acl token
rxInfoSection(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get information and statistics about the server
rxInfoSection(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get information and statistics about the server
rxInfoSession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the requested session information
rxInfoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
rxInsert(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
rxInsert(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxInsertUser(String, String, List<String>, List<String>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Insert a new user into mongo in the convenient way
rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxIntrospect() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
rxIntrospect(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
rxIntrospectToken(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Query an OAuth 2.0 authorization server to determine the active state of an OAuth 2.0 token and to determine meta-information about this token.
rxIntrospectToken(String, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Query an OAuth 2.0 authorization server to determine the active state of an OAuth 2.0 token and to determine meta-information about this token.
rxInvoke(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
rxIsAuthorised(String) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
rxIsAuthorized(AccessToken, String) - Method in class io.vertx.rxjava.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.rxjava.ext.auth.User
Is the user authorised to
rxKeys(String) - Method in class io.vertx.rxjava.redis.RedisClient
Find all keys matching the given pattern
rxKeys(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Find all keys matching the given pattern
rxLastsave() - Method in class io.vertx.rxjava.redis.RedisClient
Get the UNIX time stamp of the last successful save to disk
rxLastsave() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the UNIX time stamp of the last successful save to disk
rxLeaderStatus() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
rxLindex(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Get an element from a list by its index
rxLindex(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get an element from a list by its index
rxLink(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
rxLinsert(String, InsertOptions, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Insert an element before or after another element in a list
rxLinsert(String, InsertOptions, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Insert an element before or after another element in a list
rxListAclTokens() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get list of Acl token
rxListen(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Start listening on the given port and host.
rxListen(int, String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
rxListen() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
rxListen() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
rxListen(int) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port.
rxListen(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
rxListen(int, String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
rxListenMulticastGroup(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
rxListenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.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.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent
rxListEventsWithOptions(EventListOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent.
rxListIndexes(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get all the indexes in this collection.
rxListIndexes(String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxListNodeSessions(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions for a given node
rxListNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
rxListSessions() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions
rxListSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
rxLlen(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of a list
rxLlen(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of a list
rxLoadJWK() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Loads a JWK Set from the remote provider.
rxLocalChecks() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
rxLocalServices() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns list of services registered with the local agent.
rxLogout() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
rxLookup(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
rxLookup4(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
rxLookup6(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
rxLpop(String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the first element in a list
rxLpop(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the first element in a list
rxLprops(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
rxLpush(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend one value to a list
rxLpush(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend one value to a list
rxLpushMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend one or multiple values to a list
rxLpushMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend one or multiple values to a list
rxLpushx(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Prepend a value to a list, only if the list exists
rxLpushx(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Prepend a value to a list, only if the list exists
rxLrange(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Get a range of elements from a list
rxLrange(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get a range of elements from a list
rxLrem(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove elements from a list
rxLrem(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove elements from a list
rxLset(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value of an element in a list by its index
rxLset(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value of an element in a list by its index
rxLtrim(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Trim a list to the specified range
rxLtrim(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Trim a list to the specified range
rxMaintenanceService(MaintenanceOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Places a given service into "maintenance mode"
rxMaster(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Show the state and info of the specified master
rxMasters() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Show a list of monitored masters and their state
rxMessageCount(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
rxMget(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the value of the given key
rxMget(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the value of the given key
rxMgetMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the values of all the given keys
rxMgetMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the values of all the given keys
rxMigrate(String, int, String, int, long, MigrateOptions) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Atomically transfer a key from a Redis instance to another one.
rxMkdir(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdir(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdirs(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
rxMkdirs(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
rxMonitor() - Method in class io.vertx.rxjava.redis.RedisClient
Listen for all requests received by the server in real time
rxMonitor() - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for all requests received by the server in real time
rxMove(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMove(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMove(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Move a key to another database
rxMove(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Move a key to another database
rxMset(JsonObject) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple keys to multiple values
rxMset(JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set multiple keys to multiple values
rxMsetnx(JsonObject) - Method in class io.vertx.rxjava.redis.RedisClient
Set multiple keys to multiple values, only if none of the keys exist
rxMsetnx(JsonObject) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set multiple keys to multiple values, only if none of the keys exist
rxMulti() - Method in class io.vertx.rxjava.redis.RedisTransaction
Mark the start of a RedisTransaction block
rxObject(String, ObjectCmd) - Method in class io.vertx.rxjava.redis.RedisClient
Inspect the internals of Redis objects
rxObject(String, ObjectCmd) - Method in class io.vertx.rxjava.redis.RedisTransaction
Inspect the internals of Redis objects
rxOffsetsForTimes(TopicPartition, Long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
rxOnAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
rxOne() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
rxOpen(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Open the file represented by path, asynchronously.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
rxPartitionsFor(String) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
rxPartitionsFor(String) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
rxPassCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
rxPassCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
rxPause(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
rxPause(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
rxPaused() - Method in class io.vertx.rxjava.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.rxjava.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
rxPersist(String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove the expiration from a key
rxPersist(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove the expiration from a key
rxPexpire(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Set a key's time to live in milliseconds
rxPexpire(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set a key's time to live in milliseconds
rxPexpireat(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
Set the expiration for a key as a UNIX timestamp specified in milliseconds
rxPexpireat(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the expiration for a key as a UNIX timestamp specified in milliseconds
rxPfadd(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Adds the specified element to the specified HyperLogLog.
rxPfadd(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Adds the specified element to the specified HyperLogLog.
rxPfaddMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Adds the specified elements to the specified HyperLogLog.
rxPfaddMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Adds the specified elements to the specified HyperLogLog.
rxPfcount(String) - Method in class io.vertx.rxjava.redis.RedisClient
Return the approximated cardinality of the set observed by the HyperLogLog at key.
rxPfcount(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the approximated cardinality of the set observed by the HyperLogLog at key.
rxPfcountMany(List<String>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
rxPfmerge(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Merge N different HyperLogLogs into a single one.
rxPfmerge(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Merge N different HyperLogLogs into a single one.
rxPing(Buffer) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a frame to the remote endpoint.
rxPing() - Method in class io.vertx.rxjava.redis.RedisClient
Ping the server
rxPing() - Method in class io.vertx.rxjava.redis.RedisTransaction
Ping the server
rxPoll(long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka
rxPosition(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
rxPrepare(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Prepares the provided query string.
rxProps(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
rxPsetex(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value and expiration in milliseconds of a key
rxPsetex(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value and expiration in milliseconds of a key
rxPsubscribe(String) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to channels matching the given pattern
rxPsubscribe(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to channels matching the given pattern
rxPsubscribeMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to channels matching the given patterns
rxPsubscribeMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to channels matching the given patterns
rxPttl(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the time to live for a key in milliseconds
rxPttl(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the time to live for a key in milliseconds
rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
rxPublish(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Post a message to a channel
rxPublish(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Post a message to a channel
rxPublish(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Publishes a record.
rxPublish(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Publishes a record.
rxPubsubChannels(String) - Method in class io.vertx.rxjava.redis.RedisClient
Lists the currently active channels - only those matching the pattern
rxPubsubChannels(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Lists the currently active channels - only those matching the pattern
rxPubsubNumpat() - Method in class io.vertx.rxjava.redis.RedisClient
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
rxPubsubNumpat() - Method in class io.vertx.rxjava.redis.RedisTransaction
Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)
rxPubsubNumsub(List<String>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.redis.RedisClient
Stop listening for messages posted to channels matching the given patterns
rxPunsubscribe(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop listening for messages posted to channels matching the given patterns
rxPush(HttpMethod, String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
rxPush(HttpMethod, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
rxPush(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
rxPush(HttpMethod, String, String, MultiMap) - Method in class io.vertx.rxjava.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.rxjava.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
rxPut(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
rxPut(Session) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID.
rxPutIfAbsent(K, V) - Method in class io.vertx.rxjava.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.rxjava.core.shareddata.AsyncMap
rxPutValue(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds specified key/value pair
rxPutValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
rxQuery(String) - Method in class io.vertx.rxjava.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.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.sql.SQLConnection
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQueryStream(String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.rabbitmq.RabbitMQClient
Bind a queue to an exchange
rxQueueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue
rxQueueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue with config options
rxQueueDeclareAuto() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
rxQueueDelete(String) - Method in class io.vertx.rxjava.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.rxjava.rabbitmq.RabbitMQClient
Delete a queue
rxRandomkey() - Method in class io.vertx.rxjava.redis.RedisClient
Return a random key from the keyspace
rxRandomkey() - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a random key from the keyspace
rxRead(Buffer, int, long, int) - Method in class io.vertx.rxjava.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
rxReadDir(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
rxReadDir(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
rxReadFile(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
rxReadSymlink(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
rxRefresh() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Refresh the access token
rxRegisterCheck(CheckOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Add a new check to the local agent.
rxRegisterCommand(Command) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a command
rxRegisterCommands(List<Command>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a list of commands.
rxRegisterService(ServiceOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
rxRemove(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
rxRemove(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
rxRemove(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rxRemoveDocument(String, JsonObject) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxRemoveDocuments(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
rxRemoveDocuments(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxRemoveDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxRemoveDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxRemoveIfPresent(K, V) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoClient
Deprecated.
rxRemoveOne(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rxRemoveOneWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
rxRemoveOneWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rxRemoveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
rxRemoveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rxRename(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Rename a key
rxRename(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Rename a key
rxRenamenx(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Rename a key, only if the new key does not exist
rxRenamenx(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Rename a key, only if the new key does not exist
rxRender(JsonObject, String) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
rxRender(Map<String, Object>, String) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
rxRender(RoutingContext, String) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
Deprecated.
rxRender(RoutingContext, String, String) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
Deprecated.
rxRenewSession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Renews the given session.
rxReplace(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
rxReplace(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
rxReplace(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rxReplaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxReplaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxReplaceIfPresent(K, V, V) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoClient
Deprecated.
rxReplaceWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rxReply(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
The same as reply(R message) but you can specify handler for the reply - i.e.
rxReply(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
The same as reply(R message, DeliveryOptions) but you can specify handler for the reply - i.e.
rxReset(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Reset all the masters with matching name.
rxResolveA(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
rxResolveAAAA(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
rxResolveCNAME(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
rxResolveMX(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the MX records for the given name.
rxResolveNS(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the NS records for the given name.
rxResolvePTR(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the PTR record for the given name.
rxResolveSRV(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the SRV records for the given name.
rxResolveTXT(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the TXT records for the given name.
rxRestore(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
Create a key using the provided serialized value, previously obtained using DUMP.
rxRestore(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Create a key using the provided serialized value, previously obtained using DUMP.
rxResume(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
rxResume(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
rxReverseLookup(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
rxRevoke(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke access or refresh token
rxRole() - Method in class io.vertx.rxjava.redis.RedisClient
Return the role of the instance in the context of replication
rxRole() - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the role of the instance in the context of replication
rxRollback() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rxRpop(String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and get the last element in a list
rxRpop(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and get the last element in a list
rxRpoplpush(String, String) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Remove the last element in a list, append it to another list and return it
rxRpush(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Append one or multiple values to a list
rxRpush(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append one or multiple values to a list
rxRpushMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Append one or multiple values to a list
rxRpushMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append one or multiple values to a list
rxRpushx(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Append a value to a list, only if the list exists
rxRpushx(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Append a value to a list, only if the list exists
rxRunCommand(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
rxRunCommand(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxSadd(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Add a member to a set
rxSadd(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add a member to a set
rxSaddMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Add one or more members to a set
rxSaddMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add one or more members to a set
rxSave(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection
rxSave(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxSave() - Method in class io.vertx.rxjava.redis.RedisClient
Synchronously save the dataset to disk
rxSave() - Method in class io.vertx.rxjava.redis.RedisTransaction
Synchronously save the dataset to disk
rxSaveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
rxSaveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
rxScan(String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate the keys space
rxScan(String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate the keys space
rxScard(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the number of members in a set
rxScard(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of members in a set
rxScriptDebug(ScriptDebugOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Set the debug mode for executed scripts.
rxScriptExists(String) - Method in class io.vertx.rxjava.redis.RedisClient
Check existence of script in the script cache.
rxScriptExists(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Check existence of script in the script cache.
rxScriptExistsMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Check existence of scripts in the script cache.
rxScriptExistsMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Check existence of scripts in the script cache.
rxScriptFlush() - Method in class io.vertx.rxjava.redis.RedisClient
Remove all the scripts from the script cache.
rxScriptFlush() - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all the scripts from the script cache.
rxScriptKill() - Method in class io.vertx.rxjava.redis.RedisClient
Kill the script currently in execution.
rxScriptKill() - Method in class io.vertx.rxjava.redis.RedisTransaction
Kill the script currently in execution.
rxScriptLoad(String) - Method in class io.vertx.rxjava.redis.RedisClient
Load the specified Lua script into the script cache.
rxScriptLoad(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Load the specified Lua script into the script cache.
rxSdiff(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Subtract multiple sets
rxSdiff(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Subtract multiple sets
rxSdiffstore(String, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Subtract multiple sets and store the resulting set in a key
rxSdiffstore(String, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Subtract multiple sets and store the resulting set in a key
rxSeek(TopicPartition, long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
rxSeekToBeginning(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
rxSeekToBeginning(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
rxSeekToEnd(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
rxSeekToEnd(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
rxSelect(int) - Method in class io.vertx.rxjava.redis.RedisClient
Change the selected database for the current connection
rxSelect(int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Change the selected database for the current connection
rxSend(Buffer, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
rxSend(String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
rxSend(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
rxSend(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
rxSend(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
rxSend() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
rxSendBuffer(Buffer) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
rxSendFile(String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.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.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.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.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.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.rxjava.ext.mail.MailClient
send a single mail via MailClient
rxSendMultipartForm(MultipartForm) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.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.rxjava.ext.web.client.HttpRequest
rxSendStream(Observable<Buffer>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
rxSentinels(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Show a list of sentinel instances for this master, and their state
rxSet(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a key
rxSet(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
rxSetAutoCommit(boolean) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
rxSetBinary(String, Buffer) - Method in class io.vertx.rxjava.redis.RedisClient
Set the binary string value of a key - without encoding as utf-8
rxSetBinary(String, Buffer) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the binary string value of a key - without encoding as utf-8
rxSetBinaryWithOptions(String, Buffer, SetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a key
rxSetBinaryWithOptions(String, Buffer, SetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
rxSetbit(String, long, int) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Sets or clears the bit at offset in the string value stored at key
rxSetex(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value and expiration of a key
rxSetex(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value and expiration of a key
rxSetHandler() - Method in class io.vertx.rxjava.core.CompositeFuture
 
rxSetHandler() - Method in class io.vertx.rxjava.core.Future
Set a handler for the result.
rxSetHandler() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Set a handler for the result.
rxSetHandler() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Set a handler for the result.
rxSetnx(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value of a key, only if the key does not exist
rxSetnx(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value of a key, only if the key does not exist
rxSetrange(String, int, String) - Method in class io.vertx.rxjava.redis.RedisClient
Overwrite part of a string at key starting at the specified offset
rxSetrange(String, int, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Overwrite part of a string at key starting at the specified offset
rxSetTransactionIsolation(TransactionIsolation) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisClient
Set the string value of a key
rxSetWithOptions(String, String, SetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
rxSinter(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Intersect multiple sets
rxSinter(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Intersect multiple sets
rxSinterstore(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Intersect multiple sets and store the resulting set in a key
rxSinterstore(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Intersect multiple sets and store the resulting set in a key
rxSismember(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a given value is a member of a set
rxSismember(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a given value is a member of a set
rxSize() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Provide the number of entries in the map
rxSize() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the number of sessions in the store.
rxSlaveof(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Make the server a slave of another instance
rxSlaveof(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Make the server a slave of another instance
rxSlaveofNoone() - Method in class io.vertx.rxjava.redis.RedisClient
Make this server a master
rxSlaveofNoone() - Method in class io.vertx.rxjava.redis.RedisTransaction
Make this server a master
rxSlaves(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Show a list of slaves for this master, and their state
rxSlowlogGet(int) - Method in class io.vertx.rxjava.redis.RedisClient
Read the Redis slow queries log
rxSlowlogGet(int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Read the Redis slow queries log
rxSlowlogLen() - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of the Redis slow queries log
rxSlowlogLen() - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of the Redis slow queries log
rxSlowlogReset() - Method in class io.vertx.rxjava.redis.RedisClient
Reset the Redis slow queries log
rxSlowlogReset() - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset the Redis slow queries log
rxSmembers(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the members in a set
rxSmembers(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the members in a set
rxSmove(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Move a member from one set to another
rxSmove(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Move a member from one set to another
rxSort(String, SortOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Sort the elements in a list, set or sorted set
rxSort(String, SortOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Sort the elements in a list, set or sorted set
rxSpop(String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and return a random member from a set
rxSpop(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and return a random member from a set
rxSpopMany(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and return random members from a set
rxSpopMany(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and return random members from a set
rxSrandmember(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get one or multiple random members from a set
rxSrandmember(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get one or multiple random members from a set
rxSrandmemberCount(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
Get one or multiple random members from a set
rxSrandmemberCount(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get one or multiple random members from a set
rxSrem(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one member from a set
rxSrem(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one member from a set
rxSremMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one or more members from a set
rxSremMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one or more members from a set
rxSscan(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate Set elements
rxSscan(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate Set elements
rxStart(String, int, String, String) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
rxStart(String, int) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
rxStart() - Method in class io.vertx.rxjava.core.AbstractVerticle
Override to return a Completable that will complete the deployment of this verticle.
rxStart() - Method in class io.vertx.rxjava.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
rxStart() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
rxStop() - Method in class io.vertx.rxjava.core.AbstractVerticle
Override to return a Completable that will complete the undeployment of this verticle.
rxStop() - Method in class io.vertx.rxjava.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
rxStop() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
rxStrlen(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of the value stored in a key
rxStrlen(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of the value stored in a key
rxSubscribe(String) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
rxSubscribe(Set<String>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
rxSubscribe(String, int) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
rxSubscribe(Map<String, Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
rxSubscribe(String) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to the given channels
rxSubscribe(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to the given channels
rxSubscribeMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to the given channels
rxSubscribeMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to the given channels
rxSubscription() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the current subscription.
rxSunion(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Add multiple sets
rxSunion(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add multiple sets
rxSunionstore(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Add multiple sets and store the resulting set in a key
rxSunionstore(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add multiple sets and store the resulting set in a key
rxSwapdb(int, int) - Method in class io.vertx.rxjava.redis.RedisClient
Swaps two Redis databases
rxSwapdb(int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Swaps two Redis databases
rxSymlink(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
rxSync() - Method in class io.vertx.rxjava.redis.RedisClient
Internal command used for replication
rxSync() - Method in class io.vertx.rxjava.redis.RedisTransaction
Internal command used for replication
rxTime() - Method in class io.vertx.rxjava.redis.RedisClient
Return the current server time
rxTime() - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the current server time
rxTopicExists(String) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Checks if the Kafka topic given by topicName does exist.
rxTouch(String) - Method in class io.vertx.rxjava.redis.RedisClient
Alters the last access time of a key(s).
rxTouchMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Alters the last access time of a key(s).
rxTransaction(TxnRequest) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
rxTruncate(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
rxTtl(String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the time to live for a key
rxTtl(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the time to live for a key
rxType(String) - Method in class io.vertx.rxjava.redis.RedisClient
Determine the type stored at key
rxType(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine the type stored at key
rxUndeploy(String) - Method in class io.vertx.rxjava.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
rxUnlink(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
rxUnlink(String) - Method in class io.vertx.rxjava.redis.RedisClient
Delete a key asynchronously in another thread.
rxUnlink(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete a key asynchronously in another thread.
rxUnlinkMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete multiple keys asynchronously in another thread.
rxUnlinkMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete multiple keys asynchronously in another thread.
rxUnlistenMulticastGroup(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
rxUnlistenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.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.rxjava.servicediscovery.ServiceDiscovery
Un-publishes a record.
rxUnpublish(String) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Un-publishes a record.
rxUnregister() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
rxUnregisterCommand(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Unregister a command.
rxUnsubscribe() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
rxUnsubscribe(String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
rxUnsubscribe(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Stop listening for messages posted to the given channels
rxUnsubscribe(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop listening for messages posted to the given channels
rxUnwatch() - Method in class io.vertx.rxjava.redis.RedisTransaction
Forget about all watched keys
rxUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
rxUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rxUpdate(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Updates the given record.
rxUpdate(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Updates an existing record.
rxUpdateAclToken(AclToken) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Update Acl token
rxUpdateCheck(String, CheckStatus) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
rxUpdateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
rxUpdateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxUpdateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
rxUpdatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
rxUpdateSettings(Http2Settings) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoClient
Deprecated.
rxUpdateWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
rxUpdateWithParams(String, JsonArray) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
rxWait(long, long) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
rxWarnCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
rxWatch(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
rxWatchMany(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
rxWrite(Buffer, long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
rxWrite(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
Like but with an handler called when the message has been written or failed to be written.
rxWrite(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
rxWriteFile(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
rxZadd(String, double, String) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisClient
Get the number of members in a sorted set
rxZcard(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of members in a sorted set
rxZcount(String, double, double) - Method in class io.vertx.rxjava.redis.RedisClient
Count the members in a sorted set with scores within the given values
rxZcount(String, double, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
Count the members in a sorted set with scores within the given values
rxZincrby(String, double, String) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the score of a member in a sorted set
rxZincrby(String, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the score of a member in a sorted set
rxZinterstore(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisTransaction
Count the number of members in a sorted set between a given lexicographical range
rxZrange(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by index
rxZrange(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by index
rxZrangebylex(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by lexicographical range
rxZrangebylex(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by lexicographical range
rxZrangebyscore(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by score
rxZrangebyscore(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by score
rxZrangeWithOptions(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Return a range of members in a sorted set, by index
rxZrangeWithOptions(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by index
rxZrank(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Determine the index of a member in a sorted set
rxZrank(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine the index of a member in a sorted set
rxZrem(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one member from a sorted set
rxZrem(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one member from a sorted set
rxZremMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one or more members from a sorted set
rxZremMany(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one or more members from a sorted set
rxZremrangebylex(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all members in a sorted set between the given lexicographical range
rxZremrangebylex(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all members in a sorted set between the given lexicographical range
rxZremrangebyrank(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all members in a sorted set within the given indexes
rxZremrangebyrank(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all members in a sorted set within the given indexes
rxZremrangebyscore(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all members in a sorted set within the given scores
rxZremrangebyscore(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all members in a sorted set within the given scores
rxZrevrange(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by index, with scores ordered from high to low
rxZrevrangebylex(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.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.rxjava.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(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisTransaction
Determine the index of a member in a sorted set, with scores ordered from high to low
rxZscan(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate sorted sets elements and associated scores
rxZscan(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate sorted sets elements and associated scores
rxZscore(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
Get the score associated with the given member in a sorted set
rxZscore(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the score associated with the given member in a sorted set
rxZunionstore(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisTransaction
Add multiple sorted sets using weights, and store the resulting sorted set in a new key

S

sadd(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add a member to a set
sadd(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add a member to a set
saddMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add one or more members to a set
saddMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add one or more members to a set
saddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
saddManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
saddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
saddObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
SalesforceAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Salesforce.
SalesforceAuth(SalesforceAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
save(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Synchronously save the dataset to disk
save(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Synchronously save the dataset to disk
saveObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
saveObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
saveObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
saveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
saveWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
saveWithOptionsObservable(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
SC_ACCEPTED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
202 Accepted
SC_BAD_GATEWAY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
502 Bad Gateway
SC_BAD_REQUEST - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
400 Bad Request
SC_CLIENT_ERRORS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 4XX client error
SC_CONFLICT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
409 Conflict
SC_CONTINUE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
100 Continue
SC_CREATED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
201 Created
SC_EARLY_HINTS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
103 Early Hints
SC_EXPECTATION_FAILED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
417 Expectation Failed
SC_FAILED_DEPENDENCY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
424 Failed Dependency (WebDAV, RFC4918)
SC_FORBIDDEN - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
403 Forbidden
SC_FOUND - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
302 Found
SC_GATEWAY_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
504 Gateway Timeout
SC_GONE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
410 Gone
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
505 HTTP Version Not Supported
SC_INFORMATIONAL_RESPONSE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 1XX informational response
SC_INSUFFICIENT_STORAGE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
507 Insufficient Storage (WebDAV, RFC4918)
SC_INTERNAL_SERVER_ERROR - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
500 Internal Server Error
SC_LENGTH_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
411 Length Required
SC_LOCKED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
423 Locked (WebDAV, RFC4918)
SC_METHOD_NOT_ALLOWED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
405 Method Not Allowed
SC_MISDIRECTED_REQUEST - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
421 Misdirected Request
SC_MOVED_PERMANENTLY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
301 Moved Permanently
SC_MULTI_STATUS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
207 Multi-Status (WebDAV, RFC2518)
SC_MULTIPLE_CHOICES - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
300 Multiple Choices
SC_NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
511 Network Authentication Required (RFC6585)
SC_NO_CONTENT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
204 No Content
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
203 Non-Authoritative Information (since HTTP/1.1)
SC_NOT_ACCEPTABLE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
406 Not Acceptable
SC_NOT_EXTENDED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
510 Not Extended (RFC2774)
SC_NOT_FOUND - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
404 Not Found
SC_NOT_IMPLEMENTED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
501 Not Implemented
SC_NOT_MODIFIED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
304 Not Modified
SC_OK - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
200 OK
SC_PARTIAL_CONTENT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
206 Partial Content
SC_PAYMENT_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
402 Payment Required
SC_PERMANENT_REDIRECT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
308 Permanent Redirect (RFC7538)
SC_PRECONDITION_FAILED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
412 Precondition Failed
SC_PRECONDITION_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
428 Precondition Required (RFC6585)
SC_PROCESSING - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
102 Processing (WebDAV, RFC2518)
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
407 Proxy Authentication Required
SC_REDIRECTION - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 3XX redirection
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
413 Request Entity Too Large
SC_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
431 Request Header Fields Too Large (RFC6585)
SC_REQUEST_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
408 Request Timeout
SC_REQUEST_URI_TOO_LONG - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
414 Request-URI Too Long
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
416 Requested Range Not Satisfiable
SC_RESET_CONTENT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
205 Reset Content
SC_SEE_OTHER - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
303 See Other (since HTTP/1.1)
SC_SERVER_ERRORS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 5XX server error
SC_SERVICE_UNAVAILABLE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
503 Service Unavailable
SC_SUCCESS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 2XX success
SC_SWITCHING_PROTOCOLS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
101 Switching Protocols
SC_TEMPORARY_REDIRECT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
307 Temporary Redirect (since HTTP/1.1)
SC_TOO_MANY_REQUESTS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
429 Too Many Requests (RFC6585)
SC_UNAUTHORIZED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
401 Unauthorized
SC_UNORDERED_COLLECTION - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
425 Unordered Collection (WebDAV, RFC3648)
SC_UNPROCESSABLE_ENTITY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
422 Unprocessable Entity (WebDAV, RFC4918)
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
415 Unsupported Media Type
SC_UPGRADE_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
426 Upgrade Required (RFC2817)
SC_USE_PROXY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
305 Use Proxy (since HTTP/1.1)
SC_VARIANT_ALSO_NEGOTIATES - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
506 Variant Also Negotiates (RFC2295)
scan(String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate the keys space
scan(String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate the keys space
scanObservable(String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
scanObservable(String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
scard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the number of members in a set
scard(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of members in a set
scardObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
scardObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
scheduler(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions are executed on the event loop of the current context.
scheduler(WorkerExecutor) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
scheduler(Context) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Context, actions are executed on the event loop of this context.
schedulerHook(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler hook for a Vertx object.
schedulerHook(Context) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler hook for a Context object.
scheme() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
Script - Class in io.vertx.rxjava.redis
Container for a script and its sha1 hash.
Script(Script) - Constructor for class io.vertx.rxjava.redis.Script
 
scriptDebug(ScriptDebugOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the debug mode for executed scripts.
scriptDebugObservable(ScriptDebugOptions) - Method in class io.vertx.rxjava.redis.RedisClient
scriptExists(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Check existence of script in the script cache.
scriptExists(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Check existence of script in the script cache.
scriptExistsMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Check existence of scripts in the script cache.
scriptExistsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Check existence of scripts in the script cache.
scriptExistsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
scriptExistsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
scriptExistsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
scriptExistsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove all the scripts from the script cache.
scriptFlush(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove all the scripts from the script cache.
scriptFlushObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
scriptFlushObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Kill the script currently in execution.
scriptKill(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Kill the script currently in execution.
scriptKillObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
scriptKillObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Load the specified Lua script into the script cache.
scriptLoad(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Load the specified Lua script into the script cache.
scriptLoadObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
scriptLoadObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
sdiff(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Subtract multiple sets
sdiff(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Subtract multiple sets
sdiffObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
sdiffObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
sdiffstore(String, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Subtract multiple sets and store the resulting set in a key
sdiffstoreObservable(String, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
sdiffstoreObservable(String, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
seek(TopicPartition, long) - Method in class io.vertx.rxjava.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.rxjava.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
seekToBeginning(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
seekToBeginning(Set<TopicPartition>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
seekToEnd(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
seekToEnd(Set<TopicPartition>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Change the selected database for the current connection
select(int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Change the selected database for the current connection
selectObservable(int) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
selectObservable(int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
SelfSignedCertificate - Class in io.vertx.rxjava.core.net
A self-signed certificate helper for testing and development purposes.
SelfSignedCertificate(SelfSignedCertificate) - Constructor for class io.vertx.rxjava.core.net.SelfSignedCertificate
 
send(Buffer, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(String, int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.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.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
send(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Sends a message.
send(String, Object, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying options that can be used to configure the delivery.
send(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.send(java.lang.String, java.lang.Object) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(T) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
This method actually sends a message using the send semantic regardless this producer is a sender or a publisher.
send(T, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Like MessageProducer.send(T) but specifying a replyHandler that will be called if the recipient subsequently replies to the message.
send(Map<String, String>, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(Map<String, String>, Buffer, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(String, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Buffer, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(Frame, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(String, Map<String, String>, Buffer) - Method in class io.vertx.rxjava.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.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
sendBuffer(Buffer, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendBufferObservable(Buffer) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sender() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Returns a WriteStream able to send to the SocketAddress.
sender(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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
sendFileObservable(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
sendFileObservable(String, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
sendFileObservable(String, long, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
sendFileObservable(String) - Method in class io.vertx.rxjava.core.net.NetSocket
sendFileObservable(String, long) - Method in class io.vertx.rxjava.core.net.NetSocket
sendFileObservable(String, long, long) - Method in class io.vertx.rxjava.core.net.NetSocket
sendForm(MultiMap, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.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.
sendFormObservable(MultiMap) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a SEND frame is received.
sendHead() - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.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.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJsonObjectObservable(JsonObject) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendJsonObservable(Object) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.rxjava.ext.mail.MailClient
send a single mail via MailClient
sendMailObservable(MailMessage) - Method in class io.vertx.rxjava.ext.mail.MailClient
sendMultipartForm(MultipartForm, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
sendMultipartFormObservable(MultipartForm) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendObservable(Buffer, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
sendObservable(String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
sendObservable(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
sendObservable(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
sendObservable(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
sendObservable() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Deprecated.
sendStream(ReadStream<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendStream(Observable<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendStreamObservable(ReadStream<Buffer>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendStreamObservable(Observable<Buffer>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sentinels(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Show a list of sentinel instances for this master, and their state
sentinelsObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
server() - Method in class io.vertx.rxjava.ext.shell.ShellService
 
server() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
server() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
ServerFrame - Class in io.vertx.rxjava.ext.stomp
Structure passed to server handler when receiving a frame.
ServerFrame(ServerFrame) - Constructor for class io.vertx.rxjava.ext.stomp.ServerFrame
 
ServerWebSocket - Class in io.vertx.rxjava.core.http
Represents a server side WebSocket.
ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocket
 
service() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the service's name (i.e.
service(String, Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
ServiceDiscovery - Class in io.vertx.rxjava.servicediscovery
Service Discovery main entry point.
ServiceDiscovery(ServiceDiscovery) - Constructor for class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
ServiceExporter - Class in io.vertx.rxjava.servicediscovery.spi
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
ServiceExporter(ServiceExporter) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
ServiceImporter - Class in io.vertx.rxjava.servicediscovery.spi
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
ServiceImporter(ServiceImporter) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
ServicePublisher - Class in io.vertx.rxjava.servicediscovery.spi
The publisher is used by the importer to publish or unpublish records.
ServicePublisher(ServicePublisher) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
ServiceReference - Class in io.vertx.rxjava.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.rxjava.servicediscovery.ServiceReference
 
services(Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the list of available services.
services(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the list of available services.
session() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
session() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
Session - Class in io.vertx.rxjava.ext.shell.session
A shell session.
Session(Session) - Constructor for class io.vertx.rxjava.ext.shell.session.Session
 
session() - Method in class io.vertx.rxjava.ext.shell.Shell
 
session() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
session() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
session() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the session.
Session - Class in io.vertx.rxjava.ext.web
Represents a browser session.
Session(Session) - Constructor for class io.vertx.rxjava.ext.web.Session
 
SessionHandler - Class in io.vertx.rxjava.ext.web.handler
A handler that maintains a Session for each browser session.
SessionHandler(SessionHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.SessionHandler
 
sessionState(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
SessionStore - Class in io.vertx.rxjava.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.rxjava.ext.web.sstore.SessionStore
 
set(String, String) - Method in class io.vertx.rxjava.core.MultiMap
Sets a value under the specified name.
set(CharSequence, CharSequence) - Method in class io.vertx.rxjava.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.rxjava.core.MultiMap
Sets values for the specified name.
set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
set(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a key
set(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
setAcceptableContentType(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the acceptable content type.
setAccessed() - Method in class io.vertx.rxjava.ext.web.Session
Mark the session as being accessed.
setAlgorithm(HashAlgorithm) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Allows the selection of the hashing algorithm.
setAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
Cleans this instance.
setAll(Map<String, String>) - Method in class io.vertx.rxjava.core.MultiMap
Cleans and set all values of the given instance
setAllowRootFileSystemAccess(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Enable/Disable access to the root of the filesystem
setAlwaysAsyncFS(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether async filesystem access should always be used
setArguments(List<Argument>) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the list of arguments.
setAudience(List<String>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Set the audience list
setAuthenticationQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Set the authentication query to use.
setAuthProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.auth.User
Set the auth provider for the User.
setAutoCommit(boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
setAutoCommitObservable(boolean) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
setBeforeScanHandler(Handler<Void>) - Method in class io.vertx.rxjava.config.ConfigRetriever
Registers a handler called before every scan.
setBinary(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Set the binary string value of a key - without encoding as utf-8
setBinaryObservable(String, Buffer) - Method in class io.vertx.rxjava.redis.RedisClient
setBinaryObservable(String, Buffer) - Method in class io.vertx.rxjava.redis.RedisTransaction
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the string value of a key
setBinaryWithOptions(String, Buffer, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
setBinaryWithOptionsObservable(String, Buffer, SetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
setBinaryWithOptionsObservable(String, Buffer, SetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
setbit(String, long, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Sets or clears the bit at offset in the string value stored at key
setbitObservable(String, long, int) - Method in class io.vertx.rxjava.redis.RedisClient
setbitObservable(String, long, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
setBody(Buffer) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the body.
setBodyHandler(BodyHandler) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.web.handler.BodyHandler
Set the maximum body size -1 means unlimited
setBuffer(int, Buffer) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.buffer.Buffer
Sets the byte at position pos in the Buffer to the value b.
setBytes(int, ByteBuffer) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCachingEnabled(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether cache header handling is enabled
setChanged(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
Set the cookie as being changed.
setChunked(boolean) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
setChunked(boolean) - Method in class io.vertx.rxjava.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.rxjava.mqtt.MqttEndpoint
Set client identifier if not provided by the remote MQTT client (zero-bytes)
setCollectionName(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Set the name of the collection to be used.
setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in class io.vertx.rxjava.config.ConfigRetriever
setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Sets whether the 'HttpOnly' flag should be set for the session cookie.
setCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the cookie name.
setCookiePath(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the cookie path.
setCookieSecureFlag(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
setDefaultContentEncoding(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the default content encoding for text related files.
setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set whether uploaded files should be removed after handling the request
setDescription(String) - Method in class io.vertx.rxjava.core.cli.CLI
 
setDirectLoggedInOKURL(String) - Method in class io.vertx.rxjava.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.rxjava.ext.web.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryTemplate(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the directory template to be used when directory listing
setDomain(String) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the domain of this cookie
setDouble(int, double) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the double at position pos in the Buffer to the value d.
setEnableFSTuning(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableRangeSupport(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether range requests (resumable downloads; media streaming) should be enabled.
setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Set the value and expiration of a key
setex(String, long, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the value and expiration of a key
setexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisClient
setexObservable(String, long, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
setExpectMultipart(boolean) - Method in class io.vertx.rxjava.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.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Deprecated.
setExtension(String) - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
Deprecated.
setExternalSalt(String) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Set an external salt.
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.rxjava.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.rxjava.ext.web.api.contract.RouterFactory
When set, this function is called while creating the payload of OperationRequest
setFilesReadOnly(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether files are read-only and will never change
setFloat(int, float) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the float at position pos in the Buffer to the value f.
setFollowRedirects(boolean) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
setHandleFileUploads(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set whether file uploads will be handled
setHandler(Handler<AsyncResult<CompositeFuture>>) - Method in class io.vertx.rxjava.core.CompositeFuture
 
setHandler(Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Future
Set a handler for the result.
setHandler(Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Set a handler for the result.
setHandler(Handler<WatchResult<T>>) - Method in class io.vertx.rxjava.ext.consul.Watch
Set the result handler.
setHandler(Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Set a handler for the result.
setHandlerObservable() - Method in class io.vertx.rxjava.core.CompositeFuture
Deprecated.
setHandlerObservable() - Method in class io.vertx.rxjava.core.Future
Deprecated.
setHandlerObservable() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Deprecated.
setHashAlgorithm(HashAlgorithm) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The Hash Algorithm which is used by the current instance
setHashStrategy(HashStrategy) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The HashStrategy which is used by the current instance
setHeaderName(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the header name.
setHidden(boolean) - Method in class io.vertx.rxjava.core.cli.CLI
Sets whether or not the current instance of CLI must be hidden.
setHost(String) - Method in class io.vertx.rxjava.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.rxjava.ext.web.handler.StaticHandler
Set the file mapping for http2push and link preload
setHttpOnly(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
Determines if this cookie is HTTP only.
setIgnoreExpiration(boolean) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Set whether expiration is ignored
setIncludeHidden(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether hidden files should be served
setIndexPage(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the index page
setIndexTemplate(String) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
Set the index template
setInt(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i.
setIntLE(int, int) - Method in class io.vertx.rxjava.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.rxjava.ext.web.handler.JWTAuthHandler
Set the issuer
setLong(int, long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l.
setLongLE(int, long) - Method in class io.vertx.rxjava.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.rxjava.ext.web.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAgeSeconds(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set value for max age in caching headers
setMaxAvgServeTimeNs(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the max serve time in ns, above which serves are considered slow
setMaxBufferedMessages(int) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Set the number of messages this registration will buffer when this stream is paused.
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the max cache size, when caching is enabled
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Set the max cache size for the engine
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
Set the max cache size for the engine
setMedium(int, int) - Method in class io.vertx.rxjava.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.rxjava.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMergeFormAttributes(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMinLength(int) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set expected session id minimum length.
setMode(TemplateMode) - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Set the mode for the engine
setNagHttps(boolean) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.cli.CLI
Sets the name of the CLI.
setName(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Set parameter name
setNonces(JsonArray) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Set not implemented failure handler.
setNotImplementedFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Set not implemented failure handler.
setnx(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Set the value of a key, only if the key does not exist
setnxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
setnxObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
setObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
setObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
setOptions(List<Option>) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the list of arguments.
setOptions(SQLOptions) - Method in class io.vertx.rxjava.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.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Set options of router factory.
setOptions(RouterFactoryOptions) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Set options of router factory.
setOutput(Handler<Buffer>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
setPasswordCredentialField(String) - Method in class io.vertx.rxjava.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.rxjava.ext.auth.User>>).
setPasswordField(String) - Method in class io.vertx.rxjava.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.rxjava.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the password
setPath(String) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the path of this cookie.
setPeriodic(long, Handler<Long>) - Method in class io.vertx.rxjava.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.rxjava.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the permissions.
setPermissionsQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Set the permissions query to use.
setPreallocateBodyBuffer(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Pre-allocate the body buffer according to the value parsed from content-length header.
setPrompt(Function<Session, String>) - Method in class io.vertx.rxjava.ext.shell.Shell
Set a new prompt in this session.
setQueryParam(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Set a query parameter to the request.
setQueryTimeout(int) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Deprecated.
setrange(String, int, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Overwrite part of a string at key starting at the specified offset
setrangeObservable(String, int, String) - Method in class io.vertx.rxjava.redis.RedisClient
setrangeObservable(String, int, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
setRawMessage(JsonObject) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
setRawMessage(JsonObject) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Get the raw JSON message for the event.
setRawMethod(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the value the method to send when the method is used.
setReadBufferSize(int) - Method in class io.vertx.rxjava.core.file.AsyncFile
Sets the buffer size that will be used to read the data from the file.
setReadPos(long) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.handler.FormLoginHandler
Set the name of the session attrioute used to specify the return url
setRoleField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the roles.
setRolePrefix(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolePrefix(String) - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolesQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Set the roles query to use.
setSaltField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the salt.
setSaltStyle(HashSaltStyle) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Set the saltstyle as defined by HashSaltStyle.
setSecure(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the security getStatus of this cookie
setSendVaryHeader(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether vary header should be sent with response.
setSession(Session) - Method in class io.vertx.rxjava.ext.shell.system.Job
Set a session on the job.
setSession(Session) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process session
setSession(Session) - Method in class io.vertx.rxjava.ext.shell.term.Term
Associate the term with a session.
setSession(Session) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the session.
setSessionCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session cookie name
setSessionCookiePath(String) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session cookie path
setSessionTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session timeout
setShort(int, short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s.
setShortLE(int, short) - Method in class io.vertx.rxjava.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.rxjava.ext.shell.term.Pty
Resize the terminal.
setStatusCode(int) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set the status code.
setStatusMessage(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set the status message
setStreamPriority(StreamPriority) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Sets the priority of the associated stream.
setStreamPriority(StreamPriority) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.core.cli.CLI
Sets the summary of the CLI.
setTimeout(long) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.core.http.HttpConnection
 
setTransactionIsolation(TransactionIsolation, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolationObservable(TransactionIsolation) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
setTrustJWT(boolean) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
setTty(Tty) - Method in class io.vertx.rxjava.ext.shell.system.Job
Set a tty on the job.
setTty(Tty) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process tty.
setUnsignedByte(int, short) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.handler.OAuth2AuthHandler
add the callback handler to a given route.
setUploadsDirectory(String) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set the uploads directory to use
setUser(User) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the user.
setUsernameCredentialField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
setUsernameField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Set the name of the field to be used for the username.
setUsernameParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the username
setValidationFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Set default validation failure handler.
setValidationFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Set default validation failure handler.
setValue(Object) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Set value
setValue(String) - Method in class io.vertx.rxjava.ext.web.Cookie
Sets the value of this cookie
setWebRoot(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the web root
setWindowSize(int) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisClient
Set the string value of a key
setWithOptions(String, String, SetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Set the string value of a key
setWithOptionsObservable(String, String, SetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
setWithOptionsObservable(String, String, SetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
setWritePos(long) - Method in class io.vertx.rxjava.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.rxjava.core.eventbus.MessageProducer
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.WebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.net.NetSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.streams.Pump
Set the write queue max size to maxSize
setWriteQueueMaxSize(int) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Set the maximum size of the write queue to maxSize.
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
SharedData - Class in io.vertx.rxjava.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.rxjava.core.shareddata.SharedData
 
sharedData() - Method in class io.vertx.rxjava.core.Vertx
Get the shared data object.
Shell - Class in io.vertx.rxjava.ext.shell
An interactive session between a consumer and a shell.
Shell(Shell) - Constructor for class io.vertx.rxjava.ext.shell.Shell
 
shellHandler(Handler<Shell>) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Called when a new shell is created.
ShellServer - Class in io.vertx.rxjava.ext.shell
The shell server.

A shell server is associated with a collection of : the ShellServer.registerTermServer(io.vertx.rxjava.ext.shell.term.TermServer) method registers a term server.

ShellServer(ShellServer) - Constructor for class io.vertx.rxjava.ext.shell.ShellServer
 
ShellService - Class in io.vertx.rxjava.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.rxjava.ext.shell.ShellService
 
ShiroAuth - Class in io.vertx.rxjava.ext.auth.shiro
Factory interface for creating Apache Shiro based AuthProvider instances.
ShiroAuth(ShiroAuth) - Constructor for class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
ShopifyAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Shopify.
ShopifyAuth(ShopifyAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
shutdown() - Method in class io.vertx.rxjava.core.http.HttpConnection
Initiate a connection shutdown, a go away frame is sent and the connection is closed when all current active streams are closed or after a time out of 30 seconds.
shutdown(long) - Method in class io.vertx.rxjava.core.http.HttpConnection
Initiate a connection shutdown, a go away frame is sent and the connection is closed when all current streams will be closed or the timeout is fired.
shutdownHandler(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.shell.term.SignalHandler
 
sinter(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Intersect multiple sets
sinter(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Intersect multiple sets
sinterObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
sinterObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
sinterstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Intersect multiple sets and store the resulting set in a key
sinterstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
sinterstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
sismember(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine if a given value is a member of a set
sismember(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine if a given value is a member of a set
sismemberObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
sismemberObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
size() - Method in class io.vertx.rxjava.core.CompositeFuture
 
size() - Method in class io.vertx.rxjava.core.file.FileProps
The size of the file, in bytes
size() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
The size of the upload may not be available until it is all read.
size() - Method in class io.vertx.rxjava.core.MultiMap
Return the number of keys.
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Provide the number of entries in the map
size() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Get the size of the map
size() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the number of sessions in the store.
size() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
sizeObservable() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Deprecated.
use AsyncMap.rxSize() instead
sizeObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Deprecated.
skipCompressionForMediaTypes(Set<String>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.shell.term.Pty
 
slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Make the server a slave of another instance
slaveof(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Make the server a slave of another instance
slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Make this server a master
slaveofNoone(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Make this server a master
slaveofNooneObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
slaveofNooneObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
slaveofObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
slaveofObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
slaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
Show a list of slaves for this master, and their state
slavesObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
slice() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a slice of this buffer.
slice(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a slice of this buffer.
slowlogGet(int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Read the Redis slow queries log
slowlogGet(int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Read the Redis slow queries log
slowlogGetObservable(int) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
slowlogGetObservable(int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
slowlogLen(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of the Redis slow queries log
slowlogLen(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of the Redis slow queries log
slowlogLenObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
slowlogLenObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
slowlogReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Reset the Redis slow queries log
slowlogReset(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Reset the Redis slow queries log
slowlogResetObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
slowlogResetObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get all the members in a set
smembers(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get all the members in a set
smembersObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
smembersObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
smove(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Move a member from one set to another
smove(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Move a member from one set to another
smoveObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
smoveObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
socket() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Get the SockJSSocket instance corresponding to the event
SocketAddress - Class in io.vertx.rxjava.core.net
The address of a socket, an inet socket address or a domain socket address.
SocketAddress(SocketAddress) - Constructor for class io.vertx.rxjava.core.net.SocketAddress
 
socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
SockJSHandler - Class in io.vertx.rxjava.ext.web.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler(SockJSHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
SockJSSocket - Class in io.vertx.rxjava.ext.web.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket(SockJSSocket) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
SockJSTermHandler - Class in io.vertx.rxjava.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.rxjava.ext.shell.term.SockJSTermHandler
 
sort(String, SortOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Sort the elements in a list, set or sorted set
sort(String, SortOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Sort the elements in a list, set or sorted set
sortObservable(String, SortOptions) - Method in class io.vertx.rxjava.redis.RedisClient
sortObservable(String, SortOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
SoundcloudAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for SoundCloud.
SoundcloudAuth(SoundcloudAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and return a random member from a set
spop(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and return a random member from a set
spopMany(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove and return random members from a set
spopMany(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove and return random members from a set
spopManyObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
spopManyObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
spopObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
spopObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
SQLClient - Class in io.vertx.rxjava.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.rxjava.ext.sql.SQLClient
 
SQLClientHelper - Class in io.vertx.rxjava.ext.sql
Utilities for generating observables with a SQLClient.
SQLConnection - Class in io.vertx.rxjava.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.rxjava.ext.sql.SQLConnection
 
SQLOperations - Interface in io.vertx.rxjava.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.

SQLRowStream - Class in io.vertx.rxjava.ext.sql
A ReadStream of Rows from the underlying RDBMS.
SQLRowStream(SQLRowStream) - Constructor for class io.vertx.rxjava.ext.sql.SQLRowStream
 
srandmember(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get one or multiple random members from a set
srandmember(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get one or multiple random members from a set
srandmemberCount(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get one or multiple random members from a set
srandmemberCount(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get one or multiple random members from a set
srandmemberCountObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
srandmemberCountObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
srandmemberObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
srandmemberObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
srem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one member from a set
srem(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one member from a set
sremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one or more members from a set
sremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one or more members from a set
sremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
sremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
sremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
sremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
SrvRecord - Class in io.vertx.rxjava.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
SrvRecord(SrvRecord) - Constructor for class io.vertx.rxjava.core.dns.SrvRecord
 
sscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate Set elements
sscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate Set elements
sscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
sscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
ssl(boolean) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
sslSession() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
sslSession() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
sslSession() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
sslSession() - Method in class io.vertx.rxjava.core.http.WebSocket
 
sslSession() - Method in class io.vertx.rxjava.core.net.NetSocket
 
stackTrace() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
start(String, int, String, String, Handler<AsyncResult<AmqpBridge>>) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
start(String, int, Handler<AsyncResult<AmqpBridge>>) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
Starts the bridge, establishing the underlying connection.
start(Future<Void>) - Method in class io.vertx.rxjava.core.AbstractVerticle
 
start() - Method in class io.vertx.rxjava.core.streams.Pump
Start the Pump.
start() - Method in class io.vertx.rxjava.ext.consul.Watch
Start this Watch
start() - Method in class io.vertx.rxjava.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
start(Vertx, ServicePublisher, JsonObject, Future<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
Starts the importer.
startObservable(String, int, String, String) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
startObservable(String, int) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
startObservable() - Method in class io.vertx.rxjava.ext.shell.ShellService
Deprecated.
startObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
state() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
StaticHandler - Class in io.vertx.rxjava.ext.web.handler
A handler for serving static resources from the file system or classpath.
StaticHandler(StaticHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.StaticHandler
 
status() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
status() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
status(int) - Static method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.http.HttpClientResponse
 
statusCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
the returned status code from the HTTP layer.
statusCode() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
statusCode() - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpClientResponse
 
statusMessage() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
statusUpdateHandler(Handler<ExecStatus>) - Method in class io.vertx.rxjava.ext.shell.system.Job
Set an handler called when the job terminates.
stdinHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
stdinHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Term
 
stdinHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Tty
Set a stream handler on the standard input to read the data.
stdoutHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Pty
Set the standard out handler of the pseudo terminal.
StompClient - Class in io.vertx.rxjava.ext.stomp
Defines a STOMP client.
StompClient(StompClient) - Constructor for class io.vertx.rxjava.ext.stomp.StompClient
 
StompClientConnection - Class in io.vertx.rxjava.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.rxjava.ext.stomp.StompClientConnection
 
stompHandler() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
stompHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a STOMP frame is received.
StompServer - Class in io.vertx.rxjava.ext.stomp
Defines a STOMP server.
StompServer(StompServer) - Constructor for class io.vertx.rxjava.ext.stomp.StompServer
 
StompServerConnection - Class in io.vertx.rxjava.ext.stomp
Class representing a connection between a STOMP client a the server.
StompServerConnection(StompServerConnection) - Constructor for class io.vertx.rxjava.ext.stomp.StompServerConnection
 
StompServerHandler - Class in io.vertx.rxjava.ext.stomp
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
StompServerHandler(StompServerHandler) - Constructor for class io.vertx.rxjava.ext.stomp.StompServerHandler
 
stop(Future<Void>) - Method in class io.vertx.rxjava.core.AbstractVerticle
 
stop() - Method in class io.vertx.rxjava.core.streams.Pump
Stop the Pump.
stop() - Method in class io.vertx.rxjava.ext.consul.Watch
Stop the watch and release its resources
stop() - Method in class io.vertx.rxjava.ext.shell.ShellService
Stop the shell service, this is an asynchronous stop.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stopObservable() - Method in class io.vertx.rxjava.ext.shell.ShellService
Deprecated.
stopObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
StreamBase - Interface in io.vertx.rxjava.core.streams
Base interface for a stream.
streamId() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
streamId() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
streamPriority() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Set an handler for stream priority changes.
streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set an handler for stream priority changes
streamToFileSystem(String) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
strictAsync(int) - Method in class io.vertx.rxjava.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
string() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
string(String) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
A codec for strings using a specific encoding.
stringValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
StripeAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Stripe.
StripeAuth(StripeAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
strlen(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the length of the value stored in a key
strlen(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the length of the value stored in a key
strlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
strlenObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
subComponent() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Gets the parsed subcomponent part of the MIME.
subProtocol() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Returns the websocket sub protocol selected by the websocket handshake.
subProtocol() - Method in class io.vertx.rxjava.core.http.WebSocket
Returns the websocket sub protocol selected by the websocket handshake.
subProtocol() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Returns the websocket sub protocol selected by the websocket handshake.
subscribe(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a subscription request to the current Destination.
subscribe(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<Frame>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(Set<String>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(String, int) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(String, int, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(Map<String, Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topics with related QoS levels
subscribe(Map<String, Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
subscribe(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to the given channels
subscribe(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to the given channels
subscribeAcknowledge(int, List<MqttQoS>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the SUBACK message to the remote MQTT client
subscribeCompletionHandler(Handler<MqttSubAckMessage>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets handler which will be called after SUBACK packet receiving
subscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a SUBSCRIBE frame is received.
subscribeHandler(Handler<MqttSubscribeMessage>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set a subscribe handler on the MQTT endpoint.
subscribeMany(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Listen for messages published to the given channels
subscribeMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Listen for messages published to the given channels
subscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
subscribeManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
subscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
subscribeObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
subscription() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
subscription(Handler<AsyncResult<Set<String>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the current subscription.
subscriptionAutoAck(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Enable/disable subscription/unsubscription requests auto acknowledge
subtag() - Method in class io.vertx.rxjava.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.rxjava.ext.web.LanguageHeader
A subtag of this language header.
+ info: rfc7231#section-3.1.3.1
subtagCount() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
succeeded(int) - Method in class io.vertx.rxjava.core.CompositeFuture
Returns true if a wrapped future is succeeded
succeeded() - Method in class io.vertx.rxjava.core.Future
Did it succeed?
succeeded() - Method in class io.vertx.rxjava.ext.consul.WatchResult
Did it succeed?
succeeded() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
Did it succeed?
succeeded() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
Whether the result is a success or failure.
succeededFuture() - Static method in class io.vertx.rxjava.core.Future
Create a succeeded future with a null result
succeededFuture(T) - Static method in class io.vertx.rxjava.core.Future
Created a succeeded future with the specified result.
success() - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
sunion(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Add multiple sets
sunion(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Add multiple sets
sunionObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
sunionObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
sunionstore(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Add multiple sets and store the resulting set in a key
sunionstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
sunionstoreObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
suspend() - Method in class io.vertx.rxjava.ext.shell.system.Job
Resume the job.
suspend() - Method in class io.vertx.rxjava.ext.shell.system.Process
Resume the process.
suspend(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Resume the process.
suspendHandler(Handler<Void>) - Method in class io.vertx.rxjava.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.rxjava.ext.shell.term.Term
Set a suspend signal handler on the term.
swapdb(int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Swaps two Redis databases
swapdb(int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Swaps two Redis databases
swapdbObservable(int, int) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
swapdbObservable(int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlinkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
symlinkObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
sync(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Internal command used for replication
sync(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Internal command used for replication
syncObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
syncObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.

T

tag() - Method in class io.vertx.rxjava.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.rxjava.core.dns.SrvRecord
Returns the name of the host for the service.
TemplateEngine - Class in io.vertx.rxjava.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.rxjava.ext.web.common.template.TemplateEngine
 
TemplateEngine - Class in io.vertx.rxjava.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.rxjava.ext.web.templ.TemplateEngine
 
TemplateHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.TemplateHandler
 
Term - Class in io.vertx.rxjava.ext.shell.term
The terminal.
Term(Term) - Constructor for class io.vertx.rxjava.ext.shell.term.Term
 
termHandler(Handler<Term>) - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
termHandler(Handler<Term>) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Set the term handler that will receive incoming client connections.
terminate() - Method in class io.vertx.rxjava.ext.shell.system.Job
Terminate the job.
terminate() - Method in class io.vertx.rxjava.ext.shell.system.Process
Terminate the process.
terminate(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Terminate the process.
terminatedHandler(Handler<Integer>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set an handler for being notified when the process terminates.
TermServer - Class in io.vertx.rxjava.ext.shell.term
A server for terminal based applications.
TermServer(TermServer) - Constructor for class io.vertx.rxjava.ext.shell.term.TermServer
 
test(String, Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Add a new test case to the suite.
test(String, int, Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Add a new test case to the suite.
TestCase - Class in io.vertx.rxjava.ext.unit
A test case object can be used to create a single test.
TestCase(TestCase) - Constructor for class io.vertx.rxjava.ext.unit.TestCase
 
TestCaseReport - Class in io.vertx.rxjava.ext.unit.report
Report the execution of a test case.
TestCaseReport(TestCaseReport) - Constructor for class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
TestCompletion - Class in io.vertx.rxjava.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.rxjava.ext.unit.TestCompletion
 
TestContext - Class in io.vertx.rxjava.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.rxjava.ext.unit.TestContext
 
TestResult - Class in io.vertx.rxjava.ext.unit.report
The result of a test.
TestResult(TestResult) - Constructor for class io.vertx.rxjava.ext.unit.report.TestResult
 
TestSuite - Class in io.vertx.rxjava.ext.unit
A named suite of test cases that are executed altogether.
TestSuite(TestSuite) - Constructor for class io.vertx.rxjava.ext.unit.TestSuite
 
TestSuiteReport - Class in io.vertx.rxjava.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.rxjava.ext.unit.report.TestSuiteReport
 
textData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
textFileUpload(String, String, String, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFrame(String, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a text WebSocket frame.
textHandlerID() - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.core.http.ServerWebSocket
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in class io.vertx.rxjava.core.http.WebSocket
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a text message handler on the connection.
ThymeleafTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.thymeleaf
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
time(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Return the current server time
time(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Return the current server time
timeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
timeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
timeout(long) - Method in class io.vertx.rxjava.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.rxjava.ext.web.Session
 
TimeoutHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.TimeoutHandler
 
TimeoutStream - Class in io.vertx.rxjava.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.rxjava.core.TimeoutStream
 
timerStream(long) - Method in class io.vertx.rxjava.core.Vertx
Returns a one-shot timer as a read stream.
timestamp() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
timestamp() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
timestamp() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
timestampType() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
toBackground() - Method in class io.vertx.rxjava.ext.shell.system.Job
Send the job to background.
toBackground() - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process in background.
toBackground(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process in background.
toForeground() - Method in class io.vertx.rxjava.ext.shell.system.Job
Send the job to foreground.
toForeground() - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process in foreground.
toForeground(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process in foreground.
toJson() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Converts deeply this RequestParameter in a Json representation
toJson() - Method in class io.vertx.rxjava.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.rxjava.core.buffer.Buffer
Returns a Json array representation of the Buffer
toJsonObject() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a Json object representation of the Buffer
tokenize(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
Tokenize the string argument and return a list of tokens.
tokenType() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
toObservable() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
toObservable() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
toObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
toObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
toObservable() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
toObservable() - Method in class io.vertx.rxjava.core.http.WebSocket
 
toObservable() - Method in class io.vertx.rxjava.core.net.NetSocket
 
toObservable() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
toObservable() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
toObservable() - Method in interface io.vertx.rxjava.core.streams.ReadStream
 
toObservable() - Method in class io.vertx.rxjava.core.TimeoutStream
 
toObservable() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
toObservable() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
toObservable() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
toObservable() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
toObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
topic(Vertx, String) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
topic() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
topic() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
topicExists(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
Checks if the Kafka topic given by topicName does exist.
topicName() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
topicName() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
topics() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
topicSubscriptions() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
toString() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
 
toString() - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
toString() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
toString() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
toString() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
toString() - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
toString() - Method in class io.vertx.rxjava.config.ConfigRetriever
 
toString() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a String representation of the Buffer with the UTF-8encoding
toString(String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString(Charset) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString() - Method in class io.vertx.rxjava.core.cli.CLI
 
toString() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
toString() - Method in class io.vertx.rxjava.core.CompositeFuture
 
toString() - Method in class io.vertx.rxjava.core.Context
 
toString() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
toString() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
toString() - Method in class io.vertx.rxjava.core.dns.DnsClient
 
toString() - Method in class io.vertx.rxjava.core.dns.MxRecord
 
toString() - Method in class io.vertx.rxjava.core.dns.SrvRecord
 
toString() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
toString() - Method in class io.vertx.rxjava.core.eventbus.EventBus
 
toString() - Method in class io.vertx.rxjava.core.eventbus.Message
 
toString() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
toString() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
toString() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
toString() - Method in class io.vertx.rxjava.core.file.FileProps
 
toString() - Method in class io.vertx.rxjava.core.file.FileSystem
 
toString() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
toString() - Method in class io.vertx.rxjava.core.Future
 
toString() - Method in class io.vertx.rxjava.core.http.HttpClient
 
toString() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
toString() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
toString() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
toString() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
toString() - Method in class io.vertx.rxjava.core.http.HttpServer
 
toString() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
toString() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
toString() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
toString() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
toString() - Method in class io.vertx.rxjava.core.http.WebSocket
 
toString() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
toString() - Method in class io.vertx.rxjava.core.MultiMap
 
toString() - Method in class io.vertx.rxjava.core.net.NetClient
 
toString() - Method in class io.vertx.rxjava.core.net.NetServer
 
toString() - Method in class io.vertx.rxjava.core.net.NetSocket
 
toString() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
toString() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
toString() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
toString() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
toString() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
toString() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
toString() - Method in class io.vertx.rxjava.core.shareddata.Counter
 
toString() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
toString() - Method in class io.vertx.rxjava.core.shareddata.Lock
 
toString() - Method in class io.vertx.rxjava.core.shareddata.SharedData
 
toString() - Method in class io.vertx.rxjava.core.streams.Pump
 
toString() - Method in class io.vertx.rxjava.core.TimeoutStream
 
toString() - Method in class io.vertx.rxjava.core.Vertx
 
toString() - Method in class io.vertx.rxjava.core.WorkerExecutor
 
toString() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
toString() - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
 
toString() - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
toString() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
toString() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
toString() - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
toString() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
toString() - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
toString() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
toString() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.User
 
toString() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
toString() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
toString() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
toString() - Method in class io.vertx.rxjava.ext.consul.Watch
 
toString() - Method in class io.vertx.rxjava.ext.consul.WatchResult
 
toString() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
toString() - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
toString() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
toString() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
toString() - Method in class io.vertx.rxjava.ext.mail.MailClient
 
toString() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
toString() - Method in class io.vertx.rxjava.ext.mongo.MongoService
 
toString() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
toString() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
toString() - Method in class io.vertx.rxjava.ext.shell.session.Session
 
toString() - Method in class io.vertx.rxjava.ext.shell.Shell
 
toString() - Method in class io.vertx.rxjava.ext.shell.ShellServer
 
toString() - Method in class io.vertx.rxjava.ext.shell.ShellService
 
toString() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
toString() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
toString() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
toString() - Method in class io.vertx.rxjava.ext.sql.SQLClient
 
toString() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
 
toString() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
toString() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
toString() - Method in class io.vertx.rxjava.ext.stomp.Destination
 
toString() - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
toString() - Method in class io.vertx.rxjava.ext.stomp.Frames
 
toString() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
toString() - Method in class io.vertx.rxjava.ext.unit.Async
 
toString() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
toString() - Method in class io.vertx.rxjava.ext.unit.Completion
 
toString() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
toString() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
toString() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
 
toString() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
toString() - Method in class io.vertx.rxjava.ext.unit.TestCase
 
toString() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
toString() - Method in class io.vertx.rxjava.ext.unit.TestContext
 
toString() - Method in class io.vertx.rxjava.ext.unit.TestSuite
 
toString() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
toString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
toString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
toString() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
toString() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
toString() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
toString() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
toString() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
toString() - Method in class io.vertx.rxjava.ext.web.client.WebClient
 
toString() - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
toString() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.Cookie
 
toString() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
toString() - Method in class io.vertx.rxjava.ext.web.Locale
 
toString() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
 
toString() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
toString() - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
toString() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
toString() - Method in class io.vertx.rxjava.ext.web.Route
 
toString() - Method in class io.vertx.rxjava.ext.web.Router
 
toString() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
toString() - Method in class io.vertx.rxjava.ext.web.Session
 
toString() - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
toString() - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
toString() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
toString() - Method in class io.vertx.rxjava.kafka.admin.AdminUtils
 
toString() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
toString() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
toString() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
toString() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
toString() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
toString() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
toString() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
toString() - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
toString() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
toString() - Method in class io.vertx.rxjava.mqtt.MqttServer
 
toString() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
toString() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
toString() - Method in class io.vertx.rxjava.rabbitmq.Envelope
 
toString() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
toString() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
toString() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
toString() - Method in class io.vertx.rxjava.redis.RedisClient
 
toString() - Method in class io.vertx.rxjava.redis.RedisTransaction
 
toString() - Method in class io.vertx.rxjava.redis.Script
 
toString() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
 
toString() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
toString() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
toString() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
toString() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
toString() - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
totalSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
touch(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Alters the last access time of a key(s).
touchMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Alters the last access time of a key(s).
touchManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
touchObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
trace() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP TRACE request
trace(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path
traceWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path regex
trailers() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
trailers() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
trailers() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
transaction(TxnRequest, Handler<AsyncResult<TxnResponse>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
transaction() - Method in class io.vertx.rxjava.redis.RedisClient
Return a RedisTransaction instance
truncate(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncateBlocking(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
truncateObservable(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
trustOptions() - Method in class io.vertx.rxjava.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.rxjava.core.CompositeFuture
Set the failure.
tryComplete() - Method in class io.vertx.rxjava.core.CompositeFuture
Try to set this instance as result.
tryComplete(T) - Method in class io.vertx.rxjava.core.Future
Set the failure.
tryComplete() - Method in class io.vertx.rxjava.core.Future
Try to set the result.
tryComplete(Boolean) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Set the failure.
tryComplete(Boolean) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Set the failure.
tryFail(Throwable) - Method in class io.vertx.rxjava.core.Future
Try to set the failure.
tryFail(String) - Method in class io.vertx.rxjava.core.Future
Try to set the failure.
ttl(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the time to live for a key
ttl(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the time to live for a key
ttlObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
ttlObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
Tty - Class in io.vertx.rxjava.ext.shell.term
Provide interactions with the Shell TTY.
Tty(Tty) - Constructor for class io.vertx.rxjava.ext.shell.term.Tty
 
TwitterAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Twitter.
TwitterAuth(TwitterAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
txCompletableTransformer(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Creates a Completable.Transformer decorating a Completable with transaction management for a given SQLConnection.
txObservableTransformer(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Creates a Observable.Transformer decorating an Observable with transaction management for a given SQLConnection.
txSingleTransformer(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Creates a Single.Transformer decorating a Single with transaction management for a given SQLConnection.
type() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
type() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
type() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
type() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
type() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
type(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine the type stored at key
type(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine the type stored at key
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.EventBusService
Name of the type.
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
typeObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
typeObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction

U

unallocatedSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
undeploy(String) - Method in class io.vertx.rxjava.core.Vertx
Undeploy a verticle deployment.
undeploy(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
undeployObservable(String) - Method in class io.vertx.rxjava.core.Vertx
Deprecated.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.EventBusService
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.MessageSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Unknown type.
unlink(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlink(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete a key asynchronously in another thread.
unlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete a key asynchronously in another thread.
unlinkBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
unlinkMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Delete multiple keys asynchronously in another thread.
unlinkMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Delete multiple keys asynchronously in another thread.
unlinkManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
unlinkManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
unlinkObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deprecated.
unlinkObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
unlinkObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
unlistenMulticastGroup(String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.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.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unlistenMulticastGroupObservable(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
unlistenMulticastGroupObservable(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
unmarshaller(Class<T>) - Static method in class io.vertx.rxjava.core.RxHelper
Returns a json unmarshaller for the specified java type as a Observable.Operator instance.

The marshaller can be used with the Observable.lift(rx.Observable.Operator) method to transform a Observable<Buffer> into a Observable<T>.

The unmarshaller buffers the content until onComplete is called, then unmarshalling happens.

Note that the returned observable will emit at most a single object.

unpublish(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublish(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unregister() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Unregisters a procedure.
unregister(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Unregisters a procedure.
unregisterCodec(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Unregister a message codec.
unregisterCommand(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Like CommandRegistry.unregisterCommand(java.lang.String), without a completion handler.
unregisterCommand(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Unregister a command.
unregisterCommandObservable(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
unregisterObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Deprecated.
unregisterVerticleFactory(VerticleFactory) - Method in class io.vertx.rxjava.core.Vertx
Unregister a VerticleFactory
unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a un-subscription request to the current Destination.
unsubscribe(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
unsubscribe(String, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
unsubscribe(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
Stop listening for messages posted to the given channels
unsubscribe(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Stop listening for messages posted to the given channels
unsubscribeAcknowledge(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the UNSUBACK message to the remote MQTT client
unsubscribeCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets handler which will be called after UNSUBACK packet receiving
unsubscribeConnection(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
Removes all subscriptions of the given connection
unsubscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
unsubscribeHandler(Handler<MqttUnsubscribeMessage>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set a unsubscribe handler on the MQTT endpoint.
unsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
unsubscribeObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
unwatch(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Forget about all watched keys
unwatchObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Updates an existing record.
updateAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Update Acl token
updateCheck(String, CheckStatus, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
updateCollectionObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
updateCollectionObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.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.rxjava.ext.mongo.MongoService
 
updateCollectionWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
updateCollectionWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
updateObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
updateObservable(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
updateObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Deprecated.
updateObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
updatePreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
updateSettings(Http2Settings) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send to the remote endpoint an update of the server settings.
updateSettings(Http2Settings, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.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.

updateSettingsObservable(Http2Settings) - Method in class io.vertx.rxjava.core.http.HttpConnection
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Deprecated.
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
updateWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
updateWithOptionsObservable(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
Deprecated.
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
updateWithParamsObservable(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
upgrade() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Upgrade the connection to a WebSocket connection.
upgradeToSsl(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String, Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
uploadedFileName() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set an upload handler.
uri() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
uri() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
uri() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
uri(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a new request URI value.
uri() - Method in class io.vertx.rxjava.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.rxjava.core.file.FileSystemProps
 
useNormalisedPath(boolean) - Method in class io.vertx.rxjava.ext.web.Route
If true then the normalised request path will be used when routing (e.g.
User - Class in io.vertx.rxjava.ext.auth
Represents an authenticates User and contains operations to authorise the user.
User(User) - Constructor for class io.vertx.rxjava.ext.auth.User
 
user() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the authenticated user (if any).
userId() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
 
userInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
userInfoObservable() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Deprecated.
UserSessionHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.UserSessionHandler
 
usingConnectionCompletable(SQLClient, Function<SQLConnection, Completable>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Completable from SQLConnection operations.
usingConnectionObservable(SQLClient, Function<SQLConnection, Observable<T>>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Observable from SQLConnection operations.
usingConnectionSingle(SQLClient, Function<SQLConnection, Single<T>>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Single from SQLConnection operations.

V

validate(RoutingContext) - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
This function have to be synchronous.
validateArrayParam(List<String>) - Method in class io.vertx.rxjava.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.rxjava.ext.web.api.validation.ParameterValidationRule
This function will be called when there is only a string as parameter.
ValidationHandler - Interface in io.vertx.rxjava.ext.web.api.validation
Base interface for validation.
value() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
value() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
value() - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.web.multipart.FormDataPart
 
value() - Method in interface io.vertx.rxjava.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.rxjava.ext.web.Session
The short representation of the session to be added to the session cookie.
value() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
value() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
value() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
variant() - Method in class io.vertx.rxjava.ext.web.Locale
Deprecated.
verify(String, String) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
Time constant password check.
verify(Handler<Void>) - Method in class io.vertx.rxjava.ext.unit.TestContext
Execute the provided handler, which may contain assertions, possibly from any third-party assertion framework.
version() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
version() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
version() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
version() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
verticleFactories() - Method in class io.vertx.rxjava.core.Vertx
Return the Set of currently registered verticle factories.
vertx - Variable in class io.vertx.rxjava.core.AbstractVerticle
 
Vertx - Class in io.vertx.rxjava.core
The entry point into the Vert.x Core API.
Vertx(Vertx) - Constructor for class io.vertx.rxjava.core.Vertx
 
vertx() - Static method in class io.vertx.rxjava.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
Creates a non clustered instance using the specified options
vertx() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
vertx() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
vertx() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
vertx() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
vertx() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
VertxContextPRNG - Class in io.vertx.rxjava.ext.auth
A secure non blocking random number generator isolated to the current context.
VertxContextPRNG(VertxContextPRNG) - Constructor for class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
virtualHost(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a virtual host value.
VirtualHostHandler - Class in io.vertx.rxjava.ext.web.handler
Handler that will filter requests based on the request Host name.
VirtualHostHandler(VirtualHostHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
 

W

wait(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.
waitForConfirmsObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
waitForConfirmsObservable(long) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Deprecated.
waitObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
waitObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
Deprecated.
warnCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
wasApplied() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
Watch<T> - Class in io.vertx.rxjava.ext.consul
Watches are a way of specifying a view of data (e.g.
Watch(Watch) - Constructor for class io.vertx.rxjava.ext.consul.Watch
 
Watch(Watch, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.consul.Watch
 
watch(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
watchManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
watchObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
WatchResult<T> - Class in io.vertx.rxjava.ext.consul
 
WatchResult(WatchResult) - Constructor for class io.vertx.rxjava.ext.consul.WatchResult
 
WatchResult(WatchResult, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.consul.WatchResult
 
WebClient - Class in io.vertx.rxjava.ext.web.client
An asynchronous HTTP / HTTP/2 client called WebClient.
WebClient(WebClient) - Constructor for class io.vertx.rxjava.ext.web.client.WebClient
 
webSession() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
websocket(RequestOptions, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options
websocket(int, String, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
websocket(RequestOptions, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options
websocket(int, String, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
websocket(String, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
websocket(String, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
websocket(RequestOptions, MultiMap, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options, and with the specified headers
websocket(int, String, String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI, and with the specified headers
websocket(RequestOptions, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options, and with the specified headers
websocket(int, String, String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI, and with the specified headers
websocket(String, String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified host,relative request UR, and default port and with the specified headers
websocket(String, String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified host,relative request UR, and default port and with the specified headers
websocket(RequestOptions, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified optionsI, with the specified headers and using the specified version of WebSockets
websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI, with the specified headers and using the specified version of WebSockets
websocket(RequestOptions, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options, with the specified headers and using the specified version of WebSockets
websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI, with the specified headers and using the specified version of WebSockets
websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified host, relative request URI and default port with the specified headers and using the specified version of WebSockets
websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified host, relative request URI and default port with the specified headers and using the specified version of WebSockets
websocket(RequestOptions, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocket(RequestOptions, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified host, relative request URI and default port, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified host, relative request URI and default port, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocket(String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
websocket(String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
websocket(String, MultiMap, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port and the specified headers
websocket(String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port and the specified headers
websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port, the specified headers and the specified version of WebSockets
websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port, the specified headers and the specified version of WebSockets
websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port, the specified headers, the specified version of WebSockets and the specified sub protocols
websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port, the specified headers, the specified version of WebSockets and the specified sub protocols
WebSocket - Class in io.vertx.rxjava.core.http
Represents a client-side WebSocket.
WebSocket(WebSocket) - Constructor for class io.vertx.rxjava.core.http.WebSocket
 
websocketAbs(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class io.vertx.rxjava.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.rxjava.core.http
Base WebSocket implementation.
WebSocketFrame - Class in io.vertx.rxjava.core.http
A WebSocket frame that represents either text or binary data.
WebSocketFrame(WebSocketFrame) - Constructor for class io.vertx.rxjava.core.http.WebSocketFrame
 
websocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set the websocket handler for the server to wsHandler.
webSocketHandler() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Gets the able to manage web socket connections.
websocketStream(RequestOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream with the specified options
websocketStream(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI
websocketStream(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port
websocketStream(RequestOptions, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream with the specified options, and with the specified headers
websocketStream(int, String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, and with the specified headers
websocketStream(String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port and with the specified headers
websocketStream(RequestOptions, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream with the specified options, with the specified headers and using the specified version of WebSockets
websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers and using the specified version of WebSockets
websocketStream(String, String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream with the specified options and with the specified headers and using the specified version of WebSockets
websocketStream(RequestOptions, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified port, host and relative request URI, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream to the specified host, relative request URI and default port, with the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols
websocketStream(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
websocketStream(String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port and the specified headers
websocketStream(String, MultiMap, WebsocketVersion) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers and the specified version of WebSockets
websocketStream(String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream at the relative request URI using the default host and port, the specified headers, the specified version of WebSockets and the specified sub protocols
websocketStream() - Method in class io.vertx.rxjava.core.http.HttpServer
Return the websocket stream for the server.
websocketStreamAbs(String, MultiMap, WebsocketVersion, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create a WebSocket stream with the specified absolute url, the specified headers, using the specified version of WebSockets, and the specified websocket sub protocols.
webUser() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
weight() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the weight of this service record.
weight() - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.ext.web.LanguageHeader
An integer that represents the absolute order position of this header
weightedOrder() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
An integer that represents the absolute order position of this header
weightedOrder() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
An integer that represents the absolute order position of this header
width() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
will() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
WorkerExecutor - Class in io.vertx.rxjava.core
An executor for executing blocking code in Vert.x .
WorkerExecutor(WorkerExecutor) - Constructor for class io.vertx.rxjava.core.WorkerExecutor
 
wrap(HttpClient) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
Wrap an httpClient with a web client and default options.
wrap(HttpClient, WebClientOptions) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
Wrap an httpClient with a web client and default options.
write(T) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
write(Buffer) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
write(Buffer, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
write(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Write a String to the request body, encoded as UTF-8.
write(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Write a String to the request body, encoded using the encoding enc.
write(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
write(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Write a String to the response body, encoded using the encoding enc.
write(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Write a String to the response body, encoded in UTF-8.
write(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
write(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
write(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
write(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
 
write(String) - Method in class io.vertx.rxjava.core.net.NetSocket
Write a String to the connection, encoded in UTF-8.
write(String, String) - Method in class io.vertx.rxjava.core.net.NetSocket
Write a String to the connection, encoded using the encoding enc.
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.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.rxjava.core.parsetools.JsonParser
Handle a Buffer, pretty much like calling Handler.
write(T) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Write some data to the stream.
write(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Write some text to the standard output.
write(String) - Method in class io.vertx.rxjava.ext.shell.term.Pty
Write data to the slave standard input of the pseudo terminal.
write(String) - Method in class io.vertx.rxjava.ext.shell.term.Term
 
write(String) - Method in class io.vertx.rxjava.ext.shell.term.Tty
Write data to the standard output.
write(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Writes the given frame to the socket.
write(Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Writes the given buffer to the socket.
write(Buffer) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
write(String) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Write a String to the socket, encoded in UTF-8.
write(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
write(KafkaProducerRecord<K, V>, Handler<AsyncResult<RecordMetadata>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeBinaryMessage(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a (potentially large) piece of binary data to the connection.
writeContinue() - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.core.http.HttpClientRequest
writeCustomFrame(int, int, Buffer) - Method in class io.vertx.rxjava.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.rxjava.core.http.HttpServerResponse
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.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.rxjava.core.file.FileSystem
writeFileObservable(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Write a final WebSocket binary frame to the connection
writeFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Write a final WebSocket text frame to the connection
writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Write a WebSocket frame to the connection
writeHandlerID() - Method in class io.vertx.rxjava.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.rxjava.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.
writeObservable(Buffer, long) - Method in class io.vertx.rxjava.core.file.AsyncFile
writeObservable(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
writePing(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a ping to the connection.
writePing(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Writes a ping to the connection.
writePing(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a ping to the connection.
writePong(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a pong to the connection.
writePong(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Writes a pong to the connection.
writePong(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a pong to the connection.
writeQueueFull() - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.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.rxjava.kafka.client.producer.KafkaProducer
 
WriteStream<T> - Interface in io.vertx.rxjava.core.streams
Represents a stream of data that can be written to.
writeTextMessage(String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a (potentially large) piece of text data to the connection.
writeTextMessage(String) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeTextMessage(String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a (potentially large) piece of text data to the connection.
writeToBuffer(Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
 
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.ext.stomp.StompServer
Configures the handler that is invoked every time a frame is going to be written to the "wire".

Z

zadd(String, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.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.rxjava.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.rxjava.redis.RedisTransaction
Add one or more members to a sorted set, or update its score if it already exists
zaddManyObservable(String, Map<String, Double>) - Method in class io.vertx.rxjava.redis.RedisClient
zaddManyObservable(String, Map<String, Double>) - Method in class io.vertx.rxjava.redis.RedisTransaction
zaddObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisClient
zaddObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zcard(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Get the number of members in a sorted set
zcard(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Get the number of members in a sorted set
zcardObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
Deprecated.
zcardObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zcount(String, double, double, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Count the members in a sorted set with scores within the given values
zcountObservable(String, double, double) - Method in class io.vertx.rxjava.redis.RedisClient
zcountObservable(String, double, double) - Method in class io.vertx.rxjava.redis.RedisTransaction
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
Increment the score of a member in a sorted set
zincrby(String, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Increment the score of a member in a sorted set
zincrbyObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisClient
zincrbyObservable(String, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zinterstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key
zinterstoreObservable(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zinterstoreObservable(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zinterstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
zinterstoreWeighedObservable(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zinterstoreWeighedObservable(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zlexcount(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Count the number of members in a sorted set between a given lexicographical range
zlexcountObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
zlexcountObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrange(String, long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by index
zrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by lexicographical range
zrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by score
zrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
zrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrangeWithOptions(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by index
zrangeWithOptionsObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zrangeWithOptionsObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Determine the index of a member in a sorted set
zrank(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Determine the index of a member in a sorted set
zrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
zrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrem(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one member from a sorted set
zrem(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one member from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
Remove one or more members from a sorted set
zremMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Remove one or more members from a sorted set
zremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
zremManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
zremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
zremObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zremrangebylex(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Remove all members in a sorted set between the given lexicographical range
zremrangebylexObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
zremrangebylexObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zremrangebyrank(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Remove all members in a sorted set within the given indexes
zremrangebyrankObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
zremrangebyrankObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
zremrangebyscore(String, String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Remove all members in a sorted set within the given scores
zremrangebyscoreObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
zremrangebyscoreObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrevrange(String, long, long, RangeOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by index, with scores ordered from high to low
zrevrangebylex(String, String, String, LimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.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
zrevrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zrevrangebylexObservable(String, String, String, LimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrevrangebyscore(String, String, String, RangeLimitOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Return a range of members in a sorted set, by score, with scores ordered from high to low
zrevrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zrevrangebyscoreObservable(String, String, String, RangeLimitOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrevrangeObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zrevrangeObservable(String, long, long, RangeOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zrevrank(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Determine the index of a member in a sorted set, with scores ordered from high to low
zrevrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
zrevrankObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zscan(String, String, ScanOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
Incrementally iterate sorted sets elements and associated scores
zscan(String, String, ScanOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
Incrementally iterate sorted sets elements and associated scores
zscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zscanObservable(String, String, ScanOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zscore(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Get the score associated with the given member in a sorted set
zscoreObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
zscoreObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
zunionstore(String, List<String>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Add multiple sorted sets and store the resulting sorted set in a new key
zunionstoreObservable(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zunionstoreObservable(String, List<String>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
zunionstoreWeighed(String, Map<String, Double>, AggregateOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.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.rxjava.redis.RedisTransaction
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
zunionstoreWeighedObservable(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisClient
zunionstoreWeighedObservable(String, Map<String, Double>, AggregateOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction

_

__TYPE_ARG - Static variable in class io.vertx.rxjava.amqpbridge.AmqpBridge
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.cassandra.CassandraClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.cassandra.CassandraRowStream
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.cassandra.ResultSet
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.config.ConfigRetriever
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.buffer.Buffer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.cli.CLI
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.cli.CommandLine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.CompositeFuture
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.Context
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.datagram.DatagramPacket
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.datagram.DatagramSocket
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.dns.DnsClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.dns.MxRecord
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.dns.SrvRecord
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.eventbus.EventBus
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.eventbus.Message
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.eventbus.MessageProducer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.file.AsyncFile
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.file.FileProps
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.file.FileSystem
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.file.FileSystemProps
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.Future
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpClientRequest
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpClientResponse
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpConnection
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpFrame
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpServer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpServerRequest
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.HttpServerResponse
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.ServerWebSocket
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.WebSocket
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.http.WebSocketFrame
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.MultiMap
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.net.NetClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.net.NetServer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.net.NetSocket
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.net.SocketAddress
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.parsetools.JsonEvent
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.parsetools.JsonParser
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.parsetools.RecordParser
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.shareddata.AsyncMap
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.shareddata.Counter
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.shareddata.LocalMap
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.shareddata.Lock
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.shareddata.SharedData
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.streams.Pump
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.TimeoutStream
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.Vertx
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.core.WorkerExecutor
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.AuthProvider
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.ChainAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.HashingStrategy
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.User
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.consul.ConsulClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.consul.Watch
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.consul.WatchResult
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.mail.MailClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.mongo.MongoClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.mongo.MongoService
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.cli.CliToken
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.cli.Completion
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.command.Command
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.session.Session
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.Shell
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.ShellServer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.ShellService
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.system.Job
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.system.JobController
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.system.Process
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.term.Pty
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.term.Term
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.term.TermServer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.shell.term.Tty
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.sql.SQLClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.sql.SQLConnection
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.sql.SQLRowStream
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.Destination
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.Frames
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.ServerFrame
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.StompClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.StompServer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.Async
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.Completion
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.report.Failure
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.report.TestResult
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.TestCase
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.TestCompletion
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.TestContext
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.unit.TestSuite
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.RequestParameter
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.RequestParameters
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.client.HttpRequest
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.client.HttpResponse
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.client.WebClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.Cookie
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.FileUpload
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.CookieHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.LanguageHeader
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.Locale
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.MIMEHeader
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.Route
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.Router
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.RoutingContext
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.Session
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.templ.TemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.kafka.admin.AdminUtils
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.micrometer.MetricsService
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.MqttClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.MqttEndpoint
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.MqttServer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.rabbitmq.BasicProperties
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.rabbitmq.Envelope
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.redis.RedisClient
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.redis.RedisTransaction
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.redis.Script
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.redis.sentinel.RedisSentinel
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.ServiceReference
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
__TYPE_ARG - Static variable in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
__typeArg_0 - Variable in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
__typeArg_0 - Variable in class io.vertx.rxjava.core.eventbus.Message
 
__typeArg_0 - Variable in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
__typeArg_0 - Variable in class io.vertx.rxjava.core.eventbus.MessageProducer
 
__typeArg_0 - Variable in class io.vertx.rxjava.core.Future
 
__typeArg_0 - Variable in class io.vertx.rxjava.core.shareddata.AsyncMap
 
__typeArg_0 - Variable in class io.vertx.rxjava.core.shareddata.LocalMap
 
__typeArg_0 - Variable in class io.vertx.rxjava.ext.consul.Watch
 
__typeArg_0 - Variable in class io.vertx.rxjava.ext.consul.WatchResult
 
__typeArg_0 - Variable in class io.vertx.rxjava.ext.unit.Completion
 
__typeArg_0 - Variable in class io.vertx.rxjava.ext.web.client.HttpRequest
 
__typeArg_0 - Variable in class io.vertx.rxjava.ext.web.client.HttpResponse
 
__typeArg_0 - Variable in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
__typeArg_0 - Variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
__typeArg_0 - Variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
__typeArg_0 - Variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
__typeArg_0 - Variable in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
__typeArg_0 - Variable in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
__typeArg_1 - Variable in class io.vertx.rxjava.core.shareddata.AsyncMap
 
__typeArg_1 - Variable in class io.vertx.rxjava.core.shareddata.LocalMap
 
__typeArg_1 - Variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
__typeArg_1 - Variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
__typeArg_1 - Variable in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
__typeArg_1 - Variable in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
__typeArg_1 - Variable in class io.vertx.rxjava.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 Z _ 
Skip navigation links

Copyright © 2018 Eclipse. All rights reserved.